/*
	Theme Name: Executive
	Theme URL: http://www.studiopress.com/themes/executive
	Description: Executive is a 2 or 3-column Widget-ready theme created for WordPress.
	Author: StudioPress
	Author URI: http://www.studiopress.com
	Version: 1.0
	Tags: two-columns, three-columns, fixed-width, threaded-comments
	The CSS, XHTML and design is released under GPL:
	http://www.opensource.org/licenses/gpl-license.php
*/

body {
	background: #BFBFBF;
	color: #333333;
	/*
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	*/
	font-family: "source-sans-pro",Helvetica,Arial,sans-serif;
	margin: 0px auto 0px;
	padding: 0px;
	}

#wrap-home {
	background: #F4F4F4 url(images/wrap_home.jpg) top center no-repeat;
	margin: -10px auto 0px;
	padding: 0px;	
	}

#wrap {
	background: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

/************************************************
*  Hyperlinks									*
************************************************/

a img {
	border: none;
	}

a:focus, a:hover, a:active {
	outline: none;
	}

/************************************************
*  Header  									    *
************************************************/

#headerbg {
	background: url(images/bg.png) repeat-x;
	}

#header {
	background: url(images/header.jpg);
	height: 120px;
	color: #FFFFFF;
	margin: 0px auto 0px;
	padding: 0px;
	}

#header #imageheader {
	width: 325px;
	height: 120px;
	text-indent: -10000px;
	background: url(images/logo.png) left top no-repeat;
	}

#header #imageheader a {	
	display: block;
	width: 325px;
	height: 120px;
	}

#header h1, #header h1 a, #header h1 a:visited, #header h4, #header h4 a, #header h4 a:visited {
	color: #CCCCCC;
	font-size: 36px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	text-decoration: none;
	text-shadow: #000000 0px -2px 2px;
	}

#header h1 a:hover, #header h4 a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

.headertext {
	margin: 0px;
	padding: 20px 0px 0px 0px;
	}

.headerleft {
	width: 700px;
	float: left;
	margin: 0px;
	padding: 0px;
	}

.headerleft p {
	color: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 14px;
	font-style: italic;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	line-height: 20px;
	text-shadow: #000000 0px -2px 2px;
	}

.headerleft a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright {
	width: 250px;
	float: right;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}

.headerright p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px 0px 5px 0px;
	}

.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright a, .headerright a:visited {
	font-size: 11px;
	font-weight: bold;
	color: #FFFFFF;
	text-decoration: none;
	}

.headerright a:hover {
	text-decoration: underline;
	}

.headerright a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

.headerright ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

.headerright li {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*  Navbar      								    *
************************************************/

#navbarbg {
	background: url(images/nav.png);
	margin-top:-10px;
	}

#navbar {
	margin: 0px auto 0px;
	padding-right:0;
	padding-left:0;
	}

.navbarleft {
	float: left;
	margin: 0px;
	padding: 0px;
	}

.navbarright {
	width: 170px;
	float: right;
	margin: 0px;
	padding: 12px 0 0 0;
	text-align: right;
	}

.navbarright a, .navbarright a:visited {
	color: #FFFFFF;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-transform: uppercase;
	text-decoration: none;
	}

.navbarright a:hover {
	color: #CCCCCC;
	text-decoration: none;
	}

#nav {
	margin: 0px;
	padding: 0px;
	}

#nav ul {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li {
	float: left;
	list-style: none;
	margin: 0px;
	padding: 0px;
	}

#nav li a, #nav li a:link, #nav li a:visited {
	color: #ffffff;
    display: block;
    font-size: 14px;
    font-weight: bold;
    margin: 0 25px 0 0;
    padding: 12px 0;
    text-decoration: none;
    text-transform: uppercase;
	}

#nav li:last-child a {
    margin: 0;
	}

#nav li a:hover, #nav li a:active {
	color: #CCCCCC;
	text-decoration: none;
	}

#nav li li a, #nav li li a:link, #nav li li a:visited {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background: none repeat scroll 0 0 #777777;
    border-color: -moz-use-text-color #555555 #555555;
    border-image: none;
    border-style: none solid solid;
    border-width: medium 1px 1px;
    color: #ffffff;
    float: none;
    font-size: 14px;
    font-weight: normal;
    margin: 0;
    padding: 5px 10px;
    text-decoration: none;
    text-transform: none;
    width: 192px;
}

#nav li li a:hover, #nav li li a:active {
	background: #888888;
	color: #FFFFFF;
	text-decoration: none;
	}

#nav li ul {
	z-index: 9999;
	position: absolute;
	left: -999em;
	height: auto;
	width: 150px;
	margin: 0px;
	padding: 0px;
	}

#nav li li { 
	}

#nav li ul a { 
	width: 120px;
	}

#nav li ul a:hover, #nav li ul a:active { 

	}

#nav li ul ul {
	margin: -25px 0 0 151px;
	}

#nav li:hover ul ul, #nav li:hover ul ul ul, #nav li.sfhover2 ul ul, #nav li.sfhover2 ul ul ul {
	left: -999em;
	}

#nav li:hover ul, #nav li li:hover ul, #nav li li li:hover ul, #nav li.sfhover2 ul, #nav li li.sfhover2 ul, #nav li li li.sfhover ul {
	left: auto;
	}

#nav li:hover, #nav li.sfhover { 
	position: static;
	}

.rsslink {
	margin: 0px 0px 0px 10px;
	padding: 3px 25px 3px 0px;
	background: url(images/rss_navbar.png) no-repeat right center;
	}	

/************************************************
*  Homepage Main					     	    * 
************************************************/

#hpmainbg {
	margin: 0px auto 0px;
	padding: 0px;
	}

#hpmainbg h2, #hpmainbg h2 a, #hpmainbg h2 a:visited {
	color: #333333;
	font-size: 24px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px;
	padding: 0px;
	}

#hpmainbg h2 a:hover {
	color: #333333;
	text-decoration: underline;
	}

.hpmain {
	
	margin: 0px auto 0px;
	padding: 0px;
	font-size: 16px;
	line-height: 28px;
	}

.hpmainleft {
	margin: 0px;
	padding: 30px 0px 15px 0px;
	}

.hpmainleft > h1 {
	font-size: 24px;
    margin: 0;
    font-weight:700;
	}
.home-c p{
       margin-top: 15px; 
}
.arrow_box { position: relative; background: #89A9E7; border: 3px solid #7299E2; float: right;   margin: 8px 0 0 0; } 

.arrow_box:after, .arrow_box:before { left: 100%; top: 50%; border: solid transparent; content: " "; height: 0; width: 0; position: absolute; pointer-events: none; } 
.arrow_box:after { border-color: rgba(137, 169, 231, 0); border-left-color: #89A9E7; border-width: 30px; margin-top: -30px; }
.arrow_box:before { border-color: rgba(114, 153, 226, 0); border-left-color: #7299E2; border-width: 35px; margin-top: -35px; }

.arrow_box:hover { background: none repeat scroll 0 0 #7299e2; border: 3px solid #5182db; }
.arrow_box:hover:after { border-color: rgba(137, 169, 231, 0); border-left-color: #7299e2; border-width: 30px; margin-top: -30px; }
.arrow_box:hover:before { border-color: rgba(114, 153, 226, 0); border-left-color: #5182db; border-width: 35px; margin-top: -35px; }

a.more-link:link, a.more-link:visited {
    */
    background: url("images/lets_get_started.png") no-repeat scroll 0 0 / 100% 100% rgba(0, 0, 0, 0);
    color: #ffffff;
    float: right;
    font-size: 16px;
    height: 50px;
    line-height: 51px;
    margin: 0;
    padding-left: 23px;
    text-decoration: none;
    width: 125px;*/

    color: #ffffff;
    float: right;
    font-size: 16px;
    height: 35px;
    line-height: 35px;
    margin: 0;
    padding-left: 15px;
    text-decoration: none;
    width: 141px;
}

a.more-link:hover {
	/*background: url(images/nav.png) repeat scroll 0 0 / 100% auto rgba(0, 0, 0, 0);*/
	/*
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	*/
	}

.hpmainright {
	margin: 0px;
	padding: 12px 0px 15px 0px;
	}

.hpmainright embed, .hpmainright object {
	width: 400px; 
	height: 270px;
	margin: 0px; 
	padding: 0px;
	}

/************************************************
*  Homepage Bottom 					     	    * 
************************************************/

#hpbottombg {
	background: url(images/hpbottom.png) repeat-x #567CC3 ;
	}

#hpbottom {
	margin: 0px auto 0px;
	padding: 0px;
	background: none;
	}	


#hpbottom a, #hpbottom a:visited {
	color: #FFFFFF;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	text-decoration: none;
	text-transform: uppercase;
	font-style: italic;
	}

#hpbottom a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#hpbottom h2, #hpbottom h2 a, #hpbottom h2 a:visited {
	color: #FFFFFF;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-style: normal;
	font-weight: normal;
	text-decoration: none;
	text-transform: none;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#hpbottom h2 a:hover {
	color: #FFFFFF;
	text-decoration: underline;
	}

#hpbottom h4 {
	color: #FFFFFF;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px;
	padding: 15px 0px 5px 0px;
	}

#hpbottom p {
	color: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}

