/*
 * Menu 
 */
a {
    color: #60799D;
}
a:hover {
    text-decoration: none;
    color: #556b8b;
}

nav#menu{
	float:right;
}
.border-wrapper{
	float:left;
	border:1px solid #fff;
	margin:1px 1px 1px 2px;
	border-radius: 8px;
	background:url(images/background_bg.png) repeat center;
}
.wp-page-10 h3{
	font-size:15px;
	margin-top:5px;
}
/*
 * Top Tool Bar
 */
.nav-header{
    background: #7694c0;
    background: url("images/header_bg.png"); /* fallback */
    background: url("images/header_bg.png"),linear-gradient(to bottom, #7694c0 0%, #e7e7e7 80%) repeat scroll 0 0 transparent !important;
    background: url("images/header_bg.png"),-moz-linear-gradient(top,  #7694c0 0%, #BDC8D9 50%, #e7e7e7 100%);  /*FF3.6+*/
    background: url("images/header_bg.png"),-webkit-gradient(linear, left top, left bottom, color-stop(0%,#7694c0), color-stop(50%,#BDC8D9), color-stop(100%,#e7e7e7));  /*Chrome,Safari4+*/
    background: url("images/header_bg.png"),-webkit-linear-gradient(top,  #7694c0 0%,#BDC8D9 50%,#e7e7e7 100%);  /*Chrome10+,Safari5.1+*/
    background: url("images/header_bg.png"),-o-linear-gradient(top,  #7694c0 0%,#BDC8D9 50%,#e7e7e7 100%);  /*Opera 11.10+*/
    background: url("images/header_bg.png"),-ms-linear-gradient(top,  #7694c0 0%,#BDC8D9 50%,#e7e7e7 100%);  /*IE10+*/
    background: url("images/header_bg.png"),linear-gradient(to bottom,  #7694c0 0%,#BDC8D9 50%,#e7e7e7 100%);  /*W3C*/
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7694c0', endColorstr='#e7e7e7',GradientType=0 ); /* IE6-8 */


    /*background: #7694c0;*/
    /*background: url("images/header_bg.png"); *//* fallback */
    /*background: url("images/header_bg.png"), -webkit-gradient(linear, left top, left bottom, from(#444444), to(#999999)); *//* Saf4+, Chrome */
    /*background: url("images/header_bg.png"), -webkit-linear-gradient(top, #444444, #999999); *//* Chrome 10+, Saf5.1+ */
    /*background: url("images/header_bg.png"),    -moz-linear-gradient(top, #444444, #999999); *//* FF3.6+ */
    /*background: url("images/header_bg.png"),     -ms-linear-gradient(top, #444444, #999999); *//* IE10 */
    /*background: url("images/header_bg.png"),      -o-linear-gradient(top, #444444, #999999); *//* Opera 11.10+ */
    /*background: url("images/header_bg.png"),         linear-gradient(top, #444444, #999999); *//* W3C */

}
.full-width.toolbar.header{
	border-bottom: 0;
}
.full-width.toolbar{
	border-top:2px solid #60799d;
}
.full-width.toolbar .module{
	margin-top:0;
	margin-bottom:0;
}

.full-width.toolbar .module ul.menu li{
	background:#60799d;
	padding-left:10px;
	padding-bottom:5px;
	padding-right:5px;
	border-radius: 0 0 5px 5px;
	
}

.full-width.toolbar .module ul.menu li a.closed{
	background:url(images/toolbar_menu_pointer.png) no-repeat left center;
	padding:5px 5px 2px 35px;
}
.full-width.toolbar .module ul.menu li a.open{
	background:url(images/toolbar_menu_pointer_down.png) no-repeat left center;
	padding:5px 5px 2px 35px;
}
.full-width.toolbar .module ul.menu li a, 
.full-width.toolbar .module ul.menu li span{
	color:#ffffff;
	font-size:15px;
	font-weight:bold;
	
	
}
/*
 * Header 
 */
.full-width.header{
	/*background:url(images/header_bg.png) no-repeat top center;*/
	border-bottom:1px solid #FF7B0D;
}
.full-width.header header#header{
	margin-top:0;
	margin-top:-15px;
}
.full-width.header header#header, 
.full-width.header #headerbar{
	margin-bottom:0;
}

.full-width.header #headerbar #logo{
    position: relative;
    top: -10px;
}
.full-width.header #headerbar #logo .sub-text{
    left: -159px;
    position: relative;
    top: 53px;
}

.full-width.header #header nav#menu .menu-dropdown a.level1, 
.full-width.header #header nav#menu .menu-dropdown span.level1{
	border:0;
	color:#545454;
	font-weight:bold;
	font-size:17px;
}
#menubar{
	margin-top:-15px;
}
.menu-dropdown{
	margin-bottom: -5px; 
}
.menu-dropdown li.level1{
	padding-bottom:4px;
}
.menu-dropdown .dropdown{
	top:29px;
	
}
.menu-dropdown .dropdown-bg > div,
.menu-dropdown .dropdown .dropdown-bg,
.menu-dropdown .dropdown ul, 
.menu-dropdown .dropdown li{
	background:#535353;
	color:#fff;
	border:none;
}
.menu-dropdown .dropdown li a{
	color:#fff;
}
/*
 * Guarantees
 */
.guarantees-container{
	float:left;
	width:100%;
	background:#f5f5f5;
	background-image: linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -o-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -moz-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -ms-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, rgb(222,222,222)),
		color-stop(0.72, rgb(245,245,245))
	);
	border:1px solid #d5d5d5;
	border-radius:8px;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
.guarantees-container ul{
	padding:0 30px;
	margin-left:0;
	float:left;
}
.guarantees-container ul, 
.guarantees-container ul li{
	list-style-type:none;
	float:left;
}
.guarantees-container ul li:first-child{
	background:none;
}
.guarantees-container ul li:first-child h3{
	padding-left:0;
}
.guarantees-container ul li{
	text-align:center;
	width:20%;
	
	background:url(images/guarantee_left_shadow.png) no-repeat left top;
}
.guarantees-container ul li h3{
	color:#4685c9;
	font-family:"Oswald", Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:400;
	line-height:25px;
	margin-top:0;
	margin-bottom:20px;	
	padding:0 15px;
	min-height:55px;
	width:100%;
	float:left;
	text-align:center;
}
.guarantees-container ul li .thumbnail{
	float:left;
	text-align:center;
	width:100%;
}
.guarantees-container ul li .thumbnail img{
	margin-left:30px;
}
.guarantees-container ul li a{
	background:#dddddd;
	border-radius:5px;
	padding:2px 10px;
	border:1px solid #cacaca;
	-moz-box-shadow: inset 0 0 8px 1px #c7c7c7;
	-webkit-box-shadow: inset 0 0 8px 1px#c7c7c7;
	box-shadow: inset 0 0 8px 1px #c7c7c7;
	color:#777777;	
	margin-left:25px;
}

.guarantees-container .content .text{
	padding:15px 35px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	border-radius:0 0 5px 5px;
	background:#fff;
	color:#545454;
	font-size:16px;
	/*font-family:"Rokkitt", "Times New Roman", Times, serif;*/
	font-weight:normal;
	
}
.guarantees-container .content{
	margin:0 40px 20px 40px;
	float:left;
	width:92.7%;
	/*min-width: 92.5%;
	min-height: 100px;
	background: white;*/	
}
.guarantees-container .content .pointer{
	background:url(images/guarantee_text_pointer.png) no-repeat 5px 10px transparent;
	height:26px;
	width:52px;
	position:relative;
	left:45px;
	top:0;
} 
.guarantees-container .content .top{
	height:20px;
	background:#60799d;
	border-radius:5px 5px 0 0;
	
}
.guarantees-container .bottom{
	float:left;
	width:100%;
}
.guarantees-container .bottom .overlay{
	background:url(images/bottom_bg_blue.png) no-repeat center;
	float:left;
	width:100%;
	border-radius:0 0 8px 8px;
	text-align:center;
	padding-top:5px;
}
/*
 * Testimonials Container
 */
.testimonials-container .bottom{
	float:left;
	width:100%;
}
.testimonials-container .bottom .overlay{
	background:url(images/bottom_bg_blue.png) no-repeat center;
	float:left;
	width:100%;
	border-radius:0 0 8px 8px;
	text-align:center;
	padding-top:5px;
}
.testimonials-container{
	float:left;
	width:100%;
	background:#f5f5f5;
	background-image: linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -o-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -moz-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -ms-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, rgb(222,222,222)),
		color-stop(0.72, rgb(245,245,245))
	);

	border:1px solid #d5d5d5;
	border-radius:8px;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
	margin-bottom:20px;
}
.testimonials-container ul{
	padding-left:0;
	margin-left:0;
	margin-bottom:0;
	padding-bottom:30px;
	border-bottom:1px solid #cccccc;
}
.testimonials-container ul, 
.testimonials-container ul li{
	list-style-type:none;
	float:left;
}
.testimonials-container ul li:first-child{
	background:none;
	
}
.testimonials-container ul li:first-child .content{
	padding:0;
}
.menu-dropdown .dropdown ul li a:hover span,
.menu-dropdown a.current.level2{
	font-weight:normal;
	color:#FF7B0D;
}
ul.level3 li{
	padding:5px 5px 5px 5px !important;
	margin:0 10px;
	border-bottom:1px dashed #ddd !important;
	
}
ul.level3 li,
ul.level3 li a{
	font-size:13px;
	color:#ddd !important;
} 
.wp-page-199 .testimonials-container ul li{
	width:100%;
	min-height:0;
	background:none;
	margin:5px 0;
	font-size:13px;
}
h1.faqs span{
	padding-bottom:10px;
}
.wp-page-188 h3{
	margin-top:5px;
}
.wp-page-199 .testimonials-container.pricing.services ul li:first-child{
	border-top:none;
}
.wp-page-199 .testimonials-container.pricing.services ul li{
	border-top:1px solid #dddddd;
	padding-top:10px;
}
.wp-page-199 .testimonials-container.pricing.services h2:first-child{
	border-top:none;
	padding-top:0;
	margin-top:20px;
}
.wp-page-199 .testimonials-container.pricing.services h2{
	border-bottom: 1px solid #ccc;
	border-top: 1px solid #ccc;
	float:left;
	width:100%;
	color:#FF7B0D;
	margin:5px 0;
	padding-top:20px;
}
.wp-page-199 .testimonials-container ul{
	padding-bottom:15px;
	border-bottom: 0;
	margin-top:0;
} 
.testimonials-container ul li{
	text-align:left;
	width:33%;
	min-height:200px;
	background:url(images/guarantee_left_shadow.png) no-repeat left top;
}
.testimonials-container .content{
	padding:0 15px 0 30px;
}
.sidebar-b-right .testimonials-container .content h2{
	font-size:20px;
}
.testimonials-container .content h2{
	/*font-family:"Rokkitt", serif;*/
	font-size:24px;
	font-weight:bolder;
	color:#545454;
	letter-spacing:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.testimonials-container .content h1{
	/*font-family:"Rokkitt", serif;*/
	/*font-size:30px;*/
	/*font-weight:bold;*/
	color:#60799d;
	/*text-transform:uppercase;*/
	letter-spacing:0px;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.sidebar-b-right .testimonials-container .content h1{
	
}
.sidebar-b-right .testimonials-container .content h1 span{
	float:left;
	width:100%;
	clear:both;
	margin-left:0;
	position: relative;
	margin-top:-8px;
	border-bottom:1px solid #aaaaaa;
}
.testimonials-container .content h1 span{
	font-size:17px;
	font-weight:normal;
	color:#545454;
	text-transform:none;
	letter-spacing:0px;
	text-shadow:none;
	margin-left:10px;
}
.testimonials-container ul.testimonials-cats{
	border-bottom: 0;
}
.testimonials-container ul.testimonials-cats li:first-child h2{
	padding-left:0;
}
.testimonials-container ul.testimonials-cats li h2{
	padding-left:30px;
}
.testimonials-container ul li .content .text{
	/*font-family:"Rokkitt", serif;*/
	font-style:italic;
	font-size:18px;
	color:#525252;
	font-weight:normal;
	line-height:24px;
}
.testimonials-container ul li .content h3.customer-name{
	font-size:18px;
	color:#ea7400;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:35px;
}
.testimonials-container ul li .content h4.company-name{
	color:#525252;
	font-size:15px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:5px;
}
/*
 * Benefits
 */
.clear{
	clear:both;
}
.benefits-container{
	float:left;
	width:100%;
	background:url(images/benefits_bg_noise.png) repeat #323232;
	border:1px solid #d5d5d5;
	border-radius:8px;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
	margin-bottom:20px;
}
.benefits-container ul{
	padding-left:0;
	margin-left:0;
	margin-bottom:0;
	margin-top:0;
	padding-bottom:30px;
}
.benefits-container ul, 
.benefits-container ul li{
	list-style-type:none;
	float:left;
}
.benefits-container ul li:first-child{
	background:none;
	
}
.benefits-container ul li .content{
	padding:0;
}
.benefits-container ul li{
	text-align:left;
	width:50%;
	margin-top:35px;
}
.benefits-container ul li .right-box{
	float:left;
	width:75%;
}
.benefits-container ul li .text{
	float:left;
	padding-right:30px;
	font-size:15px;
	color:#dddddd;
	
}
.benefits-container ul li .thumbnail{
	width:120px;
	float:left;
}
.benefits-container ul li .thumbnail img{
	display:block;
	margin:0 auto;
}
.benefits-container .content{
	padding:0 0 0 30px;
}
.benefits-container .content h2{
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	font-weight:bolder;
	color:#ffb81e;
	letter-spacing:0;
	margin-top:0;
	margin-bottom:5px;
	text-shadow:2px 1px 0.05em rgba(0,0,0,0.2);
}
.benefits-container .content h1{
	/*font-family:"Rokkitt", serif;*/
	font-size:34px;
	font-weight:bold;
	color:#60799d;
	/*text-transform:uppercase;*/
	letter-spacing:0;
	margin-bottom:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.2);
}
.benefits-container .content h1 span{
	font-size:17px;
	font-weight:normal;
	color:#ffffff;
	text-transform:none;
	letter-spacing:0;
	text-shadow:none;
	margin-left:10px;
}
.benefits-container ul.testimonials-cats{
	border-bottom: 0;
}
.benefits-container ul.testimonials-cats li:first-child h2{
	padding-left:0;
}
.benefits-container ul.testimonials-cats li h2{
	padding-left:30px;
}

.benefits-container ul li .content h3.customer-name{
	font-size:18px;
	color:#ea7400;
	font-weight:bold;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:35px;
}
.benefits-container ul li .content h4.company-name{
	color:#525252;
	font-size:15px;
	margin-bottom:0;
	padding-bottom:0;
	margin-top:5px;
}
.benefits-container .bottom{
	float:left;
	width:100%;
}
.benefits-container .bottom .overlay{
	background:url(images/benefits_footer.png) no-repeat center;
	float:left;
	width:100%;
	border-radius:0 0 8px 8px;
	text-align:center;
	padding-top:5px;
}
/*
 * How It Works 
 */
.steps-container .bottom{
	float:left;
	width:100%;
}
.steps-container .bottom .overlay{
	background:url(images/bottom_bg_blue.png) no-repeat center;
	float:left;
	width:100%;
	border-radius:0 0 8px 8px;
	text-align:center;
	padding-top:5px;	
}
.steps-container .content h2{
	/*font-family:"Rokkitt", serif;*/
	font-size:30px;
	font-weight:bold;
	color:#60799d;
	/*text-transform:uppercase;*/
	letter-spacing:0;
	margin-bottom:0;
	text-shadow:1px 1px 1px rgba(0,0,0,0.1);
}
.steps-container .content h2 span{
	font-size:17px;
	font-weight:normal;
	color:#555555;
	text-transform:none;
	letter-spacing:0;
	text-shadow:none;
	margin-left:10px;
}
.steps-container{
	float:left;
	width:100%;
	background:#f5f5f5;
	background-image: linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -o-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -moz-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -ms-linear-gradient(top, rgb(222,222,222) 10%, rgb(245,245,245) 72%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, rgb(222,222,222)),
		color-stop(0.72, rgb(245,245,245))
	);
	border:1px solid #d5d5d5;
	border-radius:8px;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
	margin-bottom:20px;
	position:relative;
}
.steps-container .step-number span{
	position:absolute;
	display:block;
	margin-top:25px;
	margin-left:20px;
	
}
.steps-container .step-number{
	display:block;
	font-size:60px;
	color:#fff;
	float:left;
	background:url(images/step_number_background.png) no-repeat 50% 0;
	position:absolute;
	text-align:center;
	margin-left:120px;
	margin-top:-50px;
	min-height:76px;
	min-width:76px;
}
.steps-container h3{
	float:left;
	clear:both;
}
.steps-container ul{
	padding-left:0;
	margin-left:0;
	width:100%;
	
}
.steps-container ul, 
.steps-container ul li{
	list-style-type:none;
	float:left;
}

