/*Column shortcodes*/

.shortcode-wrapper {
	margin-left: -2.4%;
}

.one_half, .one_fourth, .one_fifth, .one_sixth {
    float: left;
    margin-left: 2.4%;
}

.one_half {
    width: 47.6%;
}

.one_fourth {
    width: 22.6%;
}

.one_sixth {
    width: 14.26%;
}

.ef-alpha {
	margin: 0;
}

/*Text highlight*/

span.ef-highlight {
    padding: 0.1em 0.3em 0;
    border-bottom-width: 2px;
    border-style: solid;
    border-color: transparent;
    border-color: rgba(0, 0, 0, .1);
}

/*Accordion*/

.ef-accordion .ui-state-focus {
    outline: none;
}

.ef-accordion .ui-accordion-header a {
	font-size: 0.8em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
    outline: 0 none;
    display: block;
    padding: 12px 55px 12px 15px;
    border-width: 1px;
    border-style: solid;
}

.ef-accordion .ui-accordion-header.ui-state-active a {
	background-position: 10px -76px;
}

.ef-accordion .ui-accordion-content {
    padding: 15px 15px 0;
    overflow: hidden;
}

.ef-accordion .ui-accordion-header {
    background: transparent;
    background: #f3f3f3;
    margin-bottom: -1px;
    cursor: pointer;
    position: relative;
}

.ef-accordion .ui-accordion-header .ui-icon {
    cursor: pointer;
    width: 16px;
    height: 16px;
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    margin-top: -8px;
    background: url(../images/toggle-icn.png) no-repeat 0 0;
	z-index: 1;
}

.ef-accordion .ui-state-active .ui-icon {
    background-position: left bottom;
}

/*Tabs*/
.no-js ul.tabs-nav {
    display: none;
}

.ef-tabs {
    line-height: 1.6em;
}

.ef-tabs ul.tabs-nav {
	padding-left: 15px;
    clear: both;
    list-style: none outside none;
    margin: 0;
    overflow: hidden;
}

.ef-tabs ul.tabs-nav li {
    float: left;
    margin: 0;
    position: relative;
    z-index: 1;
}

.ef-tabs ul.tabs-nav li a {
    font-size: 1em;
    font-weight: 700;
    text-transform: uppercase;
    line-height: 1.3em;
    display: block;
    overflow: hidden;
    padding: 10px 15px;
    background-color: #eaeaea;
    border-top-width: 1px;
	border-left-width: 1px;
	border-right-width: 1px;
	border-style: solid;
	-moz-border-radius-topleft: 4px;
	-moz-border-radius-topright: 4px;
	-webkit-border-top-left-radius: 4px;
	-webkit-border-top-right-radius: 4px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}

.ef-tabs .tab {
	line-height: 1.4em;
    padding: 2em 15px 1em;
    border-width: 1px;
    border-style: solid;
    margin-top: -1px;
    -moz-border-radius-bottomleft: 4px;
    -moz-border-radius-bottomright: 4px;
    -moz-border-radius-topright: 4px;    
    -webkit-border-top-right-radius: 4px;
    -webkit-border-bottom-right-radius: 4px;
    -webkit-border-bottom-left-radius: 4px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
    border-bottom-left-radius: 4px;
    overflow: hidden;
}

.ef-tabs .ui-tabs-hide,.ui-tabs-hide {
    left: -10000px;
    position: absolute;
}

/*Bolckquotes*/
blockquote {
    font-size: 1.3em;
    padding: 0 1em;
    width: 40%;
    font-style: normal;
    text-align: left;
    line-height: 1.2em;
}

blockquote {
    width: auto;
    border-left: 3px solid #eaeaea;
    text-align: center;
    margin-bottom: 1em;
}

blockquote.alignleft, blockquote.alignright {
    border-left: 3px solid #eaeaea;
    float: left;
    line-height: 1.1em;
    text-align: left;
    width: 45%;
    margin: 0 1em 1em 0;
}

blockquote.alignright {
    float: right;
    margin: 0 0 1em 1em;
}

.testimonials.ef-xl .ef-t-content {
    padding: 1.3em;
	background-color: #fff;
	border-width: 1px;
	border-style: solid;
}

.testimonials .proj-img {
    width: 25%;
}

.testimonials.ef-xxl {
    padding-left: 1.7em;
    border-left-width: 3px;
	border-left-style: solid;
}

