/*

	Theme Name: Faktortel Custom Theme 4

	Author: Faktortel

	Description: Custome Theme for Faktortel
	Version: 1.5

*/

@media (max-width: 767px) {
    img {
        max-width: 100%;
    }
    .banner {
        padding: 0px 10px;
        height: auto !important;
    }
}

/* Only show banner bg images on desktop, other wise the colors clash with text*/
@media (min-width: 768px) {
    .home-banner {
            background-image: url(images/banners/faktortelHome.png) !important;
    }
    .homeres-banner {
            background-image: url(images/banners/home-residential.png) !important;
    }
    .business-banner {
            background-image: url(images/banners/Business-VOIP-Banner.png) !important;
    }
    .hardware-banner {
            background-image: url(images/banners/faktortelHardwarebanner.png) !important;
    }
    .about-us-banner {
            background-image: url(images/banners/faktortelAboutUs.png) !important;
    }
    .ipbx-banner {
            background-image: url(images/banners/Virtual-PBX-Banner.png) !important;
    }
    .wholesale-banner {
            background-image: url(images/banners/faktortelwholesale.png) !important;
    }
    .reseller-banner {
            background-image: url(images/banners/reseller.png) !important;
    }
    .contact-banner {
            background-image: url(images/banners/contact.png) !important;
    }
    .support-banner {
            background-image: url(images/banners/support.png) !important;
    }
    .residential-banner {
            background-image: url(images/banners/faktortelResidentialbanner.png) !important;
    }
    
    .business-questions {
	background: #82b736 url(images/business/Quesionsbg.png) center 0 no-repeat !important;
    }
    
    .cost-calculator {
	background: #2d3046 url(images/business/CostCalculatorbg.png) center 0 no-repeat !important;
    }    
    
    .international {
	background: #2d3046 url(images/mapbg.png) center 0 no-repeat !important;
    }
    
    .national {
        background-position-y:-60px;
        padding:50px 0 265px;
	background: #2d3046 url(images/business/businessmapbg.png) center 0 no-repeat !important;
    }
    
    .recommended {
	background: #2d3046 url(images/business/CostCalculatorbg.png) center 0 no-repeat !important;
    }
    
    .thinbanner {
	background: #2d3046 url(images/mapbg.png) center 0 no-repeat !important;
    }
}

h4, .h4 {
    font-size: 20px;
}


.product .images { display: none; } /* hide images div by default */
.product.has-post-thumbnail .images { display: block; } /* show images div when thumbnail is present */

.nav > li > a {
	padding-left:10px;
	padding-right:7px;
}
#nav.affix {
    position: fixed;
    top: -0px;
    width: 100%;
}
.affix {
	top:-0px;
	border-bottom: 1px solid #81b634;
}
.affix h1 img {
	height:25px;
	margin-top:0px !important;
}
.affix .col-md-16 {
	margin-top:5px !important;
}
.affix .nav > li > a {
	padding-bottom:15px;
	text-align:left;
}



#logo img {
	margin-top:25px
}

.voipbox h3 a {
	color:#fff;
	text-decoration:none;
}


.generic-h4:hover {
	text-decoration:underline;
}


.wholesaleul ul {
	list-style: disc;
	color: #81b634;
	text-align: left;
}
.wholesaleul ul li a {
	color: #626476;
	text-decoration:underline;
}
.wholesaleul ul li a:hover {
	text-decoration:none;
}
.wholesaleul ul li {
	margin-bottom: 5px;
	font-size: 15px;
}

.resellerul ul {
	list-style: disc;
	color: #81b634;
	text-align: left;
	margin-left:40px;
}
.resellerul ul li span {
	  color: #626476;
}





.screenshots {
	margin:0 auto;
}
.screenshots td {
	padding:0 20px 15px;
}



.option_entry_cat_products2 {
	clear: both;
	padding: 20px;
}

.featurestable h5 {
	font-weight:600;
}



.genericinternal h2 {
	margin-top:50px;
}
.genericinternal h2:nth-child(1) {
	margin-top:40px;
}

.genericinternal ol > li {
	margin:10px 0;
}


.portingtable td {
	font-size:14px;
}

span.green, .green {
	color:#81b634;
	font-weight:600;
}






.woo_go_to_cart.btn.btn-warning.raised.input-lg {
	font-size:20px;
}






.greenhead {
  background: #81b634;
  padding: 10px 15px !important;
  border-radius: 5px 5px 0 0;
  color:#fff;
  font-size:22px;
}
.woocommerce-tabs > h2 {
	display:none;
}


.cart-totals {
	margin-bottom:40px;
}
.cart-totals table td, .cart-totals table th {
	padding:3px 5px;
}




/******************************************************
	RAISED BUTTONS
******************************************************/

.btn-primary.raised {
	box-shadow: 0 3px 0 0 #007299;
}
.btn-primary.raised:active, .btn-primary.raised.active {
	background: #33a6cc;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}


.btn-success {
  color: #fff;
  background-color: #81b634;
  border-color: #7baa37;
}
.btn-success:hover {
  background-color: #84be30;
}
.btn-success.raised {
	box-shadow: 0 3px 0 0 #548e00;
}
.btn-success.raised:active, .btn-success.raised.active {
	background: #719a36;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-info.raised {
	box-shadow: 0 3px 0 0 #35a2b5;
}
.btn-info.raised:active, .btn-info.raised.active {
	background: #5fd4e8;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-warning.raised {
	box-shadow: 0 3px 0 0 #d46400;
}
.btn-warning.raised:active, .btn-warning.raised.active {
	background: #d46400;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;

}
.btn-danger.raised {
	box-shadow: 0 3px 0 0 #bf4343;
}
.btn-danger.raised:active, .btn-danger.raised.active {
	background: #f26d6d;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}
.btn-default.raised {
	box-shadow: 0 3px 0 0 #bcbcbc;
}
.btn-default.raised:active, .btn-default.raised.active {
	background: #dcdcdc;
	box-shadow: none;
	margin-bottom: -3px;
	margin-top: 3px;
}

.btn-lg {
	font-size:20px;
}


.woo_go_to_cart.btn-warning.raised {
	margin-top:30px !important;
}
.woo_go_to_cart.btn-warning.raised:active {
	margin-top:33px !important;
	margin-bottom:-3px;
}




.woocommerce a.button.alt {
	box-shadow: 0 3px 0 0 #d46400;
	padding: 18px 38px;
	color:#fff;
	background-color:#ff7800;
	font-size:20px;
	margin-top:30px !important;
}
.woocommerce a.button.alt:active, .woocommerce a.button.alt.active {
	background: #d46400;
	box-shadow: none;
	margin-top:33px !important;
	margin-bottom:-3px;
}
.woocommerce a.button.alt:hover {
	color:#fff;
	background-color:#fd8f00
}
.woocommerce table.shop_table {
        margin-bottom: 5px;
}
.woocommerce-product-gallery {
    margin-bottom: 30px;
}
.woocommerce form .form-row:not(#billing_faktortel_existing_field) {
    min-height: 75px;
}
.woocommerce form #billing_mobile_phone_verify_send {
    float: left;
    margin-right: 5px;
    width: 100%;
}
.woocommerce form #billing_mobile_phone_verify {
    width: 100%;
    font-size: 10px;
}