#hpbottom embed, #hpbottom object {
	width: 200px; 
	height: 140px;
	margin: 0px; 
	padding: 0px;
	}

.subscribe_box{
	width: 100%;
	padding: 30px 0;
	text-align: center;

background: #e9e9e9; /* Old browsers */
/* IE9 SVG, needs conditional override of 'filter' to 'none' */
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2U5ZTllOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjY5JSIgc3RvcC1jb2xvcj0iI2ZjZmNmYyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9Ijg3JSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
background: -moz-linear-gradient(top,  #e9e9e9 0%, #fcfcfc 69%, #ffffff 87%, #ffffff 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e9e9e9), color-stop(69%,#fcfcfc), color-stop(87%,#ffffff), color-stop(100%,#ffffff)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 69%,#ffffff 87%,#ffffff 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 69%,#ffffff 87%,#ffffff 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  #e9e9e9 0%,#fcfcfc 69%,#ffffff 87%,#ffffff 100%); /* IE10+ */
background: linear-gradient(to bottom,  #e9e9e9 0%,#fcfcfc 69%,#ffffff 87%,#ffffff 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e9e9e9', endColorstr='#ffffff',GradientType=0 ); /* IE6-8 */





}

.subscribe_container{
	margin: 0 auto;
	background: url("images/subscribe.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
	background-position: 50%;
}
.line_one {
    /*font-size: 140%;*/
    font-size: 25px;
    line-height: 44px;
    margin: 0 0 10px;
    padding: 0;
}
.text_24 {
    font-size: 24px;
    line-height: 36px;
}
.mail_box{}



.ProximaNova {
    font-family: "proxima-nova",sans-serif;
    margin: 0 auto 15px;
    width: 550px;
}
.input-group {
    border-collapse: separate;
    display: table;
    position: relative;
}
.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-bottom-right-radius: 0;
    border-top-right-radius: 0;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}
.input-group .form-control {
    float: left;
    margin-bottom: 0;
    position: relative;
    width: 350px;
    z-index: 2;
}
.form-control, .input-group-btn > .btn {
    height: 46px;
}
.form-control, [class*="btn-"] {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11) inset;
    font-size: 18px;
    line-height: 20px;
}
.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.form-control, [class*="btn-"] {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11) inset;
    font-size: 18px;
    line-height: 20px;
}
.form-control {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-color: #fff;
    background-image: none;
    border-color: #ccc -moz-use-text-color #ccc #ccc;
    border-image: none;
    border-radius: 2px 0 0 2px;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.075) inset;
    color: #555;
    display: block;
    font-size: 14px;
    height: 44px;
    line-height: 1.42857;
    padding: 0 20px;
    transition: border-color 0.15s ease-in-out 0s, box-shadow 0.15s ease-in-out 0s;
    width: 100%;
}
input, button, select, textarea {
    font-family: inherit;
    font-size: inherit;
    line-height: inherit;
}
input {
    line-height: normal;
}
button, input, optgroup, select, textarea {
    color: inherit;
    font: inherit;
    margin: 0;
}


.btn-danger:hover {
    background-color: #7299E2!important;
}

.form-control, [class*="btn-"] {
    box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.11) inset;
    font-size: 18px;
    line-height: 20px;
}
.ProximaNova-Bold {
    font-family: "proxima-nova",sans-serif;
    /*font-size: 150%;*/
    font-size: 25px;
    font-weight: 700;
    line-height: 44px;
    margin: 0 0 30px;
    padding: 0;
}

/* Banner */






/* Slider */



#slider { margin:0 auto;height: auto!important; }

div#slideshow { float: left; width: 100%; height:290px;}

.slider-item { }

.slider_content_inner img { border: none; }

.controls-center { width: 1000px;}

#slider_controls { z-index: 1000; width:1000px; height:35px;}

#slider_controls ul { margin:0 auto; padding:2px 0 2px 0; width: 30px;position: absolute; right: 0; left: 0; text-align: center;}

#slider_controls ul li { margin: 0; padding: 0; list-style: none; }

#slider_controls ul li a { width: 10px; height: 10px; background:url('https://www.liveanswering.net/images/tabs_2.png') no-repeat center center; display: block; float: left; padding:2px; margin:2px !important; margin:1px 1px; outline: none; }

#slider_controls ul li a:focus { outline: none; }

#slider_controls ul li a:hover, #slider_controls ul li a.activeSlide { background:url('https://www.liveanswering.net/images/tabs_1.png') no-repeat center center; }

/*.slider-item .service { float: left; height: 290px; position: relative; }

.slider-item .service .serviceicon { float:left; width:62px; height:60px; margin:15px 0 10px 0}
.slider-item .service .serviceheading { float:right; width:220px; height:60px; margin:15px 0 10px 0; font-size:16px; text-shadow:1px 1px 1px #566b94; color:#FFFFFF; font-weight:bold;}

.slider-item .service p { color: #ffffff; font-size: 16px; line-height: 22px; clear: both;}*/
.service p{font-size:16px;/*min-height:198px;*/}
/*.slider-item .service a { position:absolute; top:280px; left:200px;}

.slider-item .sep { float:left}*/

.video {
	border: 5px solid #FFFFFF;
	margin: 0px 0px 10px 0px;
	padding: 0px;
	}

.excerpt {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.hpbottom1 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 0px;
	border-right: 1px solid #FFFFFF;
	}

.hpbottom2 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}

.hpbottom3 {
	width: 210px;
	float: left;
	margin: 10px 0px 20px 0px;
	padding: 0px 19px 0px 20px;
	border-right: 1px solid #FFFFFF;
	}

.hpbottom4 {
	width: 210px;
	float: right;
	margin: 10px 0px 20px 0px;
	padding: 0px 0px 0px 0px;
	}

.thumb-hpbottom {
	background: #FFFFFF;
	float: left;
	margin: 0px 0px 10px 0px !important;
	border: 5px solid #FFFFFF !important;
	}

/************************************************
*  Content 					     		        * 
************************************************/

#content {
	
	margin: 0px auto 0px;
	padding: 11px 14px 0px 14px;
	line-height: 28px;
	}

#contentleft {
	float: left;
	
	margin: 0px;
	padding: 0px 0px 5px 10px;
	}

#contentright {
	float: right;
	width: 660px;
	margin: 0px;
	padding: 0px 10px 0px 0px;
	}

#contentsplit {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	}

#contentfull {
	float: left;
	margin: 0px;
	width: 100%;
	padding: 10px 0px 0px 0px;
	font-size:16px;
	padding: 0px 15px;
	}

#content a img {
	/*border: none;
	width: auto;
    height: auto;
    max-width: 100%;*/
	}


#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

.breadcrumb {
	background: #F4F4F4;
	font-size: 11px;
	margin: 0px 0px 20px 0px;
	padding: 5px 10px 5px 10px!important;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.breadcrumb a, .breadcrumb a:visited {
	color: #2255AA;
	text-decoration: none;
	}

.breadcrumb a:hover {
	color: #2255AA;
	text-decoration: underline;
	}

.post {
	margin: 0px 0px 40px 0px;
	padding: 0px;
	}

.post a, .post a:visited, .comments a, .comments a:visited, .navlink a, .navlink a:visited {
	color: #2255AA;
	text-decoration: none;
	}

.post a:hover, .comments a:hover, .navlink a:hover {
	color: #2255AA;
	text-decoration: underline;
	}


.post p {
    line-height: 28px;
    margin: 0;
    padding: 0 0 15px;
}
.post ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.post ul li {
	list-style-type: square;
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

.post ul ul {
	list-style-type: square;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	}

.post ol {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}

.post ol li {
	margin: 0px 0px 0px 20px;
	padding: 0px;
	}

.date {
	font-size: 11px;
	font-weight: bold;
	}

.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}

.authorbox p {
	margin: 0px;
	padding: 0px;
	}

.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.comments {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}

.clear {
	clear: both;
	}

.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

.service_box{background-color:#F4F4F4; margin:0 auto;}	

.voicemail_box {
    font-size: 16px;
    line-height: 28px;
}

.network_box {
    font-size: 16px;
    line-height: 28px;
}

.network_a {
    float: left;
    margin-right: 15px;
    position: relative;
    top: 6px;
    width: 15% !important;
}

.answering_services_box{
	float:left; margin-top:20px; margin-bottom:30px; line-height:19px; display:block; font-size: 16px; line-height: 28px; 
}

.seven_day {
    float: left;
    margin-right: 45px;
    padding: 26px 0;
	width: 15%;
}

/************************************************
*  Headline Classes 					        * 
************************************************/
#contentleft{font-size:16px;}
#sidebar_main_right{font-size: 16px;}
#contentleft h1, #contentright h1, #contentfull h1, #contentsplit h1 {
	color: #333333;
	font-size: 24px;
	font-weight: 700;
	text-decoration: none;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}

#contentleft h1 a, #contentleft h1 a:visited, #contentright h1 a, #contentright h1 a:visited, #contentsplit h1 a, #contentsplit h1 a:visited {
	color: #333333;
	font-size: 20px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	text-decoration: none;
	margin: 0px;
	padding: 0px;
	}