.steps-container ul li:first-child{
	margin-left:0;
}
.steps-container ul li{
	text-align:center;
	width:31.25%;
	margin-left:30px;
	
}
.steps-container ul li .box{
	border:1px solid #d1d1d1;
	border-radius:8px;
	padding:10px;
	float:left;
	background:#fff;
}
.steps-container ul li h3{
	color:#4686c9;
	font-family:Arial, Helvetica, sans-serif;
	font-size:20px;
	font-weight:bold;
	margin-top:0;
	text-align:center;
	padding:0 15px;
	margin-top:40px;
	line-height: 25px;
}
.steps-container ul li a{
	background:#dddddd;
	border-radius:5px;
	padding:2px 10px;
	border:1px solid #cacaca;
	-moz-box-shadow: inset 0 0 8px 1px #c7c7c7;
	-webkit-box-shadow: inset 0 0 8px 1px#c7c7c7;
	box-shadow: inset 0 0 8px 1px #c7c7c7;
	color:#777777;	
}

.steps-container .content .text{
	padding:15px 35px;
	border-left:1px solid #cbcbcb;
	border-right:1px solid #cbcbcb;
	border-bottom:1px solid #cbcbcb;
	border-radius:0 0 5px 5px;
	background:#fff;
	color:#545454;
	font-size:16px;
	/*font-family:"Rokkitt", "Times New Roman", Times, serif;*/
	font-weight:800;
}
.steps-container .content{
	margin:0 40px 20px 30px;
	float:left;
	/*min-width: 92.5%;
	min-height: 100px;
	background: white;*/	
}