.woocommerce .shop_table .product-thumbnail {
    text-align: center;
}
.option_entry_cat_product {
	min-height:255px;
}

.option_entry_cat_product_title {
	color: #428bca;
}

a.button.add_to_cart_button.product_type_simple {
    box-shadow: 0 3px 0 0 #d46400;
    padding: 9px 20px;
    color: #fff;
    background-color: #ff7800;
    font-size: 16px;
    margin-top: 15px !important;
}

.summary h3 {
    margin-top: 0px
}

.summary .total-users-details, .summary .total-lines {
    margin: 20px 0;
}

.summary .total-users-details output, .summary .total-lines output {
    padding: 0 0 10px 0;
}

.up-sells ul.products {
    padding: 0px;
}

.up-sells ul.products {
    
}

@media only screen and (min-width: 992px) {
    .up-sells ul.products li {
        display: inline-block;
        vertical-align: top;
        width: 32%; /*set lower than 33% to compensate for white space from WC*/
        padding: 0 30px;
        text-align: center;
    }

    .up-sells ul.products li img {
        height: 110px;
        width: auto;
        max-width: 100%;
    }

    .up-sells ul.products li h2 {
        font-size: 25px;
    }
}

.variations_form label {
    color: #333;
    font-family: 'Varela Round', sans-serif;
    font-size: 15px;
    text-align: left;
    font-weight: normal;
}

.variations_form .reset_variations, .variations_form .woocommerce-variation-price {
    display: none !important;
}

.variations_form table.variations td.label {
    padding: 10px 10px 10px 0;
    vertical-align: middle;
    display: table-cell;
    text-align: left;
}

.skip_add_to_cart_button, .single_add_to_cart_button.btn, .view_cart_button.btn {
    display: inline-block;
    font-size: 16px;
    margin: 20px 0 !important;
    padding: 9px 20px;
    font-weight: 700;
}






/******************************************************
	BUTTON SIZING
******************************************************/

.btn-xs, .btn-group-xs > .btn {
	padding: 2px 6px;
}
.btn-sm, .btn-group-sm > .btn {
	padding: 8px 12px;
}
.btn-lg {
	padding: 20px 40px;
	border-radius: 4px;
}
.btn-md {
	padding: 8px 20px;
	border-radius: 4px;
	font-size:16px;
}
.btn-xs.btn-default, .btn-xs.outline {
	padding: 0px 4px;
}
.btn-sm.btn-default, .btn-sm.outline {
	padding: 6px 10px;
}
.btn-lg.btn-default, .btn-lg.outline {
	padding: 18px 38px;
}




.intbox .head {
	padding-bottom:10px;
}
.intbox {
	border: 3px solid #81b634;
	border-radius: 3px;
	margin-top:20px;
	margin-bottom:35px;
}
.intbox .foot {
	border-bottom: 3px solid #81b634;
}
.intbox .foot.left {
	padding:12px 0;
}
.intbox .foot p {
	margin:0;
}
.intbox .foot a:hover {
	background-color:#81b634;
	color:#fff;
}
.intbox .foot a {
	color:#fff;
	text-decoration:none;
	display:block;
	border:none;
	padding:12px 0;
}



.thinbanner {
	height: 150px;
	clear: both;
	overflow: hidden;
	color: #fff;
	background: #2d3046;
}
.thinbanner 12 {
	font-size: 42px;
	margin-top: 0;
}
.thinbanner h4 {
	margin-top: 10px;
	font-size: 22px;
}
.thinbanner h4 a {
	color: #82b835;
	text-decoration:none;
}
.thinbanner h4 a:hover {
	text-decoration:underline;
}
.thinbanner .banner-text-wrapper {
  margin-top:36px;
}








.bizprodimg {
	height:200px;
	background-color:#fff;
	-webkit-border-top-left-radius: 5px;
	-webkit-border-top-right-radius: 5px;
	-moz-border-radius-topleft: 5px;
	-moz-border-radius-topright: 5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	padding:10px;
	overflow:hidden;
}
.bizprodimg img {
	width:90%;
	margin:0 auto;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.bizprodtext {
	background-color:#cfcfcf;
	text-align:center;
	padding:10px;
	-webkit-border-bottom-right-radius: 5px;
	-webkit-border-bottom-left-radius: 5px;
	-moz-border-radius-bottomright: 5px;
	-moz-border-radius-bottomleft: 5px;
	border-bottom-right-radius: 5px;
	border-bottom-left-radius: 5px;
}
.bizprodtext a {
	color:#2d3147;
}


div.images > a > .attachment-shop_single  {
	max-width:300px;
	max-height:300px;
}



#tab-description > ul {
	list-style: disc;
	color: #3d3e45;
	text-align: left;
	margin-left:40px;
}
#tab-description > ul li {
	margin-bottom:5px;
}





