/* =============================================================================
   HTML5 Boilerplate CSS: h5bp.com/css
   ========================================================================== */

* { outline: none; }
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }
audio, canvas, video { display: inline-block; *display: inline; *zoom: 1; }
audio:not([controls]) { display: none; }
[hidden] { display: none; }

html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%;}
html, button, input, select, textarea { font-family: Arial, "Helvetica CY", "Nimbus Sans L", sans-serif; color: #3a3a3a; font-size: 14px; }
body { margin: 0; font-size: 1em; line-height: 1.4; }

::-moz-selection { background: #3199d9; color: #fff; text-shadow: 0 1px #002957; }
::selection { background: #3199d9; color: #fff; text-shadow: 0 1px #002957; }


a {
    color:#016cc6;
    outline: none;
    text-decoration: none;
}

.response a, .geographic a {
	color:#3a3a3a;
	outline: none;
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}

abbr[title] { border-bottom: 1px dotted; }
b, strong { font-weight: bold; }
blockquote { margin: 1em 40px; }
dfn { font-style: italic; }
hr { display: block; height: 1px; border: 0; border-top: 1px solid #ccc; margin: 1em 0; padding: 0; }
ins { background: #ff9; color: #000; text-decoration: none; }
mark { background: #ff0; color: #000; font-style: italic; font-weight: bold; }
pre, code, kbd, samp { font-family: 'courier new', monospace; font-size: 1em; }
pre { white-space: pre-wrap; word-wrap: break-word; }
q { quotes: none; }
q:before, q:after { content: none; }
small { font-size: 85%; }

sub, sup { font-size: 75%; line-height: 0; position: relative; vertical-align: baseline; }
sup { top: -0.5em; }
sub { bottom: -0.25em; }

ul, ol { margin: 1em 0; padding: 0 0 0 40px; }
dd { margin: 0 0 0 40px; }
nav ul, nav ol {
    list-style: none none;
    margin: 0; padding: 0; }

img { border: 0; -ms-interpolation-mode: bicubic; vertical-align: middle; }

svg:not(:root) { overflow: hidden; }

figure { margin: 0; }

form { margin: 0; }
fieldset { border: 0; margin: 0; padding: 0; }
label { cursor: pointer; }
legend { border: 0; *margin-left: -7px; padding: 0; white-space: normal; }
button, input, select, textarea { font-size: 100%; margin: 0; vertical-align: baseline; *vertical-align: middle; }
button, input { line-height: normal; }
button, input[type="button"], input[type="reset"], input[type="submit"] { cursor: pointer; -webkit-appearance: button; *overflow: visible; }
button[disabled], input[disabled] { cursor: default; }
input[type="checkbox"], input[type="radio"] { box-sizing: border-box; padding: 0; *width: 13px; *height: 13px; }
input[type="search"] { -webkit-appearance: textfield; -moz-box-sizing: content-box; -webkit-box-sizing: content-box; box-sizing: content-box; }
input[type="search"]::-webkit-search-decoration, input[type="search"]::-webkit-search-cancel-button { -webkit-appearance: none; }
button::-moz-focus-inner, input::-moz-focus-inner { border: 0; padding: 0; }
textarea { overflow: auto; vertical-align: top; resize: vertical; }
input:valid, textarea:valid {  }
input:invalid, textarea:invalid { background-color: #f0dddd; }

table { border-collapse: collapse; border-spacing: 0; }
td { vertical-align: top; }

p { margin: 0 0 1em; }

.chromeframe { margin: 0.2em 0; background: #ccc; color: black; padding: 0.2em 0; }


*:-moz-placeholder:focus {
    color: transparent !important;
}
*[autofocus]:-moz-placeholder:focus {
    color: graytext !important;
}

*::-webkit-input-placeholder:focus {
    color: transparent !important;
}
*[autofocus]::-webkit-input-placeholder {
    color: graytext !important;
}

textarea, input {
    resize: none;
    outline: none;
    color:#000;
}


/** {*/
    /*-webkit-box-sizing: content-box;*/
    /*-moz-box-sizing: content-box;*/
    /*box-sizing: content-box;*/
/*}*/

.modal-dialog button.btn:hover {
    border-width: 1px;
}

label {
    font-weight: normal;
}

html, body {
    height: 100%;
}

#wrapper {
    min-height: 100%;
}

*html #wrapper {
    height: 100%;
}

.footerfix{

}

/* ===== Primary Styles ========================================================
   Author:
   ========================================================================== */


body {
    margin:0;
    padding:0;
    background:#FFF;
}

.clr {
    clear: both;
}

.ul_reset {
    margin:0;
    padding:0;
    list-style: none;
}

.container {
    width:1000px;
    margin:0 auto;
    position: relative;
    padding: 0;
}

#header {
    background:url("../images/app/bg_header.png") repeat-x;
    z-index: 999;
    position: relative;
	min-width: 1000px
}

#header .container {
    height:101px;
}



#logo {
    position: absolute;
    top:12px;
    left:16px;
}

#login_logo {
    position: absolute;
    top:16px;
    right:10px;
}

#login_logo a {
    background:url("../images/app/icon_login.png") no-repeat left;
    padding-left:23px;
    text-decoration: underline;
    color:#016cc6;
}

#login_logo a:hover {
    text-decoration: none;
}

