@import url('https://fonts.googleapis.com/css?family=Audiowide');
@import url('https://fonts.googleapis.com/css?family=Baloo+Da');

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 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;
	border-color: rgba(0,0,0,0.1);
}

.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;
	padding: 20px 0;
}
.divider_space::after,
.divider_space::before {
	display: block;
	content: "";
	clear: both;
}

.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: #055bc4;
    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;
}

.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.greensea, .dropcap2.greensea		{ background-color: #16a085; }
.dropcap1.nephritis, .dropcap2.greensea		{ background-color: #27ae60; }
.dropcap1.belizehole, .dropcap2.greensea	{ background-color: #2980b9; }
.dropcap1.wisteria, .dropcap2.greensea		{ background-color: #055bc4; }
.dropcap1.midnightblue, .dropcap2.greensea	{ background-color: #2c3e50; }
.dropcap1.orange, .dropcap2.greensea		{ background-color: #f39c12; }
.dropcap1.pumpkin, .dropcap2.greensea		{ background-color: #d35400; }
.dropcap1.pomegranate, .dropcap2.greensea	{ background-color: #c0392b; }
.dropcap1.silver, .dropcap2.greensea		{ background-color: #bdc3c7; }
.dropcap1.abestos, .dropcap2.greensea		{ background-color: #7f8c8d; }
.dropcap1.black, .dropcap2.greensea			{ background-color: #222222; }
.dropcap1.white, .dropcap2.white			{ background-color: #FFFFFF; }

.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;
	-webkit-border-radius:3px;
	-moz-border-radius:3px;
	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:7px 0 7px 25px;
	list-style-type:none;
	line-height:20px;
	font-size:14px;
}

ul.list-disc li       { background-position: -480px 6px; }
ul.list-circle li     { background-position: -460px -14px; }
ul.list-square li     { background-position: -440px -34px; }
ul.list-arrow1 li     { background-position: -420px -34px; }
ul.list-arrow2 li     { background-position: -400px -74px; }
ul.list-arrow3 li     { background-position: -380px -94px; }
ul.list-arrow4 li     { background-position: -360px -114px; }
ul.list-arrow5 li     { background-position: -340px -134px; }
ul.sitemap li         { background-position: -340px -134px; }
ul.list-bullet1 li    { background-position: -320px -154px; }
ul.list-bullet2 li    { background-position: -300px -174px; }
ul.list-bullet3 li    { background-position: -280px -194px; }
ul.list-bullet4 li    { background-position: -260px -214px; }
ul.list-bullet5 li    { background-position: -240px -234px; }
ul.list-star1 li      { background-position: -220px -254px; }
ul.list-star2 li      { background-position: -200px -274px; }
ul.list-star3 li      { background-position: -180px -294px; }
ul.list-plus li       { background-position: -160px -314px; }
ul.list-minus li      { background-position: -140px -334px; }
ul.list-pointer li    { background-position: -120px -354px; }
ul.list-style1 li 	  { background-position: -100px -374px; }
ul.list-check li 	  { background-position: -80px  -394px; }

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 {
    border-left: 5px solid #dddddd;
    margin: 15px 15px 20px;
}

blockquote  p {
    font-style: italic;
	color: #999999;
	margin-bottom: 0;
}

blockquote cite:before {
	content: "\2014 \00A0";
}

blockquote cite {
	display:block;
	margin-top:20px;
	opacity: 0.7;
}

blockquote.alignleft  {
	background-color: rgba(0,0,0,0.03);
	width: 30%;
	padding: 25px !important;
	margin: 0 20px 20px 0;
}

blockquote.aligncenter {
	text-align: center;
    clear: both;
    display: block;
    margin: 0 auto;
	background-color: rgba(0,0,0,0.03);
	padding: 15px !important;

}

blockquote.alignright {
	background-color: rgba(0,0,0,0.03);
	width: 30%;
	padding: 25px !important;
	margin: 0 0 20px 20px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Pricing Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.pricetable {
	display:block;
	position: relative;
	padding:0;
	margin:0 auto;
}

.pricing-inner {
	position: relative;
	display: block;
	margin: 20px 0;
}
.pricetable .column{
	float: left;
	position: relative;
	z-index: 3;
	margin-right: 1%;
	width:24.2%;
}
.col2 .column{ width:49%; }
.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: 46px;
	line-height: 100%;
	vertical-align: middle;
	margin-bottom: 0;
}

.pricetable .price-font span{ font-size:11px; line-height:14px;}

.pricetable sup{
	letter-spacing: 0px;
	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:20px;
	z-index: 4;
	box-sizing: border-box;
	-webkit-box-shadow : 0 0 3px rgba(0, 0, 0, 0.15);
   	-moz-box-shadow: 	 0 0 3px rgba(0, 0, 0, 0.15);
	box-shadow: 		 0 0 3px rgba(0, 0, 0, 0.15);
	}

.pricetable .featured .price-head {
	padding-top:25px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Toggles */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.fancytoggle {
	position:relative;
	margin-bottom:5px;
}

.fancytoggle::after {
	clear: both;
	display: block;
	content: '';
}

.fancytoggle .toggle-title  {
	position: relative;
	cursor: pointer;
	line-height: inherit;
	border-bottom: 1px solid #E8E6E6;
	background:#f5f5f5;
	padding: 10px 50px 10px 20px;
}

.fancytoggle .active .arrow  { background: transparent url(../images/t_minus.png) no-repeat center center; }
.fancytoggle .toggle_content { position:relative;}
.fancytoggle .toggleinside 	 { padding:15px}
.toggle-title [class^="icon-"] { margin-right:10px; }
.toggle-title.active .arrow{
    background-color: #055bc4;
    background-image: url(../images/t_minus.png);
}

.fancytoggle .arrow{
	position: absolute;
	top: 0;
	right: 0;
	bottom: 0;
    background: #bdc3c7 url(../images/t_plus.png) no-repeat center center;
    display: block;
    width: 40px;
    float: right;
	text-align: center;
}

/* minimal toggle */
.fancytoggle.minimal .toggle-title  {
	background-color: transparent;
	line-height: 120%;
	font-size: 22px;
	font-weight: normal;
	padding: 15px 0;
}
.fancytoggle.minimal .toggleinside {
	padding: 30px 0;
}

.fancytoggle.minimal .arrow::after {
	font-family: "fontawesome";
	content: '\f29c';
	text-align: center;
}
.fancytoggle.minimal .active .arrow::after {
	font-family: "fontawesome";
	content: '\f10c';
	text-align: center;
}
.fancytoggle.minimal .active .arrow { background: none; color: #055bc4; }
.fancytoggle.minimal .arrow { background: none; color: #999999; }

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Accordion */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.ac_wrap {
    width: 100%;
   margin-bottom: 40px;
}

.ac_wrap .ac_title {
	cursor: pointer;
	line-height: 40px;
	font-weight: bold;
	padding-left: 15px;
	border-bottom: 1px solid #E8E6E6;
	background:#eff3f5;
}
.ac_title:after {
	clear: both;
	content: '';
	display: block;
}
.ac_title .arrow{
    background: #bdc3c7 url(../images/t_plus.png) no-repeat center center;
    display: block;
    width: 40px;
    height: 40px;
    float: right;
	text-align: center;
}

.ac_title [class^="icon-"] { margin-right:10px; }

.ac_title.active .arrow{
    background-color: #055bc4;
    background-image: url(../images/t_minus.png);
}

.ac_title.active {
	border:none;
}
.ac_wrap .ac_content {
	border-bottom:1px solid #E8E6E6;
    margin: 0;
    padding: 15px 10px 15px 15px;
}

/* Minimal Style */
.ac_wrap.minimal .ac_title {
	background-color: transparent;
}
.ac_wrap.minimal .ac_title .arrow{
	background-color: transparent;
}
.ac_wrap.minimal .ac_title .arrow::after {
	font-family: "fontawesome";
	content: '\f107';
	text-align: center;
}
.ac_wrap.minimal .ac_title.active .arrow::after {
	font-family: "fontawesome";
	content: '\f106';
	text-align: center;
}

.ac_wrap.minimal .ac_title {
	line-height: 120%;
	font-size: 22px;
	padding: 15px 0;
	font-weight: normal;
}

.ac_wrap.minimal .ac_content {
	padding: 30px 0 30px 0;
	border-top: 1px solid #055bc4;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 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;
	float: left;
    padding: 5px;
	margin: 0 10px 15px 0;
	background: #ffffff;
    border: 1px solid #cccccc;

}
ul.sys_mini_gallery li:hover {
	background: #055bc4;
	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;
	margin-bottom:10px;
	padding:5px;
    background-color: #FFFFFF;
    border: 1px solid #dddddd;
	box-sizing: border-box;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
    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;
	-webkit-transition: 	all 300ms ease-in;
	-moz-transition: 		all 300ms ease-in;
	-o-transition: 			all 300ms ease-in;
	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: #C8CDD1;
	box-shadow: 			0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	box-shadow: 			0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	-moz-box-shadow: 		0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
	-webkit-box-shadow: 	0 1px 1px rgba(0, 0, 0, 0.075) inset, 0 0 6px #FFFFFF;
}
.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;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	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;}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Contact Info */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

/* ================================================================= */
/* 12. Contact Info                                                  */
/* ================================================================= */

#footer .contactinfo-wrap,
#footer .contactinfo-wrap .details,
#footer .contactinfo-wrap p { border: 0; margin-bottom: 8px; }
.contactinfo-wg 	 { margin-bottom:40px; }
.contactinfo-wrap {
	position:relative;
	border-style:solid;
	border-color: inherit;
}
.contactinfo-wrap p {
	margin-bottom: 8px;
	padding: 0;
}
.contactinfo-wrap .icon {
	display:inline-block;
	width: 40px;
	vertical-align: top;
	line-height: 22px;
	float: left;
}
.contactinfo-wrap .details {
	display: block;
	overflow: hidden;
}

#footer .contactinfo-wrap .icon {
	color: #055bc4;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* 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:12px 2px !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 .pdesc > a{
    font-size: 12px;
    font-weight: bold;
}

.widget_postslist p {
    color: #747474;
    font-size: 11px;
    letter-spacing: 0.5px;
    margin-top: 3px;
    padding: 0;
	margin-bottom:0px;
}

.widget_postslist li .thumb {
	float:left;
	width:55px;
	margin:0 5px 0 0;
	padding:0 5px 0px 0;
}

.widget_postslist li .w-postmeta {
	padding: 0;
	font-size: 11px;
	letter-spacing: 1px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Highlight */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.highlight {
	padding:1px 4px;
	color:#ffffff;
	background-color:#5E5E5E;
	margin: 0 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;
}
.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;
	font-size: 18px;
	font-weight: 700;
    color: #333333;
    background-color:#f5f5f5;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Frame BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.frame_box  {
    margin: 0 0 20px;
    padding: 25px;
	border: 3px solid #dddddd;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Callout BOX */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.callOutBox {
	position:relative;
	overflow: visible;
	margin: 0;
	padding:20px;
	zoom:1; /* zoom and *display = ie7 hack for display:inline-block */
	-webkit-transition: all 300ms ease-in;
	-moz-transition: 	all 300ms ease-in;
	-o-transition: 		all 300ms ease-in;
	transition: 		all 300ms ease-in;
}

.callOutBox .teaser_Content {
	position: relative;
	display: table;
	margin:0;
	width: 100%;
}

.callOutBox .callOut_Text   { display: table-cell; }
.callOutBox .callOut_Button { display: table-cell; }
.callOut_Button a{
	font-weight: bold;
	padding: 5px 10px;
}
.callOutBox p,
.callOutBox h1,
.callOutBox h2,
.callOutBox h3,
.callOutBox h4,
.callOutBox h5,
.callOutBox h6,
.callOutBox .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;
	-webkit-transition: all 300ms ease-in;
	-moz-transition:  all 300ms ease-in;
	-o-transition:  all 300ms ease-in;
	transition:   all 300ms ease-in;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	color:#ffffff;
}

.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.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: 20px; 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; }


.btn.small { font-size: 12px; line-height: 14px; text-transform:uppercase;  }
.btn.medium { font-size: 14px; line-height: 20px; text-transform:uppercase; }
.btn.large { font-size: 16px; line-height: 24px; padding: 0.5em 1.3em;  }

.btn.dark { border:2px solid; background:none !important; border-radius:none; }
.btn.light { border:2px solid #ffffff; background:none !important; border-radius:none; }

/* ---- Buttons Color Scheme ---- */

.btn.greensea		{ background-color: #16a085; }
.btn.nephritis		{ background-color: #27ae60; }
.btn.belizehole		{ background-color: #2980b9; }
.btn.wisteria		{ background-color: #8e44ad; }
.btn.midnightblue	{ background-color: #2c3e50; }
.btn.orange			{ background-color: #f39c12; }
.btn.pumpkin		{ background-color: #d35400; }
.btn.pomegranate	{ background-color: #c0392b; }
.btn.silver			{ background-color: #bdc3c7; }
.btn.abestos		{ background-color: #7f8c8d; }
.btn.black			{ background-color: #222222; }

.btn.white	{ background-color: #FFFFFF; }
.btn.white span  { color: #666666; }

.btn:hover {
	color:#ffffff !important;
	opacity:0.8;
	-webkit-transition: all 300ms ease-in;
	-moz-transition:  all 300ms ease-in;
	-o-transition:  all 300ms ease-in;
	transition:   all 300ms ease-in;
}

/* ---- Buttons Border Color Scheme ---- */

.btn.border.greensea	{ background:none; color: #16a085; border: 1px solid #16a085; } .btn.border.greensea :hover 	{ background:none; color: #63d6c7; border-color: #63d6c7;}
.btn.border.nephritis	{ background:none; color: #27ae60; border: 1px solid #27ae60; } .btn.border.nephritis :hover 	{ background:none; color: #67d49f; border-color: #67d49f;}
.btn.border.belizehole	{ background:none; color: #2980b9; border: 1px solid #2980b9; } .btn.border.belizehole :hover 	{ background:none; color: #66b5d9; border-color: #66b5d9;}
.btn.border.wisteria	{ background:none; color: #8e44ad; border: 1px solid #8e44ad; } .btn.border.wisteria :hover 	{ background:none; color: #c38cd6; border-color: #c38cd6;}
.btn.border.midnightblue{ background:none; color: #2c3e50; border: 1px solid #2c3e50; } .btn.border.midnightblue :hover { background:none; color: #738697; border-color: #738697;}
.btn.border.orange		{ background:none; color: #f39c12; border: 1px solid #f39c12; } .btn.border.orange :hover 		{ background:none; color: #f39c12; border-color: #e18f0e;}
.btn.border.pumpkin		{ background:none; color: #d35400; border: 1px solid #d35400; } .btn.border.pumpkin :hover		{ background:none; color: #f9cc45; border-color: #f9cc45;}
.btn.border.pomegranate	{ background:none; color: #c0392b; border: 1px solid #c0392b; } .btn.border.pomegranate :hover	{ background:none; color: #ea9a00; border-color: #ea9a00 ;}
.btn.border.silver		{ background:none; color: #bdc3c7; border: 1px solid #bdc3c7; } .btn.border.silver :hover 		{ background:none; color: #d1d5d8; border-color: #d1d5d8;}
.btn.border.abestos		{ background:none; color: #7f8c8d; border: 1x solid #7f8c8d;  } .btn.border.abestos :hover		{ background:none; color: #a0abac; border-color: #a0abac;}
.btn.border.black		{ background:none; color: #222222; border: 1px solid #222222; } .btn.border.black :hover 		{ background:none; color: #666666; border-color: #666666;}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Icons */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.facnyicon_circle {
	color: #000000;
	text-align: center;
	margin: 0 auto;
	-webkit-border-radius:	50%;
	-moz-border-radius: 		50%;
	border-radius: 			50%;
	-webkit-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 0px 2px rgba(0,0,0,0.75);
}
.facnyicon_square {
	color: #000000;
	text-align: center;
	background-position: center center;
	margin: 0 auto;
}

.small i,
.facnyicon_circle.small i,
.facnyicon_square.small i { font-size: 13px !important; line-height: inherit;}

.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; line-height: inherit;}

.xlarge i,
.facnyicon_circle.xlarge i,
.facnyicon_square.xlarge i { font-size: 40px !important; line-height: 80px;}

.xxlarge i,
.facnyicon_circle.xxlarge i,
.facnyicon_square.xxlarge i { font-size: 70px !important; line-height: inherit;}

.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: 25px;
}
.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;
}

.facnyicon_square.xxlarge,
.facnyicon_circle.xxlarge {
  height: 100px;
  width: 100px;
  line-height: 100px;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Fancy Table */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

table.fancy_table     { border: 1px solid #eee; }
table.fancy_table th  {
	background-color:#4daadd;
	padding:14px;
	color:#fff;
	}

table.fancy_table td  {
	padding:12px;
	background:#fff;
	border: 1px solid #eee;
	text-align: center;
	}

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{
    color: #444444;
    display: block;
    margin: 0 0 20px;
    padding: 30px;
    position: relative;
}
.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  {
    background-color: #FFE5E5;
    border-color: #FFE5E5;
    color: #E65451;
}
.info   {
    background-color: #E8FAFB;
    border-color: #E8FAFB;
    color: #468BBF;
}
.alert  {
    background-color: #F6F3DA;
    border-color: #F6F3DA;
    color: #B89C00;
}
.success{
    background-color: #EBF2D8;
    border-color: #EBF2D8;
    color: #81A81D;
}

.error span.close,
.info span.close,
.alert span.close,
.success span.close {
    cursor: pointer;
    display: block;
    opacity: 0.5;
    padding: 10px 20px;
    position: absolute;
    right: 0;
    top: 0;
	font-weight:bold;
}

.error span.close:hover, .info span.close:hover, .alert span.close:hover, .success span.close:hover {
    opacity: 1;
}
.error span.close:hover,
.info span.close:hover,
.alert span.close:hover,
.success span.close:hover{

}

/* Notes Box -=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.post .notes { background-color: #eaf3fb; border-color:#d4e5f3; margin-bottom:20px;}
.notes {
	background: #FFFFE0;
	margin-bottom: 30px;
}

.notes_content {
	padding:20px;
}
.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: 10px;
}

.notes .post-info { margin-top:20px; margin-bottom:0}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Progress Bar */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.progress_wrap {
	position:relative;
	margin-bottom: 15px;
}

.progress_wrap h4 {
	font-family: Arial, Helvetica, Sans-serif;
    font-size: 12px;
    margin-bottom: 5px;
	font-weight: bold;
}

.progress_container {
    position: relative;
    width: 100%;
    line-height: 25px;
	background-color:rgba(0, 0, 0, 0.07);
}

.progress_bar {
    position: relative;
    width: 0;
    height: 25px;
	background-color: #8ba0b6;

}

.progress_bar span {
	color: #FFFFFF;
    font-size: 11px;
    font-weight: bold;
    padding-left: 10px;
    text-transform: uppercase;
}

span.percentage {
	position: relative;
	float: right;
	padding-right:10px;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Progress Circle */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.CircleBarWrap {
	display:table;
	text-align:center;
	margin:0 auto;
}
.CircleBarWrap .label { }

.easyPieChart {
    position: relative;
    text-align: center;
	margin:0 auto;
}

.easyPieChart canvas {
    position: absolute;
    top: 0;
    left: 0;
}
.chart {
    float: left;
    margin: 10px;
}

.CircleBar {
    text-align: center;
    color: #333;
    font-size: 1.2em;
    margin-bottom: 0.3em;
}

.chart .label {
    text-align: center;
    color: #333;
    font-size: 1em;
    margin: 0.8em 0;
}


/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* HORIZONTAL TABS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.systabspane  {
    clear: both;
    margin: 0;
    padding: 0;
    position: relative;
	-webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
	-moz-box-shadow:    0 1px 1px 0 rgba(180, 180, 180, 0.1);
    box-shadow:         0 1px 1px 0 rgba(180, 180, 180, 0.1);
}

.systabspane .panes              { clear:both; }
.systabspane.centertabs ul.tabs  {
	background-color: #F1F2F3;

    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
}
.systabspane.righttabs ul.tabs   { margin:0 0 0 auto; float:right; }
.horizontal .tabs {
    display: table;
    margin: 0;
    padding: 0;
    position: relative;
    width: 100%;
	}

.horizontal .tabs li {
	float: left;
	line-height: 40px;
	list-style-type: none;
	padding: 0 30px;
	cursor: pointer;
	background-color: #f5f5f5;
	border-width: 1px 1px 0 0;
	border-color: #dddddd;
	border-style: solid;
}
.horizontal .tabs li:first-child{
	border-width: 1px 1px 0 1px;
	border-color: #dddddd;
	border-style: solid;
}

.horizontal .tabs a span {
	display:block;
}

.horizontal .tabs a {
	color: #000000;
	display: block;
	position: relative;
	text-decoration: none;
}

.horizontal .tab_content {
	background-color: #ffffff;
	display: none;
	overflow: hidden;
	padding: 15px;
	border: 1px solid #dddddd;
}

.horizontal .tabs li.current {
	color: #000000;
	margin: 0;
	position: relative;
	background: rgba(255,255,255,1);
	background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(47%, rgba(246,246,246,1)), color-stop(100%, rgba(237,237,237,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(246,246,246,1) 47%, rgba(237,237,237,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#ededed', GradientType=0 );
}

.horizontal .tabs li.current a {
	cursor: pointer;
	color:#000;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Vertical Tabs CSS */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.systabspane.vertical {
	border:1px solid #e1e2e3;
	}

.vertical .panes  { clear:none;}
.vertical .tabs {
	clear: none;
	float: left;
	width: 160px;
	height: auto;
	margin: 0 !important;
	padding: 0;
	border-bottom: none;
}
.vertical .tabs li {
	clear: left;
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	border: 1px solid #e1e2e3;
	border-width: 1px 1px 0px 0px;
	line-height: normal;
	list-style-type:none;
}
.vertical .tabs li:last-child {
	border-width:1px 1px 1px 0px;
}

.vertical .tabs a {
	display: block;
	clear: left;
	float: none;
	position: relative;
	height: auto;
	padding: 10px 15px;
	text-decoration: none;
}
.vertical .tab_content {
	padding: 20px;
	border-width: 0 0 0 1px;
}
.vertical .tabs li.current {
	position: relative;
	border: 1px solid #e1e2e3;
	margin-left: 0;
	border-width: 1px 0 0 0;
}
.vertical .tabs li.current:first-child {
	border-width: 0;
}
.vertical .tabs li.current a {
	color: #444;
	cursor: pointer;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Twitter Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.twitter_widget ul {
	margin: 0;
	padding: 0;
	list-style:none;
}
.twitter_widget ul li {
	border-bottom: 0 !important;
	background: none !important;
	padding: 0 !important;
	margin-bottom: 15px;
	color: #747474;
}
.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 15px 0; text-transform: none; line-height:130%; overflow: hidden; }
.fancyheading span{ display: inline-block;	position: relative;	padding: 2px 10px; }
.fancyheading span:before, .fancyheading span:after { content: ""; position: absolute; height: 2px; bottom: 40%; width: 50%; }
.fancyheading span:before { right: 100%;  margin-right: 10px; }
.fancyheading span:after {  left: 100%;  margin-left: 10px; }
.fancyheading .h1 {  font-family: 'Audiowide', cursive; text-shadow: 1px 1px 2px #333;}

.fancy-title.large { font-size: 2.5em; letter-spacing: -1px; line-height: 1.2; }
.fancy-title.xlarge { font-size: 3.5em; letter-spacing: -2px; line-height: 1.2; }

.fancy-title:after {
    content: "-";
    display: block;
    height: 2px;
    overflow: hidden;
    position: relative;
    text-indent: -999em;
    bottom: -10px;
    width: 7%;
	opacity: 0.5;
	border-bottom: 2px solid;
}

.fancyheading.textcenter .fancy-title:after {
	margin:0 auto;
	text-align:center;
}

.fancyheading.textright .fancy-title:after {
	margin:0 0 0 auto;
}

.fancy-title .gray     { background-color: #666666; }
.fancy-title .orange   { background-color: #ff5c00; }
.fancy-title .red      { background-color: #e62727; }
.fancy-title .magenta  { background-color: #61456b; }
.fancy-title .yellow   { background-color: #ffb515; }
.fancy-title .blue     { background-color: #00ADEE; }
.fancy-title .pink     { background-color: #e22092; }
.fancy-title .green    { background-color: #91bd09; }
.fancy-title .black    { background-color: #333333; }
.fancy-title .white    { background-color: #FFFFFF; }
.fancy-title .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; }

.fancy_ampersand {
    font-family: 'Lato','Vidaloka',serif !important;
    font-size: 24px;
}

.abs{text-shadow: 1px 1px 1px #000;}
.fancyheading .iva-fh-desc { display:block; font-size: 16px; padding: 5px 0 20px 0; letter-spacing: normal;}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Flickr Widget */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
.flickr_badge_image {
	float: left;
	width: 70px;
	height: 70px;
	display: block;
	padding: 3px;
	border: 0 solid #dddddd;
	-webkit-transition: all .3s ease-out;
	-moz-transition: 	all .3s ease-out;
	transition: 		all .3s ease-out;
}

.flickr_badge_image img {
	width: 70px;
	height: 70px;

}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Wordpress Tags */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.tagcloud {
    display: inline-block;
	margin:10px 0;
}
.tagcloud a {
    color: #8C8C8C;
    border: 1px solid #DDDDDD;
    display: block;
    float: left;
    margin: 5px 5px 0 0;
    font-weight: normal;
    padding: 5px 10px;
    font-size: 11px !important;
}

.tagcloud a:hover,
.tagcloud a:active {
    color: #ffffff !important;
    background-color: #fdb200;
    border: 1px solid #fdb200;
}

.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: 0;
	margin: 0 auto;
	text-align: left;
	min-height: 100px;
}


.testimonial-arrow{
	bottom: -15px;
	height: 0px;
	width: 0px;
	left: 50px;
	position: absolute;
	border-style: solid;
	border-width: 15px 15px 0 0;
	border-color: #f0f0f0 transparent transparent transparent;
}

.testimonial-box .testimonial-content {
	background-color: #f0f0f0;
	margin-bottom: 0;
	padding: 20px;
	position: relative;
}

.testimonial-content p {
	margin-bottom:0px;
	/* Deprecated since v2.3.0 */
	/*
	font-family: Georgia, Arial, Times, serif;
	font-style: italic;
	*/
}

.client-image {
	display: inline-block;
	float: left;
	position: relative;
	margin-right: 15px;
	margin-top: 15px;
}

.client-meta { overflow: hidden; margin-top: 15px;  }
.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 ul { margin-left:0; }

.testimonial_list li {
	top: 0;
	left: 0;
	display: none;
	background: none;
	padding: 0 0 25px 0;
	list-style: none;

}

.widget_testimonial .testimonial_list li { padding-bottom:0; }

.testimonial_list li:first-child {
	display:block;
}
.testimonial_list .client-meta { overflow: hidden; margin-top: 15px; }

/*-=- Testimonial Submit Widget-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
#testimonialid input,textarea{
	width:200px;
	border:1px solid #DDDDDDD;

}
#testimonialid button{
	border:0;
}
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* PlabBox */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.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;
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 1px 3px rgba(0, 0, 0, 0.15);
	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;
	-webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.15);
	-moz-box-shadow:    0 0 3px rgba(0, 0, 0, 0.15);
	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;
}

.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; }

.google-font {
	line-height: 165%;
}

/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */
/* Tabbed Section */
/*-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=- */

.iva_tabsContainer {
	position: relative;
}

/* Tabbed Nav */
.iva_tabsWrapMain {	position: relative; }
.iva_tabsWrap {
	position: relative;
	background-color: rgba(0,0,0,1);
	color:#ffffff;
	z-index: 21;
}

.fixed-tabsNav {
	position: fixed !important;
	width:100%;
	top: 0px;
	left:0;
	margin: 0 auto;
	padding: 0;
	z-index: 3001;
	background-color: #ffffff; /* IE Fall Back*/
	background-color: rgba(0,0,0,1); /* Latest Browsers */
}

body.stickyHeader .fixed-tabsNav { top: 80px; }

.iva_tabNav {
	margin:0;
	padding:0;
	list-style: none;
	clear:both;
	width: 88%;
	max-width: 1170px;
	margin:0 auto;
}

.iva_tabNav li {
	display: inline-block;
	float: left;
	padding: 15px 15px;
	font-size: 18px;
	}
.iva_tabNav li a { color:#eeeeee; }
.iva_tabNav li a:hover { color:#ffffff; border-bottom:2px solid #055bc4; }
.iva_tabNav:before,
.iva_tabNav:after {
	clear: both;
	content: '';
	display: block;
	}

.iva_tabNav li.current a { border-bottom:2px solid #055bc4; }

/* Tabbed Section */

.tab_sectionWrap { position:relative; z-index: 20; }
.tab_sectionInner {
	width: 88%;
	max-width: 1170px;
	margin:0 auto;
	position:relative;
	z-index:3;
}

.tab_navContent {
	padding: 40px 0;
}


.tabsection_bg {
	position: absolute;
	top: 0;
	background-size: cover;
	background-attachment: fixed;
	background-size: 100% 100%;
	z-index: 1;
	width: 100%;
	height: 100%;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.partial_section_wrap{
	position:relative;
	overflow:hidden;
	background-color:#fff;
	width:100%;
	display:table;
	min-height:100%;
 }

/* Partial Section */

.partial_section_image{  width:50%; display:table-cell; vertical-align:middle; overflow:hidden; background-size: cover; }
.partial_section_content{ width:50%; display:table-cell; vertical-align:middle; overflow:hidden; }
.ps_content{ padding: 80px 50px; }