.testimonials.ef-xxl p:first-child {
	line-height: 1.4em;
	font-size: 1.2em;
	margin-bottom: 0.9em;
}

.testimonials.ef-xxl p.ef-author, .testimonials p:last-child {
	margin-bottom: 0;
}

.testimonials.ef-xl .ef-author {
	position: relative;
	z-index: 1;
    padding-top: 20px;
    margin-top: -1px;
    background: url(../images/t-corner.gif) no-repeat 0 0;
}

.testimonials.ef-m .ef-author {
	padding-top: 20px;
	background: url(../images/testim-m-bg.gif) no-repeat 0 0;
}

.testimonials .ef-author {
	font-size: 0.9em;
	text-transform: uppercase;
	line-height: 1.3em;
	font-weight: 700;
}

/*List styles*/
ul.none li {
	margin: 0 0 0.3em 0;
	list-style: none;
}

/*Toggle box*/

.ef-toggle-box li {
    margin: 0;
    padding: 0;
    display: block;
}

.ef-toggle-box .toggle-head {
	font-size: 1em;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1.3em;
    margin-bottom: 0;
    cursor: pointer;
    display: block;
    padding: 7px 0;
}

.ef-toggle-box.toggle-icn .toggle-head {
    padding-left: 30px;
    background: url(../images/toggle-icn.png) no-repeat 0 7px;
    margin-bottom: 1em;
}

.ef-toggle-box.toggle-icn li.open .toggle-head {
    background-position: 0 -77px;
}

.ef-toggle-box.toggle-icn .toggle-content {
	line-height: 1.4em;
    padding: 2em 15px 1em;
    border-width: 1px;
    border-style: solid;
    margin-bottom: 1em;
    overflow: hidden;
}

.ef-toggle-box .toggle-content {
    overflow: hidden;
    padding: 15px 0;
}

/*Alerts*/
.ef-alertBox, .ef-list {
	position: relative;
    padding: 0.8em 2.8em 0.8em 1em;
    font-weight: 700;
    display: block;
    margin-bottom: 1.5em;
    line-height: 1em;
    clear: both;
}

.ef-alertBox span, .ef-list span {
	position: absolute;
	display: block;
	cursor: pointer;
	right: 1em;
	top: 50%;
	margin-top: -8px;
	background: url('../images/alert-close.png') no-repeat left top;
	width: 16px;
	height: 16px;
}

.ef-alertBox p {
	margin-bottom: 0;
	text-align: left;
	line-height: 1.3em;
}

.ef-list {
	display: none;
}

.alertBox-warning p,.alertBox-success p,.alertBox-alert p {
    margin: 0;
}

.ef-alertBox.ef-warning {
	background-color: #ee976c;
}

.ef-alertBox.ef-success, .ef-list {
	background-color: #47D496;
}

.ef-alertBox.ef-alert {
    background-color: #e77575;
}

.alertBox-success div,.alertBox-warning div,.alertBox-alert div {
    border-style: solid !important;
    padding: 10px;
    clear: both;
}

/*Buttons*/
.ef-big-btn, .comment-reply-link, .ef-slide-link, .ef-sc-button {
	padding: 10px 48px 10px 13px;
	font-weight: 700;
	text-transform: uppercase;
	line-height: 1em;
	border-width: 1px;
	border-style: solid;
	background-image: url('../images/ef-button.png');
	background-repeat: no-repeat;
	background-position: right center;
	white-space: nowrap;
}

.ef-sc-button {
	display: inline;
	display: inline-block;
	margin: 0.5em 1.5em 1.5em 0;
	font-size: 0.7em;
}

p .ef-sc-button, ol .ef-sc-button, ul .ef-sc-button {
	font-size: 0.859em;
}

.ef-big-btn.ef-theme-btn, .ef-slide-link, .ef-sc-button.ef-theme, .ef-sc-button.ef-custom {
	background-image: url('../images/ef-button1.png');
}

.ef-slide-link {
	font-size: 13px;
	border: 0;
	text-shadow: none;
}

/*Dropcaps*/

span.ef-first {
    float: left;
    font-size: 1.5em;
    height: 2em;
    line-height: 2em;
    margin-right: 0.4em;
    text-align: center;
    width: 2em;
}

span.ef-first.ef-no-bg {
    border-width: 1px;
    border-style: solid;
    height: 1.9em;
    line-height: 1.9em;
    width: 1.9em;
}

