/*--------------------------------------------------------------
# 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;
}

.jm-code {
    border-left: 5px solid #dddddd;
    padding: 10px;
    background: #f5f5f5;
    white-space: pre-wrap;
    word-wrap: break-word;
}

/** custommodule **/

.jm-custom-mod {
	text-align: center;
}

.jm-custom-mod .jm-mod-icon {
	width: 90px;
	height: 78px;
	margin: 0 auto 15px;
	background-repeat: no-repeat;
	display: block;
}

.jm-custom-mod .jm-mod-title {
	font-size: 20px !important;
	line-height: 1.5em;
	position: relative;
	padding: 0 0 15px;
	margin: 0 0 15px;
}

.jm-custom-mod .jm-mod-title:after {
	content: "";
	position: absolute;
	bottom: 0;
	width: 54px;
	height: 1px;
	background: #403e3e;
	left: 50%;
	margin-left: -27px;
}

#jm-footer-mod .jm-custom-mod .jm-mod-title {
	color: #fff;
}

.jm-custom-mod:hover .jm-mod-desc {
	color: #bebebe;	
}

.jm-custom-mod .jm-mod-icon.jm-mod1 {
	background-position: 0 0;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod1 {
	background-position: 0 -78px;
}

.jm-custom-mod .jm-mod-icon.jm-mod2 {
	background-position: -90px 0;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod2 {
	background-position: -90px -78px;
}

.jm-custom-mod .jm-mod-icon.jm-mod3 {
	background-position: -180px 0;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod3 {
	background-position: -180px -78px;
}

.jm-custom-mod .jm-mod-icon.jm-mod4 {
	background-position: -270px 0;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod4 {
	background-position: -270px -78px;
}

.jm-custom-mod .jm-mod-icon.jm-mod5 {
	background-position: 0 -156px;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod5 {
	background-position: 0 -234px;
}

.jm-custom-mod .jm-mod-icon.jm-mod6 {
	background-position: -90px -156px;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod6 {
	background-position: -90px -234px;
}

.jm-custom-mod .jm-mod-icon.jm-mod7 {
	background-position: -180px -156px;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod7 {
	background-position: -180px -234px;
}

.jm-custom-mod .jm-mod-icon.jm-mod8 {
	background-position: -270px -156px;
}

.jm-custom-mod:hover .jm-mod-icon.jm-mod8 {
	background-position: -270px -234px;
}

/** quote blocks **/

.quote-left {
	display: block;
	font-style: italic;
	padding: 5px 5px 5px 45px;
	background: url("../images/quote-left.png") no-repeat left top;
	text-align: left;
}

.quote-right {
	display: block;
	font-style: italic;
	padding: 5px 45px 5px 5px;
	background: url("../images/quote-right.png") no-repeat right bottom;
	text-align: right;
}

/** image borders **/
	
.border_img1 {
    background: #DFDFDF;
    padding: 1px;
}

.border_img2 {
    background: #DFDFDF;
    padding: 3px;
}

.border_img3 {
    border: 1px solid #DFDFDF;
    padding: 1px;
    background: #fff;
}

/** social icons **/

.jm-socials {
    margin: 0;
}

.jm-socials li {
	display: inline-block;
	background: none;
	margin: 0;
	padding: 0;
}

x:-o-prefocus,
.jm-socials li {
	padding: 4px 0;
	line-height: 19px;
}

.jm-socials li a {
    display: block;
    -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;
    margin-right: 10px;
    color: #696969;
    line-height: 19px;
    background-position: left top;
    background-repeat: no-repeat;
}

.jm-socials li:last-child a {
	margin-right: 0;
}

.jm-socials li a:hover {
    text-decoration: none;
    color: #fff;
    background-position: 0 -19px;
}

.jm-socials li.jm-facebook a {
	background-image: url("../images/facebook.png");
    padding: 0 0 0 14px;
}

.jm-socials li.jm-google a {
	background-image: url("../images/google.png");
    padding: 0 0 0 20px;
}

.jm-socials li.jm-twitter a {
	background-image: url("../images/twitter.png");
    padding: 0 0 0 26px;
}

.jm-socials li.jm-pinterest a {
	background-image: url("../images/pinterest.png");
    padding: 0 0 0 20px;
}

.jm-socials li.jm-youtube a {
	background-image: url("../images/youtube.png");
    padding: 0 0 0 23px;
}

/** 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;
}

/** 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/li-gray.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;
}