.product-cat-unmanaged-pbx > div > a, .product-cat-managed-pbx > div > a, .product-cat-business-voip > div > a, .product-cat-home-voip > div > a, .product-cat-reseller  > div > a {
	display:none
}

.option_entry_cat_product {
	border-bottom:none !important;
}








.bwl-kb ol.bwl-kb-categories li {
	margin: 5px 16px !important;
}



.cost-calculator-main-container .rangeslider-wrapper div ul li {
	color:#626476 !important;
}







.hometable h4, .hometable h4 a {
	font-weight: 700;
	color: #81b634;
}
.hometable li a {
	font-size: 15px;
	color: #424242;
	text-decoration: underline;
}
.hometable li {
	margin-bottom: 4px;
}
.hometable li a:hover {
	text-decoration: none;
}
/* CSS Document */



body {
	font-family: 'Varela Round', sans-serif;
	margin: 0;
	font-size: 15px;
}
.row {
	margin-left: 0px;
	margin-right: 0px;
}
.container-full {
	max-width: 100%;
	min-height: 100%;
}
.width-1150 {
	max-width: 1150px;
}
.centered {
	margin: 0 auto;
}
.align-center {
	text-align: center;
}
.align-right {
	text-align: right;
}
.col-centered {
	display: inline-block;
	float: none;
	/* reset the text-align */



    /* /text-align:left; */



    /* inline-block space fix */



	margin-right: -4px;
}
.nopadding {
	padding: 0;
}
.header {
	padding-top: 30px;
}
.logoheader img {
	height: 52px;
}
.phoneheader p {
	color: #8bbc39;
}
.phoneheader span {
	color: #8c90ab;
}
.glyphicon-chevron-down {
	color: #81b634;
	padding-left: 5px;
}
.clearfix {
	clear: both;
	overflow: hidden;
}
/* .btn-warning{border-bottom: 3px solid #d46400;} */



.btn-warning.raised {
	box-shadow: 0 3px 0 0 #d46400;
}
.banner a {
	font-weight: 700;
	font-size: 20px;
}
.btn-big {
	padding: 12px 20px;
}
/* header */



#utiltiybar {
	background: #81b634;
	padding: 20px 0 37px;
}
#utiltiybar #loginbar {
	margin-top: -7px;
}
#utiltiybar ul li {
	display: inline;
	margin-right: 10px;
}
#utiltiybar ul li span.separator {
	color: #b4e56d;
}
#utiltiybar ul li, #utiltiybar ul li a {
	color: #fff;
}
#utiltiybar #login a {
	color: #81b634 !important;
	font-weight: bold !important;
}

@media (max-width: 767px) {
    #utiltiybar {
        padding: 5px 20px !important;
        text-align: center;
    }
    
    #utiltiybar ul {
        padding: 0px !important;
    }
    
    #loginbar {
        float: none !important;
    }
    
    #loginbar #login {
        margin: 10px 0px;
        display: block;
    }
    
    #footer #copyright {
        text-align: center !important;
    }
    
    #footer #copyright ul {
        padding: 0px !important;
    }
    
    #footer #copyright li {
        display: block !important;
        text-align: center !important;
    }
}

.modal.generic-alert .content {
    margin: 0px;
    padding: 0px;
}

.modal.generic-alert h2 {
    margin: 10px 0px;
}

.dropdown form label {
	color: #31354d;
}
/* Bootstrap Overwrite Properties */

.modal-dialog {
    margin-top: 100px; /*compinsate for header bar*/
}

.navbar-nav>li {
	border-bottom: 5px solid transparent;
	font-size: 13px;
	color: #31354d;
	font-weight: bold;
	outline: 0;
}
ul.nav > li:hover {
	background: none;
	border-bottom: 5px #81b634 solid;
	color: #81b634;
}
.nav > li > a:hover, .nav > li > a:focus {
	background: none;
}
.nav ul.dropdown-menu {
	margin-top: 5px;
}
.navbar-nav li.open {
	background: transparent;
	border-bottom: 5px solid #81b634;
	color: #81b634;
}
.nav > li > a {
	color: #31354d;
	text-transform: uppercase;
	outline: none;
	font-weight: bold;
	padding-bottom: 25px;
}
.nav .caret {
	display: none;
}
.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
	background-color: transparent;
}
.dropdown-menu>.active>a, .dropdown-menu>.active>a:focus {
	color: #000;
	background: transparent;
}
.dropdown-menu>.active>a:hover, .dropdown-menu>.active>a:focus {
	color: #000;
	background: #f5f5f5;
}
/* Dropdown Navigation */


@media (min-width: 768px) {
    #menu-main-menu .dropdown:hover .dropdown-menu {
            display: block;
    }
}

.navbar {
    border: 0px;
}

.navbar .navbar-brand {
    height: 68px;
}

.navbar .navbar-toggle {
    height: 68px;
    margin: 0px;
    padding: 0 7px;
}

@media (min-width: 768px) {
    .navbar-nav > .menu-item {
        height: 68px;
    }

    .navbar-nav > .menu-item > a {
        heihgt: 100%;
        margin: 25px;
        padding: 0px;
    }
}

@media (max-width: 767px) {
    .navbar-nav > .menu-item {
        min-height: 30px;
        margin: 0 10px;
    }
    
    .navbar-nav .dropdown {
        margin-bottom: 15px;
    }

    .navbar-nav > .menu-item > a {
        heihgt: 20px;
        margin: 0px;
        padding: 0px;
    }
}

.navbar-toggle .icon-bar {
    background-color: #000;
}

#menu-main-menu.navbar-collapse {
	max-height:none;
        overflow-x: hidden;
}

.nav .open > ul.dropdown-menu {
	display: block;
}
/* banner */



