.div-table{
    display:table;
    width:100%;
    border-collapse: collapse;
}
.div-table-heading{
     font-weight: bold;
     display:table-row;
     background-color:#C91622;
     text-align: center;
     line-height: 25px;
     font-size: 15px;
     font-family:georgia;
     color:#fff;
    
}
.div-table-row{
	display:table-row;
	text-align: center;
}
.div-table-cell{
	display:table-cell;
	padding: 4px;
	
}
.div-select{
	padding:3px 4px;
	height:33px;
	
}

/* plans */
.row-fluid {
	margin: 20px 0;
	width: 100%;
}

/* price table */
.prodboxes {
	margin-bottom: 20px;
}
.prodbox {
	width: 20%; float: left; position: relative;
}
.prodbox-1 {
	width: 25%; float: left; position: relative;
}
.prodbox-33 {
	width: 33%; float: left; position: relative;
}
.prodbox_3 {
	width: 100%; float: left; position: relative; margin-top:10px;
}
.servicebox {
	width: 25%; float: left; position: relative;
}
.prodbox-header {
	text-align: center; position: relative;
}
.prodbox-header h2 {
	font-size: 18px; font-weight: 600; line-height: 25px; margin: 0; padding: 6px 10px 8px;
}
.prodbox-body {
	text-align: center; position: relative;
}
.prodbox-footer {
	padding: 10px 10px 22px;  position: relative;
}
.prodbox-price {
	font-size: 32px; font-weight: 700; margin-top: 15px;
}
.prodbox-price .price-prefix {
	font-size: 20px; font-weight: 600; margin-left: 2px; margin-right: 2px; vertical-align: top; position: relative; top: -5px;
}
.prodbox-price .price-suffix {
	font-size: 16px; font-weight: 600; vertical-align: baseline;
}
.prodbox-price-inside {
	font-size: 32px; 
    font-weight: 700; 
    margin-top: 15px; 
    color:#ce6a20;
}
.prodbox-price-inside .price-prefix {
	font-size: 20px; 
    font-weight: 600; 
    margin-left: 2px; 
    margin-right: 2px; 
    vertical-align: top; 
    position: relative; 
    top: -5px;
}
.prodbox-price-inside .price-suffix {
	font-size: 20px; 
    font-weight: 600; 
    vertical-align: baseline; 
    color:#ce6a20;
}

.price-period {
	font-size: 16px; 
    font-weight: bold; 
    vertical-align: baseline; 
    color:#ce6a20;
}