#phone_logo {
    padding-left: 17px;
    position: absolute;
    top:72px;
    left:16px;
    color:#2a2a2a;
    font-size:17px;
    letter-spacing: 2px;
}

.phone-number {
    font-size: 14px;
}

#menu {
    position: absolute;
    z-index: 999;
    top:44px;
    right:0;
}

#menu > ul > li {
    float: left;
    position: relative;
}

#menu > ul > li > a {
    display: block;
    padding:0 24px;
    color:#4a4a4a;
    line-height: 56px;
    text-decoration: none;
    position: relative;
    z-index: 1;
}

#menu > ul > li:hover > a,
#menu > ul > li.active > a {
    border:1px solid #c3c3c3;
    background: #FFF;
    padding:0 23px;
    line-height: 54px;
    border-bottom:none;
    color:#016cc6;
}

#menu > ul > li ul {
    position: absolute;
    top:54px;
    left:0;
    background: #FFF;
    width:170px;
    border:1px solid #c3c3c3;
    display: none;
}

#menu > ul > li:hover ul {
    display: block;
}

#menu > ul > li ul li {
    padding:0 22px;
    line-height: 30px;
}

#menu > ul > li ul li a {
    color:#016cc6;
    font-size:12px;
}

#banner_wrapper {
    background: #3198da;
    margin-bottom:40px;
}

.video {
    margin-bottom:60px;
}

.video ul {
    overflow: hidden;
    padding-left:14px;
}

.video ul li {
    float: left;
    margin-right:12px;
}

.news {
    border-bottom:1px solid #cccccc;
    padding-bottom:20px;
    margin-bottom:40px;
}

.news ul {
    overflow: hidden;
}

.news ul li {
    float: left;
    width:500px;
    padding:0 25px;
    border-right:1px solid #cccccc;
    overflow: hidden;
    color:#868686;
    font-size:12px;
    line-height: 14px;
}

.news ul li:last-child {
    border:none;
    width:439px;
}

.news ul li img {
    float: left;
    margin-right:24px;
}

.news ul li h4 {
    color:#404040;
    font-size:16px;
    margin:0 0 10px 0;
}

.news ul li a {
    text-decoration: underline;
}

.news ul li a:hover {
    text-decoration: none;
}

.about {
    border-bottom:1px solid #cccccc;
    padding: 0 70px 30px 70px;
    margin-bottom:48px;
    text-align: center;
    font-size:15px;
}

.about h1 {
    font-size:40px;
    line-height: 40px;
    margin:0 0 15px 0;
    font-weight: normal;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif;
}

.info {
    border-bottom:1px solid #cccccc;
    padding: 0 40px 30px 40px;
    margin-bottom:48px;
    overflow: hidden;
}

