/*********************** DEFAULT JOOMLA STYLES ***********************/

.button, button {
	display: inline-block;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
	width: auto;
	background: none repeat scroll 0 0 #9ecb5d;
	border: 1px solid #9ecb5d;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 11px 30px;
	text-transform: none;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.button:hover, button:hover{
	text-decoration: none;
	background: none;
	color: #9ecb5d;
	border-color: #9ecb5d;
}
.readmore {
	display: inline-block;
	position: relative;
	cursor: pointer;
	font-size: 16px;
	vertical-align: middle;
	width: auto;
	background: none repeat scroll 0 0 #9ecb5d;
	border: 1px solid #9ecb5d;
	color: #FFFFFF;
	display: inline-block;
	font-size: 16px;
	padding: 11px 56px 11px 30px;
	text-transform: none;
	-moz-transition: all 0.2s ease-in;
	-o-transition: all 0.2s ease-in;
	-ms-transition: all 0.2s ease-in;
	transition: all 0.2s ease-in;
	border-radius: 2px 2px 2px 2px;
	-moz-border-radius: 2px 2px 2px 2px;
	-webkit-border-radius: 2px 2px 2px 2px;
}

.readmore.small {
	padding: 8px 56px 8px 30px;
}
.readmore:hover {
	text-decoration: none;
	background: none;
	color: #9ecb5d;
	border-color: #9ecb5d;
}
.readmore:after {
	background: url("../images/arrow-readmore.png");
	content: "";
	height: 5px;
	width: 13px;
	position: absolute;
	right: 30px;
	left: auto;
	top: 50%;
	margin-top: -3px;
}
.readmore:hover:after {
	background: url("../images/arrow-readmore-color.png");
	content: "";
	height: 5px;
	width: 13px;
	position: absolute;
	right: 30px;
	left: auto;
	top: 50%;
	margin-top: -3px;
}

textarea{
	border: 1px solid #ececec;
	color: #000444;
	font-family: 'Roboto',Arial,Helvetica,sans-serif;
	font-size: 18px;
	line-height: normal;
	padding: 5px 10px;
}

.tip-wrap.tool-tip{

    background: none repeat scroll 0 0 #EEEEEE;

    border: 1px solid #E7E7E7;

    color: #000444;

    padding: 10px;

}

input[type=text]{

    border: 1px solid #ECECEC;

    color: #000444;

    font-family: 'Roboto',Arial,Helvetica,sans-serif;

    font-size: 18px;

    height: 52px;

    line-height: normal;

    min-width: 290px;

    padding: 0 10px;

}

input[type=email]{

    border: 1px solid #EEEEEE;

    font-size: 12px;

    height: 24px;

    line-height: 24px;

    margin: 0;

    padding: 0 5px;

}


input[type=password]{

    border: 1px solid #EEEEEE;

    font-size: 12px;

    height: 24px;

    line-height: 24px;

    margin: 0;

    padding: 0 5px;

}



input[type=checkbox]{

    background: none repeat scroll 0 0 transparent;

    border: medium none;

    height: auto;

    margin: 0;

    padding: 0;

    vertical-align: middle;

    width: auto;

}

.invalid {

	color: red !important;
	border-color: red !important;

}

.componentheading{
    color: #000444;
    display: block;
    font-size: 36px;
    line-height: 54px;
    margin: 2px 0 10px;
    padding: 0 0 10px;
/*    text-align: center; */
}

.componentheading span,
.componentheading h1{
    display: block;
    padding: 20px 0 20px;
	font-size: 36px;
    line-height: 54px;
    margin:0;
}

.contentheading,
body.front .contentheading{
    color: #000444;
    display: block;
    font-size: 32px;
    font-weight: 600;
    letter-spacing: 0;
    line-height: 33px;
    margin: 0 0 26px;
    padding: 0;
    text-align: center;
    text-transform: uppercase;
}

table.contentpaneopen{

	width:100%;

}

.blog{
   /* color: #555;
    font-size: 16px;
    line-height: 1.5; */
}
.article{
    /*color: #555;
    font-size: 16px;
    line-height: 1.5;*/
    margin-top:10px;
}

.blog img{

	/* margin: 0 0 18px; */
    margin: 0px 20px 20px 0px!important;
    max-height: 200px;
    width: auto;
    float: left;
    border: 1px solid #efefef;
    display: block;

}

.blog .contentheading,
.article .contentheading{
    /* color: #555; */
    font-size: 30px;
    /* font-weight: 200; */
    /* line-height: 1.5em; */
    margin: 0 0 5px;
    padding: 0;
    text-align: left;
    text-transform: none;
}
.blog .article_separator{
    background: #f0f0f0 none repeat scroll 0 0;
    display: block;
    height: 1px;
    margin: 37px 0 33px;
	clear:both;
}
.readon-box + .article_separator{
	margin-top: 29px;
}
.blog .readon-box{
    padding: 10px 0 0;
    text-align: left;
}
.blog a.button{
  /*  background-image: url("../images/white-arrow.png"); */
    background-position: right 20px;
    background-repeat: no-repeat;
    display: inline-block;
  /*  height: 46px;
    line-height: 46px;*/
    height: 26px;
    line-height: 26px;
    padding: 0 7px 0 7px;
    -webkit-transition: background-color 0.2s ease-in 0s;
    -moz-transition: background-color 0.2s ease-in 0s;
    -o-transition: background-color 0.2s ease-in 0s;
    transition: background-color 0.2s ease-in 0s;
}
.blog a.button:hover{
	text-decoration:none;
	background-position: right -75px;
}
.article .contentheading{

	padding:0 0 14px;

}

.article p img{
	margin-bottom: 18px;
}

.blog .contentheading a,

.article .contentheading a{

	color:#000;
font-weight:500;

}

.blog .contentheading a:hover,
.article .contentheading a:hover{

	color:#46ace2;

	text-decoration:none;

}

.date_cat_more{
    float: left;
    margin: 0;
    padding: 1px 0 17px;
    width: 100%;
}
.blog .date_cat_more{
    border: medium none;
    margin: 0 0 10px;
    padding: 0;
    text-align: left;
}
.blog .date_cat_more .createdate{
	line-height: 19px;
}
.blog .contentpaneopen p:first-child{
/*	background: rgba(0, 0, 0, 0) url("../images/blog-item-shadow.png") no-repeat scroll center 0; */
}
.createdate{

    border-right: 1px solid #EFEFEF;

    color: #000;

    display: inline-block;

    font-size: 13px;

    line-height: 23px;

    margin: 0 14px 0 0;

    padding: 0 17px 0 0;

}

.cat_blog{

    color: #46ace2;

    display: inline-block;

    font-size: 13px;

    line-height: 23px;

}

.cat_blog + .sharethis-inline-share-buttons{
    float: right;
}
a.readon{

    background: url("../images/readmore.png") no-repeat scroll right 11px rgba(0, 0, 0, 0);

    display: inline-block;

    /* float: right; */

    font-size: 13px;

    line-height: 26px;

    padding: 0 22px 0 0;

}

.blog .vote_box{

	display:none;

}

/******* Category Table Layout ********/

th.sectiontableheader, td.sectiontableheader {

    background-color: #54606E;

    border: medium none;

    color: #FFFFFF;

    font-size: 16px;

    font-weight: 600;

    line-height: 60px;

    padding: 0;

}



th.sectiontableheader a, td.sectiontableheader a {

    color: #ffffff;

}



tr.sectiontableentry1 td {

    background-color: #FDFDFD;

    border: medium none;

    color: #878787;

    font-size: 16px;

    line-height: 60px;

    padding: 0;

}

tr.sectiontableentry1 td a,

tr.sectiontableentry0 td a,

tr.sectiontableentry2 td a{

	color: #878787;

}

tr.sectiontableentry0 td, tr.sectiontableentry2 td {

    background-color: #f7f7f7;

    border: medium none;

    font-size: 16px;

    line-height: 60px;

    padding: 0;

}



td.sectiontablefooter {

    text-align: center;

}

/******** Tooltips ********/

div.tooltip{

	position:absolute !important;

	background:#fff !important;

	border:1px solid #ddd !important;

	padding:5px !important;

}

/*************ICONS********************/

ul.dropdown-menu{

    padding: 0;

    text-align: right;

}

ul.dropdown-menu li{

    display: inline;

    list-style: none outside none;

}

/*************PAGINATION********************/
.pagination-left{
    display: inline-block;
    margin: 4px 0 0;
}
.pagination-right{
    display: inline-block;
    float: right;
    font-size: 14px;
    line-height: 32px;
    margin: 4px 0 0;
    vertical-align: top;
}
.pagination .counter{

    float: none;

    text-align: center;

}

.pagination{

    float: left;

    margin: 0 0px 30px 0;

    padding: 0;

    text-align: left;

}

.pagination li{
    background: rgba(0, 0, 0, 0) none repeat scroll 0 0;
    display: inline-block;
    line-height: 30px;
    list-style: outside none none;
    margin: 0 5px;
    padding: 0;
    vertical-align: middle;
    width: 30px;
}

.pagination li:first-child{

	margin-left:0;

}

.pagination li.start a,

.pagination li.start span{

    background: url("../images/pagination_first.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;

    display: inline-block;

    height: 30px;

    overflow: hidden;

    text-indent: 200%;

    white-space: nowrap;

    width: 30px;

}

.pagination li.prev a,

.pagination li.prev span{

    background: url("../images/pagination_second.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;

    display: inline-block;

    height: 30px;

    overflow: hidden;

    text-indent: 200%;

    white-space: nowrap;

    width: 30px;

}

.pagination li.end a,

.pagination li.end span{

    background: url("../images/pagination_last.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;

    display: inline-block;

    height: 30px;

    overflow: hidden;

    text-indent: 200%;

    white-space: nowrap;

    width: 30px;

}

.pagination li.next a,

.pagination li.next span{

    background: url("../images/pagination_prelast.png") no-repeat scroll center center rgba(0, 0, 0, 0) !important;

    display: inline-block;

    height: 30px;

    overflow: hidden;

    text-indent: 200%;

    white-space: nowrap;

    width: 30px;

}

.pagination li strong{

    display: inline-block;

    font-weight: 300;

    height: 30px;

    line-height: 30px;

}

.pagination li a,
.pagination li span{
    display: inline-block;
    font-size: 14px;
    height: 30px;
    line-height: 30px;
    text-align: center;
    vertical-align: middle;
    width: 30px;
}

.pagination li a{

	color: #878787;

}

.pagination li span,

.pagination li a:hover{

    background: none repeat scroll 0 0 #46ace2;

    color: #FFFFFF;

    text-decoration:none;

}

.counter{

    float: right;

    font-size: 13px;

    line-height: 28px;

}

.pagination_box{

	margin: 8px 0 0;

}

/*******PREV NEXT*********/

ul.pagenav{

	padding: 0;

}

ul.pagenav li{

    display: inline;

    list-style: none outside none;

    margin: 0 5px 0 0;

}



/***********CATEGORY LIST****************/

table.category{

    border-collapse: collapse;

    width: 100%;

    border-left: 1px solid #DDDDDD;

    border-top: 1px solid #DDDDDD;

}

table.category tr th{

    background: none repeat scroll 0 0 #EEEEEE;

    padding: 5px;

    text-align: left;

    border-bottom: 1px solid #DDDDDD;

    border-right: 1px solid #DDDDDD;

}

table.category tr td{

    border-bottom: 1px solid #DDDDDD;

    border-right: 1px solid #DDDDDD;

    padding: 5px;

}

fieldset.filters{

    margin: 0 0 10px;

    text-align: right;

}

/*******EDIT**********/

.edit .btn-group{

	display: inline-block;

}

#system-message dd.error ul{

    background: url("../images/close_x.png") no-repeat scroll 20px center #ED5565;

    border: medium none;

    color: #FFFFFF;

    font-size: 14px;

    font-weight: 300;

    line-height: 18px;

    margin: 0;

    padding: 22px 5px 22px 54px;

    text-align: left;

    text-indent: 0;

}

#system-message dd.notice ul{

    background: url("../images/message_blue.png") no-repeat scroll 20px center #ffce55;

    border: medium none;

    color: #000;

    font-size: 14px;

    font-weight: 300;

    line-height: 18px;

    margin: 0;

    padding: 22px 5px 22px 54px;

    text-align: left;

    text-indent: 0;

}

#system-message dd ul {

    background: url("../images/message_x.png") no-repeat scroll 20px center #e84f4f;

    border: medium none;

    color: #FFFFFF;

    font-size: 14px;

    font-weight: 300;

    line-height: 18px;

    margin: 0;

    padding: 22px 5px 22px 54px;

    text-align: left;

    text-indent: 0;

}

#system-message dd ul li{

    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);

    padding: 0;

}