#contentleft h1 a:hover, #contentright h1 a:hover, #contentsplit h1 a:hover {
	color: #2255AA;
	text-decoration: none;
	}

#contentleft h2, #contentright h2, #contentsplit h2, #contentfull h2 {
	color: #333333;
	font-size: 18px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h3, #contentright h3, #contentsplit h3, #contentfull h3 {
	color: #333333;
	font-size: 16px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}

#contentleft h4, #contentright h4, #contentsplit h4, #contentfull h4 {
	color: #333333;
	font-size: 14px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h5, #contentright h5, #contentsplit h5, #contentfull h5 {
	color: #333333;
	font-size: 12px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

#contentleft h6, #contentright h6, #contentsplit h6, #contentfull h6 {
	color: #333333;
	font-size: 10px;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-weight: normal;
	margin: 0px 0px 5px 0px;
	padding: 0px 0px 0px 0px;
	}

/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}

img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}

.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}

.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

/************************************************
*  Sidebar(s)                                	* 
************************************************/

#sidebar_main_left {
	width: 270px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}


#sidebar_main_right {
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}

#sidebar_split {
	width: 150px;
	float: left;
	margin: 0px;
	padding: 0px 0px 20px 0px;
	display: inline;
	}

#sidebar_main_left .widget, #sidebar_main_right .widget, #sidebar_split .widget {
	margin: 0px 0px 30px 0px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px; 
	}

#sidebar_main_left h4, #sidebar_main_right h4, #sidebar_split h4 {
	color: #333333;
	display: block;
	font-size: 16px;
	/*font-family: Georgia, Times New Roman, Trebuchet MS;*/
	font-weight: normal;
	padding: 0px 0px 5px 0px;
	border-bottom: 1px dotted #CCCCCC;
	}

#sidebar_main_left a, #sidebar_main_left a:visited, #sidebar_main_right a, #sidebar_main_right a:visited, #sidebar_split a, #sidebar_split a:visited {
	color: #333333;
	text-decoration: none;
	}

#sidebar_main_left a:hover, #sidebar_main_right a:hover, #sidebar_split a:hover {
	color: #2255AA;
	text-decoration: underline;
	}

#sidebar_main_left p, #sidebar_main_right p, #sidebar_split p {
	margin: 0px;
	padding: 0px;
	}

#sidebar_main_left a img, #sidebar_main_right a img, #sidebar_split a img {
	border: none;
	margin: 0px;
	padding: 0px;
	}

#sidebar_main_left ul, #sidebar_main_right ul, #sidebar_split ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
	line-height: 28px;
	}

#sidebar_main_left ul li, #sidebar_main_right ul li, #sidebar_split ul li {
	list-style-type: none;
	margin: 0px 0px 5px 0px;
	padding: 0px;
	}

#sidebar_main_left ul ul, #sidebar_main_right ul ul, #sidebar_split ul ul {
	list-style-type: none;
	margin: 0px;
	padding: 0px;
}

#sidebar_main_left ul li li, #sidebar_main_right ul li li, #sidebar_split ul li li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 3px 12px;
	margin: 0px;
	border-bottom: 1px dotted #CCCCCC;
}

#sidebar_main_left ul li ul li, #sidebar_main_right ul li ul li, #sidebar_split ul li ul li {
	background: url(images/arrow.png) no-repeat top left;
	padding: 0px 0px 4px 12px;
	margin: 0px 0px 3px 0px;
}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
}


.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
}

.twitter {
	background: url(images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
}

/************************************************
*  Search Form									*
************************************************/

#searchform-header {
	margin: 0px;
	padding: 16px 0px 0px 40px;
}

#s-header {
	float: right;
    background: #ffffff;
    width: 87.5%;
    color: #666666;
    font-size: 12px;
    font-family: Georgia, Times New Roman, Trebuchet MS;
    font-weight: normal;
    border-radius: 12px;
    font-style: italic;
    border: 5px solid #3d3d3d;
    text-transform: uppercase;
    padding: 8px 11px;
    margin: 0px;
    display: block;
}

#searchform {
	color: #333333;
	font-family: Georgia, Times New Roman, Trebuchet MS;
	font-size: 16px;
	font-weight: normal;
	margin: 0px;
	padding: 0px;
	display: inline;
}

#s {
	background: #FFFFFF;
	width: 175px;
	color: #666666;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 1px 0px 0px;
	border: 1px solid #DDDDDD;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#searchsubmit {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
}

#subbox {
	background: #F4F4F4 !important;
	width: 200px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#subbutton {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

/************************************************
*  Footer  							            *
************************************************/

#footer{float:left; width:100%; background:url(https://www.liveanswering.net/wp-content/uploads/2012/03/footer.png) center top repeat-x #707070;}

#footer .innerfooter{margin:0 auto; padding:0 0 10px 0 ; border-bottom:1px solid #fff;}

.leftfooter { float: left; padding-right: 30px; }