.info img {
    float: left;
    margin-right:24px;
}

.info h2 {
    color:#000000;
    font-size:24px;
    line-height: 28px;
    margin:0 0 15px 0;
    font-weight: normal;
}

.slogan1 {
    text-align: center;
    color:#000000;
    font-size:24px;
    margin:40px 0 20px 0;
    font-weight: bold;
}

.slogan2 {
    text-align: center;
    color:#b01231;
    font-size:30px;
    margin:0;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif;
}

.wrapper {
    padding: 0 70px 50px 70px;
    margin-bottom:40px;
}

.customers_say {
    float: left;
    width:526px;
}

.customers_say h4 {
    color:#000;
    font-weight: normal;
    font-size:28px;
    margin:0 0 28px 18px;
}

.response {
    border:1px solid #d2d2d2;
    padding:20px 28px;
    position: relative;
    color:#555555;
    font-size:12px;
}

.author {
    text-align: right;
    color:#959595;
    margin-top:10px;
}

.quote_top {
    background:url("../images/app/icon_qoute_top.jpg") no-repeat;
    width:26px;
    height:24px;
    position: absolute;
    top:-10px;
    left:-13px;
}

.quote_bot {
    background:url("../images/app/icon_qoute_bot.jpg") no-repeat;
    width:26px;
    height:24px;
    position: absolute;
    bottom:-10px;
    right:-14px;
}

.geographic {
    padding-top: 5px;
    margin-left:600px;
    overflow: hidden;
    font-size:12px;
    color:#868686;
}

.geographic h4 {
    font-size:21px;
    color:#000000;
    font-weight: normal;
    margin:0 0 20px 0;
}

.geographic img {
    float: right;
    margin-left:20px;
}

.geographic a {
    text-decoration: underline;
}

.geographic a:hover {
    text-decoration: none;
}

.partners {
    padding:40px 20px 0  20px;
    margin-bottom:20px;
    border-top: #cccccc 1px solid;
}

.partners h4 {
    text-align: center;
    color:#000000;
    font-size:18px;
    margin:0 0 20px 0;
    font-weight: normal;
}

.partners ul {
    display: table;
    width:100%;
}

.partners ul li {
    display: table-cell;
    vertical-align: middle;
}

.partners2 {
    background: #ddeaee;
    line-height: 93px;
    overflow: hidden;
}

.partners2 h4{
    float: left;
    color:#000000;
    font-size:18px;
    margin:0 40px 0 40px;
    font-weight: normal;
}

.partners2 ul {
    overflow: hidden;
}

.partners2 ul li {
    float: left;
}

#footer {
    background: #3199d9;
	min-width: 1000px
}

#footer .container {
    padding:40px 20px;
    width:1000px;
    color:#FFF;
    font-size:11px;
}

#footer a {
    color:#FFF;
    text-decoration: underline;
}

#footer a:hover {
    text-decoration: none;
}

#foot_nav {
    overflow: hidden;
}

#foot_nav h4 {
    font-size:14px;
    margin:0 0 10px 0;
    font-weight: normal;
}

.fcol1, .fcol2, .fcol3, .fcol4 {
    float: left;
}

.fcol1 {
    width:156px;
}

.fcol2 {
    width:194px;
}

.fcol3 {
    width:145px;
}

.fcol4 {
    width:180px;
}

.fcol5 {
    overflow: hidden;
}

#subscribe {
    margin-bottom:30px;
    overflow: hidden;
}

#subscribe label {
    margin-bottom:10px;
    display: block;
    font-weight: normal;
}

#subscribe .form-control {
    font-size: 100%;
}

#subscribe .help-block {
    margin: 0;
}

#subscribe input[type="text"] {
    background:url("../images/app/icon_mail.png") no-repeat 6px center #FFF;
    width:190px;
    height:25px;
    border:1px solid #00619d;
    border-radius: 0;
    padding:0 10px 0 34px;
}