.dj_captcha_outer #djrecaptcha-lbl{
	display:none;
}
.dj_captcha_outer #djrecaptcha-lbl.invalid{
	display:block;
	color:red;
}
.dj_captcha_outer{
	/*background: #f7f7f7 none repeat scroll 0 0;*/
    margin: 0 -39px -90px;
    padding-bottom: 22px;
    padding-left: 45px;
}
.register_row.captcha_row{
	height: 90px;
}

#content h4 {
    clear:both;
}

/**** clicked bundles ***/
/* kalypso */
.bundles_pricing .djbundles .toggle {
    background: none;
    position: absolute;
    width: 100%;
    height: 52px;
    margin: 0;
    vertical-align: middle;
    padding: 0;
    min-height: 52px;
    right: 0px;
    top: 0;
    z-index: -1;
}
.bundles_pricing .djbundles .toggle + label,
.bundles_pricing .djbundles .toggle + .label{
  margin-bottom: 0 !important;
}
.bundles_pricing .djbundles .toggle.checked {
    background: url(../images/clicked-bundles/bundle_on.png) #9ecb5c;
    background-position: right center;
    background-repeat: no-repeat;
    border: none;
}
.bundles_pricing .djbundles label:hover .toggle.checked{
	background-image: url(../images/clicked-bundles/bundle_off.png);
}
.bundles_pricing .djbundles .toggleR {
    background:url("../images/radio.png") bottom left;
    display:block;
    width:20px;
    height:18px;
}
.bundles_pricing .djbundles .toggleR.checked {
    background-position: left top;
}
.bundles_pricing .djbundles .disabled {
    opacity: .7;
}