.prodbox-cycle {
	background: url('../images/trans-25.png') repeat-x 50% 0; 
    font-size: 15px; 
    font-weight: 400; 
    margin: 5px auto 5px; 
    padding: 3px 20px; 
    display: inline-block;
}
.prodbox ul {
	list-style: none; margin: 0 0 20px;
}
.prodbox-footer li {
	background: url("../images/trans-25.png") repeat-x 50% 100%; 
	padding: 5px 0 5px 2px;
	margin-bottom: 5px
}
.prodbox-footer li i {
	margin-left: -20px; margin-right: 6px; 
}
.prodbox-footer ul {
	list-style: none; margin: 0 0 20px; font-size:15px;
}
.prodbox li {
	background: url("../images/trans-25.png") repeat-x 50% 100%; padding: 5px 0 5px 2px;
}
.prodbox li i {
	margin-left: -20px; margin-right: 6px;
}
.prodbox .ordernow {
	text-align: center;
}
.prodbox .ordernow .btn {
	border: 2px solid #ffc;
	-webkit-box-shadow: 0 0 2px #fff; 
	   -moz-box-shadow: 0 0 2px #fff;
	        
	box-shadow: 0 0 2px #fff;
	        behavior:url("pie.css");
}
.prodbox .ordernow-inside {
	text-align: center;
}
.prodbox .ordernow-inside .btn {
	/*border: 2px solid #ffc;*/
}
.prodbox.prodbox-featured .prodbox-body {
	padding: 10px 0;
}
.prodbox.prodbox-featured .prodbox-header {
	-webkit-border-radius: 8px 8px 0 0;
	   -moz-border-radius: 8px 8px 0 0;
	        border-radius: 8px 8px 0 0;
			behavior:url("pie.css");
}
.prodbox.prodbox-featured .prodbox-footer {
	-webkit-border-radius: 0 0 8px 8px;
	   -moz-border-radius: 0 0 8px 8px;
	        border-radius: 0 0 8px 8px;
			behavior:url("pie.css");
}
.prodbox.prodbox-featured {
	position: relative; top: -10px; z-index: 1;
	-webkit-box-shadow: 0 0 8px #333;
	   -moz-box-shadow: 0 0 8px #333;
	        box-shadow: 0 0 8px #333;
	-webkit-border-radius: 8px;
	   -moz-border-radius: 8px;
	        border-radius: 8px;
			behavior:url("pie.css");
}
.prodbox:first-child .prodbox-header {
	-webkit-border-radius: 8px 0 0 0;
	   -moz-border-radius: 8px 0 0 0;
	        border-radius: 8px 0 0 0;
			behavior:url("pie.css");
}
.prodbox:last-child .prodbox-header {
	-webkit-border-radius: 0 8px 0 0;
	   -moz-border-radius: 0 8px 0 0;
	        border-radius: 0 8px 0 0;
	        behavior:url("pie.css");
}
.prodbox:first-child .prodbox-footer {
	-webkit-border-radius: 0 0 0 8px;
	   -moz-border-radius: 0 0 0 8px;
	        border-radius: 0 0 0 8px;
	        behavior:url("pie.css");
}
.prodbox:last-child .prodbox-footer {
	-webkit-border-radius: 0 0 8px 0;
	   -moz-border-radius: 0 0 8px 0;
	        border-radius: 0 0 8px 0;
	        behavior:url("pie.css");
}

@media (max-width: 767px) {
	.prodbox {
		width: 48%; margin: 0 1% 2%;
	}
	.servicebox {
		width: 48%; margin: 0 1% 2%;
	}
	.prodbox .prodbox-header {
		background-image: none;
		-webkit-border-radius: 8px 8px 0 0;
		   -moz-border-radius: 8px 8px 0 0;
		        border-radius: 8px 8px 0 0;
		        behavior:url("pie.css");
	}
	.prodbox .prodbox-body {
		background-image: none;
	}
	.prodbox .prodbox-footer {
		background-image: none;
		-webkit-border-radius: 0 0 8px 8px;
		   -moz-border-radius: 0 0 8px 8px;
		        border-radius: 0 0 8px 8px;
		        behavior:url("pie.css");
	}
	.prodbox.prodbox-featured {
		top: 0; 
		-webkit-box-shadow: none;
		   -moz-box-shadow: none;
		        box-shadow: none;
	}
	.prodbox.prodbox-featured .prodbox-body {
		padding: 0;
	}
}

@media (max-width: 480px) {
	.prodbox {
		width: 96%; margin: 0 2% 20px 2%;
	}
	.servicebox {
		width: 96%; margin: 0 2% 20px 2%;
	}	
	.prodbox .prodbox-footer {
		padding-left: 3%; padding-right: 3%;
	}
}

.homepage .media {
	margin: 0 0 10px 0;
}
.homepage .media .media-body {
	margin: 0 5px; 
}
.homepage .media .media-object {
	width: 100px;
}
.homepage .media a.lightbox {
	margin-left: 10px; margin-right: 10px; 
}
@media (max-width: 479px) {
	.homepage .media .media-object {
		width: 72px;
	}
}

.btn.btn-order {
	-webkit-border-radius: 500px;
	   -moz-border-radius: 500px;
	        border-radius: 500px; behavior: url("pie.css");
}