#subscribe input[type="submit"] {
    background: url("../images/app/btn.png") no-repeat;
    width:80px;
    height:25px;
    border:none;
    border-radius: 0;
    padding: 0;
    color:#fff;
}

#subscribe .form-group {
    float: left;
    margin: 0 3px 0 0;
}

#pay {
    text-align: center;
}

input[type="text"], input[type="password"], textarea, select {
    padding: 3px;
    border-radius: 5px;
    border: #aaa 1px solid;
}
.loginform input[type="text"], .loginform input[type="password"]{
    width: 300px;
    padding: 5px;

}


button, input[type="button"], input[type="submit"]{
    background: #3199d9;
    text-shadow: 0 1px #002957;
    color: #ffffff;
    padding: 7px 20px 7px  20px;
    border: #fff 1px solid;
    border-radius: 10px;

}

button:hover, input[type="button"]:hover, input[type="submit"]:hover{
    background: #3199d9;
    color: #eee;
    border: #ddd 1px solid;
}

#pay li {
    display: inline;
    margin:0 3px;
}

#copyright{
    width:650px;
}

#seals{
    width:250px;
    float:right;
}

#soc {
    width:650px;
    margin-bottom:20px;
}

#soc ul {
    overflow: hidden;
}

#soc ul li {
    overflow: hidden;
    margin-right:20px;
    float: left;
}

#soc ul li img {
    float: left;
    margin-right:6px;
}

#soc ul li a {
    display: block;
    float: left;
    font-size:12px;
    text-decoration: none;
}

#pathway {
    background: #3199d9;
    margin-bottom:30px;
	min-width: 1000px
}

#pathway .container {
    /*padding:34px 0 16px 16px;*/
	padding: 22px 0 11px 16px;
    color:#FFF;
    font-size:17px;
}

#pathway .container h1 {font-size: 40px; font-weight: normal; line-height: 40px;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif; margin: 0}

#dog {
    position: absolute;
    left:84px;
    top:-56px;
}

.table {
    position: relative;
    margin-bottom:40px;
    margin-top:74px;
}

.table table {
    background:url("../images/app/bg_table.png") no-repeat;
    width:100%;

    border:none;
    border-spacing: 0;
}

.table table tr td {
    vertical-align: middle;
    text-align: center;
    width:120px;
    padding: 0;
}

.table table tr td.first {
    width:368px;
    padding: 0;
    text-align: left;
} 

.table table tr td.second {
    width:144px;
    padding-right:2px;
}

.table table tbody td {
    border-bottom:2px solid #FFF;
    border-collapse: collapse;
    color:#FFF;
    font-size:18px;
    font-weight: bold;
    height:76px;
}

.buy_now {
    background: url("../images/app/btn2.png") no-repeat;
    width:101px;
    height:33px;
    display: inline-block;
    text-indent: -9999px;
    cursor: pointer;
}

button.buy_now {
    text-shadow: none;
    color: inherit;
    padding: inherit;
    border: 0;
    border-radius: inherit;
}

button.buy_now:hover {
    color: inherit;
    background: url("../images/app/btn2.png") no-repeat;
    border: 0;
}

.table.table2 {
    margin:0 0 40px 0;
}

.table2 table {
    background:url("../images/app/bg_table2.png") no-repeat bottom;
}

.table.table2 table td {
    font-size:25px;
    line-height: 28px;
}

.table.table2 table td span {
    font-size:16px;
    display: inline-block;
    line-height: 18px;
}

.table.table2 table td:first-child span {
    line-height: 14px;
}

.table2 h4 {
    text-align: center;
    color:#248fcd;
    font-size:22px;
    font-weight: normal;
    margin:0 0 20px 0;
}

.entry {
    margin-bottom:40px;
    color:#666666;
    padding:0 15px;
}

.entry h1 {
    border-bottom:1px solid #cccccc;
    margin:0 -15px 30px -15px;
    padding:0 15px 10px 15px;
    font-size:40px;
    font-weight: normal;
    color:#000;
    line-height: 40px;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif;
}