.steps-container .bottom{
	background:url(images/guarantees_footer.png) no-repeat center #3a6899;
	float:left;
	width:100%;
	border-radius:0 0 8px 8px;
	text-align:center;
	
}
/*
 * Homepage Slider
 */
#top-a .mod-box{
	padding:0;
	border:0;
}
#top-a .module  {
	margin-bottom:0;
	
}

.wk-slideshow-default .caption h1.orange{
	margin-top:0;
	font-size:55px;
	color:#ffab14;
	font-family:"Oswald", sans-serif;
	font-weight:300;
	letter-spacing:0;
	line-height:65px;
}
.wk-slideshow-default .caption h1.orange span.bold.white{
	color:#fff;
	/*font-family:"Rokkitt", serif;*/
	font-size:65px;
	font-weight:600;
	letter-spacing:0;
	text-shadow:3px 3px 3px rgba(0,0,0,0.25);
}
.wk-slideshow-default img{
	border-radius: 8px;
}

.wk-slideshow-default .caption{
	position:absolute;
	width:45%;
	padding:30px;
	top:0;
	background:transparent;
}
/*
 * Price Table 
 */
.pricetable {
	width: 98%;
	
	margin-bottom: 1em;
	background:transparent;	
	padding: 10px;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.pricetable .pricetable-inner{
	position: relative;
	border:0;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
}
.pricetable .pricetable-feature:last-child{
	border-bottom:1px solid #fff;
}
.pricetable .pricetable-first .pricetable-feature:last-child{
	border-radius:0 0 0 8px;
	
	
}
.pricetable .pricetable-last .pricetable-feature:last-child{
	border-radius:0 0 8px 0;
	
}
.pricetable .pricetable-column-inner .features{
	background:#fff;
}

.pricetable-first .pricetable-header{
	background:#dddddd;
	border-radius:8px 0 0 0;
}
.pricetable-first .pricetable-header h3.pricetable-name{
	color:#878787;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.pricetable .pricetable-first .pricetable-feature{
	position: relative;
	color: #535353;
	font: 17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	border-top: 1px solid #DEDDDC;
	padding: 10px 15px;
	text-align:center;
}
.pricetable .pricetable-last .pricetable-feature{
	position: relative;
	color: #60799d;
	font: 17px Arial, Helvetica, Geneva, sans-serif;
	margin: 0;
	border-top: 1px solid #DEDDDC;
	padding: 10px 15px;
	text-align:center;
}
.pricetable-last .pricetable-header{
	background:#60799d;
	border-radius:0 8px 0 0;
}
.pricetable-last .pricetable-header h3.pricetable-name{
	color:#ffffff;
	font-size:17px;
	font-family:Arial, Helvetica, sans-serif;
}
.pricetable .pricetable-column.pricetable-featured{
	margin: -10px 0;
	border:0;
	border-radius:8px 8px 0 0;
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
	-webkit-box-shadow:none;
	-moz-box-shadow:none;
	box-shadow:none;
	padding:0;
}
.pricetable .pricetable-column.pricetable-featured .pricetable-column-inner {
	background:transparent;
	-webkit-border-radius:0;
	-moz-border-radius:0;
	border-radius:0;
}
.pricetable .pricetable-featured .pricetable-column-inner .pricetable-header{
	background:#5aa6f9;
	border-radius:8px 8px 0 0;
}
.pricetable .pricetable-featured .pricetable-column-inner .pricetable-header h3.pricetable-name{
	color:#fff;
	font-family:Arial, Helvetica, sans-serif;
	font-size:24px;
	padding: 15px 14px 15px 14px;
}
.pricetable .pricetable-featured .pricetable-feature{
	position: relative;
	color: #5aa6f9;
	font: 17px Arial, Helvetica, Geneva, sans-serif;
	border-left:1px solid #aaaaaa;
	border-right:1px solid #aaaaaa;
	margin: 0;
	border-top: 1px solid #DEDDDC;
	padding: 10px 15px;
	text-align:center;
}
.testimonials-container.pricing .text{
	float:left;
	width:100%;
	margin-bottom:20px;
	/*font-family:"Rokkitt", "Times New Roman", Times, serif;*/
	font-size:17px;
	line-height:20px;
	color:#545454;
}
.testimonials-container.pricing .heading{
	float:left;
	width:100%;
	border-bottom:1px solid #aaaaaa;
	margin-top:25px;
}
.testimonials-container.pricing .heading span{
	/*font-family:"Rokkitt", serif;*/
	color:#545454;
	letter-spacing:0;
	margin-bottom:0;
	font-size:17px;
	font-weight:normal;
	text-transform:none;
}
.testimonials-container.pricing .footer-text{
	color:#545454;
	font-size:17px;
	float:left;
	width:100%;
	margin-bottom:30px;
	font-family:Arial, Helvetica, sans-serif;
}
.testimonials-container.pricing .orange-text{
	color:#ff9226;
	font-size:17px;
	font-weight:bold;
	float:left;
	width:100%;
	font-family:Arial, Helvetica, sans-serif;
}
.testimonials-container.pricing h2{
	color:#FF7B0D;
	/*text-transform:uppercase;*/
}

.testimonials-container.pricing .heading h1{
	float:left;
	text-transform:none;
	font-size:40px;
	width:auto;
	margin-top:2px;
	margin-right:20px;
}
/*
 * Image Widget
 */
.image-widget{
	position:relative;
	margin-left:0px;
}
.image-widget .button-image img{
	border:0;
	border-radius: 0;
	display:block;
	text-align:center;
	-webkit-box-shadow:none;
	box-shadow:none;
	margin-left:10px;
	margin-top:-30px;
}
.image-widget img{
	border-radius:10px;
	border:1px solid #d5d5d5;
	-webkit-box-shadow: 0 0 10px #CCC;
	box-shadow: 0 0 10px #CCC;
}
/*
 * Contact Form
 */
#sidebar-b{
	color:#757575;
}
#sidebar-b h3.module-title{
	/*font-family:"Rokkitt", "Times New Roman", Times, serif;*/
	font-weight:bold;
	font-size:20px;
	margin-bottom:8px;
}
#sidebar-b .grid-box .module{
	margin-right:0;
}
#sidebar-b .grid-box{
	/*font-family:"Rokkitt", "Times New Roman", Times, serif;*/
	font-weight:normal;
	font-size:20px;
}
#sidebar-b .grid-box span{
	font-size:15px;
}
.wpcf7 textarea{
	height:100px;
}
.login input.wpcf7-submit,
.wpcf7 input.wpcf7-submit{
	float:left;
	font-size:15px;
	color:#ffffff;
	border-radius:8px;
	padding:3px 25px;
	width:auto;
	background-image: linear-gradient(top, rgb(115,164,214) 10%, rgb(72,136,201) 72%);
	background-image: -o-linear-gradient(top, rgb(115,164,214) 10%, rgb(72,136,201) 72%);
	background-image: -moz-linear-gradient(top, rgb(115,164,214) 10%, rgb(72,136,201) 72%);
	background-image: -webkit-linear-gradient(top, rgb(115,164,214) 10%, rgb(72,136,201) 72%);
	background-image: -ms-linear-gradient(top, rgb(115,164,214) 10%, rgb(72,136,201) 72%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, rgb(115,164,214)),
		color-stop(0.72, rgb(72,136,201))
	);
}
.content .wpcf7 textarea,
.content .wpcf7 input{
	width:450px;
}
.wpcf7 textarea,
.wpcf7 input{
	border:1px solid #cccccc;
	padding:10px;
	color:#a7abae;
	border-radius: 4px;
	font-size:15px;
	width:100%;
	float:left;
	margin-bottom:10px;
}
/*
 * Services 
 */
