/*--------------------------------------------------------------
# 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
---------------------------------------------------------------*/

/*********************** FOR CUSTOM EDITOR SELECTOR ************************/

/** 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: #f5f5f5;
	white-space: pre-wrap;
    word-wrap: break-word;
}

/** image borders **/

.border_img1 {
	background: #fff;
    border: 1px solid #dfdfdf;
	-webkit-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	-moz-box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	box-shadow: 0px 5px 15px -10px rgba(0, 0, 0, 1);
	padding: 4px;
}

.border_img2 {
	padding: 3px;
	background: #f5f5f5;
}

.border_img3 {
	border: 1px solid #dddddd;
}

/** 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: #2e2e2e;
}

/** 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;
	font-style: italic;
	padding: 10px 10px 10px 50px;
	background: url(../images/quote-left.png) no-repeat left top;
	text-align: left;
	font-family: Georgia, "Times New Roman", Times, serif;
}

.quote-right {
	display: block;
	font-style: italic;
	padding: 10px 50px 10px 10px;
	background: url(../images/quote-right.png) no-repeat right bottom;
	text-align: right;
	font-family: Georgia, "Times New Roman", Times, serif;
}

/** 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-gray li,
ul.jm-gray ul li {
   background-image: url(../images/djmenu_more.png);
}

ul.jm-small li,
ul.jm-small ul li {
   background-image: url(../images/submenu_li.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;
}

