/*--------------------------------------------------------------
 # Copyright (C) joomla-monster.com
 # License: http://www.joomla-monster.com/license.html Joomla-Monster Proprietary Use License
 # Website: http://www.joomla-monster.com
 # Support: info@joomla-monster.com
 ---------------------------------------------------------------*/

/* ==========================================================================
   EDITOR styles
   ========================================================================== */

/** typography article **/

h3.jm-typo-title {
	border-bottom: 1px dotted #dddddd;
	padding-bottom: 10px;
	margin-bottom: 25px;
	text-align: center;
	font-weight: bold;
	font-size: 22px;
}

.jm-code {
	border-left: 5px solid #dddddd;
	padding: 10px;
	background: #e5e5e5;
	white-space: pre-wrap;
	word-wrap: break-word;
}

/** image borders **/

.border_img1 {
	background: #ffffff;
	border: 1px solid rgba(0,0,0,0.2);
	padding: 1px;
}

.border_img2 img {
    position: relative;
    display: inline-block;
}

.border_img2 {
    position: relative;
    display: inline-block;
    max-width: 100%;
    margin: 0;
    background: #ffffff;
    border: 1px solid rgba(0,0,0,0.2);
    padding: 1px;
}

.border_img2:after {
	-moz-box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
	-webkit-box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
	box-shadow: inset 0 0 0 12px rgba(255,255,255,0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 2;
	content: "";
}

.border_img3 {
	border: 1px solid rgba(0,0,0,0.2);
}

/** social icons **/

.jm-icons {
    margin: 0;
    text-align: center;
}

.jm-icons a {
    display: inline-block;
}

.jm-icons a:hover {
    text-decoration: none;
}

.jm-icons span {
    display: block;
    width: 30px;
    height: 30px;
    background-position: 0 0;
    background-repeat: no-repeat;
    -webkit-transition: all 0.2s ease-out 0s;
    -moz-transition: all 0.2s ease-out 0s;
    -o-transition: all 0.2s ease-out 0s;
    transition: all 0.2s ease-out 0s;
}

.jm-icons span:hover {
    background-position: 0 -50px;
}

.jm-icons .jm-facebook {
    background-image: url(../images/facebook.png);
}

.jm-icons .jm-twitter {
    background-image: url(../images/twitter.png);
}

.jm-icons .jm-youtube {
    background-image: url(../images/youtube.png);
}

.jm-icons .jm-rss {
    background-image: url(../images/rss.png);
}

/** numered blocks **/

.jm-block {
	margin: 10px 0;
	padding: 0 0 0 60px;
	position: relative;
}

.jm-block span {
	background: #dddddd;
	display: block;
	position: absolute;
	top: 3px;
	left: 0;
	height: 40px;
	width: 40px;
	line-height: 40px;
	text-align: center;
	border-radius: 20px;
	-webkit-border-radius: 20px;
	font-size: 18px;
	color: #ffffff;
}

.jm-block.second span {
	background: #2a2a2a;
}

/** colored blocks **/

p.blue {
	border-left: 3px solid #BCE8F1;
	padding: 0 0 0 10px;
}

p.green {
	border-left: 3px solid #D6E9C6;
	padding: 0 0 0 10px;
}

p.red {
	border-left: 3px solid #EED3D7;
	padding: 0 0 0 10px;
}

p.bluefill {
	background: #D9EDF7;
	border: 1px solid #BCE8F1;
	display: block;
	padding: 10px;
	text-align: justify;
	color: #3A87AD;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.greenfill {
	background: #DFF0D8;
	border: 1px solid #D6E9C6;
	display: block;
	padding: 10px;
	text-align: justify;
	color: #468847;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

p.redfill {
	background: #F2DEDE;
	border: 1px solid #EED3D7;
	display: block;
	padding: 10px;
	text-align: justify;
	color: #B94A48;
	border-radius: 5px;
	-webkit-border-radius: 5px;
}

/** quote blocks **/

.quote-left {
	display: block;
	padding: 10px 10px 10px 50px;
	background: url(../images/quote-left.png) no-repeat left top;
	text-align: left;
}

.quote-right {
	display: block;
	padding: 10px 50px 10px 10px;
	background: url(../images/quote-right.png) no-repeat right bottom;
	text-align: right;
}

/** quote cloud **/

.quote-cloud {
	position: relative;
	background: #fff;
	border: 1px solid #e9e9e9;
	padding: 10px;
	border-radius: 3px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.quote-cloud:after {
	content: " ";
	position: absolute;
	background: url("../images/ar-quote-cloud.png") no-repeat;
	width: 27px;
	height: 13px;
	right: 35px;
	bottom: -13px;
}

.quote-cloud p {
	display: block;
	padding: 0 0 0 40px;
	background: url(../images/quote-cloud.png) no-repeat left top;
	line-height: 1.7em;
}

/** icon blocks **/

p.badge {
	padding-left: 60px;
	background: url(../images/icons/badge.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.calendar {
	padding-left: 60px;
	background: url(../images/icons/calendar.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.chat {
	padding-left: 60px;
	background: url(../images/icons/chat.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.check {
	padding-left: 60px;
	background: url(../images/icons/check.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.cloud {
	padding-left: 60px;
	background: url(../images/icons/cloud.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.direction {
	padding-left: 60px;
	background: url(../images/icons/direction.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.divide {
	padding-left: 60px;
	background: url(../images/icons/divide.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.error {
	padding-left: 60px;
	background: url(../images/icons/error.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.fire {
	padding-left: 60px;
	background: url(../images/icons/fire.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.flag {
	padding-left: 60px;
	background: url(../images/icons/flag.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.heart {
	padding-left: 60px;
	background: url(../images/icons/heart.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.home {
	padding-left: 60px;
	background: url(../images/icons/home.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.info {
	padding-left: 60px;
	background: url(../images/icons/info.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.list {
	padding-left: 60px;
	background: url(../images/icons/list.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.mail {
	padding-left: 60px;
	background: url(../images/icons/mail.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.people {
	padding-left: 60px;
	background: url(../images/icons/people.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.star {
	padding-left: 60px;
	background: url(../images/icons/star.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

p.stat {
	padding-left: 60px;
	background: url(../images/icons/stat.png) no-repeat left top;
	min-height: 40px;
	margin: 5px 0 15px;
}

/** unordered lists **/

ul.jm-dark li, 
ul.jm-dark ul li {
	background-image: url('../images/li-dark.png');
}

/** ordered lists **/

ol.jm-roman, 
ol.jm-roman ol {
	list-style-type: upper-roman;
}

ol.jm-alpha, 
ol.jm-alpha ol {
	list-style-type: lower-alpha;
}