.banner {
	height: 470px;
	clear: both;
	overflow: hidden;
	color: #fff;
        background-position: center;
        background-repeat: no-repeat;
        background-color: #282a3f;
}
.banner h2 {
	font-size: 42px;
	margin-top: 0;
}
.banner h3 {
	margin-bottom: 30px;
	margin-top: 20px;
	font-size: 28px;
}
.banner h2 span, .banner h3 span {
	color: #82b835;
}
.banner h4 {
	color: #acafc2;
	font-size: 18px;
	line-height: 1.5;
	padding-left: 0;
}
.banner h4 a {
	color: #82b835;
        font-size:18px;
        font-weight:500
}
.banner h4 img {
	margin-right: 10px;
	padding-bottom: 5px;
}
.banner .banner-text-wrapper {
	margin-top: 110px
}
.banner .banner-text-wrapper .btn-holder {
	padding: 20px 0 5px 0;
}
.residential-banner h4, .business-banner h4, .hardware-banner h4 {
	color: #acafc2;
	line-height: 1.5;
	padding-right: 40px;
	padding-left: 0;
}
.wholesale-banner h4 {
	padding-right: 20px;
}
/* content */



.content {
	clear: both;
	margin-top: 40px;
        padding-bottom: 30px;
}
.services {
	padding: 60px 0;
	overflow: auto;
}
.voipbox {
	background: #31354d;
	color: #fff;
	padding: 0;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.voipbox .btn {
        float: none !important;
}
@media (max-width: 992px) {
        .voipbox {
                margin-bottom: 50px !important;
        }
}

.voipbox .head-icon {
	background: #81b634;
}
.voipbox .head-icon img {
	margin-top: -35px;
}
.voipbox .head {
	background: #81b634;
	color: #fff;
	overflow: hidden;
}
.voipbox .head h3 {
	margin-top: 10px;
}
.voipbox .head h3 span {
	color: #31354d;
}
.voipbox .body {
	padding: 30px;
	min-height: 300px;
}
.voipbox .body div.sub-header {
	margin: -10px 0 15px 0;
	color: #81b634;
	font-size: 17px;
}
.voipbox .body ul {
        list-style-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAoAAAAKCAYAAACNMs+9AAAAJElEQVQYlWNgIAc0bjP5j4yJUoRVMS5FGIoHUCHRniEpeAgBAHQufYk7ptfOAAAAAElFTkSuQmCC");
	text-align: left;
        padding-left: 30px;
}
.voipbox .body ul li {
	line-height: 1.5;
	margin-bottom: 15px;
	padding-left: 0px;
}

.voipbox .foot {
	padding: 0 40px;
}
.voipbox .foot .btn {
	text-transform: uppercase;
	font-size: 16px;
}
.voip-learnmore {
	background: #f4f4f4;
	overflow: hidden;
	clear: both;
	padding: 60px 0;
}
.voip-learnmore h3 {
	color: #8bbc39;
}
.voip-learnmore .head h3 {
	font-size: 26px;
	padding: 20px 0 15px;
}
.voip-learnmore .rightbox .head p {
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	marign-top: 0px;
}
.voip-learnmore .body {
	padding: 10px 45px;
	line-height: 2;
}
.voip-learnmore .body p {
	font-size: 16px;
}
.voip-learnmore .leftbox {
	background: #fff;
}
.voip-learnmore .leftbox .head {
	padding: 0 60px;
}
.voip-learnmore .leftbox .head p {
	color: #31354d;
	font-style: italic;
	font-size: 18px;
	line-height: 1.5;
	font-weight: 700;
	marign-top: 0px;
}
.voip-learnmore .leftbox .head p img {
	margin-left: 10px;
}
.voip-learnmore .leftbox .body {
	min-height: 160px;
}
.voip-learnmore .leftbox .footer {
	background: #31354d;
	padding: 20px 0;
}
.voip-learnmore .rightbox {
	background: #31354d;
	color: #fff;
}
.voip-learnmore .rightbox .head {
	padding: 0 60px;
}
.voip-learnmore .rightbox .body {
	min-height: 160px;
}
.voip-learnmore .rightbox .body p {
	color: #acafc2;
}
.voip-learnmore .rightbox .footer {
	background: #81b634;
	padding: 20px 0;
}
.voip-learnmore .rightbox .footer a {
	color: #31354d;
	font-size: 16px;
}
.voip-learnmore .leftbox .footer a {
	font-size: 16px;
}
.contact-container {
	background: #83b93b url('images/home/greenboxbg.png') center 0 no-repeat;
	color: #fff;
}
.contact-container .contact-body {
	padding: 50px 0;
}
.contact-container p.firstparagraph {
	font-size: 28px;
}
.contact-container p.secondparagraph {
	font-size: 20px;
	color: #31354d;
}
.contact-container p.secondparagraph span {
	color: #fff000;
}
.contact-container p.thirdparagraph {
	font-size: 14px;
}
.contact-container .contact-footer {
	background: #31354d;
	padding: 30px 0;
}
.contact-container .contact-footer input {
	padding-left: 10px;
	margin-right: 10px;
}

.content .info-box {
	padding: 40px 40px;
}

@media (min-width: 992px) {
    .desktop-table {
        display: table;
    }
    
    .desktop-table .desktop-row {
        display: table-row;
    }

    .desktop-table .desktop-row .desktop-cell {
        display: table-cell;
        float: none;
        height: 100%;
    }
    
    .info-boxes .info-box-row:not(.solo)  .info-box {
        border-bottom: 1px solid #d9e0e2;
    }
    
    .info-boxes .info-box-row  ~ .info-box-row .info-box {
        border-bottom: none;
    }
    
    /*where each row must be a seperate table (for independent sizing)*/
    .info-boxes .desktop-table ~ .desktop-table .info-box-row .info-box {
        border-bottom: none;
    }
    
    .info-boxes .info-box {
        border-left: none;
    }
    
    .info-boxes .info-box  ~ .info-box {
        border-left: 1px solid #d9e0e2;
    }
}

/*.content .info-box.first-box {
	border-bottom: 1px solid #d9e0e2;
	border-right: 1px solid #d9e0e2;
}
.content .info-box.second-box {
	border-bottom: 1px solid #d9e0e2;
	border-right: 1px solid #d9e0e2;
}
.content .info-box.third-box {
	border-bottom: 1px solid #d9e0e2;
}
.content .info-box.fourth-box {
	border-right: 1px solid #d9e0e2;
}
.content .info-box.fifth-box {
	border-right: 1px solid #d9e0e2;
}
.content .info-box {
	padding: 40px 0;
}
.content .info-box p {
	padding: 0 68px;
}*/
.whatweare {
	padding: 0px 0 100px;
	overflow: auto;
}
.whatweare h3 {
	color: #8bbc39;
	font-size: 30px;
}
.whatweare .head {
	margin-bottom: 80px;
}
.whatweare .head p {
	color: #2e3249;
	font-size: 16px;
}
.whatweare h5 {
	color: #31354d;
	font-weight: bold;
	font-size: 18px;
}
/* business */



.businessinfo-container {
	padding: 40px 0 50px;
}
.businessinfo-container h3 {
	font-size: 28px;
	color: #31354d;
	font-weight: bold;
}
.businessinfo-container p {
	margin-top: 20px;
	line-height: 1.5;
}
.businessinfo-container p i {
	font-size: 16px;
}
.businessinfo-container p img {
	margin-left: 20px;
}
.businessinfo-container div.diagram-wrapper {
	margin-top: 78px;
}
.business-feature {
	background: #f4f4f4;
	padding: 60px 0;
}
.business-feature.icon-blurbs img {
	height: 110px;
}
.business-feature.icon-blurbs h5 {
	font-weight: bold;
	font-size: 18px;
	color: #31354d;
	margin-top: 20px;
}
.business-feature.icon-blurbs p {
	padding: 0 36px;
	color: #616373;
}
.business-questions {
	background-color: #82b736;
	padding: 49px 0;
	color: #fff;
        height: 296px;
}
.business-questions h3 {
	font-size: 30px;
}
.business-questions span {
	font-size: 18px;
}
.business-questions button {
	padding: 6px 35px;
}
.business-questions .orcall, .business-questions .contactno {
	margin-right: 10px;
}
.business-questions .contactno {
	font-size: 30px;
}
.business-questions .btn {
	font-size: 18px;
}
.voipflow {
	padding: 20px 0 70px;
}
.voipflow h3 {
	color: #31354d;
	font-size: 30px;
	padding: 40px 0;
}
.cost-calculator {
	background: #2d3046;
	padding: 20px 0 105px;
	color: #fff;
}
.cost-calculator h3 {
	font-size: 30px;
	padding: 30px 0;
}
.cost-calculator-main-container h5 {
	color: #31354d;
	font-size: 16px;
	font-weight: bold;
	margin: 30px 0;
}
.cost-calculator-main-container .pricing {
    display: table;
    padding: 0 30px;
    overflow-x: auto;
    margin-bottom: 20px;
    width: 100%;
}
.cost-calculator-main-container.slider .pricing {
    margin-top: 40px;
}
.cost-calculator-main-container .wrapper {
    display: table-row;
    overflow: hidden;
    height: 240px;
    box-shadow: 5px 8px 2px #ECF0F1;
    border-radius: 5px;
}
.cost-calculator-main-container .listactive {
	color: #31354d;
	font-weight: bold
}
/*
#outputmobilecalls{
    min-width: 115px;
}
*/
.cost-calculator-main-container .price-item output {
	font-weight: bold;
	font-size: 17px;
}

.cost-calculator-main-container .rangeslider-width {
    width: 200px;
    min-height: 30px;
    display: inline-block;
}

.cost-calculator-main-container .rangeslider-width.small {
    width: 110px;
}

.cost-calculator-main-container .rangeslider-wrapper div.rangeslider, .cost-calculator-main-container .slidetoggle-wrapper div.slidetoggle {
    display: block;
}

.cost-calculator-main-container .add-minus-buttons-wrapper div {
    display: inline-block;
    border-radius: 50%;
    width: 30px;
    height: 30px; 
    font-size: 20px;
    line-height: 30px;
    text-align: center;
    color: #FFF;
}

.cost-calculator-main-container .add-minus-buttons-wrapper div.add-minus-button {
    cursor: pointer;
    /* Prevent selection of text, as though it's a button */
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none;
}

.cost-calculator-main-container .add-minus-buttons-wrapper div.plus {
    background-color: #81b634;
}

.cost-calculator-main-container .add-minus-buttons-wrapper div.minus {
    background-color: #333;
}
.cost-calculator-main-container div.pricing div.price-item {
    text-align: center;
}
@media only screen and (min-width : 992px) {
.cost-calculator-main-container div.pricing div.price-item {
    border: 1px solid #d9e0e2;
    height: 100%;
    padding: 30px 10px;
    font-weight: bold;
    display: table-cell;
    color: blue !important;
}
}
@media only screen and (max-width : 991px) {
.cost-calculator-main-container div.pricing div.price-item {
    border: 1px solid #d9e0e2;
    padding: 15px;
    font-weight: bold;
    color: red !important;
}
}
.cost-calculator-main-container div.price-item .info, .cost-calculator-main-container div.price-item .info-divs-below div {
    margin-bottom: 5px;
    color: #555;
}
@media only screen and (min-width : 992px) {
    .cost-calculator-main-container .pricing.eight-column div.price-item {
        width: 12.5%;
    }
    .cost-calculator-main-container .pricing.seven-column div.price-item {
        width: 14.28%;
    }
    .cost-calculator-main-container .pricing.five-column div.price-item {
        width: 20%;
    }
    .cost-calculator-main-container .pricing.four-column div.price-item {
        width: 25%;
    }
}
.cost-calculator-main-container div.price-item p {
    color: #626476;
}
.cost-calculator-main-container div.price-item img {
	margin-bottom: 10px;
}
.cost-calculator-main-container div.price-item:hover {
	background: #d9e0e2;
	cursor: pointer;
}
@media only screen and (min-width : 992px) {
    .cost-calculator-main-container div.price-item.firstDiv {
            border-radius: 5px 0 0 5px;
    }
    .cost-calculator-main-container div.price-item.lastDiv {
            border-radius: 0 5px 5px 0;
    }
}
@media only screen and (max-width : 991px) {
    .cost-calculator-main-container div.price-item.firstDiv {
            border-radius: 5px 5px 0 0;
    }
    .cost-calculator-main-container div.price-item.lastDiv {
            border-radius: 0  0 5px 5px;
    }
}
.cost-calculator-main-container div.price-item.total {
	background: #d9e0e2;
	overflow: hidden;
	border-radius: 0 5px 5px 0;
}
.cost-calculator-main-container div.price-item.total p {
	font-weight: bold;
	padding-bottom: 10px;
	font-size: 22px;
}
.cost-calculator-main-container div.price-item.total p output {
    display: inline;
    font-size: 22px;
    
}
.cost-calculator-main-container div.price-item.total a {
	font-size: 18px;
	margin-left: -5px;
}
.rangeslider__handle {
	/* border: 1px solid #ccc; */



	cursor: pointer;
	background: transparent url(images/tracksymbol.png) center no-repeat;
	border-radius: 0;
	border: none;
	box-shadow: none;
	content: none;
}
.rangeslider__handle:after {
	background: transparent url(images/tracksymbol.png) center no-repeat;
	border-radius: 0;
	border: none;
	content: none;
	box-shadow: none;
}
.rangeslider__handle:active {
	background: url(images/tracksymbol.png) center no-repeat;
	border-radius: 0;
	border: none;
}
.rangeslider__fill {
	background: #31354d;
	position: absolute;
	top: 0;
}
.rangeslider, .rangeslider__fill {
	height: 15px;
}

.cost-calculator-main-container .value {
    color: #555;
    margin-top: 25px;
    font-size: 20px;
    font-weight: bold;
}
.cost-calculator-main-container .notes {
    font-size: 15px;
    color: #6F6F6F;
}
.existing-phone {
	padding: 40px 0 70px;
}
.existing-phone h3 {
	font-size: 30px;
	padding: 10px 0;
}
.existing-phone p.wepromise {
	color: #8bbc39;
	font-size: 20px;
}
.existing-phone div img {
	padding: 35px 20px 0 20px;
}
.existing-phone div.number_porting_images {
    margin-bottom: 20px;
}
.existing-phone div button {
	padding: 6px 20px;
	font-size: 16px;
}
.international {
	background: #2d3046;
	color: #fff;
	padding: 50px 0 50px;
}
.national {
	background: #2d3046;
	color: #fff;
}
.international h3, .national h3 {
	font-size: 30px;
}
.business .international .body, .business .national .body, .ipbx .national .body {
	padding: 50px 0;
	margin-top: 90px;
}
.international .body p, .national .body p,  {
	line-height: 2;
}
.international a, .national a {
	color: #81b634;
	text-decoration: none;
	border-bottom: 1px solid #81b634;
}

div.national.clearfix > div > div.body.col-md-8 > p > a, div.international.clearfix > div > div.body.col-md-8 > p > a, div.international.clearfix > div > div:nth-child(5) > a {
	color:#fff;
	border-bottom:none;
}


.keyfeatures {
	padding: 35px 0 100px;
}
.keyfeatures h3 {
	font-size: 30px;
	padding: 35px 0 60px;
}
.keyfeatures h5 {
	font-weight: bold;
	font-size: 18px;
}

.recommended {
	background: #2d3046;
	color: #fff;
	padding: 30px 0 120px;
}
.recommended h3 {
	padding: 20px 0;
	font-size: 30px;
}
.recommended p {
	line-height: 2;
	padding: 10px 20px 60px;
}
.business-feature.ready h3 {
	font-size: 30px;
}
.business-feature.ready p {
	color: #616373;
}




.faqs {
	padding: 50px 0 70px;
}
.faqs h3 {
	font-size: 30px;
        margin: 0px 0px 50px 0px;
}
.faqs .container {
	text-align: left;
}
.panel {
	box-shadow: none;
}
.panel-group .panel-heading + .panel-collapse > .panel-body {
	border: none;
}
.panel-group, .panel-group .panel, .panel-group .panel-heading, .panel-group .panel-heading a, .panel-group .panel-title, .panel-group .panel-title a, .panel-group .panel-body, .panel-group .panel-group .panel-heading + .panel-collapse > .panel-body {
	border-radius: 5px;
	border: 0;
}
.panel-group .panel-heading {
	padding: 0;
}
.panel-group .panel-heading a {
	display: block;
	background: #8bbc39;
	color: #ffffff;
	padding: 15px;
	text-decoration: none;
	position: relative;
}
.panel-group .panel-heading a.collapsed {
	background: #2d3147;
	color: ffffff;
}
.panel-group .panel-heading a:after {
	content: '-';
	position: absolute;
	right: 20px;
	top: 5px;
	font-size: 30px;
}
.panel-group .panel-heading a.collapsed:after {
	content: '+';
	color: #8bbc39;
}
.panel-group .panel-collapse {
	margin-top: 5px !important;
}
.panel-group .panel-body {
	background: #ffffff;
	padding: 15px;
}
.panel-group .panel {
	background-color: transparent;
}
.panel-group .panel-body {
	padding: 0;
}
.panel-group .panel-body ul:first-child {
	padding: 0;
	list-style: none;
}
.panel-group .panel-body ul li {
	border-bottom: 1px solid #e6e9ea;
	padding: 10px 15px;
}
.panel-group .panel-body ul li ul li, .panel-group .panel-body ul li ol li {
        border: none;
}
.panel-group .panel-body ul li, .panel-group .panel-body ul li a {
	color: #2a2d42
}
.panel-group .panel-body p:last-child, .panel-group .panel-body ul li:last-child, .panel-group .panel-body ol:last-child {
	margin-bottom: 0;
	border: none;
}
/* ipbx */




.ipbx .national .body p {
	color:#fff;
}

.ipbx h3 {
	font-size: 30px;
}
.ipbxinfo {
	padding: 20px 0 60px;
}
.ipbxinfo .howvoipwork {
	padding-left: 40px
}
.ipbxinfo .howvoipwork p img {
	margin-left: 20px;
}
.ipbxinfo h3 {
	margin-bottom: 30px;
}
.ipbxinfo ul {
	padding-top: 30px;
}
.ipbx .howitworks .info_column {
	padding: 0 60px;
}
.ipbx .howdoes ul, .ipbx .howitworks ul {
	list-style: disc;
	color: #81b634;
	text-align: left;
}
.ipbx .howdoes ul li span, .ipbx .howitworks ul li span {
	color: #626476;
}
.ipbx .howdoes ul li, .ipbx .howitworks ul li {
	margin-bottom: 5px;
	font-size: 15px;
}
.ipbx .howitworks .width-1150 {
	border-top: 1px solid #e2e6e8;
	padding: 50px 0 120px;
}
.ipbx .howitworks ul {
	padding: 60px 0 40px;
}
.ipbx .switchtovoip {
	background: #f4f4f4;
	padding:20px 0 40px;
}
.ipbx .switchtovoip .head {
	padding: 20px 0;
}
.ipbx .switchtovoip .head h3 {
	margin-top: 10px;
}
.ipbx .switchtovoip .leftbox, .ipbx .switchtovoip .rightbox {
	background: #fff;
	min-height: 280px;
	margin-top: 25px;
	margin-bottom: 60px;
	overflow: hidden;
}
.ipbx .switchtovoip .leftbox .head {
	background: #31354d;
}
.ipbx .switchtovoip .leftbox .head h3 {
	color: #8bbc39;
}
.ipbx .switchtovoip .leftbox .head p {
	color: #fff;
}
.ipbx .switchtovoip .leftbox .body {
	background: #fff;
}
.ipbx .switchtovoip .body {
	padding: 20px 40px;
}
.ipbx .switchtovoip .body h5 {
	font-size: 18px;
	color: #31354d;
	line-height: 26px;
	margin-bottom: 25px;
}
.ipbx .switchtovoip .rightbox .head {
	background: #81b634;
}
.ipbx .switchtovoip .rightbox .head h3 {
	color: #31354d;
}
.ipbx .switchtovoip .rightbox .head p {
	color: #fff;
}
.pbxfeatures {
	padding: 20px 0 40px;
}
.pbxfeatures .width-1150 {
	position: relative;
}
.pbxfeatures .body {
	overflow: hidden;
	height: 470px;
}
.pbxfeatures table {
	padding: 20px 0;
	margin: 20px 0;
}
.pbxfeatures table td {
	padding: 20px 30px;
	border: 1px solid #d9e0e2;
}
.pbxfeatures table td + td {
	text-align: left;
}
.pbxfeatures #gradient {
	position: absolute;
	z-index: 2;
	right: 0;
	bottom: 0;
	left: 0;
	height: 150px;
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjcwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
	background: -moz-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%, rgba(255,255,255,0)), color-stop(70%, rgba(255,255,255,1)));
	background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	background: -o-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	background: -ms-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
	background: linear-gradient(to bottom, rgba(255,255,255,0) 0%, rgba(255,255,255,1) 70%);
 filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#ffffff', GradientType=0 );
}
.pbxfeatures .btn-holder {
	z-index: 99;
	position: absolute;
	bottom: 0;
	text-align: center;
	margin: 0 auto;
	width: 100%;
}
.pbxfeatures button.view-all {
	padding: 6px 70px;
}
.ipbx .international .body {
	padding: 140px 0 56px;
}
.ipbx .international .body p {
	color: #fff;
}
/* INQUIRY */