.pricing.services h1.title{
	color: #747474;
	letter-spacing: 0;
	margin-bottom: 0;
	/*font-size: 17px;*/
	font-weight: normal;
	text-transform: none;
}
.pricing.services h2{
	color:#545454;
	text-transform:none;
	font-size:24px;
}
.pricing.services a h3,
.pricing.services a{
	font-size:17px;
	/*color:#ff9226;*/
	text-decoration:underline;
	margin-bottom:0;
}

.pricing.services h3{
	color:#60799d;
	margin-bottom:0;
	font-size:17px;
	text-decoration:none;
}
.pricing.services .content .text{
	font-family:Arial, Helvetica, sans-serif;
	font-size:17px;
	color:#535353;
}
.contact{
	float:left;
	
}
.contact .border-wrapper{
	min-height:700px;
}
.services .border-wrapper{
	min-height:725px;
}
.services{
	float:left;
	
}
.pricing.services h2{
	font-weight:normal
}
.contact .wpcf7 input.wpcf7-submit{
	float:left;
	clear:both;
	width:auto;
} 
.contact .wpcf7{
	margin-left:75px;
}
.contact ul, 
.contact ul li{
	float:left;
	min-height:0;
	border-bottom:0;
}
.contact ul li:first-child{
	margin-top:0;
	border-top:none;
}
.contact ul li p{
	width:100%;
	margin-top:-30px;
}
.contact ul li span{
	clear:both;
	float:left;
	display:block;
	width:100%;
	font-size:15px;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:normal;
}
.contact ul li{
	width:600px;
	padding:60px 0 60px 75px;
	padding-bottom:5px;
	margin-top:25px;
	border-top:1px dotted #aaaaaa; 	
	background:none;
	/*font-family: "Rokkitt", "Times New Roman", Times, serif;*/
	font-weight: bold;
	font-size: 20px;

} 
.contact ul li.email{
	background:url(images/email.png) 0 100% no-repeat;
}
.contact ul li.send{
	background:url(images/write.png) 0 100% no-repeat;
}
.contact ul li.call{
	background:url(images/call.png) 0 100% no-repeat;
}