.entry span {
    font-size:17px;
    font-weight: bold;
    color:#000;
}

.soft {
    margin-bottom:40px;
}

.soft h4 {
    color:#b01231;
    font-size:21px;
    font-weight: normal;
    margin:0 0 30px 15px;
}

.soft_item {
    padding:40px 0;
    overflow: hidden;
    border-top: 1px solid #cccccc;
    border-bottom: 1px solid #cccccc;
    margin-top:-1px;
    position: relative;
    color:#666666;
    font-size:16px;
}

.soft_item img {
    float: right;
    margin-left:50px;
    border:3px solid #55b1ea;
}

h3{
    color:#333;
}
.soft_item h3 {
    color:#333;
    font-size:28px;
    margin:0 0 28px 0;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif;
}

.top {
    position: absolute;
    top:13px;
    right:14px;
}

.top a {
    background:url("../images/app/arr_top.png") no-repeat right;
    padding-right:14px;
    color:#9f9f9f;
    font-size:12px;
}

/*****************************************************/
/*                     Custom CSS                    */
/*****************************************************/

/* Page Navigator */
.p_navigation {
    border: 0;
    line-height: 22px;
    font-size: 17px;
}
.p_navigation a:link, .p_navigation a:visited, .p_navigation a:active {
    text-decoration: none;
    color: #555555;
    background: #ffffff;
    border: 1px solid #b8b8b8;
    padding: 2px 6px;
    font-size: 17px;
}
.p_navigation a:hover {
    background: #3199d9;
    color: #fff;
    border-color: #b8b8b8;
    font-size: 17px;
}
.p_total, .p_of {
    background: #ffffff;
    border: 1px solid #b8b8b8;
    font-weight: bold;
    padding: 2px 5px;
    margin-right: 3px;
    font-size: 17px;
}
.p_total span, .p_of span {
    color: #3199d9;
    font-size: 17px;
}
.p_on {
    background: #3199d9;
    color: #fff !important;
    border: 1px solid #b8b8b8;
    padding: 2px 6px;
    font-size: 17px;
}
/* End Page Navigator */

/* Grid */
.grid {
    background-color: #ffffff;
}
.grid th {
    /*background-color: #e0e0e0;*/
    /*background-image: url(../images/table_hat.gif);*/
    /*background-repeat: repeat-x;*/
    /*font-weight: bold;*/
    /*height: 22px;*/
    /*padding: 0 3px;*/
    /*text-align: left;*/
}
.grid td {
    /*padding: 3px;*/
}
.grid .even td {
    background-color: #e6e6e6;
}
.grid .odd td {
    background-color: #ececec;
}
.grid .disabled td {
    background-color: #f7dada;
}
.grid .greenline td {
    background-color: #fff8ba;
}
.nogrid td {
    padding: 0;
}
.reportgrid td {
    padding: 5px;
}
/* End Grid */

/* About Us */
h4.team-person {
    padding: 3px 0;
    text-decoration: underline;
    color:#b01231;
    font-size: 21px;
    font-weight: normal;
    margin: 0;
}
img.team-person {
    float: right;
    margin: 0 0 20px 20px;
    border: 3px solid #55b1ea;
}

.tbl_highlight td, .tbl_common td{
    padding: 10px;
}

.font18{
    font-size: 18px;
}

.optional-features-list li{
    list-style: none;
    clear: both;
    padding-top: 20px;
}

.optional-features-list li img{
    margin-right: 20px;

    float: left;
}

.ui-widget {
    font-family: Arial,sans-serif !important;
}

.ui-dialog-title{
    font-size: 14px !important;
    color: #404040 !important;
}

.ui-widget-header{
    background: #fff !important;
    border: 1px solid #fff !important;

}

.n-radio{
    color: #404040 !important;
    font-size: 12px !important;
    font-family: Arial, san-serif, serif !important;
    font-weight: bold !important;
}



.n-price-red-nosize{
    color: #db0039;
    float: right;
    font-weight: bold  !important;
}