.leftfooter h1{font-size:28px; color:#fff; padding:22px 0 17px 11px; text-shadow:1px 1px #333; }

.leftfooter h3{font-size:18px; font-weight:bold; color:#fff; background:url(https://www.liveanswering.net/wp-content/uploads/2012/03/mobile.png) 0 0 no-repeat; padding-left:40px; }

.leftfooter h2{font-size:20px!important; color:#fff; font-weight:bold; padding:0 0 15px 0; line-height:28px; }

#footer .innerfooter .mainfoot{
    padding-right: 0;
    padding-left: 0;
}

.mainleft {}

span.color{color:#adc5f2;}

span.text{font-size:22px; font-weight:bold; font-family:Arial, Helvetica, sans-serif; color:#fff; padding-left:5px;}

ul#services { list-style: outside none none; margin: 0; padding: 0;min-height: 254px;}

ul#services h4{background:#cecece; border:1px solid #9c9c9c; color:#333333; font-weight:bold; font-size:14px; padding:7px 6px; margin-bottom:15px;}

ul#services li{font-size:14px; color:#fff; line-height:19px; background:url(https://www.liveanswering.net/wp-content/uploads/2012/03/arrow_sep.png) 0 5px  no-repeat; padding-left:13px;  }

ul#services li a{font-size:14px; color:#fff; list-style:none; text-decoration:none; }

ul#services li a:hover{font-size:14px; color:#ccc;text-decoration:underline;}

ul#services2 {  list-style: outside none none; margin: 0; padding: 0;}

ul#services2 h4{background:#cecece; border:1px solid #9c9c9c; color:#333333; font-weight:bold; font-size:14px; padding:7px 6px; margin-bottom:15px;}


ul#services2 h5 {
    background: none repeat scroll 0 0 #cecece;
    border: 1px solid #9c9c9c;
    color: #333333;
    font-size: 13px;
    font-weight: bold;
    margin-bottom: 15px;
    margin-top: 18px;
    padding: 8px 6px;
}

ul#services2 li{font-size:12px; color:#fff; line-height:19px; background:url(https://www.liveanswering.net/wp-content/uploads/2012/03/arrow_sep.png) 0 5px  no-repeat; padding-left:13px; }

ul#services2 li a{font-size:14px; color:#fff; list-style:none; text-decoration:none; }

ul#services2 li a:hover{font-size:14px; color:#ccc;text-decoration:underline;}

/*.rightfooter { float: right; width: 430px; }*/

.creditbut{ margin-top:20px;}

.linkbut{float:left;  height:35px; margin:28px 0 26px 0;}

.latest{ margin-top:20px;}

.latest h2{font-size:14px; color:#fff; font-weight:bold; padding:25px 0 2px 0; line-height:20px; margin:0;}

.latest h2 a { color: #fff; font-size: 110%; text-decoration: none; }

.latest h6{font-size:28px; font-weight:bold; color:#fff; text-decoration:underline; margin:5px 0; }

.latest p{font-size:13px; color:#cccccc; margin:0;}

.latest p a{font-size:13px; color:#fff; text-decoration:underline; text-align:right; }

.latest p { color: #cccccc; font-size: 14px; line-height: 24px; margin: 0;}

#footer_bottom { width:100%; background-color:#707070;}

.footer_links { margin:0 auto}

.bottombar{padding-top:30px; padding-bottom:10px;}

.botmenu{float:left; font-size:14px; color:#fff; text-transform:uppercase;}

.botmenu a{font-size:14px; color:#fff; text-decoration:none; padding:0 7px;}

.botmenu a:hover{font-size:14px; color:#ccc; text-decoration:underline;}

.botmenu  .copy{font-size:14px; color:#fff; padding:7px 0 0 7px;}

.icon{float:right;}

.icon p{font-size:14px; color:#fff; font-weight:bold:}

.icon p a{font-size:14px; color:#fff; font-weight:bold; text-decoration:none; )}


/************************************************
*  Comments									    *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}

#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

#submit {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.commentlist li ul li {
	font-size: 12px;
}

.commentlist li {
	font-weight: bold;
}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
}

.commentlist p {
	font-weight: normal;
	text-transform: none;
}


.commentmetadata {
	font-weight: normal;
}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
}

#commentform p {
	margin: 5px 0px 5px 0px;
}

#commentform #submit {
	margin: 0px;
	float: left;
}

.alt {
	margin: 0px;
	padding: 10px;
}

.commentlist {
	margin: 0px;
	padding: 0px;
}

.commentlist ol {
	margin: 0px;
	padding: 10px;
}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;
}

.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
}

.children { 
	margin: 0px;
	padding: 0px;
}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
}

.reply a, .reply a:visited {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.reply a:hover {
	background: url(images/navhov.png);
	color: #FFFFFF;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
}

.alignright {
	float: right;
}

.alignleft {
	float: left;
}

.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
}

.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
}

.depth-1 {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
}
#mc4wp-form-1 p {
    margin: 0;
}
.ProximaNova .mc4wp-form {
    margin: 0;
}
.ProximaNova .mc4wp-form input[type="email"] {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #ccc;
    border-image: none;
    border-style: solid none solid solid;
    border-width: 1px 0 1px 1px;
    box-sizing: border-box;
    cursor: auto;
    display: block;
    float: left;
    font-size: 18px !important;
    line-height: 24px;
    padding: 10px 20px !important;
    width: 390px;;
    border-color: #ccc;
}
.ProximaNova .mc4wp-form button,.ProximaNova .mc4wp-form input[type="button"],.ProximaNova .mc4wp-form input[type="submit"] {
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
}
.widget.widget_mc4wp_widget {
    background: #e0e0e0;
    border-radius: 6px;
    display: block;
    padding: 10px !important;
}

.widget_mc4wp_widget h4 {
    border: 0 none !important;
}
.widget_mc4wp_widget .mc4wp-form {
    margin: 0;
}
.widget_mc4wp_widget #mc4wp-form-1 p {
    margin: 5px auto 0;
    width: 113px;
}
.widget_mc4wp_widget .btn-danger {
    height: 30px !important;
}
/*@media screen and (max-width: 800px) {    
	
	#header{ width: 100%; }
	.headerleft{ width: 100%; }
	.headerleft a img{ width: 100%; }
	#navbar{ width: 100%; }
	.navbarleft{ width: 100%; }
	#hpmainbg{ margin: 0 auto; width: 97%; }
	.hpmain{ width: 100%; }
	.hpmainleft{ width: 100%; }
	.hpmainright{ width: 100%; }		
	.subscribe_container { background-size: 100% auto; padding: 0 15%; width: 70%; }	
	.line_one { font-size: 98%; line-height: normal;}
	.ProximaNova-Bold { font-size: 98%; line-height: normal;}
	.ProximaNova .btn.btn-danger.text-uppercase.trial-submit { padding: 0 30%; text-align: center; width: 100%; }	
	.ProximaNova .form-control.trial-input { font-size: 85%; padding: 0 5px; }
	.ProximaNova{ width: 100%;  padding: 0;}
	#hpbottom{ width: 100%; }
	#slider { width: 100%; }
	.footer_links { width: 100%; }
	.innerfooter { width: 100%; }
	.bottombar { width: 100%; }
	.ProximaNova { padding: 0 10px; }	
	#banner { width: 97%; margin: 0 auto; }
	
	.icon { clear: both; padding-top: 15px; text-align: center; width: 100%; }	
	.botmenu .copy { clear: both; padding: 15px 0 0 7px; text-align: center; }
	.bottombar { margin: 0 auto; padding-bottom: 10px; padding-top: 30px; text-align: center; width: 97%; }
	.leftfooter { margin: 0 auto; width: 97%; padding-right: 0;}
	.mainleft { margin: 0 auto; width: 95%; }	
	ul#services2 { clear: both; float: none; padding-top: 10px; width: 100%; }
	ul#services2{ float:none; width: 100%; }
	.rightfooter { clear: both; float: none; margin-bottom: 0; margin-left: auto; margin-right: auto; padding-top: 5px; width: 97%; }
	.creditbut{ width: 100%; text-align: center;}
	.creditbut > img { width: 90%; }
	.latest { margin: 0 auto; width: 97%; }
	.latest h6 { font-size: 125%; }
	.service_box { width: 100%; }
	.service_box { margin: 0 auto; width: 97%; }
	.seven_day { margin-right: 15px; padding: 10px 0; width: 20%; }
	#footer .innerfooter { margin: 0 auto; width: 97%; }
	.voicemail_box { margin: 0 auto; width: 97%; }
	.network_box { margin: 0 auto; width: 97%; }
	.hpmainright > img { width: 100%; }
	#wrap-home { background: none repeat scroll 0 0 #f4f4f4; }
	.arrow_box { right: 30px; }
	.slider-item .sep { height: 0; }
	.controls-center { width: 100%; }	
	#slider_controls { width: 100%; }
	
	.ProximaNova .input-group-btn { clear: both; width: 100%; }
	.mobile{ display: inline; }
	.non_mobile{ display: none;}	
	
	.form-control.trial-input.input_email { width: 80%; font-size: 75%; }
	
}
*/


/*******************custome-style*********************/
#s-header:focus{outline: 0!important;}
.call-text{text-align: right;margin-right:9px;}
.day-img{padding: 0;margin-top: 25px;}
.hpmainright{text-align: right;}
.hpmainright img{border: 8px solid #ffffff;box-shadow: 0px 1px 7px 1px #cccccc;}
#mc4wp-form-1 .input-group-btn{width: auto;}
.ProximaNova #mc4wp-form-1 .trial-submit{background-color: #82A2E2!important;border: none;border-radius: 0 2px 2px 0;color: #fff;padding: 0 8px;font-size: 18px;}
@media(max-width: 767px){
	#navbarbg{display: none;}
	.subscribe_container{    background-size: cover;}
	.ProximaNova-Bold{line-height: 27px;font-size: 17px;}
	.arrow_box{right: 57px;}
	.hpmainright img{margin:0 auto;}
}
@media(max-width: 767px) and (min-width: 568px){
	.call-text{float: left; margin-top: 8px;}
	#s-header{    width: 55%;}
	#searchform-header{padding: 0;}
	.day-img{padding-left: 0;}
	.headerright{background: #414141;margin-top: -1px;}
}
@media(max-width: 991px) and (min-width: 768px){
	#nav li a, #nav li a:link, #nav li a:visited{margin: 0 18px 0 0;    font-size: 11px;}
	#navbar{padding: 0;}
	.subscribe_container{background-position: 100%;background-size: 100%;}
	.ProximaNova-Bold{    line-height: 32px;font-size: 18px;}
	ul#services{height: 255px;}
	.headerleft{margin-top:15px;}
}
@media(max-width: 567px) and (min-width: 480px){
	.headerright{background: #414141;margin-top: -1px;}
	.day-img img{width: 86px;}
	.call-text{float: left; margin-top: 8px;}
	#s-header{    width: 52%;margin-right: -10px;}
	#searchform-header{padding: 0;}
	.day-img{padding-left: 0;}
	/*#responsive-menu-button{top: 16px!important;}*/
}
@media(max-width: 767px) and (min-width: 480px){
	.day-img-mob{display: none;}
	.mainleft{padding-left: 0!important;}
	.form-wrap{width: 100%!important;}
}

@media(max-width: 479px){
.headerright{background: #414141;padding: 0 0 3px 0;margin-top: -2px;}
	.day-img img{width: 86px;}
	.call-text{float: left; margin-top: 8px;}
	#s-header{width: 100%;}
	#searchform-header{padding: 0;}
	.day-img{padding-left: 0;}
	/*#responsive-menu-button{top: 16px!important;}*/
	.day-img-tab{display: none;}
	.day-img-mob{display: block!important;}
/*	.headerleft{width: 77%!important;}*/
	.day-img{margin-top: 24px;padding-left: 0!important;}
	.call-text font{font-size: 13px;}
	.form-wrap{padding-right: 0!important;}
	.mainleft, .mainleft1{width: 100%!important;}
	#mc4wp-form-1 .trial-submit{padding: 0 5px; font-size: 13px;}
	.ProximaNova .mc4wp-form input[type="email"]{padding-left: 4px!important;padding-right: 11px!important;font-size: 15px!important;}
	button#responsive-menu-button{width: 45px!important;height: 45px!important;}
	#content{    padding: 14px 0px 0px 0px;}
	#hpbottombg{height: 365px;}
	.carousel-indicators{bottom: -44px!important;}
}
@media(min-width: 992px){
	.rightfooter{margin-top: -147px;}
	
}
@media(min-width: 1200px){
	
}
@media(max-width: 1199px) and (min-width: 992px){
	
}
@media(min-width: 768px){
	.hpmainright img{float: right;}
	.form-wrap{padding-right:0!important;}
}
@media(max-width: 767px) and (min-width: 480px){
	#mc4wp-form-1{margin: 0 auto; max-width: 525px;}
	.ProximaNova .mc4wp-form input[type="email"]{width: 55%;}
	#searchform-header::after{right:24px!important;}
	
}

/*****slider*************/

.carousel-showmanymoveone .carousel-control {
   width: 4%;
   background-image: none;
}

.carousel-showmanymoveone .carousel-control.left {
   margin-left: 0;
}

.carousel-showmanymoveone .carousel-control.right {
   margin-right: 0;
}

.carousel-showmanymoveone .cloneditem-1,
.carousel-showmanymoveone .cloneditem-2,
.carousel-showmanymoveone .cloneditem-3 {
   display: none;
}

.carousel .item .col-xs-12 {
   padding: 0 12px;
}
  
/* Medium Devices, Desktops */



@media all and (min-width: 768px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -50%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 50%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-1 {
      display: block;
   }
}

@media all and (min-width: 768px) and (transform-3d),
all and (min-width: 768px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(50%, 0, 0);
      transform: translate3d(50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-50%, 0, 0);
      transform: translate3d(-50%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}

@media all and (min-width: 992px) {
   .carousel-showmanymoveone .carousel-inner > .active.left,
   .carousel-showmanymoveone .carousel-inner > .prev {
      left: -33.3%;
   }
   .carousel-showmanymoveone .carousel-inner > .active.right,
   .carousel-showmanymoveone .carousel-inner > .next {
      left: 33.3%;
   }
   .carousel-showmanymoveone .carousel-inner > .left,
   .carousel-showmanymoveone .carousel-inner > .prev.right,
   .carousel-showmanymoveone .carousel-inner > .active {
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner .cloneditem-2,
   .carousel-showmanymoveone .carousel-inner .cloneditem-3 {
      display: block;
   }
}

@media all and (min-width: 992px) and (transform-3d),
all and (min-width: 992px) and (-webkit-transform-3d) {
   .carousel-showmanymoveone .carousel-inner > .item.active.right,
   .carousel-showmanymoveone .carousel-inner > .item.next {
      -webkit-transform: translate3d(33.3%, 0, 0);
      transform: translate3d(33.3%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.active.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev {
      -webkit-transform: translate3d(-33.3%, 0, 0);
      transform: translate3d(-33.3%, 0, 0);
      left: 0;
   }
   .carousel-showmanymoveone .carousel-inner > .item.left,
   .carousel-showmanymoveone .carousel-inner > .item.prev.right,
   .carousel-showmanymoveone .carousel-inner > .item.active {
      -webkit-transform: translate3d(0, 0, 0);
      transform: translate3d(0, 0, 0);
      left: 0;
   }
}
/*.carousel-control.left{background: none!important;}
.carousel-control.right{background: none!important;}*/
.serviceicon{display: inline-block;    width: 25%;float: left; margin-top: 8px;}
.serviceheading{display: inline-block;margin: 0px 0 10px 0;font-size: 16px;text-shadow: 1px 1px 1px #566b94;color: #FFFFFF;font-weight: bold;width: 75%;min-height: 66px;}
.read-mor-btn{float: right;}
body, html{overflow-x:hidden }

@media (min-width: 992px){
	#contentleft{width: 75%;padding: 0 30px 0 10px;}
	#sidebar_main_right{width: 25%;float: left;}
	.first_list{width: 30%!important;}
	.second_list{width: 32%!important;}
	.second_list.s2{width: 38%!important;}
}
@media (min-width: 768px) and (max-width: 991px){
	#contentleft{width: 66.66666667%;0 15px 0 10px;}
	#sidebar_main_right{width: 33.33333333%;padding: 0 15px;float: left;}
}
@media(max-width: 767px){
	#contentleft{width: 100%;padding: 0px 15px;}
	#sidebar_main_right{width: 100%;padding: 0 15px;float: left;}
	.second_list.s2{margin-top: -29px;}
	.first_list{    margin-bottom: 10px;}

}
#sidebar_main_right .mc4wp-form input[type="email"]{border:1px solid #cccccc; padding: 10px 5px;margin-bottom: 10px;}
#sidebar_main_right #mc4wp-form-1 .trial-submit{background-color: #82A2E2!important;border: none;border-radius: 0 2px 2px 0;color: #fff;padding: 0 8px;font-size: 14px;height: 35px;}
#s-header{position: relative;
    background: #f4f4f4;}
.textwidget img{    max-width: 100%;}
#searchform-header::after{content: '';background: url(images/search.png);position: absolute;right: 9px; width: 20px;height: 21px;bottom: 11px;    background-repeat: no-repeat;}
@media(max-width: 567px){
	#searchform-header::after{    right: 13px;}
	.ProximaNova #mc4wp-form-1 .trial-submit{font-size: 13px;}
	.seven_day{margin-right: 25px;width: auto;}
}
@media(min-width:1200px){
    .container{width:990px!important;}
}

#content_center{
	background: #f4f4f4;
	    border: 1px solid #cccccc;
    border-radius: 11px;
}
#content_center h1{
	color:#003a98;
	font-size:25px;
	font-smooth:always;
	font-family:Arial, Helvetica, sans-serif;
	font-weight:bold;
	margin: 0px 0px 10px 0px;
	padding: 0px 0px 5px 0px;
	}
#content_center h2{
	color:#000;
	font-size:x-large;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	}
#content_center h2 span{
	height:38px;
	width:41px;
	display:inline-block;
	color:ffffff;
	padding:5px 12px 8px 13px;
	margin-right:4px;
	background-image:url(images/number_show.png); 
	background-repeat:no-repeat;
	}	

#content_center h3{
	color:#000;
	font-size:16px;
	font-family:Arial, Helvetica, sans-serif;
	margin: 5px 0px 10px 0px;
	padding: 5px 0px 5px 0px;
	}		
.content_center_top{
	width: 960px;
	height:14px;
	background-image:url(images/content_center_top.gif); 
	background-repeat:no-repeat;
	overflow:hidden;
	}
.content_center_mid{
	padding:30px 30px!important;
	/*background-image:url(images/content_center_mid.gif); 
	background-repeat:repeat-y*/
	
	display: none;
	}
.content_center_midile{
	width:860px;
	padding:10px 20px 10px 20px;
	background-color:#FFFFFF;
	border:1px solid #c6c6c6;
	}
.content_center_midile a{

	color:#2d46ab;
	}	
.content_center_midile a:hover{
	color:#659fff;
	}	
.content_center_bar{
	line-height:40px;
	float:left;
	background-color:#eeeeee;
	border:1px solid #c4c3c3;
	-moz-border-radius:8px;
	border-radius: 10px;
	padding:0 42px 0px 20px;
	font-size:20px;		
	}
.content_center_bar02{
	color:#FFFFFF;
	background-color:#6387d2;
	border:1px solid #c4c3c3;
	-moz-border-radius: 10px;
	border-radius: 10px;
	    padding: 5px;
	}
	.text-wrap{margin-top: 23px;float: left;}
	.req-btn{text-align: right;}
.content_center_bar02 p {
	margin:0px; padding:1px; line-height:110%;
	font-size:14px;
	font-smooth:always;
	 text-shadow: 1px 2px 1px #153371;
	}
.content_center_blue_bar{
	padding:3px 0 3px 0;
	border:1px solid #d6d5d5;
	-moz-border-radius:8px;
	border-radius: 8px;
	background-image:url(images/blue_bar.gif); 
	background-repeat:repeat-x;
	}
.content_center_blue{
	background-color:#eaeaea;
	padding:15px 0 15px 0;
	border:1px solid #d6d5d5;
	-moz-border-radius:8px;
	border-radius: 8px;
	background-image:url(images/blue_bar.gif); 
	background-repeat:repeat-x;

	}	

.plan_list{
	padding:10px 8px 10px 8px;
	}
.first_list{
	border-right: 1px dotted #7d7d7d;
	}	
.first_list ul{
	margin:0px;
	padding:0px;
	padding-left:20px;

	list-style-image:url(images/right_icon.gif);
	}
.first_list li{
	color:#033396;
	font-size:14px;
	
	padding:3px;
	
	}
.second_list{
	color:#666666;
	font-size:13px;
	font-weight:900;
	padding-left:20px;
	}
.second_list ul{
	margin:0px;
	padding:0px;
	padding-left:20px;
	padding-top:10px;
	list-style-image:url(images/list_icon.gif);
	}
.second_list li{
	font-size:12px;
	font-weight:normal;
	padding:3px 0 3px 3px;
	}	

.type_list{
	float:left;
	}
.content_center_buttom{
	width: 960px;
	height:14px;
	background-image:url(images/content_center_bottom.gif);
	background-repeat:no-repeat;
	overflow:hidden;	
	}
.plan_package01{
	background-image:url(images/list_package_bg.jpg);
	background-repeat:no-repeat;
	background-position: center;
	    padding: 0px!important;
	    background-size: 99%;
	}
.plan_package01 h3{
	font-size:18px;
	font-weight:normal;
	margin:4px; padding:6px;
	color:#626262;
	}	
.plan_package{padding-right: 0!important;}
.plan_package01 p{margin:0px; padding:12px !important;  padding:10px;font-size: 13px;}	
.plan_package01_gradiant_bas{
	background-image:url(images/plan_package01.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	}
.plan_package01_gradiant_bas02{
	background-image:url(images/plan_package02.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	}
.plan_package01_gradiant_bas03{
	background-image:url(images/plan_package03.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	}
.plan_package01_gradiant_bas04{
	background-image:url(images/plan_package04.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	}	
.plan_package01_gradiant_bas05{
	background-image:url(images/plan_package05.gif);
	background-repeat:repeat-x;
	color:#FFFFFF;
	height:21px;
	line-height:21px;
	text-align:center;
	font-weight:bold;
	font-size: 12px;
	}				
	

/************************************************
* start order form 					     		*
************************************************/
.input_field{

	width:275px;
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
	}
.input_field02{
	border:1px solid #c0c0c0;
	width:170px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:2px;	
	}
.input_field03{
	border:1px solid #c0c0c0;
	width:95px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:2px;	
	}
.input_field04{
	border:1px solid #c0c0c0;
	width:570px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:2px;	
	}
label{
	
	font-size:13px;
	
	color:#2c2c2c;
	}
.require{
	color:#FF0000;
	font-weight:normal;
	}
.text_area_field{
	border:1px solid #c0c0c0;
	width:95%;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:2px;	
	}
.second_input_field{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:200px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
	}
.second_input_field02{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:120px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:3px;
		
}
.second_input_field03{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:70px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;
		
}
.second_input_field05{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	border-right:none;
	width:25px;
	background-image:url(images/input_bg.gif) ;
	background-repeat:repeat-x;
	padding:0px;
		
}
.second_input_field06{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:150px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;
		
}
.iner_side{
	/*border-bottom:1px dashed #c0c0bb; */
	/*background:#FFFFFF; */
/*	margin-bottom:5px; */
	padding:5px 0 5px 5px;
	}
.dotted_line{	
	background-image:url(images/dotted_line.gif);
	background-repeat:repeat-x;
	margin-right:6px;
	
	}	

.second_input_field04{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:368px;
	color:#b4b4b4;

	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
	}
.second_input_field07{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:425px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
}
.second_input_field08{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:185px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
}
.second_input_field09{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:320px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
}
.second_input_field10{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:100px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
}
.second_input_field11{
	border:1px solid #e8edf2;
	border-top:1px solid #b3b5ba;
	width:150px;
	background-image:url(images/input_bg.gif);
	background-repeat:repeat-x;
	padding:4px;	
}

.select_width {width:150px;}
.greeen{
	color:#40a900;
	}
select{
	padding:3px;	
	}
	
#commentaa, #commentaaa {
	background: #FFFFFF;
	width: 95%;
	/*font-size: 12px;
	font-family: Arial, Tahoma, Verdana;*/
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
/************************************************
* end order form 					     		*
************************************************/

/*#contentsplit {
	float: left;
	width: 500px;
	margin: 0px;
	padding: 0px 0px 5px 20px;
	}
	
#contentfull {
	float: left;
	width: 960px;
	margin: 0px;
	padding: 10px 0px 0px 0px;
	}
	
#content a img {
	border: none;
	}

#content blockquote {
	background: #F4F4F4;
	margin: 0px 25px 15px 25px;
	padding: 10px 20px 0px 15px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#content blockquote p {
	margin: 0px;
	padding: 0px 0px 15px 0px;
	}
	
#content img.wp-smiley {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}

#content img.wp-wink {
	float: none;
	border: none;
	margin: 0px;
	padding: 0px;
	}
	*/

.date {
	font-size: 11px;
	font-weight: bold;
	}
	
.authorbox {
	background: #F4F4F4;
	margin: 0px 0px 40px 0px;
	padding: 10px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.postmeta {
	font-size: 11px;
	font-weight: bold;
	margin: 0px;
	padding: 5px 0px 0px 0px;
	border-top: 1px dotted #CCCCCC;
	}

.postmeta p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox p {
	margin: 0px;
	padding: 0px;
	}
	
.authorbox img {
	background: #FFFFFF;
	float: left;
	margin: 0px 10px 0px 0px;
	padding: 3px;
	border: 1px solid #CCCCCC;
	}

.comments {
	margin: 0px 0px 15px 0px;
	padding: 0px;
	}
	
.clear {
	clear: both;
	}
	
.archive {
	float: left;
	width: 225px;
	margin: 0px;
	padding: 0px 20px 0px 0px;
	}

/************************************************
*  Headline Classes 					        * 
************************************************/





	

/************************************************
*  Images  					     		        * 
************************************************/

img.centered  {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	padding: 0px;
	}
	
img.alignnone {
	padding: 0px;
	margin: 0px 0px 10px 0px;
	display: inline;
	}

img.alignright {
	padding: 0px;
	margin: 0px 0px 10px 10px;
	display: inline;
	}

img.alignleft {
	padding: 0px;
	margin: 0px 10px 10px 0px;
	display: inline;
	}
	
.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 10px;
	}

.alignright {
	float: right;
	margin: 0px 0px 10px 10px;
	}

.alignleft {
	float: left;
	margin: 0px 10px 10px 0px;
	}
	
.wp-caption {
	background: #F4F4F4;
	text-align: center;
	padding: 7px 2px 7px 2px;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.wp-caption img {
	margin: 0px 0px 0px 0px;
	padding: 0px;
	border: 0px;
	}

.wp-caption p.wp-caption-text {
	margin: 0px;
	padding: 0px 0px 0px 0px;
	font-size: 11px;
	font-weight: normal;
	line-height: 12px;
	}

#cat {
	background: #FFFFFF;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	width: 250px;
	color: #666666;
	margin: 0px;
	padding: 1px;
	display: inline;
	border: 1px solid #DDDDDD;
	}
	
.enews {
	background: url(images/enews.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	
.twitter {
	background: url(images/twitter.png) top right no-repeat;
	margin: 0px;
	padding: 0px;
	}
	

	
/************************************************
*  eNews Subscribe								*
************************************************/

#subscribe {
	margin: 5px 0px 0px 0px;
	padding: 0px;
	overflow: hidden;
	}

#subbox {
	background: #F4F4F4 !important;
	width: 200px;
	color: #333333;
	font-family: Arial, Tahoma, Verdana;
	font-size: 11px;
	padding: 3px 0px 3px 3px;
	margin: 5px 5px 0px 0px;
	border: 1px solid #CCCCCC;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#subbutton {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px;
	padding: 1px 5px 1px 5px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}


/************************************************
*  Comments									    *
************************************************/

#author, #email, #url {
	background: #FFFFFF !important;
	width: 250px;
	color: #333333;
	font-size: 12px;
	font-weight: normal;
	margin: 5px 0px 0px 0px;
	padding: 3px 0px 3px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;	
	}
	
#comment {
	background: #FFFFFF;
	width: 95%;
	color: #333333;
	font-size: 12px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: normal;
	margin: 5px 0px 1px 0px;
	padding: 5px 5px 5px 5px;
	border: 1px solid #DDDDDD;
	display: inline;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
#submit {
	background: url(images/nav.png);
	color: #FFFFFF;
	display: block;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 2px 0px 2px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
		
.commentlist li ul li {
	font-size: 12px;
	}

.commentlist li {
	font-weight: bold;
	}

.commentlist li .avatar { 
	background: #FFFFFF;
	float: right;
	border: 1px solid #DDDDDD;
	margin: 0px 5px 0px 10px;
	padding: 3px;
	}

.commentlist cite, .commentlist cite a {
	font-weight: bold;
	font-style: normal;
	font-size: 12px;
	}

.commentlist p {
	font-weight: normal;
	text-transform: none;
	}

.commentmetadata {
	font-weight: normal;
	}

#commentform input {
	width: 170px;
	padding: 2px;
	margin: 5px 5px 1px 0px;
	}

#respond:after {
	content: "."; 
	display: block; 
	height: 0px; 
	clear: both; 
	visibility: hidden;
	}
	
#commentform p {
	margin: 5px 0px 5px 0px;
	}
	
#commentform #submit {
	margin: 0px;
	float: left;
	}
	
.alt {
	margin: 0px;
	padding: 10px;
	}

.commentlist {
	margin: 0px;
	padding: 0px;
	}
	
.commentlist ol {
	margin: 0px;
	padding: 10px;
	}

.commentlist li {
	margin: 15px 0px 5px 0px;
	padding: 10px 5px 10px 10px;
	list-style: none;

	}
.commentlist li ul li { 
	margin-right: -6px;
	margin-left: 10px;
	}

.commentlist p {
	margin: 10px 5px 10px 0px;
	padding: 0px;
	}
	
.children { 
	margin: 0px;
	padding: 0px;
	}

.nocomments {
	text-align: center;
	margin: 0px;
	padding: 0px;
	}
	
.reply a, .reply a:visited {
	background: url(images/nav.png);
	color: #FFFFFF;
	font-size: 11px;
	font-family: Arial, Tahoma, Verdana;
	font-weight: bold;
	text-decoration: none;
	text-transform: uppercase;
    margin: 0px 0px 10px 0px;
	padding: 3px 8px 3px 8px;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}
	
.reply a:hover {
	background: url(images/navhov.png);
	color: #FFFFFF;
	border: 1px solid #555555;
	-moz-border-radius: 3px;
	-khtml-border-radius: 3px;
	-webkit-border-radius: 3px;
	}

.commentmetadata {
	font-size: 10px;
	margin: 0px;
	display: block;
	}

.navigation {
	display: block;
	text-align: center;
	margin-top: 10px;
	margin-bottom: 40px;
	}
	
.alignright {
	float: right;
	}

.alignleft {
	float: left;
	}
	
.thread-alt {
	background: #FFFFFF;
	margin: 0px;
	padding: 0px;
	}
	
.thread-even {
	background: #F4F4F4;
	margin: 0px;
	padding: 0px;
	}
	
.depth-1 {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

.even, .alt {
	border: 1px dotted #CCCCCC;
	margin: 0px;
	padding: 0px;
	}

/************************************************
*  Form Validation							    *
************************************************/
input:required {
    box-shadow:none;
}

[required].invalid, [data-v-required].invalid, [data-v-type].invalid {
	border: 2px solid #DE4E38 !important;
}

input[type="text"].focus, select.focus, textarea.focus {
	border: 2px solid #AFB7E9 !important;
	outline: none;
}

.error-msg {
	color: #DE4E38;
	font-weight: bold;
	font-size: 0.75em;
	display: none;
}

.error-msg.invalid {
	display: block;
}

ul.account-info {
	list-style: none;
}

ul.account-info > li > div {
	padding: 3px;
	float: left;
}



/*.validate-msg {
	display: none;
	/*position: absolute;*/
	/*left: 0;
	right: 0;
	height: 12px;
	top: 0px;
	color: #DE4E38;
	font-size: 1em;
	font-weight: bold;
	margin:10px 0;
	padding-left:250px;
}*/

.validate-msg {
	display: none;
	/*position: absolute;*/
	left: 0;
	right: 0;
	height: 12px;
	top: 0px;
	color: #DE4E38;
	font-size: 1em;
	font-weight: bold;
	margin:10px 0;
	padding-left:125px;
}


.home-msg{padding-left:130px !important;}

#tooltip {display: none;
	width: 300px;
	position: absolute;
	background: #444444;
	padding: 05px;
	border-radius: 5px;
	color:#fff;
	-moz-border-radius: 5px;
	-khtml-border-radius: 5px;
	-webkit-border-radius: 5px;
	text-align: justify;}
	
.tooltip {
	color: #900;
	padding-bottom: 1px;
	cursor: pointer;
}

.tooltip > span {
	display: none;
}

#form_progress {
	position: relative;
	background: url(images/stepone.png)!important;
	height: 36px;
	width: 745px;
	margin: 0 auto 20px;
}
#form_progress > a {
	display: block;
	height: 36px;
	position: absolute;
	top: 0;
}

/************************************************
*  Message Delivery							    *
************************************************/
a.add_more {
	background: url(images/add_more.gif);
	height: 45px;
	width: 55px;
	display: block;
	float: right;
	margin-top: 3px;
}

#msg_delivery ul {
	list-style: none;
	padding-left:0;
}

#msg_delivery .tab_content > ul > li > ul > li {
	float: left;
	margin: 0 10px 5px;
}

#msg_delivery li.col_when-time1 input, #msg_delivery li.col_when-time2 input {
	display: none;
}

#msg_delivery li.grid_head {
	font-size: 1.2em;
	margin-top: 18px;
}

#msg_delivery li input, #msg_delivery li select {
	width: 100%;
	border: 1px solid #E8EDF2;
	border-top: 1px solid #B3B5BA;
	background: #fff url(images/input_bg.gif) repeat-x;
}

#msg_delivery li input, #msg_delivery li select {
	padding: 4px;
}

#msg_delivery li select {
	padding: 3px;
}

#msg_delivery .tab_content > ul > li {
	clear: both;
}


#msg_delivery .tab_content li.col_when-time1 { margin-left: 0px; }
#msg_delivery .tab_content li.col_when-time1,
#msg_delivery .tab_content li.col_when-time2 { width: 60px; }
#msg_delivery .tab_content.show1 li.col_when-time1 { margin-right: 0; }
#msg_delivery .tab_content.show1.show2 li.col_when-time1 { margin-right: 10px; }
#msg_delivery .tab_content.show1.show2 li.col_when-time2 { margin-right: 0; }

#msg_delivery #tab1 li.col_name { width: 203px; margin-left: 0; }
#msg_delivery #tab1 li.col_title { width: 154px; }
#msg_delivery #tab1 li.col_email { width: 253px; }
#msg_delivery #tab1 li.col_when-to-email { width: 150px; margin-right: 0; }
#msg_delivery #tab1.show1 li.col_name { width: 173px; }
#msg_delivery #tab1.show1 li.col_title { width: 134px; }
#msg_delivery #tab1.show1 li.col_email { width: 223px; }
#msg_delivery #tab1.show1 li.col_when-to-email { margin-right: 10px; }
#msg_delivery #tab1.show1.show2 li.col_name { width: 150px; }
#msg_delivery #tab1.show1.show2 li.col_title { width: 100px; }
#msg_delivery #tab1.show1.show2 li.col_email { width: 200px; }
#msg_delivery #tab1.show1.show2 li.col_when-to-email { margin-right: 10px; }

#msg_delivery #tab2 li.col_name { width: 200px; margin-left: 0; }
#msg_delivery #tab2 li.col_title { width: 200px; }
#msg_delivery #tab2 li.col_mobile { width: 200px; }
#msg_delivery #tab2 li.col_when-to-text { width: 160px; margin-right: 0; }
#msg_delivery #tab2.show1 li.col_name { width: 180px; }
#msg_delivery #tab2.show1 li.col_title { width: 180px; }
#msg_delivery #tab2.show1 li.col_mobile { width: 180px; }
#msg_delivery #tab2.show1 li.col_when-to-text { width: 140px; margin-right: 10px; }
#msg_delivery #tab2.show1.show2 li.col_name { width: 160px; }
#msg_delivery #tab2.show1.show2 li.col_title { width: 160px; }
#msg_delivery #tab2.show1.show2 li.col_mobile { width: 140px; }
#msg_delivery #tab2.show1.show2 li.col_when-to-text { width: 140px; margin-right: 10px; }

#msg_delivery #tab3 li.col_name { width: 200px; margin-left: 0; }
#msg_delivery #tab3 li.col_title { width: 180px; }
#msg_delivery #tab3 li.col_phone1 { width: 120px; }
#msg_delivery #tab3 li.col_phone2 { width: 120px; }
#msg_delivery #tab3 li.col_when-to-call { width: 120px; margin-right: 0; }

#msg_delivery #tab4 li.col_name { width: 200px; margin-left: 0; }
#msg_delivery #tab4 li.col_title { width: 200px; }
#msg_delivery #tab4 li.col_fax { width: 200px; }
#msg_delivery #tab4 li.col_when-to-fax { width: 160px; margin-right: 0; }
#msg_delivery #tab4.show1 li.col_name { width: 180px; }
#msg_delivery #tab4.show1 li.col_title { width: 180px; }
#msg_delivery #tab4.show1 li.col_fax { width: 180px; }
#msg_delivery #tab4.show1 li.col_when-to-fax { width: 140px; margin-right: 10px; }
#msg_delivery #tab4.show1.show2 li.col_name { width: 160px; }
#msg_delivery #tab4.show1.show2 li.col_title { width: 160px; }
#msg_delivery #tab4.show1.show2 li.col_fax { width: 140px; }
#msg_delivery #tab4.show1.show2 li.col_when-to-fax { width: 140px; margin-right: 10px; }

#msg_delivery #tab5 li.col_name { width: 200px; margin-left: 0; }
#msg_delivery #tab5 li.col_title { width: 200px; }
#msg_delivery #tab5 li.col_page { width: 200px; }
#msg_delivery #tab5 li.col_when-to-page { width: 160px; margin-right: 0; }

#blockout {
	display: none;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	left: 0;
	background: #000;
	opacity: 0.5;
	border-radius: 10px;
}


.small-content {font-size:11px;line-height:14px;float:right;margin-right:0px;margin-top:7px}
.fclear {clear:both}

/* Confirmation PAge */
.review-section > table {border: 1px solid #E6E4E7;}
.review-section > table tr td.review-title{vertical-align:top;
	background-color: #F4F4F4;
	border: 1px solid #E6E4E7;
	text-align:right;
	padding-left:5px;
}

.review-section > table tr td.review-value{background:none;
	text-align:left;
	border:0;
	vertical-align:top;
	border: 1px solid #E6E4E7;
	padding-left:5px;
	font-weight:700;
	
}

.review-section  table tr td.review-title{vertical-align:top;
	background-color: #F4F4F4;
	border: 1px solid #E6E4E7;
	text-align:left;
	padding-left:5px;
}

.review-section  table tr td.review-value{background:none;
	text-align:left;
	border:0;
	vertical-align:top;
	border: 1px solid #E6E4E7;
	padding-left:5px;
	font-weight:700;
}

.signature {margin-top:20px;}
.underline {text-decoration:underline}
/* td{padding-left:5px;} */
#uip {
	margin-top:10px;
}

.review-value-collection { padding-left: 0px !important;
}

.review-section1{
width: 900px;
}
td .review-title 
{
padding-left:5px;
}
td .review-value 
{
padding-left:5px;
}
.ip-addru{color:#FFFFFF;}
.newip{float:left;margin:10px 0 10px 0;}
.ipaddre{color:#fff !important;}
.inva{border: 2px solid #DE4E38 !important;}
.f12{font-size: 12px;}
.o-title{padding: 0!important;}
.no-padding{padding:0;}
.account-info{padding-left: 0;}
a.btn_continue { background: url(images/button.png);display: block;height: 41px;width: 616px;}
.msd-cls{margin-bottom: 15px;}
.no-padding-left{padding-left: 0;}
h2{display: block;
    font-size: 1.5em!important;
    font-weight: bold!important;}
select.second_input_field, select.second_input_field02{width:100%!important;}
@media(min-width: 992px){
	ul.account-info > li > div:first-child {margin-left: 2px;margin-right: 9px;}
}
@media(max-width: 767px){
	.content_center_bar{font-size: 15px;line-height: 21px;}
	.24-img{text-align: center;}
	.img-24{float: right;margin-bottom: 15px;}
	.no-pad{padding: 0!important;}
	a.btn_continue{    width: 100%;background-repeat: no-repeat;background-position: center;}
	.first_list, .second_list{padding: 0!important;}
	.fright{display: inline-block;text-align: center;margin-bottom: 21px;}
	#form_progress{width: 97%;
    margin: 0 auto 0px;
    padding: 0 15px;
    background-size: 100%!important;
    background-repeat: no-repeat!important;    height: 30px!important;}
    .msd-cls{    padding: 9px;
    margin: 19px 0;}
    .content_center_bar{    padding: 0 12px 0px 12px;}
    #msg_delivery #tab11 li.col_name, #msg_delivery #tab22 li.col_name, #msg_delivery #tab33 li.col_name, #msg_delivery #tab44 li.col_name, #msg_delivery #tab55 li.col_name{width: 100%;}
    #msg_delivery #tab11 li.col_title, #msg_delivery #tab22 li.col_title,  #msg_delivery #tab33 li.col_title,  #msg_delivery #tab44 li.col_title,  #msg_delivery #tab55 li.col_title{width: 100%;}
    #msg_delivery #tab11 li.col_email{width: 100%;}
    #msg_delivery #tab11 li.col_when-to-email, #msg_delivery #tab22 li.col_when-to-text, #msg_delivery #tab33 li.col_when-to-text, #msg_delivery #tab44 li.col_when-to-text, #msg_delivery #tab55 li.col_when-to-text{width: 100%;}
#msg_delivery #tab22 li.col_mobile{width: 100%;}
    #msg_delivery .tab_content > ul > li > ul > li{margin:2px 0;}
    .col_page, .col_when-to-page{width: 100%;}
    ul.account-info > li > div{float: none;}

}
@media(max-width:567px){
	ul.tabs li{width: 100%!important;}
	.check_b{left: auto!important;right: 14px!important;}
	.tab_content{padding: 153px 10px 20px!important;}
}
@media(max-width: 479px){
	.f12{margin-top: 23px!important;}
	.service p{    font-size: 14px;min-height:171px;}
}
@media(min-width: 768px) and (max-width: 991px){
    .serviceheading{font-size: 14px;    margin: 0px 0 10px 14px;width: 80%;}
    .service p{font-size: 13px;}
    .serviceicon{width: 13%;height: 60px;line-height: 60px;}
    .serviceicon img{width: 40px;height: auto;}
	#content_center h2{font-size: 18px;margin: 5px 0px 0px 0px;}
	#content_center h3{font-size: 12px;    margin: 0px 0px 5px 0px;}
	.plan_package01 p{ padding: 7px !important; font-size: 10px;}
	.no-pad{padding: 0!important;}
	a.btn_continue{    width: 100%;background-size: 100%;background-repeat: no-repeat;background-position: center;}
	ul.account-info > li > div:first-child{margin-left: 0;margin-right: 0;}
	ul.account-info > li > div{float: none;}
	ul.tabs li{width: 34.55%;}
	#msg_delivery #tab1 li.col_name, #msg_delivery #tab2 li.col_name, #msg_delivery #tab4 li.col_name, #msg_delivery #tab5 li.col_name{    width: 151px;}
	#msg_delivery #tab1 li.col_title, #msg_delivery #tab2 li.col_title, #msg_delivery #tab4 li.col_title, #msg_delivery #tab5 li.col_title{    width: 119px;}
	#msg_delivery #tab1 li.col_email, #msg_delivery #tab2 li.col_mobile{    width: 180px;}
	#msg_delivery #tab1 li.col_when-to-email, #msg_delivery #tab2 li.col_when-to-text{    width: 102px;}
	#msg_delivery #tab3 li.col_name{    width: 129px;}
	#msg_delivery #tab3 li.col_title{    width: 110px;}
	#msg_delivery .tab_content > ul > li > ul > li{margin: 0 5px 5px;}
	#msg_delivery #tab3 li.col_phone1{    width: 115px;}
	.tab_content{padding: 51px 20px 20px;}
	#msg_delivery #tab4 li.col_fax{    width: 165px;}
	#msg_delivery #tab5 li.col_page{    width: 170px;}
}
@media(max-width: 767px) and (min-width: 568px){
	.plan_package01{background-image: none; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5803921568627451);
    margin: 10px 9px;
    width: 46%!important;border-radius: 9px;}
     .tab_content{    padding: 82px 10px 20px!important;}
     #footer .innerfooter .mainfoot{padding-right:15px;padding-left:10px;}
}
@media(max-width: 567px) and (min-width: 480px){
	.plan_package01{background-image: none; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5803921568627451);
    margin: 10px 9px;
    width: 45%!important;border-radius: 9px;}
}
@media(max-width: 479px){
	.plan_package01{background-image: none; box-shadow: 2px 2px 7px rgba(0, 0, 0, 0.5803921568627451);
    margin: 10px 0px;
    width: 100%!important;border-radius: 9px;}
    ul#services{min-height:auto;}
    ul#services2 h5{margin-top:10px;}
    
  
}
@media(max-width:479px) and (min-width:375px){
      .ProximaNova-Bold{font-size:14px;line-height:19px;}
       .ProximaNova .mc4wp-form input[type="email"]{width: 43%;}
}
@media(max-width:374px) and (min-width:360px){
     .ProximaNova-Bold{font-size:13px;line-height:19px;}
      .ProximaNova .mc4wp-form input[type="email"]{width: 40%;}
}
@media(max-width:359px){
    .ProximaNova-Bold{font-size:11px;line-height:19px;}
      .ProximaNova .mc4wp-form input[type="email"]{width: 34%;}
}
@media(min-width: 768px){
	.fright{float: right;}
	.no-pad-left{padding-left: 0;}
	.img-24{text-align: right;margin-bottom: 5px;}
}

#main_centertxt_subheading{font-size:18px!important;font-weight:400!important;}
#hpbottombg{padding-top:10px;}
.carousel-indicators li{width: 8px!important;height: 8px!important;background:#ffffff!important;}
.carousel-indicators .active{width: 8px!important;height: 8px!important;background:#000000!important;border:1px solid #000000!important;    margin: 1px!important;}
.no-pad{padding:0;}

.new_phone{font-size:16px !important;}

.new_phone:hover{color:#d6d6d6; text-decoration:none !important}

/*br { display: block !important; margin-bottom: 4px !important; content: "";}*/

/*p {
    margin: 5px 0 5px !important;
}*/
/*.post p{
    padding:0px !important;
}*/

@media(max-width: 991px){
	#footer_bottom {
    		text-align: center;
	}
	.icon {
    		float: none;
    		margin-top: 120px;
	}
	.leftfooter h2{text-align: center;}
}
@media (max-width: 479px){
.service p {
    font-size: 14px;
    min-height: 0 !important;
}
#hpbottombg {
    height: 280px !important;
}
.headerleft {
   /* width: 100% !important;*/
}
#headerbg,
.headerleft.col-md-6.col-sm-5.col-xs-12 {
    background-color: #191919 !important;
}
#header {
    background: #191919 !important;
}

.call-text {
    float: none;
    margin-top: 0px;
    text-align: center;
    background-color: #191919 !important;
    width: 112%;
    margin-left: -8%;
    padding-bottom: 10px;
    padding-top: 10px;
    
}
.day-img {
    margin-top: 13px;
    margin-bottom: 13px;
}
}
@media (max-width: 767px){
#searchform-header{ display:none}
/*br { display: block !important; margin-bottom: 0px !important; content: "";}*/
}
@media (max-width: 479px){
    /*#responsive-menu-button {
        top: 175px !important
    }*/
}
@media (max-width: 449px){
    /*#responsive-menu-button {
        top: 170px !important
    }*/
}
@media (max-width: 419px){
    /*#responsive-menu-button {
        top: 160px !important
    }*/
}
@media (max-width: 389px){
   /* #responsive-menu-button {
        top: 150px !important
    }*/
    #hpbottombg {
        height: 300px !important;
    }
}
@media (max-width: 349px){
   /* #responsive-menu-button {
        top: 140px !important
    }*/
    #hpbottombg {
        height: 320px !important;
    }
}
@media (max-width: 329px){
    /*#responsive-menu-button {
        top: 6px !important
    }*/
}
@media (max-width: 319px){
    #hpbottombg {
        height: 340px !important;
    }
}
@media (max-width: 299px){
    /*#responsive-menu-button {
        top: 130px !important
    }*/
    #hpbottombg {
        height: 350px !important;
    }
}