/* ************************* */
.prodbox {
	color: #fcfcfc;
}
.prodbox-header {
	color: #fcfcfc; text-shadow: 0 0 3px #333;
}
.prodbox-header h2 {
	color: #fcfcfc;
}
.prodbox-body {
	color: #fcfcfc; text-shadow: 0 0 3px #333;
}
.prodbox .prodbox-header {
	background: #A61D00 url("../images/trans-25.png") repeat-y 100% 0;
}
.prodbox .prodbox-footer {
	background: #C44C00 url("../images/trans-25.png") repeat-y 100% 0;
}
.prodbox .prodbox-body {
	background: #BA3114 url("../images/trans-25.png") repeat-y 100% 0;
}
.prodbox.prodbox-featured .prodbox-header {
	background-color: #C44C00; background-image: none;
}
.prodbox.prodbox-featured .prodbox-footer {
	background-color: #FF923A; background-image: none;	
}
.prodbox.prodbox-featured .prodbox-body {
	background-color: #D86008; background-image: none;	
}
.prodbox:last-child .prodbox-header,
.prodbox:last-child .prodbox-footer,
.prodbox:last-child .prodbox-body {
	background-image: none;
}

/* custom bootstrap button */
.btn-custom {
 	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #fcd15c;
	*background-color: #eec000;
	background-image: -moz-linear-gradient(top, #fbe89c, #eec000);
	background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#fbe89c), to(#eec000));
	background-image: -webkit-linear-gradient(top, #fbe89c, #eec000);
	background-image: -o-linear-gradient(top, #fbe89c, #eec000);
	background-image: linear-gradient(to bottom, #fbe89c, #eec000);
	background-repeat: repeat-x;
	border-color: #eec000 #eec000 #fbd058;
	border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#fffbe89c', endColorstr='#ffeec000', GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}
.btn-group.open .btn-custom.dropdown-toggle {
	background-color: #eec000;
}
.btn-custom:hover, .btn-custom:focus, .btn-custom:active, .btn-custom.active, .btn-custom.disabled, .btn-custom[disabled] {
	color: #ffffff; background-color: #eec000; *background-color: #fac225;
}
.btn-custom:active, .btn-custom.active {
	background-color: #fabb0c \9;
}

.btn-circle {
	-webkit-border-radius: 500px;
	   -moz-border-radius: 500px;
            
	border-radius: 500px;
}


/*******************************/
.notice ul {
	list-style: none; margin: 0 0 20px;
}
.notice li {
	background: url("../images/trans-25.png") repeat-x 50% 100%; padding: 5px 0 5px 2px;
}
.notice li i {
	margin-left: -20px; margin-right: 6px;
}

/*******************************/
.prodbox-footer-wp {
    background-color: #A1A09D !important;
    color:#fff !important; 
    padding: 12px 0 0 10px;
}

.prodbox-footer-wp ul {
	list-style: none;
	margin: 0;
	font-size:15px;    
    padding: 0;
}

.prodbox-footer-wp li {
	border-bottom: 1px #ffffff solid; 
    margin-bottom: 10px;    
}

.prodbox-footer-wp li:last-child {
	border-bottom: 0px #ffffff;  
    margin-bottom: 0px;      
}

.prodbox-awesome-text {
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 24px;
    height: 15px;
}

.prodbox-awesome-text[icon_type="red"]{
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 24px;
    height: 15px;
    color: #cd1b1b;
}

.prodbox-awesome-text[icon_type="green"]{
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 24px;
    height: 15px;
    color: #0fa929;
}

.prodbox-awesome-text[icon_type="blue"]{
    font-family: FontAwesome;
    font-size: 15px;
    line-height: 24px;
    height: 15px;
    color: #4da2d0;
}

/*******************************/
.prodbox-footer-product-wp {
    background-color: #f2f2f2 !important;
    color:#8C8A89  !important;
    padding: 3px 0 0 3px;
}

.prodbox-footer-product-wp ul {
	list-style: none;
	margin: 0;
	font-size:15px;    
    padding: 0;
}

.prodbox-footer-product-wp {
	border-bottom: 1px #ffffff solid; 
    margin-bottom: 10px;    
    text-align: center;
    font-weight: bold;
}

.wp-features-header {
    color: #9b9dbf; 
    /*position: absolute; 
    left: 0px; 
    bottom: 0; 
    width: 100%; */
    vertical-align: bottom;
    height: 15px; 
    line-height: 10px; 
    text-align: left; 
    padding: 0 0 0 0px;
}

.wp-features-table thead {
    font-size: 18px;
    font-weight: 600;
    line-height: 25px;
    margin: 0;
    padding: 6px 10px 8px;
    background-color:#A1A09D !important; 
    text-shadow:none !important    
}

.wp-features-table td:nth-child(1) {  
    background-color: #A1A09D !important;
    color: #fff !important;
    padding: 8px 5px 5px 5px;
    border-bottom: 1px solid #fff;
    width: 25%;
}

.wp-features-table td:nth-child(2)
{
	border-bottom: 1px #ffffff solid;
    border-right: 1px #ffffff solid;    
    margin-bottom: 10px;    
    text-align: center;
    font-weight: bold; 
    background-color: #f2f2f2 !important;
    color:#8C8A89  !important;
    padding: 3px;  
    width: 25%;
    /*text-transform: lowercase;*/
}

.wp-features-table td:nth-child(3)
{
	border-bottom: 1px #ffffff solid; 
    border-right: 1px #ffffff solid;
    margin-bottom: 10px;    
    text-align: center;
    font-weight: bold; 
    background-color: #f2f2f2 !important;
    color:#8C8A89  !important;
    padding: 3px; 
    width: 25%;    
    /*text-transform: lowercase;*/
}

.wp-features-table td:nth-child(4)
{
	border-bottom: 1px #ffffff solid; 
    border-right: 1px #ffffff solid;
    margin-bottom: 10px;    
    text-align: center;
    font-weight: bold; 
    background-color: #f2f2f2 !important;
    color:#8C8A89  !important;
    padding: 3px;
    width: 25%;    
    /*text-transform: lowercase;*/
}

.wp-features-table .wp-price-row {
    height: 90px; 
    background-color: #f2fff2 !important; 
    color: #D32607 !important; 
    text-shadow: none !important;
    padding: 0 !important;
    line-height: 30px;
    vertical-align: baseline;
}



/******************************/
.label-open {
    background-color:#72af46!important;
    color:#fff;
}

.label-open.arrowed:before{
border-right-color:#72af46
}

.label-open.arrowed-in:before{
border-color:#72af46
}

.label-open.arrowed-right:after{
border-left-color:#72af46
}

.label-open.arrowed-in-right:after{
border-color:#72af46
}


.label-closed {
    background-color:#a1a1a1 !important;
    color:#fff;
}
.label-closed.arrowed:before{
border-right-color:#a1a1a1
}

.label-closed.arrowed-in:before{
border-color:#a1a1a1
}

.label-closed.arrowed-right:after{
border-left-color:#a1a1a1 
}

.label-closed.arrowed-in-right:after{
border-color:#a1a1a1
}


.label-customer-reply {
    background-color:#466baf !important;
    color:#fff;
}
.label-customer-reply.arrowed:before{
border-right-color:#466baf
}

.label-customer-reply.arrowed-in:before{
border-color:#466baf
}

.label-customer-reply.arrowed-right:after{
border-left-color:#466baf 
}

.label-customer-reply.arrowed-in-right:after{
border-color:#466baf
}


.label-answered {
    background-color:#F58634 !important;
    color:#fff;
}
.label-answered.arrowed:before{
border-right-color:#F58634
}

.label-answered.arrowed-in:before{
border-color:#F58634
}

.label-answered.arrowed-right:after{
border-left-color:#F58634 
}

.label-answered.arrowed-in-right:after{
border-color:#F58634
}

/******************/
.col_nopadding {
    padding-left: 0 !important;
    padding-right: 0 !important;    
}
.col_padding3 {
    padding-left: 3px !important;
    padding-right: 3px !important;    
}


.wp-price-inside {
	font-size: 32px; 
    font-weight: 700; 
    /*line-height: 85px; 
    height: 65px;*/
    margin-top: 15px;
    color:#ce6a20;
    text-transform: none;
}
.wp-price-inside .price-prefix {
	font-size: 20px; 
    font-weight: 600; 
    margin-left: 2px; 
    margin-right: 2px;  
}

.wp-price-inside .price-suffix {
	font-size: 20px; 
    font-weight: 600; 
    vertical-align: baseline; 
    color:#ce6a20;
}

.checkoutsecure {
    text-align: left;
    margin: 20px 0 10px 0;
    font-size: small;    
}

/*****************************/
.btn-project{
    color:#fff;
    background-color:#875ca8;
    border-color:#669d3f
}

.btn-project:hover,.btn-project:focus,.btn-success:active,.btn-project.active,.open>.dropdown-toggle.btn-project{
    color:#fff;
    background-color:#875ca8;
    border-color:#669d3f
}

.btn-project:active,.btn-project.active,.open>.dropdown-toggle.btn-project{
    background-image:none
}

.btn.tile-button.btn-project{
    border-color:#a675a7;
}

.btn.tile-button.btn-project:hover{
    color:#a13ca7;
}

/*****************************/
.btn-notification{
    color:#fff;
    background-color:#75a7a1;
    border-color:#669d3f
}

.btn-notification:hover,.btn-notification:focus,.btn-success:active,.btn-notification.active,.open>.dropdown-toggle.btn-notification{
    color:#fff;
    background-color:#75a7a1;
    border-color:#669d3f
}

.btn-notification:active,.btn-notification.active,.open>.dropdown-toggle.btn-notification{
    background-image:none
}

.btn.tile-button.btn-notification{
    border-color:#afdad5;
}

.btn.tile-button.btn-notification:hover{
    color:#75a7a1;
}

/*****************************/
.btn-product{
    color:#fff;
    background-color:#ed8e60;
    border-color:#669d3f
}

.btn-product:hover,.btn-product:focus,.btn-success:active,.btn-product.active,.open>.dropdown-toggle.btn-product{
    color:#fff;
    background-color:#ed8e60;
    border-color:#78c7bd
}

.btn-product:active,.btn-product.active,.open>.dropdown-toggle.btn-product{
    background-image:none
}

.btn.tile-button.btn-product{
    border-color:#f7d1c0;
}

.btn.tile-button.btn-product:hover{
    color:#ed8e60;
}

/*****************************/
.btn-balance{
    color:#fff;
    background-color:#beb15d;
    border-color:#669d3f
}

.btn-balance:hover,.btn-balance:focus,.btn-success:active,.btn-balance.active,.open>.dropdown-toggle.btn-balance{
    color:#fff;
    background-color:#beb15d;
    border-color:#669d3f
}

.btn-balance:active,.btn-balance.active,.open>.dropdown-toggle.btn-balance{
    background-image:none
}

.btn.tile-button.btn-balance{
    border-color:#ebdf92;
}

.btn.tile-button.btn-balance:hover{
    color:#beb15d;
}

/*****************************/
.btn-profile{
    color:#fff;
    background-color:#d252a3;
    border-color:#669d3f
}

.btn-profile:hover,.btn-profile:focus,.btn-success:active,.btn-profile.active,.open>.dropdown-toggle.btn-profile{
    color:#fff;
    background-color:#d252a3;
    border-color:#669d3f
}

.btn-profile:active,.btn-profile.profile,.open>.dropdown-toggle.btn-profile{
    background-image:none
}

.btn.tile-button.btn-profile{
    border-color:#efbcdc;
}

.btn.tile-button.btn-profile:hover{
    color:#d252a3;
}

/****************/
.wp-thumb {
    cursor:pointer; 
    border: 1px solid #cccccc;
    
}

.wp-thumb-area {
    padding: 10px;
}

.wp-thumb-area-gallery {
    padding: 25px;
}

@media (max-width: 480px) {
    .wp-thumb {
        cursor:pointer; 
        border: 1px solid #cccccc;
        width: 95%;
    }    
}

/****************/
.promo-banner {
    padding: 5px;
    text-align: center;    
}

@media (max-width: 480px) {
    .promo-banner-desktop {
        display: none;
    }    
}

@media (min-width: 780px) {
    .promo-banner-mobile {
        display: none;
    }    
}