.redborder{
    border:#db0039 1px solid !important;
}

#dialog1_red, #dialog2_red{
    font-size: 11px;
    padding:10px;
    color:#3a70d2;
    border:#fff 1px solid;
}

.addons{
    padding:20px !important;
    border-top: 0;
}

.addons h3{
    margin: 0;
}

.window {
    position: fixed;
    top: 134px;
    left: 50%;
    background: #FFF;
    border: 3px solid rgb(115, 124, 133);
    border-radius: 15px;
    width: 500px;
    margin-left: -284px;
    z-index: 12;
    height: 300px;
    padding: 30px 34px 0 34px;
    color: #575757;
}

.div_security {
    background: rgba(0, 0, 0, 0);
    position: absolute;
    z-index: 10;
    width: 550px;
    height: 6500px;
    cursor: pointer;
}

.close_popup{
    float:right;
    margin-top: -10px;
    margin-right: -10px;
}

.demo {
    margin: 10px;
    padding: 0;
    list-style: none;
    display: block;
}
.demo li {
    margin: 4px;
    padding: 4px 4px 4px 18px;
    background: url(../images/demo_bull.gif) 0 10px no-repeat;
}
.demo li a {
    display: block;
    padding: 5px;
    text-decoration: none;
}

.faq_submit, .apply_submit{
    padding: 4px 10px !important;
    text-shadow: none !important;
}



ul.blog_item {
    margin: 0;
    padding: 0;
    list-style: none;
    width: 540px;
}
ul.blog_item li {
    margin: 0;
    padding: 0 0 10px 0;

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

.blog_item small {
    color:#3199d9;
}
.blog_item strong {
    color:#000;
}
.blog_item section{
    background-color: #eef2f5;
    border-radius: 10px;
    padding: 20px;
}

.subtitle{
    color:#b01231;
    font-size:28px;
    margin:0 0 28px 0;
    font-family: "HelveticaNeueLTStd-Lt", Arial, serif;
}

.subtitle2{
    font-size: 16px;
}

.opt_price{
    padding: 0 10px;
}

.opt_plan{
    FONT-SIZE: 14px;
}
#optional_features .soft_item{
    padding: 10px;
}
#a_p3_show, #a_p3_hide, #a_crm_ar_hide, #a_crm_ar_show{
    cursor: pointer;
    color:#016cc6;
    font-weight: normal;
}

.of_price{

}

#login_logo strong a{
    background: none !important;
    padding-left: 0;
}
.services-demo h1 {font-size: 35px}

.no_fee{
    float:left;
    width: 120px;
    padding-top: 12px;
}
.free_tech{
    float:left;
    width: 170px;
    padding-top: 12px;
}

.no_fee strong, .free_tech strong  {
    color:#248fcd;
}


/* ADDED BY BUBA 2013/05/27 */

.login_left	{
	width:450px;
	float:left;
	padding:50px 35px 0 35px;
	border-right:1px solid #ccc;
}
.login_form_input	{
	padding:8px !important;	
	width:250px;
}
.login_form_label	{
	font-size:16px;
}
.login_form_link	{
	color:#7f7f7f;
	text-decoration:underline;
	font-size:12px;
}
.common_questions	{
	border-top:1px solid #ccc;
	padding: 35px 0 0 0;
	margin-top:30px;
}
.common_questions h4	{
	font-size:21px;
	color:#b01231;
	font-weight:normal;
}
.common_questions a {
	color:#666666;
	/* text-decoration:none; */
}
.login_right	{
	float:right;
	width:400px;
	padding:50px 35px 50px 35px;
}
.login_right h1	{
	font-size:24px;
	color:#000;
	font-weight:normal;
	margin:0 0 40px 0;
}
.login_right li	{
	height:60px;
}
.go_daddy	{
	border-top:1px solid #ccc;
	padding: 35px 0 0 0;
	margin-top:30px;
}
.go_daddy .certificate	{
	float:right; 
	width:260px; 
	padding-top:15px;
}
a.call {
    color: #3199d9 !important;
}