/*Social icons*/
.ef-team-social a {
	width: 20px;
	padding: 0!important;
	height: 20px;
	display: inline;
	display: inline-block;
	background-color: #fff;
	margin: 0 8px 8px 0;
	border-width: 1px;
	border-style: solid;
	background-repeat: no-repeat;
	background-image: url("../images/content/social/social-icns.png");
}

.ef-team-skype {
	background-position: 0 0;
}

.ef-team-skype:hover {
	background-position: -20px 0;
}

.ef-team-twitter {
	background-position: -40px 0;
}

.ef-team-twitter:hover {
	background-position: -60px 0;
}

.ef-team-dribbble {
	background-position: -80px 0;
}

.ef-team-dribbble:hover {
	background-position: -100px 0;
}

.ef-team-facebook {
	background-position: -120px 0;
}

.ef-team-facebook:hover {
	background-position: -140px 0;
}

.ef-team-flickr {
	background-position: -160px 0;
}

.ef-team-flickr:hover {
	background-position: -180px 0;
}

.ef-team-linkedin {
	background-position: 0 -20px;
}

.ef-team-linkedin:hover {
	background-position: -20px -20px;
}

.ef-team-deviantart {
	background-position: -40px -20px;
}

.ef-team-deviantart:hover {
	background-position: -60px -20px;
}

.ef-team-pinterest {
	background-position: -80px -20px;
}

.ef-team-pinterest:hover {
	background-position: -100px -20px;
}

.ef-team-vimeo {
	background-position: -120px -20px;
}

.ef-team-vimeo:hover {
	background-position: -140px -20px;
}

.ef-team-tumblr {
	background-position: -160px -20px;
}

.ef-team-tumblr:hover {
	background-position: -180px -20px;
}

.ef-team-behance {
	background-position: 0 -40px;
}

.ef-team-behance:hover {
	background-position: -20px -40px;
}

.ef-team-gp {
	background-position: -40px -40px;
}

.ef-team-gp:hover {
	background-position: -60px -40px;
}

/*Pricing tables*/
.price-table {
	padding-right: 1px;
	margin-top: 3.0em;
}

.price-table .pt-column {
    width: 25%;
    text-align: center;
    float: left;
}

.recomended .price-title {
	color: #fff;
}

.price-title {
    padding: 0.7em 1em;
    font-size: 1.2em;
    line-height: 1em;
    font-weight: 700;
    background: #e5e5e5;
}

.price-item .price-content {
    padding: 1em 0;
    text-align: center;
}

.price-item .price-content ul {
	display: inline;
	display: inline-block;
}

.price-item .price-content li, .price-item .price-content span {
	margin-left: 0;
	text-align: left;
	display: block;
}

.price-table a.ef-button {
    margin-right: 0;
}

.price-table .pt-column .price-item {
    padding-bottom: 10px;
    border: 1px solid #e5e5e5;
    margin-right: -1px;
}

.price-item .price-tag {
    height: 7em;
    line-height: 7em;
}

.price-item .price-tag span {
	display: inline-block;
	height: 3.5em;
	width: auto;
	line-height: 3.5em;
	font-size: 1.6em;
	font-weight: 500;
}

.price-item.recomended .price-tag span {
	font-size: 2.6em;
}

.price-item .price-tag span sup {
	vertical-align: top;
	line-height: 6em;
}

.price-table .pt-column .price-item {
	background: #fafafa;
}

.price-table .pt-column .price-item.recomended {
    -moz-box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    -webkit-box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    box-shadow: 0 2px 20px rgba(0,0,0,0.07);
    padding-bottom: 2em;
    margin-top: -2em;
    position: relative;
    z-index: 1;
    background: #fff;
}

.price-item ul li {
    margin-bottom: 0;
    overflow: hidden;
    padding: 0 1em;
    line-height: 2.4em;
    height: 2.4em;
}

.price-content ul li span {
    padding-left: 20px;
}

.price-content ul li.ef-yes span {
    background: url(../images/star.png) no-repeat 0 50%;
}

.price-content ul li.ef-no span {
    background: none transparent;
}

.price-item.recomended .price-tag {
    line-height: 9em;
    height: 9em;
}

.price-item .price-tag sup {
    font-weight: 100;
    font-size: 50%;
}

/*Common styles*/
.ef-accordion, .ef-toggle-box, .ef-tabs, .testimonials, .ef-team-social, .price-table, .sg-vimeo-short, .sg-youtube-short {
	margin-bottom: 2em;
}