.enquiry {
	background-color: #82b835;
        background-image: url(images/business/businessgreenbg.png);
        background-size: cover;
        background-position: center center;
	color: #fff;
	padding: 50px 0 100px;
	overflow: hidden;
}
.enquiry h3 {
	font-size: 28px;
}
.enquiry p.callyou {
	font-size: 20px;
}
.enquiry p {
	color: #2e3249;
}
.enquiry .form-inline {
	text-align: left;
}
.enquiry .btn {
	padding: 6px 35px;
	font-size: 18px;
        max-width: 304px;
        height: 74px;
}
.enquiry textarea {
	height: 120px;
}
.enquiry .recaptcha > div {
    display: inline-block;
}
.enquiry span.wpcf7-not-valid-tip {
    color: #d46400 !important;
}
.enquiry .wpcf7-response-output {
    border: none !important;
}

/* footer */
#footer {
	background: #282a3f url(images/footerbg.png) center 0 no-repeat;
	padding: 20px 0 0;
	position: relative;
	color: #fff;
	overflow: hidden;
	clear: both;
}
#footer h5, #footer h5 a {
	color: #999db8;
	text-transform: uppercase;
	font-weight: bold;
	font-size: 16px;
}
#footer .upper-footer .col-wrapper {
        text-align: center;
}
#footer .upper-footer .col-content {
        display: inline-block;
        text-align: left;
}
#footer .upper-footer {
	margin-top: 20px;
}
#footer .upper-footer ul {
	margin-top: 20px;
}
#footer .upper-footer ul li {
	margin-bottom: 10px;
}
#footer .upper-footer ul li, #footer .upper-footer ul li a {
	color: #7f8da3;
	font-size: 13px;
}
#footer .upper-footer ul li a.signup {
	color: #8bbd3f;
}
#footer #copyright {
	background: #31354d;
	padding: 20px 0;
	clear: both;
}
#footer #copyright, #footer #copyright a {
	color: #8c90ab;
	font-size: 14px;
}
#footer #copyright .width-1150 {
	padding-bottom: 20px;
}
#footer #copyright ul li {
	display: inline;
	margin-left: 10px;
}
/**********************/
.product_options {
    width: 90%;
}
.option_entry,  .option_entry_heading,  .option_entry_desc,  .option_entry_cat_product,  .option_entry_cat_product_thumb,  .option_entry_cat_product_content {
	display: table;
	width: 100%;
}
.option_entry_heading, .option_entry_desc {
	border: 1px solid #ccc;
	background: #ddd;
	float: left;
	padding: 10px;
	margin-right: 2px;
        height: 48px;
        max-height: 48px;
}
.option_entry_heading {
	width: 9%;
	font-weight: bold;
}
.option_entry {
	margin-bottom: 10px;
}
.option_entry_cat_products {
	clear: both;
	padding: 20px;
}
.option_entry_cat_product {
	width: 98%;
	border-bottom: 1px solid rgb(221, 221, 221);
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.option_entry_cat_product_thumb {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.option_entry_cat_product_thumb img{
    width: 100%;
    height: auto;
}
.option_entry_cat_product_content {
	width: 75%;
}
.option_entry_cat_product_content .option_entry_cat_product_desc {
	margin-bottom: 20px;
}
.option_entry_cat_product_content .quantity {
	width: 150px;
	float: left;
}
.option_entry_cat_product_content .quantity input[type="number"] {
	width: 70px;
}
.woo_product_added {
        display: none;
}
.woo_product_added img {
	width: 24px;
	margin-right: 7px;
}
.woo_remove_from_cart {
	display: block;
	margin-top: 14px;
}
.ajax_loader {
	display: none;
	margin-left: 5px;
}
.remove_product_ajax_loader {
	width: 16px !important;
	position: absolute;
	margin-top: -20px;
	margin-left: 144px;
}
.woo_go_to_cart, .addons_next {
	float: right;
	margin-right: 10px;
	margin-top: 30px;
	width: 150px;
	height: 40px;
}
.addons_next {
	margin: 0  0 10px 0 !important;
}
.recommended img{
    width: 80%;
    height: auto;
}


.cost-calculator-main-container .wrapper output{
    width: 100%;
}
.totalpriceholder p, .wrapper .col-md-3 p, .wrapper .col-md-4 p {
	color: #626476;
}


.cost-calculator-main-container{
    background: #fff;
    border-radius: 5px;
    overflow:hidden;
    padding-bottom: 40px;
}
.cost-calculator-main-container.slider{
    padding:18px 0 40px;
}
.cost-calculator-main-container .option {
    padding: 0px 30px;
}
.cost-calculator-main-container h5 {
    min-height: 53px;
}
.hosted-pbx-cost-calc-tabs{
    display: table;
}
.pbx-managed,.pbx-unmanaged{
    border-radius: 0px 5px 5px 5px;
}
.woo_add_to_cart_container.pbx-unmanaged button, .woo_add_to_cart_container.pbx-unmanaged .or_button{
    width: 100%;
    max-width: 280px;
}
.woo_add_to_cart_container.pbx-unmanaged .or_button{
    text-align: center;
}
.pbx_tab{
    float: left;
    background: #D9E0E2;
    border-radius: 5px 5px 0px 0px;
    color: #31354D;
    font-weight: bold;
    margin-right: 10px;
    padding: 18px 28px;
    cursor: pointer;
	font-size:18px;
}
.active_pbx_tab{
    background: #fff;
}
.plus_minus_selector .minus, .plus_minus_selector .plus {
    color: #fff;
    text-align: center;
    display: inline-block;
    border-radius: 50%;
    width: 22px;
    height: 22px; 
    margin: 0 4px;
    cursor: pointer;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    line-height: 22px;
}
.plus_minus_selector .minus {
    background-color: #31354d;
}
.plus_minus_selector .plus {
    background-color: #81b634;
}

/* Prevent WC from ruining bootstrap button */
.btn-warning.raised {
    box-shadow: 0 3px 0 0 #d46400 !important;
}
.skip_add_to_cart_button, .single_add_to_cart_button.btn, .view_cart_button.btn {
    display: inline-block !important;
    font-size: 16px !important;
    margin: 20px 0 !important;
    padding: 9px 20px !important;
    font-weight: 700 !important;
}
.btn-warning.raised {
    box-shadow: 0 3px 0 0 #d46400 !important;
}
.btn-warning:hover, .btn-warning:focus, .btn-warning:active, .btn-warning.active, .open .dropdown-toggle.btn-warning {
    color: #fff !important;
    background-color: #fd8f00 !important;
}
.btn-warning {
    color: #fff !important;
    background-color: #ff7800 !important;
}
.btn-primary.raised {

    box-shadow: 0 3px 0 0 #007299 !important;

}
.btn-primary:hover, .btn-primary:focus, .btn-primary:active, .btn-primary.active, .open .dropdown-toggle.btn-primary {
    color: #fff !important;
    background-color: #3276b1 !important;
    border-color: #285e8e !important;
}
.btn-primary {
    color: #fff !important;
    background-color: #428bca !important;
    border-color: #357ebd !important;
}

.wc-force-sells {
    display: none;
}





.slidetoggle-wrapper{
    text-align: left;
}
.slidetoggle, .slidetoggle.selected .fill {
    position: relative;
    height: 43px;
    width: 75px;
    background: #e6e6e6;
    display: block;
    -moz-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    box-shadow: inset 0px 1px 3px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    border-radius: 50px;
}
.slidetoggle.selected .fill {
    background: #81b634;
    position: absolute;
    top: 0;
}
.slidetoggle .handle {
    background: #31354d;
    cursor: pointer;
    display: inline-block;
    width: 45px;
    height: 45px;
    position: absolute;
    top: -1px;
    background-size: 100%;
    background-image: -webkit-gradient(linear, 50% 0%, 50% 100%, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(0, 0, 0, 0.1)));
    background-image: -moz-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: -webkit-linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(0, 0, 0, 0.1));
    -moz-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.3);
    -moz-border-radius: 50%;
    -webkit-border-radius: 50%;
    border-radius: 50%;
}
.slidetoggle.selected .handle {
    left: 32px;
}



.cost-calculator-main-container .unlimited {
    float:right;
    padding-right: 30px;
    margin-left: 20px;
    height: 80px;
}

.cost-calculator-main-container .unlimited .title {
    font-weight: bold;
    padding: 0 20px;
    line-height: 45px;
    color: #fd8f00;
    font-style: italic;
}


.woocommerce-terms-and-conditions-wrapper {
    text-align: right;
}


.woocommerce-terms-and-conditions-wrapper #terms {
    float: none;
}


.woocommerce-product-gallery img.wp-post-image {
    max-height: 200px !important;
    width: auto !important;
}


.woocommerce-product-gallery--columns-1 {
    text-align: center;
    width: 100% !important;
}


.woocommerce-product-gallery--columns-1 .wp-post-image {
    display: inline-block !important;
}