

/**************************************************
*	SHORTCODES
**************************************************/
/*********** INFO BOXES *************/

/** info box **/
.info_box {
	background: #C3DFF4;
	border: 1px solid #589AFF;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.info_box div {
	background:url("img/infobox.png") no-repeat left center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #142B3A;
	font-weight: bold;
}

/** alert box **/
.alert_box {
	background: #FFFFC7;
	border: 1px solid #F9F900;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.alert_box div {
	background:url("img/alertbox.png") no-repeat left center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #F37A1E;
	font-weight: bold;
}

/** success box **/
.success_box {
	background: #F5FDDF;
	border: 1px solid #4D8100;
	margin: 15px auto;
	padding: 10px 15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;	
}
.success_box div {
	background:url("img/icon_success.png") no-repeat left center;
	margin: 0 auto;
	padding: 15px 40px;
	font-size: 14px;
	color: #4D8100;
	font-weight: bold;
}

/*************** LISTS **************/
.list_star, .list_blue {
    padding: 8px 0 !important;
}

/** list star **/
.list_star ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_star li {
	background: url("img/bullet_star.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** list blue **/
.list_blue ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_blue li {
	background: url("img/bullet_blue.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** list black **/
.list_black ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_black li {
	background: url("img/bullet_darkgrey.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** list green **/
.list_green ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_green li {
	background: url("img/bullet_green.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** list red **/
.list_red ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_red li {
	background: url("img/bullet_red.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** arrow arrow **/
.list_arrow ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_arrow li {
	background: url("img/bullet_green_arrow.png") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/** arrow ticker **/
.list_v ul {
	list-style: none !important;
	padding: 5px 10px !important;
    margin: 0 !important;	
}

.list_v li {
	background: url("img/bullet_true.jpg") no-repeat scroll left 1px transparent !important;
	line-height: 20px !important;
	margin: 0 0 6px !important;
	padding: 0 0 0 25px !important;
}

/*** DIVIDERS ***/
.simpleDivider {
    border-color: -moz-use-text-color -moz-use-text-color #c3c3c3;
    border-style: none none solid;
    border-width: medium medium 1px;
	height: 20px;
	margin-bottom: 20px;	
}

.dashedDivider {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 1px dashed #c3c3c3;
}	

.dottedDivider {
	height: 20px;
	margin-bottom: 20px;
	border-bottom: 2px dotted #c3c3c3;
}	


/* === Highlighting === */
.highlight_yellow { background-color:#FFFF00; color:#000; padding:0px 5px 0px 5px; height:20px; border:1px solid #f0f000; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_black { background:#000; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #000; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_green { background-color:#009900; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #006e00; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_blue { background-color:#1b98da; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #0074aa; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_red { background-color:#c80000; color:#fff; padding:0px 5px 0px 5px; height:20px;border:1px solid #890101; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}
.highlight_grey { background-color:#e6e4e4; color:#000; padding:0px 5px 0px 5px; height:20px;border:1px solid #d4d4d4; -moz-border-radius:3px;-webkit-border-radius:3px; margin-bottom: 5px;}

.mycodeblock {
    border: 2px solid #CCCCCC;
	-webkit-box-shadow: 2px 2px 2px 0px #444444;
	-moz-box-shadow: 2px 2px 2px 0px #444444;
	box-shadow: 2px 2px 2px 0px #444444;
}

/****** SHARE PLZ BUTTONS *****/
.sharebox {
width: 180px;
}

.shareface {
	float: right;
}

/****** Column *****/
.column_third {width: 28%; margin-left: 4%; float: right;}
.column_last_third{width: 28%; float: right;}



/***** BLOCKQUOTES *****/
.blockquote01 {
	background:#f9f9f9;
	border-right: 10px solid #ccc;
	margin: 1.5em 10px;
	padding:.5em 10px;
}
.blockquote01:after {
	color:#ccc;
	content:open-quote;
	font-size:4em;
	line-height:.1em;
	margin-right:.25em;
	vertical-align:-.5em;
}
.blockquote01 p {
	display:inline;
}

.blockquote02 {
  font: 14px/20px italic Times, serif;
  padding: 8px;
  background-color: #faebbc;
  border-top: 1px solid #e1cc89;
  border-bottom: 1px solid #e1cc89;
  margin: 5px;
  text-indent: 23px;
}

.blockquote03 {
	margin: 0em 20px;
	padding-right: 50px;
	background: url("img/quote.gif") no-repeat scroll right center transparent;
}


/* =============  OPINION BOX 01 =============== */
.opinionBOX {
	width: 100%;
    margin: 0;
}

	.opinionBOX .myimg {
		border: 1px solid #CCCCCC;
		border-radius: 5px 5px 5px 5px;
		margin: 20px 10px;
		padding: 10px;
	}

	.opinionBOX img {
		border: medium none;
		float: none;
		height: 100px;
		margin: 0;
		padding: 0;
		width: 100px;
	}
	
	.opinionBOX .speakerBOX {
		background: none repeat scroll 0 0 #F3F3F3;
		border: 1px solid #CCCCCC;
		border-radius: 5px 5px 5px 5px;
		float: right;
		margin: 20px 10px;
		padding: 10px;
		width: 70%;
	}
	
	.opinionBOX .speakerBOX img {
		height: auto !important;
		width: auto !important;
	}


/* =============  OPINION BOX 02 =============== */
.opinionBOX02 {
    margin: 0;
    border-top: 1px solid #F3F3F3;	
}

.speakerBOX h3 {
    color: #444444;
    font-size: 20px;
    line-height: 20px;
    padding: 0 25px 0 0;
}

	.opinionBOX02 .myimg {
		margin: 20px 0px;
		padding: 10px;
	}

	.opinionBOX02 img {
		border: medium none;
		float: none;
		height: 150px;
		margin: 0;
		padding: 0;
		width: 175px;
	}
	
	.opinionBOX02 .speakerBOX {
		float: right;
		margin: 20px 10px;
		padding: 10px;
		width: 390px;
	}
	
	.opinionBOX02 .speakerBOX img {
		height: auto !important;
		width: auto !important;
	}
	
	.opinionBOX02 .opBox02Content {
		height: 90px !important;
		overflow: hidden !important;
	}

	.opinionBOX02 .readmore {
		float: left;
		margin-top: 15px;
		margin-left: 7px;
	}
	
	.button2 {
		display:inline-block;
		text-decoration:none;
		padding:3px 10px 4px 10px;
		border-radius:17px;
		-moz-border-radius:17px;
		-webkit-border-radius:17px;
		background:#ccc;
		color:#fff;
		font-size:12px;
		font-weight: bold;
		line-height:20px;
		transition:all 400ms linear;
		-o-transition:all 400ms linear;
		-moz-transition:all 400ms linear;
		-webkit-transition:all 400ms linear;
	}
	.button2:hover {text-decoration:none; background:#939191; color: #fff;}	
	
	
/* =============  IMAGES SHADOW =============== */	
.image-shadow-one {
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
}	
	
	
/* =============  LINK TOGGLE =============== */	
.linkToogle {
    background: none repeat scroll 0 0 #F3F3F3;
    border: 1px solid #E4E4E4;
    padding: 5px 10px;
	cursor: pointer;
}	

.hiddenText {
    background: none repeat scroll 0 0 #FFFFDF;
    border: 1px solid #FEF8E0;
    padding: 5px 10px;
}