.login textarea, .login input,
.wpcf7 textarea, .wpcf7 input {
	border: 1px solid #CCC;
	padding: 10px;
	color: #A7ABAE;
	border-radius: 4px;
	font-size: 15px;
	width: 100%;
	float: left;
	margin-bottom: 10px;
}
.login.header textarea, .login.header input
{
	padding:5px !important;	
}
.login textarea.short, .login input.short{
	width:212.5px;
	margin-right:5px;
}
.login textarea, .login input{
	width:450px;
	border-radius: 8px;
}
.login{
	float:left;
	margin-left:100px !important;
	margin-top:40px !important;
	min-height:600px;
}
.login label input{
	float:left;
	width:auto !important;
	margin-right:10px !important;
}
.login label{
	clear:both;
	float:left;
	width:100%;
	color:#777777;
	font-size:15px;
}
.login a{
	clear:both;
	width:100%;
	float:left;
	color:#FF7B0D;
	font-size:15px;
	text-decoration:underline;
}
.login input.wpcf7-submit{
	float:left;
	width:auto !important;
}
/*
 * Active Menu
 */
ul.menu .level1.active.current span a,
ul.menu .level1.active.current a{
	color:#fff !important;
}
ul.menu .level1.active.current{
	margin-top:-3px;
	background-image: linear-gradient(top, rgb(255,193,67) 10%, rgb(255,147,38) 72%);
	background-image: -o-linear-gradient(top, rgb(255,193,67) 10%, rgb(255,147,38) 72%);
	background-image: -moz-linear-gradient(top, rgb(255,193,67) 10%, rgb(255,147,38) 72%);
	background-image: -webkit-linear-gradient(top, rgb(255,193,67) 10%, rgb(255,147,38) 72%);
	background-image: -ms-linear-gradient(top, rgb(255,193,67) 10%, rgb(255,147,38) 72%);
	background-image: -webkit-gradient(
		linear,
		left top,
		left bottom,
		color-stop(0.1, rgb(255,193,67)),
		color-stop(0.72, rgb(255,147,38)))
	);
	
	border-radius:4px 4px 0 0;
	border:1px solid #FF7B0D;
}
.login.header input{
	width:220px;
}
.login.header label{
	color:#fff !important;
}
.login.header a{
	color:#ffffff;
	font-size:11px;
	text-decoration:underline;
}
.login.header{
	display:none;
	position:absolute;
	width:250px;
	background:rgba(0,0,0,0.8);
	margin-left:-108px !important;
	margin-top:-32px !important;
	z-index:99999;
	min-height:0 !important;
	padding-top:30px;
	padding-left:15px;
	padding-bottom:15px;
	overflow:hidden;
}
a.forgot-password{
	float:left;
	clear:none;
	width:auto;
	margin:5px 0 0 8px;
}
img.slider-button{
	position:relative;
	
}
.toolbar ul.menu {
	position:relative;
	z-index:9999999;
}
footer#footer{
	margin-top:0;
	margin-bottom:60px;
	color:#bbbbbb;
	font-size:15px;
}
footer#footer .module{
	float:left;
	width:50%;
	text-align:left;
}
footer#footer ul.menu .level1.active.current span,
footer#footer ul.menu .level1.active.current a{
	color:#bbbbbb;
	text-decoration:underline;
}
footer#footer .menu-line li:first-child{
	border-left: none;
}
footer#footer .menu-line li{
	background:none !important;
	border-left:1px solid #bbbbbb;
}
footer#footer ul.menu li.level1.active.current{
	border-left:1px solid #bbbbbb;
}
footer#footer ul.menu .level1.active.current{
	background: url(images/menu_line_item.png) 0 50% no-repeat #fff;
	background-image:none !important;
	border-radius:0 !important;
	color:#bbbbbb;
	margin-top:0;
	border:0;
	
}
footer#footer ul.menu li a{
	color:#bbbbbb;
	font-size:15px;
	text-decoration:underline;
}
select.wcf7-select.signup{
	padding: 3px;
	margin: 0;
	-webkit-border-radius: 8px;
	-moz-border-radius: 8px;
	border-radius: 8px;
	background: #ffffff;
	color: #888;
	border: none;
	outline: none;
	display: inline-block;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	cursor: pointer;
	float:left;
	clear:both;
	width:470px;
	border: 1px solid #CCC;
	padding: 10px;
	color: #A7ABAE;
	font-size: 15px;
	margin-bottom: 10px;
}
.signup label.states{
	float:none;
	clear:none;
	position:relative;
	
}
.signup label.states::before {
	content: '';
	right: 6px;
	top: 25px;
	width: 100px;
	height: 40px !important;
	background: transparent;
	position: absolute;
	pointer-events: none;
	display: block;
}
.signup label.states::after {
	content: '<>';
	font-family:"Oswald";
	color: #A7ABAE;
	font-size:20px;
	-webkit-transform: rotate(90deg);
	-moz-transform: rotate(90deg);
	-ms-transform: rotate(90deg);
	transform: rotate(90deg);
	right: 8px;
	top: 10px;
	
	padding: 0 0 2px;
	border-bottom: 1px solid #ddd;
	position: absolute;
	pointer-events: none;
}
.wk-content a{
	display:block;
	float:left;	
}