.ui-widget-content label a {
    text-decoration: underline;
    color: #3a70d2;
}

.page-support {

}

.page-support table td,
.page-support table th{
    padding: 5px;
}

.faq_search_form td {
    padding: 2px;
}

.contact_us td {
    padding: 5px;
}

.pricing-table {
    width: 100%;
    border: none;
    border-spacing: 0;
}

.pricing-table thead th {
    height: 55px;
    font-size: 20px;
    font-weight: bold;
    color: #FFF;
    text-align: center;
}

.pricing-table thead td {
    height: 55px;
    font-size: 17px;
    font-weight: bold;
    color: #FFF;
}

.pricing-table thead th:first-child {
    width: 368px;
    padding: 0;
    text-align: left;
}

.pricing-table thead th:first-child + th {
    width: 144px;
    padding-right: 2px;
}

.pricing-table tbody tr td:first-child,
.pricing-table tbody tr.cost td:first-child {
    text-align: left;
    color: #282828;
    font-size: 14px;
    padding: 0 0 0 15px;
    width: 354px;
    line-height: 14px;
}

.pricing-table tbody tr td span {
    font-size: 12px;
    font-weight: normal;
    display: block;
    line-height: 14px;
}

.pricing-table tbody tr.cost td:first-child {
    font-size: 20px;
}

.pricing-table tbody tr.cost td {
    line-height: 18px;
    padding: 19px 0;
}

.pricing-table tbody tr.cost td span {
    font-size:12px;
    font-weight: normal;
    line-height: 14px;
}

.pricing-table tbody td.buy-description {
    vertical-align: top;
}

.pricing-table tbody td.buy-description div {
    float: left;
    padding-top: 12px;
    width: 170px;
}

.pricing-table tbody td.buy-description div:first-child {
    width: 120px;
}

.pricing-table tbody td.tick {
    min-height: 49px;
    min-width: 43px;
    background: url('../images/app/icon_tick.png') center center no-repeat;
}

.pricing-dog {
    position: absolute;
    left: 84px;
    top: -56px;
    background: url('../images/app/dog.png') center center no-repeat;
    width: 174px;
    height: 231px;
    padding: 0;
}

.pricing-table .modal .modal-header,
.pricing-table .modal .modal-body {
    color: #333;
}

.pricing-table .modal .modal-body {
    font-size: 14px;
}

.pricing-table .modal .modal-body table.prices-multy-choice {
    width: 100%;
    background: none;
}

.pricing-table .modal .modal-body table.prices-multy-choice td {
    color: #333;
    height: auto;
    font-weight: bold;
    font-size: 12px;
    width: auto;
    text-align: left;
    vertical-align: middle;
    padding-left: 10px;
}

.pricing-table .modal .modal-body table.prices-multy-choice td label {
    font-weight: bold;
}

.pricing-table .modal .modal-body table.prices-multy-choice td:first-child {
    width: 1px;
    padding-left: 0;
}

.pricing-table .modal .modal-body table.prices-multy-choice td:last-child {
    color: #b01231;
    font-weight: bold;
}

.text-red {
    color: #b01231;
}

.text-blue {
    color: #248fcd;
}

table.add-ons-table {
    background: url("../images/app/bg_table2.png") no-repeat bottom;
}

table.add-ons-table tbody tr td {
    font-size: 25px;
    line-height: 28px;
}

table.add-ons-table tbody tr td span {
    font-size: 16px;
    display: inline-block;
    line-height: 18px;
    font-weight: bold;
}

table.add-ons-table tbody tr td:first-child span {
    font-size: 12px;
    font-weight: normal;
    padding-right: 15px;
    line-height: 14px;
}

.add-ons-title {
    text-align: center;
    color: #248fcd;
    font-size: 22px;
    font-weight: normal;
    margin: 0 0 20px 0;
}

.pricing-addons-list table {
    width: 100%;
}