.bundles_pricing .djbundles .ext-option{
	margin:0 0 1px;
}
.bundles_pricing .djbundles .ext-option label{
    background-repeat: no-repeat;
    background-position: 10px center;
    color: #2e3033;
    padding: 0 0 0 60px;
    line-height: 52px;
    font-size: 14px;
    position: relative;
    display: block;
    cursor: pointer;
}
.bundles_pricing .djbundles .dj-bundles-left{
    float: left;
    width: 210px;
    padding: 0 28px 0 0;
}
.bundles_pricing .djbundles .dj-bundles-right{
    float: right;
    width: 632px;
}
.itemid-353 .bundles_pricing .djbundles .dj-bundles-right{
	width: 932px;
}.itemid-353 .bundles_pricing .djbundles .desc{
	padding: 0;
}
.bundles_pricing .djbundles .ext-option label.dj-CF{
	background-image: url(/images/stories/dj-classifieds.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-CAT{
	background-image: url(/images/stories/dj-catalog2.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-MT{
	background-image: url(/images/stories/dj-mediatools.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-MM{
	background-image: url(/images/stories/dj-megamenu.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-RV{
	background-image: url(/images/stories/dj-reviews.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-TAB{
	background-image: url(/images/stories/dj-tabs.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-FL{
	background-image: url(/images/stories/dj-flyer.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-SG{
	background-image: url(/images/stories/dj-suggester.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-CM{
	background-image: url(/images/stories/dj-cookiemonster.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .ext-option label.dj-MES{
	background-image: url(/images/stories/dj-messages.svg);
    background-size:35px 35px;
}
.bundles_pricing .djbundles .desc{
    background: #f7f7f7;
    margin: 0 0 20px;
    padding: 15px;
    clear: both;
}
.bundles_pricing .djbundles .desc .row-fluid h3{
	padding: 0 15px;
}
.bundles_pricing .djbundles .desc p{
	margin:0;
}
.bundles_pricing .djbundles .discount{
    font-size: 14px;
    line-height: 20px;
    position: relative;
    color: #2e3033;
    padding: 0 0 15px;
    margin: 0 0 16px;
}
.bundles_pricing .djbundles .discount:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #e1e1e1;
}
.bundles_pricing .djbundles .discount  .dis2{
    text-transform: uppercase;
    letter-spacing: 2px;
}
.bundles_pricing .djbundles .desc ul{
	margin:0;
	padding:0;
}
.bundles_pricing .djbundles .sub1{
    display: inline-block;
    font-size: 16px;
    font-weight: 700;
    line-height: 20px;
    background: #f3f3f3;
    padding: 20px 33px;
}
.bundles_pricing .djbundles .sub2{
	display: inline-block;
	padding: 17px 0;
}
.bundles_pricing .djbundles .desc ul li{
	/*background: url(../images/clicked-bundles/li-thick.png) no-repeat 0 5px;
    text-align: left;
    color: #2e3033;
    padding: 0 0 0 30px;
    margin: 0 0 0 25px;
    font-size: 14px;
    display: inline-block;
    list-style: none;*/

    background: url(../images/check.svg) no-repeat 0 5px;
    text-align: left;
    color: #2e3033;
    padding: 0 0 0 30px;
    margin: 0 0 0 25px;
    font-size: 14px;
    /* display: inline-block; */
    list-style: none;
    background-size: 26px 14px;

}
.bundles_pricing .bundles_all_ext > h2,
.bundles_pricing .bundles_any_ext > h2{
    font-size: 14px;
    line-height: 20px;
    color: #2e3033;
    text-transform: none;
    margin: 0 0 16px;
    font-weight: 300;
    position: relative;
    padding: 0 0 15px;
}
.bundles_pricing .bundles_all_ext > h2:after,
.bundles_pricing .bundles_any_ext > h2:after{
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: #e1e1e1;
}
.bundles_pricing .bundles_all_ext > h2 strong,
.bundles_pricing .bundles_any_ext > h2 strong{
	text-decoration: underline;
}
.bundles_pricing .bundles_ask > h2{
	display:none;
}
.bundles_pricing .dj-bundles-select-not-exactly{
    background: #f8f8f8;
    padding: 114px 10px 128px;
    margin: 0 0 27px;
}
.bundles_pricing .dj-bundles-select-not-exactly .prepare1{
    font-size: 27px;
    color: #000;
    font-weight: bold;
    padding: 0;
    margin: 0;
    text-transform: uppercase;
    text-align: center;
    line-height: 1;
}
.bundles_pricing .dj-bundles-select-not-exactly .prepare2{
    text-align: center;
    font-size: 20px;
    line-height: 26px;
    color: #000;
    margin: 0;
}
.bundles_pricing .dj-bundles-select-not-exactly .prepare2 a{
	    border-bottom: 1px solid #0f74b5;
}
.bundles_pricing .dj-bundles-select-not-exactly .prepare2 a:hover,
.bundles_pricing .dj-bundles-select-not-exactly .prepare2 a:focus{
	text-decoration:none;
	border:none;
}
.bundles_pricing .djbundles .bundle{
	margin: 0 0 35px;
}
.bundles_pricing .djbundles .secured-payments-h3{
    font-size: 11px;
    color: #bfbfbf;
    border: none;
    text-align: center;
    padding: 0 0 9px;
    text-transform: uppercase;
    margin: 0;
}
.bundles_pricing .dj-bundles-no-select{
    font-size: 20px;
    line-height: 26px;
    text-align: center;
    border: 2px dashed #ebebeb;
    color: #000444;
    padding: 75px 10px 75px;
    margin: 0 0 12px;
}
.bundles_pricing .dj-bundles-no-select p{
    text-align: center;
    margin: 0;
}
.bundles_pricing .dj-bundles-no-select p.p-gray{
    font-size: 27px;
    color: rgba(68,68,68,0.4);
    font-weight: bold;
    background: url(../images/kind-of-magic.png) no-repeat center 0;
    padding: 31px 0 0;
    margin: 19px 0 0;
}
.bundles_pricing .dj-bundles-no-select h2{
    font-size: 27px;
    text-transform: uppercase;
    margin: 0;
}

.bundles_pricing .secured-payments-h3 + .payments-column{
	text-align: center;
}
.bundles_pricing .djbundles .bundle .name h4{
    font-size: 16px;
    line-height: 1.5;
    border: none;
    color: #2e3033;
    padding: 0;
    margin: 0 0 12px;
}
.bundles_pricing .djbundles .bundle .plans{
    background: #f8f8f8;
    border-top: 2px solid #9ecb5d;
}
.bundles_pricing .djbundles .bundle .plan{
    float: left;
    border-left: 1px solid #eaeaea;
    width: 33.33%;
    padding: 40px 25px;
    box-sizing: border-box;
    text-align: center;
}
.bundles_pricing .djbundles .bundle .plans-n2 .plan{
	width:50%;
}
.bundles_pricing .djbundles .bundle .plans-n1 .plan{
	width:100%;
}
.bundles_pricing .djbundles .bundle .plan:first-of-type{
	border-left:none;
}
.bundles_pricing .djbundles .bundle .plan-name{
    display: block;
    font-size: 13px;
    line-height: 16px;
    margin: 0 0 15px;
    color: #000444;
    text-transform: uppercase;
}
.bundles_pricing .djbundles .bundle .plan-price{
	display: block;
    font-size: 40px;
    line-height: 1;
    color: #000444;
    font-weight: 900;
    margin: 0 0 37px;
    text-transform: uppercase;
}
.bundles_pricing .djbundles .bundle .plan-price span{
	font-weight: normal;
    font-size: 20px;
    margin-right: 5px;
}
.bundles_pricing .djbundles .bundle .plan-time{
   /* display: block;
    font-size: 12px;
    font-weight: 300;
    line-height: 16px;
    background: url(../images/clicked-bundles/li-thick.png) no-repeat 0 1px;
    text-align: left;
    color: #000444;
    padding: 0 0 0 34px;*/

    display: block;
    font-size: 13px;
    font-weight: 300;
    line-height: 16px;
    background: url(../images/check.svg) no-repeat 0 1px;
    background-size:14px 14px;
    text-align: left;
    color: #000444;
    padding: 0 0 0 24px;

}
.bundles_pricing .djbundles .bundle a.buy{
    background: none repeat scroll 0 0 #9ecb5d;
    border: 2px solid #9ecb5d;
    border-radius: 2px;
    color: #FFFFFF;
    display: inline-block;
    font-size: 16px;
    line-height: 40px;
    padding: 0 60px;
    margin: 29px 0 0;
    -moz-transition: all 0.2s ease-in;
    -o-transition: all 0.2s ease-in;
    -ms-transition: all 0.2s ease-in;
    transition: all 0.2s ease-in;
}
.bundles_pricing .djbundles .bundle a.buy:hover,
.bundles_pricing .djbundles .bundle a.buy:focus{
    text-decoration: none;
    background: none;
    color: #9ecb5d;
}
.bundles_pricing .djbundles .bundle .plan-desc{
    display: block;
    font-size: 14px;
    font-weight: 300;
    line-height: 16px;
    text-align: center;
    margin-top: 2px;
    color: #000444;
}
.bundles_pricing .djbundles .bundle .plan-desc + form{
	text-align: center;
}
.bundles_pricing .djbundles .bundle .plan-desc ul{
	margin:0;
	padding:0;
}
.bundles_pricing .djbundles .bundle .plan-desc ul li{
    /*background: url(../images/clicked-bundles/li-thick.png) no-repeat 0 1px;
    text-align: left;
    color: #000444;
    padding: 0 0 0 34px;
    margin: 0;
    list-style: none;*/
    background: url(../images/check.svg) no-repeat 0 1px;
    text-align: left;
    color: #000444;
    padding: 0 0 0 24px;
    margin: 0;
    list-style: none;
    background-size:14px 14px;
}
.bundles_pricing .djbundles .extensions legend{
    font-size: 16px;
    line-height: 22px;
    color: #2e3033;
    display: block;
    text-transform: none;
    font-weight: 700;
    margin: 9px 0 0;
}
.bundles_pricing .djbundles .extensions .select-all-none{
    display: block;
    vertical-align: top;
    line-height:22px;
    color:#eaeaea;
    float: none;
}
.bundles_pricing .djbundles-filter{
	margin:0 0 10px;
}
.bundles_pricing .djbundles input.buy{
    margin: 32px 0 0;
    font-size: 16px;
    line-height: 20px;
    padding: 12px 48px;
}
.moduletable.bundles_pricing > h3{
	border: none;
}
.addthis-suggests{
	clear: both;
	padding: 30px 0 0;
}
.addthis-suggests .djbundles + h2{
	clear: both;
}

/*** table like ***/
.table-like{

}
.table-like .sectiontableentry1,
.table-like .sectiontableentry2{
    color: #878787;
    padding: 17px 10px;
}
.table-like .sectiontableentry1 a,
.table-like .sectiontableentry2 a{
	color: #878787;
}
.table-like .sectiontableentry1{
	    background-color: #FDFDFD;
}
.table-like .sectiontableentry2{
	    background-color: #f7f7f7;
}
.table-like-filter{
	margin-bottom: 15px;
}
.table-like-filter select{
	margin-left: 5px;
}
ul.gmenu {
    font-size: 13px;
    border-left: 1px solid #0f74b5;
    list-style: none;
}

/* template versions */
.vm-product-versions {
    padding-bottom: 30px;
}
.row {
    margin: 0 -15px;
}
[class*="bsize"] {
    position: relative;
    min-height: 1px;
    padding-right: 15px;
    padding-left: 15px;
    box-sizing: border-box;
}
@media screen and (min-width: 768px){
	.bsize6 {
	    width: 50%;
	}
}
@media screen and (min-width: 768px){
	[class*="bsize"] {
	    float: left;
	}
}
.vm-product-versions .item {
    display: block;
    margin: 0 10px;
    -webkit-box-shadow: 0px 0px 35px 5px rgba(226,226,226,1);
    -moz-box-shadow: 0px 0px 35px 5px rgba(226,226,226,1);
    box-shadow: 0px 0px 35px 5px rgba(226,226,226,1);
}
.version-mockup {
    margin: 30px auto;
}
.version-mockup, .version-image {
    display: block;
}
.vm-product-versions p.subtitle{
	text-align: center;
}
.version-image {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 540px;
    height: 540px;
    transition: all 3s ease;
    -webkit-transition: all 3s ease;
    background-position: center 0%;
    background-repeat: no-repeat;
    max-width: 100%;
    background-size: cover;
}
.version-mockup:hover .version-image {
    background-position: center 100%;
}

.button-green a {
    color: #fff;
}
.button-green:hover a {
      color: #93c64a;
 }

.button-green:hover .button-green a {
      color: #93c64a;
 }

.button-green a:hover {
      color: #93c64a;
 }

.register_allview > form > button.validate {
    margin-left: 39px;
    margin-bottom: 39px;
}

@media screen and (max-width: 479px) {
    .register_allview > form > button.validate {
        margin-left: 5px;
    }
}