.pricing-addons-list td {
    vertical-align: middle;
    padding: 5px;
}

.pricing-addons-list td:first-child {
    width: 1px;
    padding-right: 10px;
    vertical-align: middle;
}

.pricing-addons-list td label {
    font-size: 18px;
    font-weight: bold;
}

.pricing-addons-list td:first-child + td {
    width: 100%;
}

.pricing-addons-list td:first-child + td label {
    font-size: 26px;
}

.pricing-addons-list td:last-child input {
    width: 40px;
    font-size: 26px;
}

.pricing-addons-price {
    font-size: 16px;
    font-weight: bold;
}

.pricing-addons-description {
    margin-top: 20px;
    font-size: 16px;
}

.pricing-addons-continue {
    margin: 30px 0;
}

div.form-group.required label:before {
    content: "* ";
    color: #f00;
}

div.form-group.required .radio input[type="radio"],
div.form-group.required .radio-inline input[type="radio"],
div.form-group.required .checkbox input[type="checkbox"],
div.form-group.required .checkbox-inline input[type="checkbox"] {
    margin-left: -25px;
}

.form-title {
    color: #248fcd;
    padding: 10px;
    border-bottom: 2px solid #999;
    margin-bottom: 20px;
}

.form-group {
    margin-bottom: 0;
}

.form-field-hint {
    text-align: center;
    font-size: .9em;
    color: #666;
    margin-bottom: 20px;
}

.drop-down-set-item:first-child {
    padding-left: 0;
}

.drop-down-set-item:last-child {
    padding-right: 0;
}

#slider {
    position: relative;
}

#slider a {
    position:absolute;
    height: 100%;
    width: 100%;
    z-index: 91;
}

.alert {
    position: absolute;
    z-index: 99;
    width: 100%;
}

/*free trial page*/

.no-credit-card {
    text-align: center;
    font-size:18px;
    color:grey;
    margin:0;
    padding-right: 10px;
}

.registration-title {
    margin-left: 150px;
    font-size:20px
}

.free-trial-button {
    font-size:25px;
    height: 60px;
}

.free-trial-header {
    border-top: none;
}

.free-trial-header .free-trial-description {
    font-size: 18px;
}

.free-trial-header .free-trial-list {
    list-style-image: url('../images/checkmark.png');
}

.free-trial-header .free-trial-list li {
    line-height: 25px;
    font-size: 16px;
}

.free-trial-header .free-trial-seal {
    display: block;
    float: none;
    width: 270px;
    height: 270px;
    margin: 0 auto;
    border: 0;
}

.main-slogan {
    font-weight: bold;
    font-size: 40px;
    text-decoration: underline;
}

.modal {
    z-index: 99;
}

.videos h1 {
    padding:0 0 10px 15px;
}

@media all and (max-width: 1199px) {
    .nivo-controlNav {
        top: 22em !important;
    }

    .pricing-logo img {
        width: 363px;
    }

}

.price2 {
    display: none;
}

.agreement-checkbox {
    padding-right: 200px !important;
}

.second-banner-row {
    padding-left: 65px;
    padding-right: 63px;
    margin-top:10px;"
}

@media all and (max-width:1200px) {

    .partners {
        padding: 10px 10px 0 10px;
        margin-bottom: 20px;
        border-top: #cccccc 1px solid;
    }

    .partners h4 {
        text-align: center;
        color: #000000;
        font-size: 18px;
        margin: 0 0 20px 0;
        font-weight: normal;
    }

    .partners ul {
        width: 100%;
        display: inherit;
    }

    .partners ul li {
        float: left;
        display: block;
        vertical-align: middle;
    }

    li.col1{
        text-align: center;
        padding-bottom: 2em;
        padding-top: 0px;
        width: 48%;
        margin-top: 5em;
    }
    li.col2{
        width: 50%;
        text-align: center;
        padding-bottom: 2em;
        height: 3em;
    }
    li.col4{
        width: 25%;
        text-align: center;
        padding-bottom: 2em;
    }
}