@import url(fonts.css);
* {
	font-family: 'Roboto', sans-serif;
}

a:hover {
	color: #779c02;
}

.hidden{
	display:none !important;
}

#sresults{
    font-size: 14px;
    font-weight: 200;
}

.question_red{
        width: 19px;
        height: 19px;
        background: url(/images/2016/question_red.png) no-repeat;
}

.question_red_hover,
.question_red:hover{
        width: 19px;
        height: 19px;
        background: url(/images/2016/question_red_hover.png) no-repeat;
}

.cart_question
{
	display: block;
	float: right;
	margin-left: 4px;
	margin-top: -3px;
}

.eye_show{
	width:22px;
	height:14px;
	background: url(/images/2016/show.png) no-repeat;
}

.eye_show:hover{
        width:22px;
        height:14px;
        background: url(/images/2016/show_hover.png) no-repeat;
}

.eye_hide{
        width:22px;
        height:21px;
        background: url(/images/2016/hide.png) no-repeat;
}

.eye_hide:hover{
        width:22px;
        height:21px;
        background: url(/images/2016/hide_hover.png) no-repeat;
}

.lrow{
	padding:2px 0;
}

.question_mark{
	width: 19px;
	height: 19px;
	background: url(/images/2016/question.svg) no-repeat;
}

.question_mark:hover{
	width: 19px;
        height: 19px;
        background: url(/images/2016/question_hover.svg) no-repeat;
}

.question_mark_img{
	width: 19px;
	height: 19px;
	content: url(/images/2016/question.svg);
}

.question_mark_img:hover{
	width: 19px;
    height: 19px;
    content: url(/images/2016/question_hover.svg);
}

.edit_mark{
        width: 11px;
        height: 10px;
        background: url(/images/2016/edit.png) no-repeat;
}

.edit_mark:hover{
        width: 11px;
        height: 10px;
        background: url(/images/2016/edit_hover.png) no-repeat;
}

.remove_mark{
        width: 11px;
        height: 10px;
        background: url(/images/2016/remove.png) no-repeat;
}   
    
.remove_mark:hover{
        width: 11px;
        height: 10px;
        background: url(/images/2016/remove_hover.png) no-repeat;
}



.post_txt h3{
    font-weight: 700 !important;
    display: block !important;
    line-height: 64px !important;
    font-size: 18px !important;
    padding: 0px !important;
}

.post_txt h4{
    font-weight: 700 !important;
    display: block !important;
    line-height: 64px !important;
    font-size: 18px !important;
    padding: 0px !important;
}
#simplemodal-overlay{opacity: 0.4 !important}

.light-text{
	font-weight:200;
}

#simplemodal-container {
    width: 500px;
    overflow: hidden;
    height: auto !important;
    top: 50px;
    left: 50%;
    margin-left: -250px;
    position: absolute !important;
    -webkit-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    -moz-box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
    box-shadow: 10px 10px 5px 0px rgba(0,0,0,0.75);
}
.simplemodal-wrap {
    width: 100% !important;
}
#comprehensiveStep1 .simplemodal-wrap{
	width: 100% !important;
	background-color: #fff;
}
#comprehensiveStep1 #simplemodal-container {
	background-color: #fff;
}

body {
    background: #fff;
    position: relative;
    -webkit-font-smoothing: subpixel-antialiased !important;
    -webkit-backface-visibility: hidden;
    -moz-backface-visibility: hidden;
    -ms-backface-visibility: hidden;
    min-width: 300px;
    color: #000;
    height: 100%;
}
.wrp {
	width: 100%;
}
.in {
	margin: auto;
	width: 1060px;
}

.marginright50{
        margin: 0 0 0 50px !important;
	width: auto !important;
}

a:hover {
	cursor: pointer;
}
#backTop {
	width: 38px;
	height: 39px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 999999999;
	display: none;
	box-sizing: content-box;
	-webkit-box-sizing: content-box;
	background: url(../images/back_to_top_arrows.png) no-repeat -48px -3px;
}
#backTop:hover {
	background-position: -48px -89px;
}
.ftr_wrp {
/*	position: relative;*/
}
/* ====== START Header ====== */
.hdr {
	height: 140px;
}
.logo {
	display: block;
	float: left;
	width: 160px;
	height: 50px;
	margin: 51px 0 0;
}
.mbl_menu_btn {
	display: none;
}
.top_nav_box {
	margin: 65px 0 0;
	float: right;
	height: 36px;
}
.top_nav {
	display: block;
	height: 36px;
}
.top_nav * {
	display: block;
	font-size: 18px;
	font-weight: 300;
}
.top_nav>li {
	float: left;
	position: relative;
	margin-left: 34px;
}
.top_nav>li:first-child {
	margin-left: 0;
}
.top_nav>li>a,
.top_nav>li>button {
	height: 36px;
	line-height: 36px;
}
.top_nav>li>a:hover,
.top_nav>li>button:hover {
	color: #779c02;
}
.log_in_btn {
	margin-left: 67px !important;
}
.log_in_btn a {
	font-weight: 400;
	color: #779c02;
}
.log_in_btn a:hover {
	text-decoration: underline;
}
.free_trial_btn {
	margin-left: 31px !important;
}
.green_btn {
	text-align: center;
	height: 36px !important;
	line-height: 36px !important;
	background: #779c02;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px !important;
	font-weight: 400;
	padding: 0 19px !important;
	min-width: 100px;
}
.green_btn:hover {
	background: #8bb604;
	color: #fff !important;
}

.orange_btn {
	text-align: center;
	height: 36px !important;
	line-height: 36px !important;
	background: #f5841f;
	-webkit-border-radius: 3px;
	border-radius: 3px;
	color: #fff;
	font-size: 14px !important;
	font-weight: 400;
	padding: 0 19px !important;
	min-width: 100px;
}
.orange_btn:hover {
	background: #f5841f;
	color: #fff !important;
}

.grey_btn {
        text-align: center;
        height: 36px !important;
        line-height: 36px !important;
        background-color: #fff !important;
        -webkit-border-radius: 3px;
        border-radius: 3px;
        color: #999897;
        font-size: 14px !important;
        font-weight: 400;
        padding: 0 19px !important;
        min-width: 100px;
}
.grey_btn:hover {
        background: #fff;
        color: #779c02 !important;
}

.free_trial_btn a {
	width: 100px !important;
}
.blog_btn {
	margin-left: 82px !important;
}
.rev_btn {
	text-align: center;
	height: 18px !important;
	line-height: 10px !important;
	background: #0a101c;
	-webkit-border-radius: 10px;
	border-radius: 10px;
	color: #fff;
	font-size: 14px !important;
	font-weight: 400;
	padding: 4px !important;
	min-width: 52px;
}
.rev_btn:hover {
	background: #465400;
	color: #fff !important;
}

.top_nav>li:hover div {
	display: block;
}
.top_nav>li div {
	display: none;
	position: absolute;
	width: 100%;
	z-index: 10;
	top: 100%;
	left: 0;
	padding: 5px 0 0;
}
.top_nav>li:hover div:after {
	display: block;
}
.top_nav>li div:after {
	display: none;
	content: ' ';
	background: url(../images/menu_dropdown_arrow.png) no-repeat 0 0;
	width: 28px;
	height: 13px;
	position: absolute;
	top: -7px;
	left: 50%;
	margin-left: -12px;
	z-index: 20;
}
.top_nav ul:not(.sub_ul) {
	background: #fff;
	width: 237px;
	display: block;
	border: 1px solid #ccc;
	padding: 12px 15px 8px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
	box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 0 0 5px;
}

.top_nav ul:not(.sub_ul) li {
	/*height: 52px;*/
	display: block;
	line-height: 52px;
    border-top: 1px solid #ccc;
}

.top_nav ul.sub_ul li{
    border: none;
}

.top_nav ul li:first-child {
	border: none;
}
.top_nav ul li a:hover {
	color: #779c02
}
/* ====== END Header ====== */
/* ====== START Main Banner ====== */
.main_banner_wrp {
	background: #f7f7f7 url(../images/main_banner_bg.png) no-repeat 50% 100%;
}

.main_banner_wrp2 {
    background: #f7f7f7 url(../images/Markify_v3.png) no-repeat 50% 80%;
    background-size: initial;
}

.main_banner {
	position: relative;
	height: 471px;
}
.tablet {
	position: absolute;
	width: 602px;
	height: 337px;
	bottom: -14px;
	right: -86px;
	z-index: 8;
}
.main_banner_txt {
	z-index: 9;
	position: relative;
	padding: 91px 0 0;
}
.main_banner_txt p {
	color: #333;
	font-size: 24px;
	font-weight: 300;
	padding: 0 0 4px;
}
.main_banner_txt p b,
.main_banner_txt p h2,
.main_banner_txt h2 {
	font-weight: 900;
	font-size: 46px;
}
.main_banner_txt a {
	display: block;
	width: 220px;
	height: 56px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	text-align: center;
	line-height: 56px;
	font-size: 24px;
	color: #fff;
	font-weight: 400;
	margin: 56px 0 0;
}
.orange_btn {
	background: #ff8300;
}
.orange_btn:hover {
	background: #fb9528;
}
/* ====== END Main Banner ====== */
/* ====== START Product Section ====== */
.product_section {
	padding: 103px 0 96px;
}
.ps_cell {
	float: left;
	text-align: center;
}
.ps_cell p {
	font-size: 18px;
	font-weight: 300;
	padding: 10px 0 10px;
	line-height: 22px;
	float: none;
	clear: both;
	min-height: 110px;
}
.ps_cell p b,
.ps_cell p h3,
.ps_cell h3 {
	display: block;
	font-size: 20px;
	font-weight: 700;
	line-height: 24px;
	padding: 10px 0 10px;
	min-height: 65px;
}

.ps_cell a {
	color: #779c02;
	font-weight: 300;
	font-size: 14px;
	float: right;
	clear: both;
}
.ps_cell a:hover {
	text-decoration: underline;
}
.ps_cell img{
	width: 56px;
}
.ps_1 {
	width: 257px;
}
.ps_2 {
	width: 310px;
	margin: 0 0 0 126px;
}
.ps_3 {
	float: right;
	width: 253px;
}
.product_section.bottom .ps_cell p{
	min-height: 120px;
}

/* ====== END Product Section ====== */
/* ====== START Partners ====== */
.partners_wrp {
	background: url(../images/partners_bg.jpg) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.partners {
	min-height: 323px;
	overflow: hidden;
}
.partners p {
	text-align: center;
	font-weight: 300;
	font-size: 20px;
	color: #fff;
	max-width: 600px;
	margin: 62px auto 0;
	line-height: 24px;
}
.partners div {
	text-align: center;
	padding: 63px 0 0;
}
.partners div span {
	display: inline-block;
	overflow: hidden;
}
.partners div img {
	margin: 0 65px;
}
/* ====== END Partners ====== */
/* ====== START Testimonials ====== */
.testimonials_wrp {
	background: #333;
	border-bottom: 1px solid #f2f2f2;
	border-top: 1px solid #303030;
}
.testimonials {
	min-height: 239px;
}
.testimonials_txt {
	text-align: center;
	background: url(../images/quotes.png) no-repeat 50% 0;
	padding: 56px 0 0;
	margin: 44px auto 0;
	color: #fff;
	font-weight: 300;
	font-size: 20px;
	line-height: 30px;
	width: 450px;
}
.testimonials_txt span {
	font-size: 18px;
	display: block;
}
.testimonials_txt b {
	font-weight: 500;
}
/* ====== END Testimonials ====== */
/* ====== START More ====== */
.more {
	min-height: 147px;
	text-align: center;
}
.more p {
	margin: 10px 0 0;
	display: inline-block;
	font-weight: 300;
	font-size: 20px;
	height: auto;
	line-height: 34px;
	
}
.more p.ic {
    background-image: url(../images/more_ico.png);
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
}

.more p b {
	font-weight: 400;
}
.more p a {
	font-size: 14px;
	color: #779c02;
	display: inline-block;
	line-height: 39px;
	margin: 0 0 0 10px;
}
/* ====== END More ====== */
/* ====== START Our technology ====== */
.our_tech_wrp {
	background: #f7f7f7;
}
.our_tech {
	padding: 0 0 84px;
}
.our_tech_ttl {
	text-align: center;
	font-size: 18px;
	font-weight: 300;
	padding: 76px 0 0;
	margin: 0 auto;
	max-width: 700px;
}
.our_tech_ttl b {
	display: block;
	font-size: 20px;
	margin: 0 0 20px;
}
.our_tech_points p:first-child {
	margin-left: 0;
}
.our_tech_points p {
	width: 280px;
	float: left;
	margin-left: 110px;
	margin-top: 82px;
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 0 48px;
	line-height: 22px;
}
.our_tech_points p b {
	display: block;
	padding: 0 0 7px;
}
.top_hit_rate {
	background: url(../images/top_hit_rate_ico.png) no-repeat 0 0;
}
.minimum_noise {
	background: url(../images/minimum_noise_ico.png) no-repeat 0 0;
}
.smart_ranking {
	background: url(../images/smart_ranking_ico.png) no-repeat 0 0;
}
/* ====== END Our technology ====== */
/* ====== START Free Form ====== */
.free_form_wrp {
	padding: 0 0 62px;
}
.free_form {
	max-width: 440px;
}
.free_form_ttl {
	margin: 72px 0 0;
	border-bottom: 1px solid #c4c4c4;
	font-size: 19px;
	font-weight: 300;
	text-align: center;
	padding: 0 0 16px;
	letter-spacing: -0.01em;
}
.free_form_ttl b {
	font-weight: 400;
}
.free_form_subttl {
	color: #979696;
	font-size: 16px;
	font-weight: 300;
	padding: 20px 0 15px 2px;
}
input[type="text"] {
	height: 37px;
}
input[type="text"],
textarea {
	display: block;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	width: 100%;
	font-size: 14px;
	font-weight: 300;
	padding: 0 12px;
}
input[type="text"]:focus,
textarea:focus {
	border-color: #1D1D1D;
}
input[type="text"].error,
textarea.error {
	border-color: #ff6600 !important;
}
input[type="text"]::-webkit-input-placeholder {
color:#979696;
}
input[type="text"]::-moz-placeholder {
color:#979696;
}
input[type="text"]:-moz-placeholder {
color:#979696;
}
input[type="text"]:-ms-input-placeholder {
color:#979696;
}

input[type="password"] {
        height: 37px;
}
input[type="password"]{
        display: block;
        border: 1px solid #c4c4c4;
        -webkit-border-radius: 4px;
        border-radius: 4px;
        width: 100%;
        font-size: 14px;
        font-weight: 300;
        padding: 0 12px;
}
input[type="password"]:focus,
textarea:focus {
        border-color: #1D1D1D;
}
input[type="password"].error,
textarea.error {
        border-color: #ff6600 !important;
}
input[type="password"]::-webkit-input-placeholder {
color:#979696;
}
input[type="password"]::-moz-placeholder {
color:#979696;
}
input[type="password"]:-moz-placeholder {
color:#979696;
}
input[type="password"]:-ms-input-placeholder {
color:#979696;
}


.markify_form {
	display: block;
	max-width: 440px;
	margin: 0 auto;
}
.form_row {
	clear: both;
	float: none;
	height: 37px;
	margin-bottom: 16px;
	background-position: 0 50%;
	background-repeat: no-repeat;
	padding: 0 0 0 34px;
}
.markify_form .green_btn {
	float: right;
	margin-top: 9px;
}
.email_row {
	background-image: url(../images/email_ico.png);
}
.phone_row {
	background-image: url(../images/phone_ico.png);
}
.person_row {
	background-image: url(../images/person_ico.png);
}
.password_row {
	background-image: url(../images/password_ico.png);
}
.country_row {
	background-image: url(../images/country_ico.png);
}
.company_row {
	background-image: url(../images/company_ico.png);
}
/* ====== END Free Form ====== */
/* ====== START Footer ====== */
.ftr_wrp {
	background: #333;
	padding: 0 0 54px;
/*	position: relative;*/
	z-index: 333;
}
.ftr_menu {
	padding: 77px 0 0;
}
.our_products {
	float: left !important;
}
.ftr_menu ul {
	display: block;
	float: left;
	margin-left: 187px;
	width: 210px;
	color: #ccc;
}
.ftr_menu ul:first-child {
	margin-left: 48px;
}
.ftr_menu ul * {
	display: block;
}
.ftr_menu ul li {
	margin-bottom: 21px;
}
.ftr_menu ul li span {
	line-height: 26px;
}
.ftr_menu ul li a {
	font-weight: 300;
	font-size: 18px;
	display: inline-block;
}
.ftr_menu ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.ftr_menu ul li:first-child {
	font-weight: 700;
	font-size: 20px;
	color: #fff;
	padding-bottom: 16px !important;
	margin-bottom: 0;
}
.cnt_email div {
	padding-left: 30px;
	background: url(../images/email_ico.png) no-repeat 0 50%;
}
.cnt_phone div {
	padding-left: 30px;
	background: url(../images/phone_ico.png) no-repeat 0 98%;
}
.sud_footer {
	text-align: center;
	padding: 67px 0 0;
}
.sud_footer>* {
	display: inline-block;
	margin: 0 18px;
}
.sud_footer ul li {
	display: inline-block;
	border-left: 1px solid #ccc;
	padding: 0 9px;
}
.sud_footer ul li:first-child {
	border: none;
}
.sud_footer ul li a {
	color: #ccc;
	display: block;
	font-size: 18px;
	height: 15px;
	font-weight: 300;
	line-height: 15px;
}
.sud_footer ul li a:hover {
	color: #fff;
	text-decoration: underline;
}
.sud_footer p {
	font-size: 18px;
	font-weight: 300;
	color: #979696;
	height: 15px;
	line-height: 15px;
}
/* ====== END Footer ====== */
/* ====== START PopUp ====== */
#simplemodal-overlay {
	background-color: #000;
}
.modal {
	display: none;
	background: #fff;
	width: 500px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
	box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
}
#simplemodal-container a.modalCloseImg {
	width: 16px;
	height: 15px;
	display: block;
	z-index: 3200;
	position: absolute;
	top: 16px;
	right: 15px;
	background: url(../images/popup_close.png) no-repeat 0 0;
	cursor: pointer;
	z-index: 999;
}
.popup_hdr {
	height: 106px;
	background: #f7f7f7 url(../images/popup_hdr_bg.png) no-repeat 50% 100%;
}
.popup_hdr p {
	padding: 36px 0 0 63px;
	font-size: 24px;
	color: #333;
	font-weight: 300;
}

.popup_hdr.pull-left p {
	padding: 36px 0 0 35px;
	font-size: 24px;
	color: #333;
	font-weight: 300;
}

.comprehensive_table_2 .tbl_ordernow_btn{
	margin-top:0px;
}

.comprehensive_table_2 .footnote{
	padding: 0px;
}

.div_container.comperhansive_2 .inline_div:first-of-type{
	width: 43%;
}

.comprehensive_table_2 .price_table_footer td {
	padding: 30px 0;
}

.comprehensive_table_2 .end_cell>* {
	text-align: left;
}

.popup_hdr p>b {
	font-weight: 400;
	padding: 0 0 0 7px;
}
.popup_hdr p span {
	display: block;
	font-size: 14px;
	padding: 3px 0 0;
}
.popup_hdr p span a {
	color: #779c02;
}
.popup_hdr p span a:hover,
.form_ftr>p a:hover,
.forgot_psw:hover,
.terms_txt a:hover,
.more p a:hover {
	text-decoration: underline;
}
.popup_form {
	padding: 36px 0 0;
}
.form_ftr {
	padding: 8px 0 0 34px;
}
.form_ftr input[type="submit"] {
	margin: 0;
}
.form_ftr>p {
	font-size: 14px;
	color: #333;
	font-weight: 300;
	float: left;
	padding: 8px 0 0;
}
.form_ftr>p a {
	color: #779c02;
}
.checker_lbl {
	float: left;
	height: 18px;
	margin: 8px 0 0;
	font-size: 14px;
	font-weight: 300;
	color: #333;
	line-height: 18px;
}
.forgot_psw {
	float: right;
	color: #779c02;
	font-weight: 300;
	font-size: 14px;
	margin: 8px 13px 0 0;
	display: inline-block;
}
.form_error_msg {
	color: #ff6600;
	font-weight: 300;
	font-size: 14px;
	padding: 8px 0 0 34px;
}
#log_in_popup {
	padding: 0 0 47px;
}
#restore_password_form,
#a2 {
	display: none;
}
.terms_txt {
	text-align: center;
	font-weight: 300;
	font-size: 10px;
}
.terms_txt a {
	color: #779c02;
}
.freetrial_form .terms_txt {
	padding: 73px 0 0;
}
.freetrial_form {
	padding-bottom: 29px;
}
.sign_up_txt {
	padding: 25px 50px;
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	min-height: 300px;
}
.sign_up_txt b {
	display: block;
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 12px;
}
/* ====== END PopUp ====== */
/* CheckBox settings */
div.checker {
	margin: 0 7px 0 0;
	-webkit-font-smoothing: antialiased;
	border: 1px solid #c4c4c4;
	-webkit-border-radius: 2px;
	border-radius: 2px;
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
}
div.checker input {
	-moz-appearance: none;
	-webkit-appearance: none;
}
div.checker,
div.checker span,
div.checker input {
	width: 18px;
	height: 18px;
}
div.checker span {
	display: -moz-inline-box;
	display: inline-block;
	text-align: center;
}
div.checker span.checked {
	background: url(../images/checker.png) no-repeat 0 0;
	position: relative;
	left: 3px;
	top: -1px;
}
div.checker input {
	opacity: 0;
	-moz-opacity: 0;
	border: none;
	background: none;
	display: -moz-inline-box;
	display: inline-block;
}
/* ================= START Comprehensive Search ================== */
.hdr_contact {
	min-height: 37px;
	background: #fbfbfb;
}
.hdr_contact_menu {
	text-align: right;
}
.hdr_contact_menu p {
	display: inline-block;
	font-size: 14px;
	font-weight: 300;
	height: 18px;
	line-height: 18px;
	margin: 10px 0 0 12px;
	background-position: 0 50%;
	background-repeat: no-repeat;
}
.hdr_contact_menu p span {
	padding: 0 3px 0 0;
}
.eml,
.phn {
	padding: 0 0 0 24px;
}
.eml {
	background-image: url(../images/hdr_email_ico.svg);
}
.phn {
	background-image: url(../images/hdr_phone_ico.png);
}
.hdr_contact_menu p a:hover {
	text-decoration: underline;
}
/* ====== START Arguments ====== */
.arguments_wrp {
	background: #f7f7f7;
	border-bottom: 7px solid #fff;
	border-top: 7px solid #fff;
}
.arguments {
	position: relative;
	padding: 0 0 32px;
}
.arguments h2 {
	font-weight: 900;
	font-size: 42px;
	color: #333;
	line-height: 56px;
	padding: 50px 0 0;
}

.arguments h3 {
    font-weight: 900;
    font-size: 22px;
    color: #333;
    line-height: 56px;
    /*padding: 50px 0 0;*/
    padding: 0 !important;
}

.arguments h2 span {
	display: block;
	font-weight: 700;
	font-size: 22px;
	line-height: 37px;
}
.arguments_order_btn {
	width: 220px;
	height: 56px;
	line-height: 56px;
	text-align: center !important;
	color: #fff;
	background: #ff8300;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 17px 0 0 28px;
}
.free_trial_btn_3 {
	width: 370px;
	height: 56px;
	line-height: 56px;
	text-align: center !important;
	color: #fff;
	background: #ff8300;
	font-size: 24px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 17px 0 0 28px;
}
.free_trial_btn_3:hover{
	color: white
}
h2 span.header-tm{
  display: inline;
}
h2 span.header-new{
  display: inline;
  color: #ff8300;
  font-size: 14.5px;
}
.prosearch_args_list ul{
  list-style-type: disc;
}
.arguments_list {
	display: block;
	margin: 40px 0 0;
    /*width: 800px;*/
}
.arguments_list>li {
	display: block;
	background: url(../images/arguments_check.png) no-repeat 0 2px;
	padding: 0 0 0 26px;
	font-size: 18px;
	font-weight: 300;
	margin: 0 0 8px;
	line-height: 22px;
	position: relative;
}
.arguments_list>li>span {
	color: #ff6600;
	font-size: 24px;
	font-weight: 700;
	line-height: 17px;
}
.arguments_list>li>b {
	font-weight: 700;
}
.arguments_list>li>a {
	font-size: 14px;
	color: #779c02;
}
.arguments_list>li>a:hover {
	text-decoration: underline;
}
.tooltip {
	width: 18px;
	height: 18px;
	position: relative;
	border: 1px solid #779c02;
	-webkit-border-radius: 9px;
	border-radius: 9px;
	display: inline-block;
	cursor: pointer;
	top: 3px;
	left: 5px;
	text-align: left;
	color: #000;
}
.tooltip b {
	width: 16px;
	height: 16px;
	font-size: 12px !important;
	line-height: 16px;
	display: block;
	text-align: center;
	color: #779c02;
}
.tooltip:hover {
	background: #779c02;
}
.tooltip:hover b {
	color: #fff;
}
.tooltip_box {
	display: none;
	position: absolute;
	top: 0;
	z-index: 8888;
	padding: 21px 0 0;
	left: -25px;
}
.tooltip b:after {
	display: none;
	content: ' ';
	background: url(../images/menu_dropdown_arrow.png) no-repeat 0 0;
	width: 28px;
	height: 13px;
	position: absolute;
	top: 25px;
	left: 50%;
	margin-left: -12px;
	z-index: 9999;
}
.tooltip:hover b:after {
	display: block;
}
.tooltip_in {
	background: #fff;
	min-width: 210px;
	min-height: 150px;
	display: block;
	border: 1px solid #ccc;
	padding: 12px 15px;
	-webkit-box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
	box-shadow: 3px 3px 5px 0 rgba(54,54,54,0.3);
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 16px 0 5px;
	font-size: 14px;
	line-height: 17px;
	font-weight: 300;
}
.translations_list a:hover {
	color: #779c02;
}
.translations_list {
	display: block;
	padding: 12px 19px;
}
.translations_list>li {
	display: block;
	float: left;
	padding-left: 41px;
}
.translations_list>li:first-child {
	padding-left: 0;
}
.translations_tooltip .tooltip_in {
	width: 770px;
	line-height: 24px;
}
.translations_tooltip .tooltip_box {
	left: -128px;
}
.arguments_img {
	/*position: absolute;*/
	width: 380px;
	/*height: 403px;*/
	/*right: -143px;*/
	/*top: 248px;*/
    float: right;
    margin-top: 40px;
}
.prosearch_img{
  margin-left: 10px;
}
.see_samples_wrp {
	height: 80px;
	background: #fff;
}
.see_samples {
	font-weight: 700;
	font-size: 18px;
	background: url(../images/see_samples_ico.png) no-repeat 0 50%;
	height: 28px;
	line-height: 28px;
	padding: 0 0 0 79px;
	margin: 34px 28px 0;
}
.see_samples b {
	color: #779c02;
}
.see_samples a:hover {
	text-decoration: underline;
}

.blog_in.list_top .blog_main p{
    margin-bottom: 10px;
}

.blog_in.list_top .arguments_list ul.list{
    margin-bottom: 15px;
}

.arguments_list .right{
    margin-right: 40px;
}

.pricing_below {
	text-align: center;
	font-weight: 300;
	font-size: 18px;
}
.pricing_below a {
	display: inline-block;
	background: url(../images/pricing_below_arrows.png) no-repeat 50% 100%;
	padding: 0 0 34px;
}
.pricing_below a:hover {
	color: #779c02;
}
/* ====== END Arguments ====== */
/* ====== START Money back ====== */
.money_back_wrp {
	min-height: 291px;
	background: #333;
}
.money_back {
	text-align: center;
	padding: 60px 0 74px;
	color: #fff;
}
.money_back h5 {
	font-weight: 700;
	font-size: 20px;
	overflow: hidden;
}
.money_back h5 span {
	padding: 45px 0 8px;
	line-height: 31px;
	display: inline-block;
	background: url(../images/money_back_ico.png) no-repeat 50% 0;
}
.money_back p {
	font-weight: 300;
	font-size: 14px;
}
.money_back p a {
	color: #779c02;
}
.money_back p a:hover {
	text-decoration: underline;
}
.money_back h6 {
	font-weight: 300;
	font-size: 18px;
	padding: 18px 0 0;
}
/* ====== END Money back ====== */
/* ====== START Price table ====== */
.price_table_box {
	padding: 143px 0 0;
}
.price_table .tooltip_in a {
	color: #779c02;
}
.search_algorithms {
	width: 480px;
}
.optional_addon {
	width: 221px;
}
.price_table {
	width: 1060px;
	margin-bottom: 125px;
}
.price_table td {
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	vertical-align: middle;
	width: 300px;
}
.price_table th {
	border-top: 1px solid #c4c4c4;
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	height: 114px;
	vertical-align: middle;
	font-size: 20px;
	font-weight: 400;
}
.price_table th .tooltip {
	top: 5px;
}
.price_table th.highlighted {
	border: 1px solid #ff6800 !important;
	color: #ff6600;
	font-weight: 700;
}
.price_table th:first-child {
	font-weight: 700;
}
.price_table th.highlighted .tooltip {
	border: 1px solid #ff6600;
}
.price_table th.highlighted .tooltip b {
	color: #ff6600;
}
.price_table th.highlighted .tooltip:hover {
	background: #ff6600;
}
.price_table th.highlighted .tooltip:hover b {
	color: #fff;
}
.price_table tr>*:first-child {
	border-left: none;
	width: 461px;
	text-align: left;
}
.highlighted {
	background: #fff6ed;
	border: 1px solid #ff6800 !important;
	border-top: none !important;
}

.gas_highlighted {
	background: yellow;
}

.gas_filter_highlighted{
	background: rgb(207, 226, 243);
}

.currency {
	float: right;
	color: #779c02;
	font-size: 16px;
	padding: 3px 22px 0 0;
}
.currency a:hover {
	text-decoration: underline;
}
.price_table td p {
	text-align: center;
}
.cs_table_1 td {
	height: inherit;
	padding:30px 0px;
}
.cs_table_1 td p {
	/*line-height: 137px;*/
}
.cs_table_2 td p {
	line-height: 66px;
}
.price_table td p {
	color: #ff6600;
	font-size: 24px;
}
.price_table td i {
	font-style: normal;
	font-weight: 900;
}
.price_table tr td:first-child {
	font-size: 18px;
	font-weight: 300;
}
.cs_table_1 tr td:first-child span {
	display: block;
}
.price_table_footer td {
	height: 68px;
	border: none !important;
}
.footnote {
	font-size: 14px;
	font-weight: 300;
	padding: 11px 0 0;
}
.price_table_footer td:first-child {
	vertical-align: top;
}
.tbl_ordernow_btn {
	width: 151px;
	height: 36px;
	line-height: 36px;
	text-align: center !important;
	color: #fff;
	background: #ff8300;
	font-size: 18px;
	display: block;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	margin: 32px auto 0;
}
.tbl_ordernow_btn:hover {
	background: #fb9528;
}
.price_table_footer span {
	display: block;
}
.end_cell>* {
	text-align: right;
}
.end_cell {
	padding: 28px 0 0;
}
.end_cell span {
	font-weight: 300;
	font-size: 16px;
}
.end_cell>div>a {
	font-weight: 700;
	font-size: 18px;
	color: #779c02;
}
.contact_us_tooltip a {
	color: #000 !important;
	font-size: 14px;
}
.contact_us_tooltip .tooltip_in {
	text-align: center;
	min-width: 216px;
}
.contact_us_tooltip .tooltip_in div {
	padding: 12px 0 0;
}
.contact_us_tooltip .tooltip_in div span {
	padding: 0 0 7px 20px;
	text-align: left;
}
.cnt_1 {
	background: url(../images/hdr_email_ico.svg) no-repeat 0 50%;
}
.cnt_2 {
	background: url(../images/hdr_phone_ico.png) no-repeat 0 50%;
}
/* ====== END Price table ====== */
#sample_reports_popup .popup_hdr {
	margin-bottom: 35px;
}
.sample_reports_row {
	padding: 0 15px 24px 35px;
}
.sample_reports_row p {
	line-height: 22px;
	font-size: 18px;
	font-weight: 300;
	color: #010101;
}
.sample_reports_row p a {
	color: #779c02;
}
/* ================= END Comprehensive Search ================== */
/* ================= START About ================== */
.sub_hdr {
	min-height: 37px;
	background: #f7f7f7;
}
.sub_hdr p {
	float: right;
	line-height: 37px;
	font-size: 16px;
	color: #000;
}
.about_txt_wrp {
	border-bottom: 1px solid #c4c4c4;
	background: #fff;
	padding: 56px 0 0;
}
.about_txt {
	padding: 0 0 34px;
	overflow: hidden;
}
.about_txt h3,
.team_box h3 {
	font-size: 42px;
	font-weight: 900;
	color: #333;
	padding: 0 0 37px;
}
.about_txt p {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	padding: 0 0 17px;
}
.about_txt p a {
	color: #779c02;
}
.team_box {
	padding: 45px 0;
}
.team_box h3 {
	padding: 0;
}
.team_row {
	overflow: hidden;
	border-bottom: 1px solid #c4c4c4;
	padding: 46px 0 47px;
	height: 313px;
}
.team_foto {
	float: left;
	height: 220px;
	width: 220px;
}
.team_info {
	float: left;
	padding: 0 0 0 59px;
	width: 730px;
}
.team_info h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 18px;
	color: #000;
	padding: 0 0 20px;
}
.team_info h5 {
	color: #ff6600;
	font-weight: 700;
	font-size: 18px;
	line-height: 18px;
}
.team_info p {
	color: #000;
	font-weight: 300;
	font-size: 18px;
	padding: 25px 0 0;
	line-height: 22px;
	min-height: 126px;
	overflow: hidden;
}
.team_share {
	overflow: hidden;
	height: 39px;
}
.team_share a {
	display: block;
	float: left;
	width: 38px;
	height: 39px;
	background-position: 0 0;
	background-repeat: no-repeat;
	margin: 0 14px 0 0;
	opacity: 0.80;
}
.team_lin {
	background-image: url(../images/team_lin.png);
}
.team_tw {
	background-image: url(../images/team_tw.png);
}
.team_email {
	background-image: url(../images/team_email.png);
}
.team_share a:hover {
	opacity: 1;
}
.advisors {
	padding: 40px 0 0;
}
.advisors h6 {
	font-weight: 700;
	font-size: 20px;
	color: #000;
}
.advisors .team_row {
	padding: 40px 0 13px;
	border: none;
	height: auto;
}
.advisors .team_info h4 {
	padding: 0 0 2px;
}
.feedback_wrp {
	min-height: 72px;
	background: #f7f7f7;
}
.feedback p {
	text-align: center;
	font-size: 16px;
	font-weight: 300;
	color: #000;
	line-height: 74px;
}
.feedback p a {
	font-size: 14px;
	color: #779c02;
}
.feedback p span {
	display: inline-block;
	padding: 0 5px;
}
/* ================= END About ================== */
/* ================= START Domain name watch ================== */
.dnw_content .arguments {
	padding: 0 0 85px;
}
.dnw_content .testimonials_txt {
	padding: 55px 0 67px;
	margin: 64px auto 0;
	width: 560px;
}
.dnw_content .testimonials_txt span {
	padding: 49px 0 0;
}
.faq_top {
	padding: 60px 5px 21px 0;
}
.faq_top h6 {
	float: left;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding: 25px 0 0;
}
.faq_top .tooltip_in {
	height: auto;
	min-height: 0;
}
.faq_top .contact_us_tooltip .tooltip_in div {
	padding: 0;
}
.faq_top .contact_us_tooltip .tooltip_in div span {
	display: block;
}
.faq_top .end_cell {
	float: right;
}
.faq_main {
	padding-bottom: 50px;
}
.faq_row {
	overflow: hidden;
}
.faq_row>div {
	float: left;
	width: 50%;
	border-top: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	padding: 36px 0 42px 11px;
}
.faq_row>div:first-child {
	border-left: none;
	border-right: 1px solid #c4c4c4;
	position: relative;
	right: -1px;
}
.faq_row h6 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
}
.faq_row h6 b {
	font-weight: 900;
	color: #ff6600;
	display: inline-block;
	padding: 0 5px 0 0;
}
.faq_row p {
	padding: 20px 5px 0 22px;
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 22px;
}
.faq_row p a {
	color: #779c02;
}
/* ================= END Domain name watch ================== */
/* ================= START Trademark watch ================== */
.trademark_watch_tbl .highlighted p i {
	color: #ff6600;
	font-size: 24px;
}
.trademark_watch_tbl td p {
	color: #000;
	font-size: 18px;
	font-weight: 300;
}
/* ================= END Trademark watch ================== */
/* ================= START API ================== */
.api_hdr_contact p {
	font-size: 16px;
	padding: 0 0 0 20px;
}
.api_hdr_contact p a:hover,
.api_hdr_contact a.active {
	text-decoration: none;
	color: #779c02;
}
.api_wrp h2 {
	font-weight: 900;
	font-size: 42px;
	color: #333;
	line-height: 56px;
	padding: 56px 0 38px;
}
.api_wrp ol {
	list-style: decimal;
}
.api_in ol {
	padding: 0 0 24px 24px;
}
.api_wrp ol li {
	font-weight: 700;
	color: #ff6600;
}
.api_in p {
	padding: 0 0 23px;
}
.api_in p,
.api_wrp ol li span {
	font-size: 18px;
	line-height: 21px;
	font-weight: 300;
	color: #000;
}
.api_in p a,
.api_in li a {
	color: #779c02;
}
.api_in p a:hover,
.api_in li a:hover,
.api_feedback .in p a:hover {
	text-decoration: underline;
}
.api_in .additional p {
	padding: 0 28px 0 0;
}
.api_feedback {
	background: #f7f7f7;
	min-height: 72px;
	margin: 50px 0 0;
}
.api_feedback .in {
	text-align: center;
}
.api_feedback .in p {
	font-weight: 300;
	font-size: 16px;
	min-height: 16px;
	line-height: 16px;
	margin: 30px 5px;
	display: inline-block;
}
.api_feedback .in p a {
	font-size: 14px;
	color: #779c02;
}
/* ================= END API ================== */
/* ================= START API Documentation ================== */
.api_line {
	border-top: 1px solid #c4c4c4;
	padding: 31px 0;
}
.api_line h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	min-height: 28px;
	line-height: 28px;
	padding: 0 0 0 21px;
	background: url(../images/api_ico.png) no-repeat 0 0;
}
.api_line>p {
	font-weight: 300;
	font-size: 18px;
	color: #000;
	padding: 18px 0 1px 22px;
	line-height: 22px;
}
.api_line>p span {
	font-size: 14px;
	position: relative;
	top: 2px;
}
.api_line>p small {
	display: block;
	padding: 0 0 0 24px;
}
.api_line>p>b {
	display: block;
	padding: 4px 0 20px;
}
.api_line>p>i {
	font-style: normal;
	display: block;
	padding: 0 0 22px;
	font-weight: 400;
}
.api_line ul {
	padding: 18px 0 1px 36px;
	list-style-type: disc;
}
.api_line ul li ul {
	list-style-type: none;
	padding: 0 0 1px 36px;
}
.api_line ul li {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	padding: 0 0 10px 0;
}
.api_line .trademark_list {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 22px;
}
.api_line .trademark_list i, .api_line .sr i {
	display: inline;
	font-size: 14px;
}
.api_line .trademark_list li {
	padding: 0 0 0 0;
}
.api_line ul li p {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	/*padding: 18px 0 1px 22px;*/
	line-height: 22px;
}

.api_line ul li p.toppad {
	padding: 8px 0 0 0;
}
.api_line ul li p span {
	font-size: 12px;
	font-weight: 300;
	color: #000;
	line-height: 18px;
	position: relative;
	top: 2px;
}
.api_line ul li p code {
	display: block;
	font-size: 16px;
	color: #000;
	line-height: 22px;
	padding: 8px 0 0 0;
}
.api_line ul li p small {
	display: block;
	padding: 0 0 0 24px;
}
.api_line ul li p b {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	display: block;
	/*padding: 4px 0 20px;*/
}

.api_line ul li p i {
	font-size: 16px;
	color: #000;
	line-height: 22px;
	font-style: normal;
	display: block;
	/*padding: 0 0 22px;*/
	font-weight: 400;
}
.access_credentials_tbl {
	margin: 16px 0 5px 23px;
	border: 1px solid #c4c4c4;
}
.access_credentials_tbl td {
	border-bottom: 1px solid #c4c4c4;
	border-left: 1px solid #c4c4c4;
	line-height: 35px;
	width: 332px;
	padding: 0 5px 0 17px;
	font-weight: 300;
	font-size: 18px;
	color: #000;
}
.access_credentials_tbl td:first-child {
	border-left: none;
	width: 163px;
}
.search_example_1 {
	padding: 29px 0 0 71px !important;
}
.sr {
	line-height: 21px !important;
	padding-top: 19px !important;
	padding-bottom: 4px !important;
}
.search_response i {
	display: inline-block !important;
	padding-bottom: 0 !important;
}
.sr2 {
	padding-left: 50px !important;
}
.trademark_list {
	display: block;
	padding: 19px 0 0 46px;
}
.trademark_list li {
	display: block;
	font-size: 18px;
	min-height: 21px;
	line-height: 21px;
	font-weight: 300;
	padding-left: 25px;
}
.trademark_list li i {
	font-style: normal;
	font-weight: 400;
}
.trademark_list li:first-child {
	padding-left: 0;
}
.php_example {
	padding: 27px 0 0 71px !important;
}
.sr3 {
	padding-left: 41px !important;
}
.sr3 i:first-child {
	padding: 0 !important;
}
.sr3 i {
	padding-left: 30px !important;
}
/* ================= END API Documentation ================== */
/* ================= START API Terms of use ================== */
.api_terms h2 {
	border-bottom: 1px solid #c4c4c4;
	padding-bottom: 10px;
	margin: 0 0 61px;
}
.api_terms_box {
	padding: 0 0 9px;
}
.api_terms p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	color: #000;
	padding: 0 0 21px;
}
.api_terms p a {
	color: #779c02;
}
.api_terms p a:hover {
	text-decoration: underline;
}
.terms_list_1 li {
	margin: 0 0 21px 24px;
}
.terms_list_1 li span {
	line-height: 22px !important;
}
.api_terms_box h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	min-height: 26px;
	line-height: 26px;
	padding: 0 0 0 21px;
	background: url(../images/api_ico.png) no-repeat 0 0;
}
.api_terms_main {
	border-top: 1px solid #c4c4c4;
	padding-top: 31px;
}
.api_terms_main>p {
	padding: 15px 0 22px 23px;
}
.term_line {
	padding: 0 0 0 23px;
}
.term_line b {
	display: block;
	font-size: 18px;
	padding: 0 0 20px;
}
.term_line b span {
	font-size: 18px;
	color: #ff6600;
	padding: 3px 5px 0 0;
}
.term_line p span {
	font-size: 20px;
	font-weight: 400;
	padding: 3px 0 0 19px;
	display: block;
}
.dot_list {
	list-style: disc;
	padding: 1px 0 0 36px;
}
.dot_list li {
	color: #ff6600;
	font-size: 14px;
	line-height: 22px;
	padding: 0 0 19px;
}
.dot_list li a {
	color: #779c02;
}
.dot_list li a:hover {
	text-decoration: underline;
}
.dot_list li span {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	line-height: 22px;
	padding: 0 0 0 9px;
	display: block;
}
#all_rights {
	font-size: 20px;
	color: #010101;
	font-weight: 400;
	padding: 0 0 20px 48px;
}
.term_txt {
	padding-left: 21px !important;
}
.term_line.allotted b {
	text-transform: uppercase;
}
.term_line.allotted .term_txt {
	font-weight: 400;
	line-height: 24px;
	font-size: 20px;
}
/* ================= END API Terms of use ================== */
/* ================= START FAQ ================== */
.faq_ttl {
	font-weight: 900;
	font-size: 42px;
	color: #333;
	padding: 56px 0 11px;
	border-bottom: 1px solid #c4c4c4;
	margin: 0 0 61px;
}
.faq_line {
	padding: 0 0 25px;
}
.question {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 21px;
}
.question b {
	font-weight: 900;
	font-size: 18px;
	color: #ff6600;
}
.answer {
	font-size: 18px;
	font-weight: 300;
	padding: 0 0 0 27px;
	line-height: 20px;
}
.answer a {
	color: #779c02;
}
.answer a:hover {
	text-decoration: underline;
}
/* ================= END FAQ ================== */
/* ================= START ToS Pages ================== */
.tos_menu {
	display: block;
	text-align: right;
	padding: 8px 0 0;
}
.tos_menu li {
	display: inline-block;
	margin: 0 0 0 30px;
}
.tos_menu li a {
	font-size: 16px;
	font-weight: 300;
	color: #000;
}
.tos_menu .ui-tabs-active a {
	color: #779c02;
}
.tos_ttl {
	font-size: 42px;
	font-weight: 900;
	color: #333;
	margin: 56px 0 35px;
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 11px;
}
.tos_ttl span {
	float: right;
	font-size: 18px;
	font-weight: 300;
	color: #6c6c6c;
	margin: 25px 0 0;
}
.tos_line {
	border-bottom: 1px solid #c4c4c4;
	padding: 30px 0 31px;
}
.tos_line h5 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	min-height: 26px;
	line-height: 26px;
	padding: 0 0 17px 23px;
	background: url(../images/api_ico.png) no-repeat 0 0;
}
.tos_line p {
	font-size: 18px;
	line-height: 22px;
	font-weight: 300;
	color: #000;
	padding: 0 0 0 23px;
}
.tos_line p b {
	display: block;
	font-size: 20px;
	line-height: 24px;
	font-weight: 400;
}
.tos_line p>a {
	color: #779c02;
}
.tos_line p>a:hover {
	text-decoration: underline;
}
.tos_line .dot_list {
	padding: 7px 0 0 40px;
	margin-bottom: -6px;
}
.tos_line .dot_list li {
	line-height: 32px;
	padding: 0;
}
.tos_line .dot_list li span {
	font-size: 18px;
	line-height: 36px;
	display: block;
	min-height: 36px;
	padding: 0 0 0 1px;
}
.tos_line ol {
	padding: 23px 0 0 53px;
	margin: 0 0 -23px;
}
.tos_line ol li {
	font-size: 20px;
	line-height: 24px;
	padding: 0 0 24px;
}
.tos_line ol li span {
	font-weight: 400;
	font-size: 20px;
	line-height: 24px;
	display: block;
	margin: 0 0 0 -8px;
}
.ip_contact {
	text-align: center;
	padding: 67px 0 0;
}
.ip_contact h5 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding: 0 0 17px;
}
.ip_contact p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 19px;
}
.ip_email {
	color: #779c02;
	background: url(../images/hdr_email_ico.svg) no-repeat 0 50%;
	padding: 0 0 0 18px;
	display: inline-block;
	margin: 8px 0 0;
}
.ip_email:hover {
	text-decoration: underline;
}
.infringement_policy_txt {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding: 26px 0 28px;
	letter-spacing: 0.01em;
	border-bottom: 1px solid #c4c4c4;
}
.infringement_policy_tab ol li span {
	font-weight: 300;
	font-size: 18px;
}
.infringement_policy_tab ol li {
	padding: 0 0 15px;
}
.laa {
	padding-top: 28px !important;
}
.cn_address {
	text-align: center !important;
	padding: 82px 0 60px !important;
}
.cn_address span {
	display: block;
	padding: 0 0 20px;
}
.ip_note {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	padding: 28px 23px 0;
}
.ip_note b {
	font-size: 20px;
	display: block;
	padding: 0 0 25px;
}
.cys p b {
	display: inline;
	line-height: 20px;
}
.free_services {
	border: none;
}
/* ================= END ToS Pages ================== */
/* ================= START Contact ================== */
.contact_us_wrp {
	background: url(../images/contact_us_bg.png) no-repeat 50% 0;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}
.contact_hdr {
	padding: 50px 0 0;
	text-align: center;
}
.contact_hdr h2 {
	font-size: 42px;
	font-weight: 900;
	color: #333;
	padding: 6px 0 35px;
}
.contact_hdr h3 {
	font-size: 24px;
	font-weight: 700;
	color: #333;
	padding: 0 0 21px;
}
.contact_hdr p {
	font-size: 20px;
	line-height: 24px;
	font-weight: 300;
}
.contact_main {
	overflow: hidden;
	width: 790px;
	margin: 84px auto 108px;
}
.contact_form {
	display: block;
	float: left;
	width: 440px;
}
.contact_main h4 {
	font-size: 16px;
	color: #979696;
	font-weight: 300;
}
.contact_form h4 {
	margin: 0 0 15px;
}
.contact_form>div {
	margin: 0 0 16px;
	padding: 0 0 0 33px;
}
.contact_email {
	background: url(../images/email_ico.png) no-repeat 0 50%;
}
.contact_phone {
	background: url(../images/phone_ico.png) no-repeat 0 50%;
}
.contact_message {
	background: url(../images/message_ico.png) no-repeat 0 10px;
}
.contact_form textarea {
	height: 101px;
	resize: none;
	padding: 8px 10px;
}
.contact_form input[type="submit"] {
	display: block;
	float: right;
	margin: 9px 2px 0 0;
}
.cnt_us {
	float: right;
	height: 300px;
	width: 289px;
	padding: 0 0 0 60px;
	border-left: 1px solid #c4c4c4;
}
.cnt_us h4 {
	margin: 0 0 22px;
}
.cnt_us p {
	font-weight: 300;
	font-size: 17px;
}
.cnt_us p a {
	margin-bottom: 11px;
	display: inline-block;
}
.cnt_us_mail {
	margin-bottom: 27px;
}
.cnt_us_mail,
.cnt_us_call {
	padding: 0 0 0 30px;
}
.cnt_us_mail {
	background: url(../images/email_ico.png) no-repeat 0 4px;
}
.cnt_us_call {
	background: url(../images/phone_ico.png) no-repeat 1px 4px;
}
/* ================= END Contact ================== */
/* ================= START Dashboard ================== */
#dashboard_body {
	min-width: 1114px;
}
#dashboard_container {
}
#dashboard_container .in {
	width: 1114px !important;
}
.acc_menu {
	float: right;
	margin: 16px 0 0;
}
.acc_menu>* {
	display: block;
	float: left;
	font-weight: 300;
	font-size: 14px;
	height: 16px;
	line-height: 16px;
	margin-left: 27px;
}

.dsh_empty{
	height: 40px;
	background:transparent;
	margin-top:14px;
	width:17px;
}

.dsh_empty.open{
	width: 136px;
}

.dsh_user {
	width: 222px;
	text-align:right;
}
.dsh_user a {
	color: #6c6c6c;
	background: url(../images/user_ico.svg) no-repeat 0 50%;
	padding: 0 0 0 22px;
}
.dsh_cart {
	background: url(../images/cart_ico.svg) no-repeat 0 50%;
	padding: 0 0 0 25px;
}
.dsh_log {
	font-weight: 400 !important;
	color: #779c02;
	margin-left: 42px !important;
}
.dsh_log:hover {
	text-decoration: underline;
}
.dsh_grey {
	min-height: 37px;
	background: #FBFBFB;
	overflow: hidden;
	margin: 43px 0 0;
}
.dsh_grey_email {
	display: block;
	//float: right;
	height: 16px;
	padding: 0 0 0 23px;
	background: url(../images/hdr_email_ico.svg) no-repeat 0 50%;
	font-size: 14px;
	font-weight: 300;
	line-height: 16px;
	margin: 10px 0;
	left: 1029px;
//	top: 82px;
	position: absolute;

}
.dsh_grey_email:hover {
	color: #779c02;
}
.dsh_main {
	padding: 23px 30px 0 0;
}
.dsh_main h3 {
	text-align: center;
	font-size: 24px;
	font-weight: 700;
	color: #333;
	margin: 0 0 26px;
}
.trial_period {
	float: left;
	width: 670px;
	min-height: 350px;
	padding: 0 0 0 52px;
	margin: 0 0 -27px;
}
.trial_period>div {
	border: 1px solid #c4c4c4;
	border-left: 9px solid #ff6600;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	min-height: 69px;
	position: relative;
	margin: 0 0 27px;
	padding: 17px 0 0 40px;
}
.trial_period>div:after {
	content: ' ';
	display: block;
	position: absolute;
	background: url(../images/trial_arrow.png) no-repeat 0 0;
	width: 15px;
	height: 25px;
	left: -24px;
	top: 21px;
}
.trial_period>div p {
	font-weight: 700;
	font-size: 24px;
	color: #333;
}
.trial_period>div p a {
	color: #ff6600;
}
.trial_period>div p span {
	font-size: 20px;
	font-weight: 400;
	display: block;
	padding: 11px 0 22px;
}
.search_plus {
	margin-bottom: 46px !important;
}
.trademark_watch {
	margin-bottom: 19px !important;
}
.days_left {
	/*position: absolute;
	right: 12px;*/
	float:left;
	width: 325px;
	height: 100%;
	border-left: 1px solid #c4c4c4;
	background: #fbfbfb;
	padding: 22px 15px 0 26px;
	margin-left:20px;
}
.trial_box {
	position: relative;
	margin: 0 auto 90px;
}
.days_left h6 {
	font-weight: 700;
	font-size: 20px;
	margin: 0 0 22px;
}

.days_left a.blog_link{
	color: #000;
}

.days_left a.blog_link:hover{
	color: #000;
	text-decoration:underline;
}

.days_left p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	margin: 0 0 20px;
}
.prolonged_box {
	width: 470px;
	margin: 0 auto 50px;
}
.prolonged_box p {
	font-size: 18px;
	font-weight: 300;
	line-height: 22px;
	border-bottom: 1px solid #c4c4c4;
	text-align: center;
	padding: 0 0 20px;
}
.prolonged_form {
	display: block;
	padding: 20px 0 42px;
	overflow: hidden;
}
.prolonged_form span {
	color: #979696;
	display: block;
	font-size: 16px;
	font-weight: 400;
	margin: 0 0 15px;
}
.prolonged_form>div {
	margin: 0 0 16px;
	padding: 0 0 0 33px;
}
.prolonged_email {
	background: url(../images/markify__all_popup_icons-sprite-2.svg) no-repeat 0 50%;
	background-position: -68px 0;
}
.prolonged_phone {
	background: url(../images/markify__all_popup_icons-sprite-2.svg) no-repeat 0 50%;
	background-position: -102px 0;
}

.prolonged_form input[type="submit"] {
	display: block;
	float: right;
	margin: 9px 0 0;
}
#dashboard_container {
	position: relative;
}
.dashboard_sb_box {
	position: absolute;
	width: 35px;
	z-index: 222;
	left: 0;
	height: 100%;
	padding: 0 0;
}
.sticky-sidebar {
    position: sticky;
    top: 0;
}

.in.open{
	margin: 0 0px 0 160px !important;
/*	min-width:1160px;*/
}

.in{
	/*margin: 0 0px 0 50px;*/
}

.dashboard_sb_box.open {
	width: 149px;
}
.logo_sb {
	position: absolute;
	width: 96px;
	left: 33px;
	top: 24px;
}
.open_logo {
	left: 133px;
}
.dashboard_sb {
	height: 100%;
	width: auto;
	background: #fff;
	border-right: 2px solid #c4c4c4;
	transition: width 0.6s ease;
	/*margin-top:27px;*/
}
.dashboard_sb1 {
	height: 100%;
	width: auto;
	background: #fff;
	border-right: 2px solid #c4c4c4;
	/*margin-top:27px;*/
}
#dsh_sb {
	background: url(../images/dsh_sb_btn.png) no-repeat 5px 0;
	width: 37px;
	height: 24px;
	display: block;
	position: absolute;
	top: 15px;
	left: 17px;
	z-index: 9997;
}

#dsh_sb.open {
	background-position: 5px 100%;
	left: 131px;
}
.dsh_sb_breadcrumbs {
	height: 37px;
	display: block;
	top: 75px;
	position: absolute;
	z-index: 11;
	left: 19px;
	width:870px;
}
.dsh_sb_breadcrumbs li {
	font-weight: 300;
	font-size: 16px;
	display: block;
	float: left;
	line-height: 37px;
	margin: 0 5px 0 0;
}
.dsh_sb_breadcrumbs li:after {
	/*content: '/';*/
	font-weight: 300;
	font-size: 16px;
	margin: 0 0 0 3px;
}
.dsh_sb_breadcrumbs li:last-child {
	color: #779c02;
	font-weight:400;
}
.dsh_sb_breadcrumbs li:last-child:after,
.dashboard_sb.open .dsh_sb_breadcrumbs li:first-child:after {
	display: none;
}
.dashboard_sb.open .dsh_sb_breadcrumbs li:first-child {
	/*margin-right: 102px;*/
}
.dashboard_sb.open .dsh_sb_breadcrumbs {
	left: 23px;
}
.dashboard_sb_box.open .dsh_list {
	display: block;
}
.dsh_list {
	display: none;
	padding: 0;
}
.dsh_cell {
	padding: 0 0 8px 21px;
	margin: 0 0 20px;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.dsh_cell p {
	font-weight: 300;
	font-size: 16px;
	margin: 0 3px 12px 0;
	position: relative;
	float: left;
	clear: both;
}
.dsh_cell p b {
	color: #333;
	display: block;
}
.dsh_cell p a:hover {
	color: #779c02;
}
.dsh_cell p span {
	position: absolute;
	display: block;
	height: 13px;
	width: 13px;
	background: #fb0808;
	-webkit-border-radius: 6px;
	border-radius: 6px;
	text-align: center;
	line-height: 13px;
	font-size: 8px;
	color: #fff;
	left: 100%;
	margin: 0 0 0 6px;
	top: -3px;
}
.dsh_myacc {
	display: block;
	width: 113px;
	margin: 0 auto;
}
.dsh_myacc>li {
}
.dsh_myacc>li>b {
	font-size: 16px;
	font-weight: 700;
	color: #333;
	line-height: 18px;
	display: block;
	padding: 0 15px 21px 4px;
	background: url(../images/dsh_dropdown_arrow.png) no-repeat 100% 7px;
}
.dsh_myacc>li:hover ul {
	display: block;
}
.dsh_myacc>li ul {
	display: none;
}
.dsh_myacc>li ul li {
	display: block;
	border-top: 1px solid #ccc;
	height: 44px;
	padding: 0 4px;
}
.dsh_myacc>li ul li a {
	font-weight: 300;
	font-size: 16px;
	display: block;
	line-height: 44px;
}
.dsh_myacc>li ul li a:hover {
	font-weight: 400;
	color: #779c02;
}
/* ================= END Dashboard ================== */
/* ================= START Blog ================== */
.blog_in {
	position: relative;
}
.blog_main {
	/*width: 800px;*/
    width: 651px;
	float: left;
	padding: 63px 0 96px;
}
.blog_main.trademark-full-main{
    padding-top: 30px;
}
.blog_main h3 {
	color: #333;
	font-weight: 900;
	font-size: 42px;
	line-height: 42px;
	padding: 0 0 42px;
}
.post_cell {
	border-bottom: 1px solid #c4c4c4;
	padding: 0 0 32px;
	margin: 0 0 30px;
}
.post_cell h4 {
	font-weight: 700;
	font-size: 24px;
	line-height: 30px;
	color: #333;
	padding: 0 0 11px;
}
.post_info {
	overflow: hidden;
	font-size: 14px;
	line-height: 16px;
	font-weight: 300;
	color: #6c6c6c;
	padding: 0 0 30px;
}
.post_info>* {
	display: block;
	float: left;
	margin: 0 13px 0 0;
}
.post_info a {
	color: #779c02;
}
.post_info>a,
.post_info span {
	padding: 0 0 0 20px;
}
.post_info>a {
	background: url(../images/blog_comment_ico.png) no-repeat 0 0;
}
.post_info span {
	background: url(../images/blog_calendar_ico.png) no-repeat 0 0;
}
.post_txt p {
	font-weight: 300;
	font-size: 18px;
	line-height: 22px;
	color: #010101;
        margin-top: 11px;
        margin-bottom: 4px;
        line-height: 130%;
}
.post_txt p b {
	font-weight: 700;
	display: block;
	line-height: 64px;
}
.post_txt .dot_list {
	padding: 21px 0 0 18px;
}
.post_share {
	padding: 31px 0 0;
}
.blog_nav {
	overflow: hidden;
	margin: -15px 0 0;
}
.blog_nav a {
	display: block;
	color: #779c02;
	font-weight: 300;
	font-size: 14px;
}
.post_info a:hover,
.blog_nav a:hover {
	text-decoration: underline;
}
.blog_sb {
	float:right;
	height: 100%;
	width: 360px;
	right: 0;
	top: 0;
	background: #fbfbfb;
	padding: 134px 37px 0;
}

.blog_sb.trademark-full-sb{
    padding-top: 65px;
}
.blog_in.list_top .blog_sb{
    width: auto;
    float: left;
    background: #fbfbfb;
    padding: 134px 37px 0;
}
.blog_sb_search {
	border: none !important;
	border-bottom: 1px solid #c4c4c4 !important;
	-webkit-border-radius: 0 !important;
	border-radius: 0 !important;
	background-color: transparent !important;
	padding: 0 20px 0 0 !important;
	background: url(../images/search_ico.png) no-repeat 100% 50%;
}
.blog_sb_user {
	padding: 87px 0 18px;
	border-bottom: 1px solid #c4c4c4;
}
.blog_sb_ava {
	float: left;
	width: 118px;
}
.blog_sb_ava img {
	display: block;
}
.blog_sb_info {
	width: 145px;
	float: right;
}
.blog_sb_info p {
	font-weight: 700;
	font-size: 20px;
	color: #000;
	line-height: 16px;
}
.blog_sb_info p span {
	display: block;
	color: #ff6600;
	font-size: 16px;
	padding: 15px 0 0;
}
.blog_author_share {
	overflow: hidden;
	padding: 33px 0 0 3px;
}
.blog_author_share * {
	display: block;
}
.blog_author_share a {
	float: left;
	margin: 0 0 0 14px;
	width: 38px;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=80)";
	filter: alpha(opacity=80);
	-moz-opacity: 0.8;
	-khtml-opacity: 0.8;
	opacity: 0.8;
}
.blog_author_share a:first-child {
	margin: 0;
}
.blog_author_share a:hover {
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	filter: alpha(opacity=100);
	-moz-opacity: 1;
	-khtml-opacity: 1;
	opacity: 1;
}
.blog_user_description {
	font-weight: 300;
	font-size: 14px;
	color: #000;
	line-height: 17px;
	padding: 29px 0 0;
}
.blog_user_description span {
	display: block;
}
.blog_user_description p {
	padding: 0 0 10px;
	padding: 0 0 16px;
}
.blog_sb_categories {
	padding: 31px 0 0;
}
.blog_sb_categories h6,
.blog_sb_tags h6 {
	font-size: 18px;
	font-weight: 700;
	color: #000;
	padding: 0 0 13px;
}
.blog_sb_categories ul {
	display: block;
}
.blog_sb_categories ul li {
	display: block;
	border-bottom: 1px solid #ccc;
}
.blog_sb_categories ul li a {
	font-size: 18px;
	font-weight: 300;
	color: #000;
	display: block;
	line-height: 49px;
	display: block;
	height: 44px;
	overflow: hidden;
}
.blog_sb_categories ul li a:hover {
	color: #779c02;
}
.blog_sb_tags {
	padding: 31px 0 0;
}
.tags_list {
	padding: 18px 3px 0 0;
}
.tags_list li {
	display: block;
	margin: 0 0 17px;
	overflow: hidden;
}
.tags_list li p {
	position: relative;
	height: 37px;
	line-height: 37px;
	float: right;
	font-size: 14px;
	font-weight: 300;
	color: #010101;
	padding: 0 17px 0 11px;
	overflow: hidden;
	background: #ededed;
	-webkit-border-radius: 4px;
	border-radius: 4px;
}
.tags_list li p:hover {
	background: #779c02;
	color: #fff;
}
.tags_list li p:first-child {
	float: left !important;
}
.tags_list li p {
	float: right !important;
}
/*
.tags_list li p a {
	display: block;
	position: absolute;
	background: url(../images/tags_close.png) no-repeat 0 0;
	width: 8px;
	height: 7px;
	top: 9px;
	right: 7px;
}
.tags_list li p:hover a {
	background-position: 0 100%;
}*/
.tg0 {
	width: 100%;
}
.tg1 {
	width: 49.00353356890459%;/*150/283*/
}
.tg2 {
	width: 42.04946996466431%;/*119/283*/
}
.tg3 {
	width: 35.3356890459364%;/*100/283*/
}
.tg4 {
	width: 59.71731448763251%;/*169/283*/
}

/* ================= END Blog ================== */




 






























/* Media Queries–––––––––––––––––––––––––––––––––––––––––––––––––– */
@media (max-width:1450px) {
.right_tooltip .tooltip_box {
	left: auto;
	right: -12px;
}
.translations_tooltip .tooltip_box {
	left: -185px;
}
/*.right_tooltip b:after{left:auto !important;right:5px !important;margin:0;}
*/
}

@media (max-width:1330px) {
    .cycle-pager {
        right: 30px!important; width: 99%!important;
    }
.arguments_img {
	height: auto;
	right: 0;
	width: 350px;
	top: 182px;
}
.arguments_list {
	width: auto;
}
}

@media (max-width:1260px) {
    .main_banner_wrp2 {
        /*background: #f7f7f7 url(../images/Markify_v3.png) no-repeat 50% 100%!important;*/
        background-size: contain;
    }
.tablet {
	position: absolute;
	width: 500px;
	height: auto;
	bottom: -14px;
	right: 0;
	z-index: 8;
}
}

@media (min-width:767px) {
.tooltip.lined .tooltip_in {
	min-height: 78px;
	height: 78px;
	width: 360px;
}
.tooltip.lined {
	left: 14px;
}
.tooltip.lined .tooltip_box {
	top: -56px;
	padding: 0 0 0 35px;
	left: 0;
}
.tooltip.lined b:after {
	background: url(../images/lined_tooltip_arrow.png) no-repeat 0 0;
	width: 15px;
	height: 24px;
	position: absolute;
	top: -3px;
	left: 21px;
	margin-left: 0;
	z-index: 9999;
}

}

/* Smaller than desktop */
@media (max-width:1090px) {
.in {
	/*width: 940px;*/
	width: 894px;
}
.top_nav>li {
	margin-left: 30px !important;
}
.ps_1,
.ftr_menu ul:first-child {
	margin-left: 0 !important;
}
.ps_cell,
.our_tech_points p,
.ftr_menu ul {
	width: 30%;
	margin-left: 5%;
	float: left;
}
.arguments_img {
	width: 320px;
	top: 240px;
}
.arguments_list {
	width: auto;
}
.translations_tooltip .tooltip_box {
	left: -320px;
}
.price_table {
	width: 100%;
	margin-bottom: 100px;
}
.price_table tr>*:first-child {
	width: 330px;
}
.search_algorithms {
	width: 387px;
}
.team_info {
	float: left;
	padding: 0 0 0 40px;
	width: 700px;
}
.blog_main {
	width: 520px;
}
}

/* Smaller than desktop */
@media (max-width:959px) {
.in {
	/*width: 750px;*/
	width: 700px;
}
.top_nav>li {
	margin-left: 10px !important;
}
.top_nav * {
	font-size: 16px;
	letter-spacing: -0.01em;
}
.tablet {
	width: 380px;
}
.partners div img {
	margin: 0 53px;
}
.arguments h2 {
	font-size: 40px;
	line-height: 48px;
	padding: 30px 0 0;
}
.arguments_img {
	display: none;
}
.arguments_list,
.see_samples {
	width: 92%;
	margin: 30px auto 0;
	float: none;
}
.see_samples {
	margin-top: 0
}
.price_table tr>*:first-child {
	width: 300px;
}
.price_table th .tooltip {
	top: 5px;
	display: block;
	margin: 10px auto;
}
.price_table th {
	height: 100px;
	font-size: 18px;
	padding: 0 10px;
	letter-spacing: -0.02em;
}
.price_table td {
	width: 220px;
}
.price_table tr th:first-child {
	padding: 0;
}
.translations_tooltip {
	position: static;
	margin: 3px 0 0 5px;
}
.translations_tooltip .tooltip_box {
	left: 0;
	width: 100%;
}
.translations_tooltip .tooltip_in {
	width: 100%;
	line-height: 20px;
	padding: 5px 10px;
	margin: 2px 0 5px;
}
.translations_list {
	padding: 0;
}
.translations_list>li {
	padding-left: 34px;
}
.translations_tooltip b:after {
	display: none !important;
}
.optional_addon {
	width: 167px;
}
.search_algorithms {
	width: 280px;
}
.team_foto,
.team_foto img {
	width: 180px;
	height: 180px;
	display: block;
}
.team_info {
	padding: 0 0 0 30px;
	width: 550px;
}
.dnw_content .see_samples_wrp {
	height: auto;
	min-height: 80px;
}
.dnw_content .see_samples {
	margin-top: 30px;
	height: auto;
}
.api_feedback .in p {
	margin: 15px 5px;
}
.contact_main {
	width: auto;
	margin: 60px auto 70px;
}
.cnt_us {
	width: 270px;
	padding: 0 0 0 41px;
}
.blog_sb {
	width: 300px;
	padding: 80px 15px 0;
}
.blog_main {
	width: 430px;
}
}

/* Smaller than tablet */
@media (max-width:767px) {
    .main_banner_wrp2 {
        background: #f7f7f7;
    }
.in {
	width: 554px;
}
.hdr {
	height: auto;
}
.logo {
	width: 112px;
	height: 35px;
	margin: 33px 0;
}
.mbl_menu_btn {
	display: block;
	float: right;
	width: 24px;
	background: url(../images/mbl_menu_btn.png) no-repeat 0 50%;
	margin: 33px 0.5% 0 0;
	height: 35px;
}
.top_nav_box {
	float: none;
	clear: both;
	width: 100%;
	margin: 0 auto;
	height: auto;
	display: none;
	padding: 0 0 59px;
}
.top_nav {
	height: auto;
}
.top_nav * {
	letter-spacing: 0.01em;
}
.top_nav>li {
	display: block;
	float: none;
	width: 100%;
	border-top: 1px solid #ccc;
	min-height: 44px;
	text-align: center;
	margin: 0 !important;
}
.top_nav>li>a,
.top_nav>li>button,
.top_nav ul li {
	/*height: 44px;*/
	line-height: 44px;
}
.top_nav>li>* {
	width: 100%
}
.free_trial_btn {
	padding-top: 44px;
}
.free_trial_btn a {
	margin: 0 auto;
}
.top_nav>li div {
	/*border-top: 1px solid #ccc;*/
	position: relative;
	top: 0;
	left: 0;
	padding: 0;
	overflow: hidden;
}
.top_nav>li div:after {
	display: none !important;
}
.top_nav ul:not(.sub_ul) {
	/*float: left;*/
	display:inline-block;
	width: auto;
	border: none;
	padding: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
	margin: 0;
}
.top_nav ul li {
	text-align: left;
}
.tablet {
	display: none;
}
.main_banner {
	height: auto;
}
.main_banner_wrp {
	background-position: 100% 100%;
}
.main_banner_txt {
	padding: 30px 0;
	text-align: center;
}
.main_banner_txt a {
	margin: 10px auto 0;
}
.main_banner_txt p {
	padding: 0 0 15px;
}
.ps_cell p b {
	font-size: 18px;
	line-height: 20px;
	min-height: 5px !important;
}
.ps_cell p {
	font-size: 14px;
	padding: 15px 0 10px;
	line-height: 22px;
	min-height: 5px !important;
}
.ps_cell a {
	float: none;
}
.partners div img {
	margin: 0 28px;
}
.more p {
	padding: 0 50px;
}
.our_tech_points p {
	width: 96%;
	float: none;
	margin: 25px 0 0;
	font-size: 16px;
	padding: 0 0 0 48px;
	line-height: 22px;
}
.ftr_menu ul {
	float: none;
	margin: 0 auto 35px;
	width: 98%;
	text-align: center;
}
.ps_1,
.ftr_menu ul:first-child {
	margin-left: auto !important;
}
.ftr_menu ul li {
	display: block;
	margin-bottom: 10px;
}
.ftr_menu {
	padding: 40px 0 0;
}
.ftr_menu ul * {
	display: inline-block;
}
.contact_ftr_menu li a {
	padding-left: 0;
}
.api,
.faq {
	display: inline-block !important;
	margin: 0 25px;
}
.our_company {
	text-align: center;
	margin-bottom: 0 !important;
}
.our_company li:first-child {
	display: none !important;
}
.our_company li {
	display: inline-block !important;
	padding: 0 15px;
}
.sud_footer {
	padding: 12px 0 0;
}
.sud_footer p {
	margin-top: 40px;
}
.partners div img {
	margin: 0 17px;
}
.arguments h2 {
	font-size: 30px;
	line-height: 36px;
	padding: 20px 0 0;
	font-weight: 700;
}
.arguments_list,
.see_samples {
	width: 96%;
	margin: 20px auto 0;
}
.arguments_list>li {
	font-size: 16px;
	margin: 0 0 16px;
	line-height: 20px;
}
.see_samples {
	font-size: 18px;
	background-position: 0 50%;
	height: 34px;
	line-height: 34px;
}
.see_samples a {
	margin: 8px 0 0 10px;
}
.lvs {
	display: none
}
table {
	width: 100%;
	border-collapse: collapse;
}
.arguments_order_btn {
	margin: 25px auto;
}
.price_table_box {
	padding: 40px 0 0;
}
/* Zebra striping */
.price_table tr:nth-of-type(odd) {
	background: #eee;
}
.price_table th {
	background: #333;
	color: white;
	font-weight: bold;
}
.price_table td,
.price_table th {
	padding: 8px 15px 8px 6px;
	border: 1px solid #c4c4c4;
	text-align: left;
}
table.price_table,
.price_table tbody,
.price_table th,
.price_table td,
.price_table tr {
	display: block;
}
.price_table tr th {
	position: absolute;
	top: -9999px;
	left: -9999px;
}
.price_table tr {
	border: 1px solid #c4c4c4;
}
.price_table td {
	border: none;
	position: relative;
	padding-left: 50%;
}
.price_table td:before {
	font-weight: 400;
	position: absolute;
	top: 8px;
	left: 8px;
	width: 45%;
	padding-right: 10px;
	white-space: nowrap;
	text-align: left;
}
.price_table td:nth-of-type(1):before {
	content: "Single sources";
}
.price_table td:nth-of-type(2):before {
	content: "Comprehensive";
}
.price_table td:nth-of-type(3):before {
	content: "Comprehensive + Analysis";
}
.trademark_watch_tbl td:nth-of-type(1):before {
	content: "Packages and Pricing";
}
.trademark_watch_tbl td:nth-of-type(2):before {
	content: "Comprehensive Watch";
}
.trademark_watch_tbl td:nth-of-type(3):before {
	content: "Supervised Watch";
}
.price_table td {
	height: auto;
	width: auto;
}
.price_table tr>*:first-child {
	width: auto;
}
.price_table td p {
	line-height: normal;
	text-align: right;
}
.price_table * {
	font-size: 15px !important;
}
.price_table tr {
	border: 1px solid #aeaeae;
	border-top: none !important;
}
.price_table td {
	border: none !important;
	border-top: 1px solid #e8e8e8 !important;
}
.price_table tr td:first-child {
	border-top: none !important;
}
.price_table td>* {
	text-align: right;
}
.price_table_footer td:before {
	display: none !important;
	content: ' ';
}
.price_table_footer {
	border: none !important;
}
.price_table_footer td {
	padding: 0;
	border: none !important;
}
.price_table .tooltip {
	left: 0 !important;
	margin-left: 10px;
	top: 0;
}
.price_table tr td:first-child {
	text-align: right;
}
.price_table tr:nth-of-type(odd) td,
.price_table tr:nth-of-type(odd) td.highlighted {
	border-top: 1px solid #ccc !important;
}
.end_cell {
	clear: both;
	float: none;
}
.tbl_ordernow_btn {
	margin: 15px 0;
	float: right;
	clear: both;
}
.translations_list>li {
	padding: 0 20px 20px 0;
	min-width: 140px;
}
.lined .tooltip_box {
	left: auto;
	right: 0;
}
.lined .tooltip_box {
	left: -185px;
}
.lined b:after {
	left: auto !important;
	right: 5px !important;
	margin: 0;
}
.about_txt_wrp {
	padding: 30px 0 0;
}
.about_txt h3,
.team_box h3 {
	font-size: 38px;
	font-weight: 700;
	padding: 0 0 25px;
}
.about_txt p {
	font-size: 14px;
	padding: 0 8px 12px;
}
.team_box {
	padding: 25px 0;
}
.team_row {
	padding: 20px 0;
	height: auto;
}
.team_foto,
.team_foto img {
	width: 120px;
	height: 120px;
	display: block;
}
.team_info {
	padding: 0 0 0 10px;
	width: 410px;
}
.about_txt h3,
.team_box h3 {
	font-size: 30px;
	padding: 0 0 15px;
}
.team_info h4 {
	font-size: 20px;
	line-height: 16px;
	padding: 0 0 15px;
}
.team_info h5 {
	font-size: 16px;
	line-height: 16px;
}
.team_info p {
	font-size: 14px;
	padding: 10px 0;
	line-height: 18px;
	min-height: 0;
}
.feedback p {
	line-height: 26px;
	padding: 11px 0;
}
.feedback p span {
	display: block;
}
.dnw_content .see_samples {
	margin-top: 30px;
}
.faq_top h6 {
	float: none;
	text-align: right;
}
.dnw_content .see_samples_wrp {
	padding-bottom: 15px;
}
.faq_main {
	display: block;
	margin: 0;
}
.faq_row>div {
	float: none;
	width: 100%;
	border-left: none !important;
	border-right: none !important;
}
.api_in h2 {
	font-weight: 700;
	font-size: 34px;
	line-height: 38px;
	padding: 25px 0;
}
.api_in p,
.api_in li {
	font-size: 16px;
	line-height: 18px;
}
.access_credentials_tbl {
	margin-left: 0;
}
.access_credentials_tbl td {
	width: auto !important;
}
.api_wrp h2 {
	font-weight: 700;
	font-size: 36px;
	line-height: 40px;
	padding: 35px 0 20px;
}
.php_example {
	padding: 15px 0 0 20px !important;
}
.api_line>p {
	font-size: 15px;
	padding: 12px 0 16px;
	line-height: 18px;
}
.trademark_list li {
	font-size: 16px;
	min-height: 18px;
	line-height: 18px;
	padding-left: 15px;
}
.api_line>p>i {
	padding: 0 0 15px;
}
.sr2 {
	padding-left: 25px !important;
}
.trademark_list {
	padding: 15px 0 0 12px;
}
.api_line h3 {
	font-size: 20px;
}
.search_example_1 {
	padding: 20px 0 0 10px !important;
}
.tos_menu li {
	display: block;
	padding: 5px 0;
}
.contact_main {
	margin: 30px auto;
}
.contact_main>* {
	float: none;
	width: auto;
	overflow: hidden;
	margin: 0 15px;
}
.cnt_us {
	padding: 0;
	border: none;
	height: auto;
}
.blog_main,
.blog_sb {
	width: 94%;
	float: none;
	position: static;
	margin: 0 auto;
}
.blog_main {
	padding: 40px 0;
}
.blog_sb {
	padding: 50px 35px 0;
}
.blog_sb_user {
	padding: 25px 0 15px;
}
}
@media (max-width:667px) {
	.main_banner_wrp2 {
		background: #f7f7f7;
	}

	.in {
		width: 454px;
	}
}
/* Smaller than phablet (also point when grid becomes active) */
@media (max-width:560px) {
.in {
	width: 355px;
}
.main_banner_txt p b {
	font-size: 23px;
}
.main_banner_txt p {
	font-size: 16px;
	padding: 0 0 10px;
}
.main_banner_txt a {
	width: 176px;
	height: 46px;
	line-height: 46px;
	font-size: 18px;
}
.main_banner_txt {
	padding: 50px 0 58px;
	text-align: center;
}
.ps_cell {
	width: 100%;
	margin: 0;
	float: none;
	padding: 0 18px 25px;
}
.ps_cell>div {
	margin: 0 auto;
	width: 15%;
}
.product_section {
	padding: 50px 0 27px;
}
.partners div span {
	display: block;
	margin: 18px auto 0;
	width: 30%;
}
.partners div img {
	margin: 0;
}
.partners div {
	padding: 0 0 65px;
}
.partners p {
	font-size: 16px;
	padding: 0 10px;
	margin: 55px auto 0;
	line-height: 20px;
}
.testimonials {
	min-height: 0;
}
.testimonials_txt {
	padding: 55px 10px 0;
	margin: 44px auto;
	font-size: 16px;
	line-height: 22px;
	width: auto;
}
.testimonials_txt span {
	font-size: 16px;
	padding: 15px 0 0;
}
.testimonials_txt span b {
	display: block;
}
.more p {
	font-size: 16px;
	height: auto;
	line-height: 20px;
	padding: 20px 0;
	background-position: 50% 0;
}
.more p b {
	display: block;
}
.more p a {
	margin: 0;
}
.our_tech_ttl b {
	font-size: 18px;
	margin: 0 0 12px;
}
.our_tech_ttl {
	font-size: 14px;
	padding: 54px 0 0;
}
.our_tech_points p b {
	padding: 0 0 12px;
}
.cnt_phone div {
	background-position: 0 50%;
}
.modal,
#simplemodal-container,
.simplemodal-wrap {
	width: 380px !important;
}
#simplemodal-container {
	margin-left: -190px;
}
.popup_hdr {
	height: 93px;
}
#simplemodal-container a.modalCloseImg {
	width: 13px;
	height: 12px;
	top: 14px;
	right: 15px;
	background: url(../images/popup_close_mbl.png) no-repeat 0 0;
}
.popup_hdr p {
	padding: 23px 0 0 12px;
	font-size: 18px;
}
.popup_form {
	padding: 36px 12px 0;
}
.form_ftr {
	padding: 3px 0 0;
}
.form_ftr>* {
	float: none !important;
	margin: 0 auto !important;
	display: block;
}
.form_ftr input[type="submit"] {
	margin-top: 30px !important;
}
.forgot_psw {
	margin-top: 25px !important;
	width: 120px;
	text-align: center;
}
.form_ftr .checker_lbl {
	margin-left: 34px !important;
}
.form_ftr p {
	text-align: center;
}
.form_error_msg {
	padding: 15px 0 0;
	text-align: center;
}
.freetrial_form .terms_txt {
	padding: 40px 0 20px;
}
.hdr_contact_menu p {
	display: block;
	float: right;
	clear: both;
}
.arguments h2 {
	font-size: 23px;
	line-height: 30px;
	padding: 20px 0;
	font-weight: 900;
}
.see_samples {
	text-align: center;
	padding: 0 55px;
	height: auto;
	background-position: 0 10px;
	line-height: 28px;
}
.see_samples a {
	margin: 15px 0;
}
.sample_reports_row {
	padding: 0 15px 20px;
}
.team_info {
	width: 270px;
}
.advisors {
	padding: 15px 0 0;
}
.dnw_content .testimonials_txt {
	margin: 35px auto 0;
	width: 100%;
}
.dnw_content .see_samples {
	margin-bottom: 20px;
}
.see_samples_wrp {
	height: auto;
}
.arguments h2 span {
	font-size: 18px;
	line-height: 32px;
}
.arguments_list>li>span {
	display: block;
	font-size: 22px;
	line-height: 26px;
}
.comprehensive_search_arguments .arguments_list>li>span {
	display: inline-block !important;
	line-height: 17px;
}
.access_credentials_tbl {
	border-bottom: none;
}
.access_credentials_tbl tr:nth-of-type(odd) {
	background: #eee;
}
.access_credentials_tbl tr,
.access_credentials_tbl td {
	display: block;
	width: 100%;
	text-align: right;
}
.access_credentials_tbl td {
	padding: 0 15px;
	border-left: none;
	font-size: 15px;
}
.tos_ttl {
	font-size: 32px;
	font-weight: 700;
	margin: 30px 0;
}
.tos_ttl span {
	float: none;
	font-size: 16px;
	padding: 10px 0 0;
	margin: 0;
	display: block;
}
.tos_line {
	padding: 20px 0;
}
.tos_line h5 {
	font-size: 18px;
}
.tos_line p,
.infringement_policy_txt,
.ip_note {
	font-size: 14px;
	line-height: 20px;
	text-align: justify;
}
.tos_line p b,
.tos_line ol li span,
.tos_line ol li,
.ip_note b {
	font-size: 16px;
	line-height: 22px;
}
.tos_line .dot_list li span {
	font-size: 16px;
	line-height: 22px;
	min-height: 22px;
}
.tos_line .dot_list li {
	line-height: 22px;
}
.tos_line ol li span {
	font-weight: 400;
}
.tos_line ol {
	padding: 23px 0 0 35px;
}
.ip_contact {
	padding: 40px 0 0;
}
.ip_contact p {
	font-size: 16px;
	line-height: 20px;
	margin: 0 0 15px;
}
.api_feedback {
	margin: 50px 0 0;
}
.ip_note b {
	padding: 0 0 10px;
}
.ip_note {
	padding: 15px 0 0 !important;
}
.dot_list {
	padding: 1px 0 0 20px;
}
.dot_list li span {
	padding: 0;
}
.term_line p span {
	padding: 3px 0 0 0;
}
.api_terms p {
	font-size: 14px;
	line-height: 20px;
}
.api_in p,
.api_wrp ol li span {
	font-size: 14px;
}
.dot_list li span {
	font-size: 14px;
}
#all_rights {
	font-size: 16px;
	padding: 0 0 20px 25px;
}
.term_line.allotted .term_txt {
	font-size: 16px;
}
}

/* Smaller than mobile */
@media (max-width:420px) {
.in {
	width: 285px;
}
.main_banner_txt p b {
	padding: 0 5px;
	letter-spacing: -0.01em;
}
.main_banner_txt a {
	margin: 37px auto 0;
}
.ps_cell>div {
	width: 25%;
}
.partners p {
	padding: 0;
}
.our_tech_points p {
	line-height: 18px;
	width: 100%;
}
.our_tech_points p b {
	padding: 0 0 15px;
}
.partners div span {
	width: 39%;
}
.our_tech_points p {
	margin: 15px 0 0;
}
.our_tech {
	padding: 0 0 59px;
}
.free_form_ttl {
	margin: 54px 0 0;
	font-size: 17px;
}
.free_form_subttl {
	font-size: 14px;
	padding: 22px 0 15px 0px;
}
input[type="text"] {
	font-size: 12px;
}
.request_contact_btn {
	float: none !important;
	margin: 25px auto 0 !important;
	display: block;
}
.ftr_menu {
	padding: 53px 0 0;
}
.ftr_menu ul li:first-child {
	font-size: 18px;
	padding-bottom: 9px !important;
}
.ftr_menu ul li a {
	font-size: 16px;
}
.ftr_menu ul li a {
	height: 26px;
	line-height: 26px;
}
.ftr_menu ul {
	margin: 0 auto 45px;
}
.our_products {
	margin-bottom: 35px !important;
}
.sud_footer ul li a {
	font-size: 16px;
}
.sud_footer>* {
	margin: 0;
}
.sud_footer {
	padding: 7px 0 0;
}
.sud_footer p {
	font-size: 14px;
}
.sud_footer p {
	margin-top: 53px;
}
.modal,
#simplemodal-container,
.simplemodal-wrap {
	width: 286px !important;
}
#simplemodal-container {
	margin-left: -143px;
}
.team_info {
	width: 300px;
	padding: 15px 0 0;
}
.freetrial_form .terms_txt {
	padding: 15px 0 10px;
}
.blog_main h3 {
	font-weight: 700;
	font-size: 34px;
	line-height: 34px;
	padding: 0 0 25px;
}
.post_cell h4 {
	font-size: 20px;
	line-height: 26px;
	padding: 0 0 10px;
}
.post_info {
	padding: 0 0 20px;
}
.post_info>* {
	float: none;
	margin: 0 0 10px;
}
.post_txt p {
	font-size: 14px;
        margin-top: 11px;
        margin-bottom: 4px;
        line-height: 170%;
}
.blog_sb {
	padding: 40px 10px 0;
}
.blog_sb_ava {
	width: 90px;
}
.blog_sb_info p {
	font-size: 17px;
}
.blog_sb_info p span {
	font-size: 14px;
	padding: 7px 0 0;
}
.blog_author_share {
	padding: 13px 0 0;
}
.blog_sb_categories ul li a {
	font-size: 15px;
	line-height: 38px;
	height: 38px;
}
.tags_list li p {
	height: 32px;
	line-height: 32px;
	font-size: 12px;
}
.tags_list li {
	margin: 0 0 10px;
}
.tags_list{
	padding-bottom:25px;
}
}
/* Smallest */
@media (max-width:350px) {
	.in {
		/*width: 280px;*/
		width: 200px;
	}
}

.button { border-width: 1px; border-style: solid; border-radius: 4px; -moz-border-radius: 4px; -webkit-border-radius: 4px; /*box-shadow: 0px 0px 2px #888; -moz-box-shadow: 0px 0px 2px #D4D4D4; -webkit-box-shadow: 0px 0px 2px #D4D4D4; background-image: linear-gradient(	top , rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) ); background-image: -webkit-gradient(	linear, left top, left bottom, from(rgba(255,255,255,0.5)),	to(rgba(255,255,255,0)) );  background-image: -moz-linear-gradient(	top , rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#77FFFFFF, endColorstr=#00FFFFFF ); -ms-filter: progid:DXImageTransform.Microsoft.gradient(	startColorstr=#77FFFFFF, endColorstr=#00FFFFFF ); */ }

.button_green{
	background-color: #779c02;
	border-color: #c9c9c9;
	color: #fff;
	font-weight: normal !important;
	padding: 10px 24px !important;
	font-size: 14px !important;
}

ul.sub_ul li{
    margin: 0;
    padding: 5px;
    padding-left: 15px;
    line-height: 22px !important;
}

.top_nav ul.sub_ul li:first-child{
    /*border-top: 1px solid #ccc;*/
}


.inline_div > a{
    margin: 0 0;
}

.line{
    border-top:  1px solid #c4c4c4;
    margin-top: 30px;
    margin-bottom: 30px;
}

.div_right .see_samples{
    margin: 0px !important;
}

.inline_div{
    display: inline-block;
    width: 48%;
}

.inline_div > a{
    margin: 0 0;
}

.title{
    font-weight: 900 !important;
    font-size: 24px !important;
    color: #333 !important;
    line-height: 56px !important;
    padding: 30px 0 0;
    border-bottom: 1px solid #c4c4c4;
}


.inline_div span{
    margin-bottom: 7px;
    margin-top: -15px;
    padding: 15px 0 10px 0;
    display: block;
    width:220px;
    text-align: center;
    color: #ff6600;
    font-size: 24px;
    font-weight: 700;
    line-height: 17px;
}

.button_green:hover{
	box-shadow: 0px 0px 2px #888; -moz-box-shadow: 0px 0px 2px #D4D4D4; -webkit-box-shadow: 0px 0px 2px #D4D4D4; background-image: linear-gradient(    top , rgba(255, 255, 255, 0.4), rgba(255, 255, 255, 0) ); background-image: -webkit-gradient(   linear, left top, left bottom, from(rgba(255,255,255,0.5)),     to(rgba(255,255,255,0)) );  background-image: -moz-linear-gradient(     top , rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) ); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#77FFFFFF, endColorstr=#00FFFFFF ); -ms-filter: progid:DXImageTransform.Microsoft.gradient( startColorstr=#77FFFFFF, endColorstr=#00FFFFFF ); 
}

.link{
	color:#779c02;
	text-decoration:none;
	font-weight:400;
}

.link_inactive{
	color:#c9c9c9;
	text-decoration:none;
	font-weight:400;
}

.link_inactive:hover{
	color:#c9c9c9;
}

.link:hover{
	text-decoration:underline;
}

.button_green:hover{
	color: white;
}

.button_grey{
	background-color: #fff;
	color: #c9c9c9;
	font-weight: normal !important;
	border-color: #c9c9c9;
	padding: 10px 24px !important;
	font-size: 14px !important;
}


.circle
{
	margin-top:-5px;
	width:25px;
	height:25px;
	border-radius:250px;
	border:1px solid #c9c9c9;
	color:#c9c9c9;
	/*border:1px solid #666;
	color:#666*/;
	font-size:14px;
	line-height:25px;
	text-align:center;
	background:#fff
}

input.button, a.button { cursor: pointer; padding: 4px 10px 4px 10px; margin: -5px 0 -5px 0; font-family: arial; font-weight: bold; font-size: 12px; display: inline-block; visibility:visible !important}

#my-dialog-comprehensive-idnamefilter .fright a.button{
	margin-top: 10px;
}

.fleft{float:left}
.fright{float:right}
.clear{clear:both}

.see_samples_p {
    margin-top: 20px;
}

.div_info {
    border-right: 1px solid #c4c4c4;
    padding-right: 25px;
}
.comprehensive_table {
	margin-bottom: 70px;
}

/*Main page slider*/
#slideshow{position: relative}
#slideshow #play-pause-cont{position: absolute; right: 20px; bottom: 10px; height: 50px; width: 50px;z-index:100; cursor: pointer}
#slideshow #play-pause-cont.played{background: url(../images/played.png) no-repeat; background-size: 100% auto}
#slideshow #play-pause-cont.paused{background: url(../images/paused.png) no-repeat; background-size: 100% auto}
/* pager */
.cycle-pager {
    text-align: right;right: 30px;left: 0; width: 98%; z-index: 500; position: absolute; bottom: 30px;
}
.cycle-pager span {
    font-family: arial; font-size: 50px; width: 16px; height: 16px;
    display: inline-block; color: #ddd; cursor: pointer;
}
.cycle-pager span.cycle-pager-active { color: #ff8300;}
.cycle-pager > * { cursor: pointer;}
/* prev / next links */
.cycle-prev, .cycle-next { position: absolute; top: 0; width: 30%; opacity: 0; filter: alpha(opacity=0); z-index: 800; height: 100%; cursor: pointer; }
.cycle-prev { left: 0;  background: url(http://malsup.github.com/images/left.png) 50% 50% no-repeat;}
.cycle-next { right: 0; background: url(http://malsup.github.com/images/right.png) 50% 50% no-repeat;}
.cycle-prev:hover, .cycle-next:hover { opacity: .7; filter: alpha(opacity=70) }


@media (min-width:1600px) {
    .cycle-pager {
        width: 75%!important;
    }
}
@media (min-width:1440px) {
    .cycle-pager {
        width: 85%!important;
    }
}


/* ProSearch Landing page */
.learnmore-div{
	text-align: center;
	margin: 15px auto;
}
.learnmore-div .link{
	background: url(../images/pricing_below_arrows.png) no-repeat 50% 100%;
    padding: 0 0 32px;
}
.arguments_wrp.prosearch li .link{
    white-space: nowrap;
}

.dashboard_sb_of::-webkit-scrollbar{
  width: 0px;
}

.dark_gray_btn, .dark_gray_btn_inactive {
    background-color: #f9f9f9 !important;
    border-radius: 3px;
    border-color: #c4c4c4;
    color: #000000;
    font-size: 14px !important;
    font-weight: 200 !important;
    height: 36px !important;
    line-height: 36px !important;
    min-width: 117px;
    padding: 0 19px !important;
    text-align: center;
}

.dark_gray_btn_inactive:hover {
	color: #000000;
	cursor: default;
}

.dark_gray_btn:hover, .dark_gray_btn_selected, .dark_gray_btn_selected:hover{
    background-color: #979696 !important;
    border-radius: 3px;
    color: #ffffff;
    font-size: 14px !important;
    border-color: #c4c4c4;
    font-weight: 200 !important;
    height: 36px !important;
    line-height: 36px !important;
    min-width: 117px;
    padding: 0 19px !important;
    text-align: center;
}



.grid_box_risk{
	position: relative;
	top: 0;
	left: -8px;
	width:20px;
	height:19px;
}

.fancybox_div_1{
	height: 22px;
	width: 22px;
}

.fancybox_img{
	max-height:20px;
	max-width:20px;
}

.fancybox_img_grid{
	max-height:25px; 
	max-width:25px;
}

.fancybox_magnifier {
	height: 21px;
	width: 22px;
	text-align: center;
	font-size:10px;
	cursor: pointer;
	padding-top: 4px;
}

    #table_data_design .fancybox_magnifier {
        padding-top: 0;
    }

.fancybox_div{
	margin-left: 5px;
	margin-bottom: 2px;
	border: 1px solid #c4c4c4;
	padding: 5px;
}

.grid_box_gallery{
	position: relative;
	top: -19px;
	right: 0px;
	width: 40px;
	height: 19px;
	float: right;
	font-size: 10px;
	cursor: pointer;
	text-align: right;
}

.grid_box_full_record_small{
	position: relative;
	top: 0;
	width:11px;
	height:11px;
	margin-top:-11px;
	float: right;
	margin-right: -5px;
}

.grid_box_full_record_medium{
	position: relative;
	top: 0;
	float: right;
	margin-right: -5px;
	width:11px;
	height:11px;
	margin-top:-11px;
}

.grid_box_full_record_large{
	position: relative;
	top: 0;
	float: right;
	margin-right: -5px;
	width:11px;
	height:11px;
	margin-top:-11px;
}

.grid_box_full_record_xl{
	position: relative;
	top: 0;
	float: right;
	margin-right: -5px;
	width:11px;
	height:11px;
	margin-top:-11px;
}

.grid_box_risk_fix{
	margin-left:-20px;
	margin-top:-19px;
}

.watch_grid_box_risk_fix{
	margin-left:15px;
	margin-top:-15px;
}

.grid_box_image_xl{
	text-align: center;
}

.grid_box_image_small{
	text-align: center;
}

.grid_box_image_medium{
	text-align: center;
}

.grid_box_image_large{
	text-align: center;
}

.watch_grid_box_image_xl{
	text-align: left;
}

.watch_grid_box_image_small{
	text-align: left;
}

.watch_grid_box_image_medium{
	text-align: left;
}

.watch_grid_box_image_large{
	text-align: left;
}

.grid_image_small{
	max-width: 100px;
	max-height: 50px;
}

.grid_image_medium{
	max-width: 200px;
	max-height: 100px;
}

.grid_image_large{
	max-width: 300px;
	max-height: 200px;
}

.grid_image_xl{
	max-width: 420px;
	max-height: 300px;
}

.grid_box_image{
	text-align: center;
	vertical-align: middle;
}

.watch_grid_box_image{
	text-align: left;
	vertical-align: top !important;
}

.grid_box_text{
	vertical-align: top !important;	
}

.grid_box_value{
	overflow-wrap: anywhere;
}

.grid_box_text_small{
	font-size: 12px !important;
	width: 150px;
}

.grid_box_text_medium{
	font-size: 13px !important;
	width: 250px;
}

.grid_box_text_large{
	font-size: 14px !important;
	width: 350px;
}

.grid_box_text_xl{
	font-size: 14px !important;
	width: 450px;
}
.grid_box_text_fixed{
	font-size: 13px !important;
	width: 260px;
}

.grid_box_label{
	font-weight: bold;
	margin-right: 5px;
}

#searched_logo {
  position: absolute;
  z-index: 9;
  border: 1px solid #779c02;
  text-align: center;
  top: 10px;
  right: 10px;
}

#searched_logo_header {
  padding: 1px;
  cursor: move;
  z-index: 10;
  color: #000;
  max-width: 300px; 
  max-height: 300px;
  background-color: #fff;
  overflow: auto;
}

#searched_logo_close, #searched_logo_stick {
	cursor: pointer;
	padding: 2px 4px 2px 4px;
	font-size: 12px;
}

#searched_logo_close a, #searched_logo_stick a{
	padding-right:5px;
}

#searched_logo_title{	
	margin-left: 10px;
	font-weight: 400;
}

.grid_select{
	padding: 2px 6px 2px 0px;
}

.grid-color{
	width: 16px !important;
	height: 16px;
	margin-top: 2px;
	border:solid 1px #c4c4c4;
	margin-right:6px;
}

.grid_comment{
	min-width: 100px;
	min-height: 17px;
}

.grid_comment_empty{
	color: #c4c4c4;
}

.grid_label_small{
	margin-top: 3px;
}

.grid_label_medium{
	margin-top: 3px;
}

.grid_label_large{
	margin-top: 3px;
}

.full_desc{
	max-height: 400px; 
	overflow-y: scroll;
}

/* ====== END CSS ====== */

.service-message,
.header__top .service-message {
	box-sizing: border-box;
	border: solid 2px red;
	border-radius: 10px;
	padding: 20px;
	text-align: center;
    max-width: 900px;
}

.service-message .service-message__title,
.header__top .service-message .service-message__title {
	font-weight: 700;
	line-height: 20px;
	color: #000;

}

.service-message .service-message__description,
.header__top .service-message .service-message__description {
	font-weight: 400;
	line-height: 18px;
	color: #000;

}

.i-domainames-no-image {
    opacity: 0.2;
}

.s-domainname-noimage {
    opacity: 0.4;
    font-size: 13px;
}

.ul-dot {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
}

    .ul-dot li {
        list-style: disc inside;
    }
    
.ol-number {
    padding-left: 20px;
    padding-top: 6px;
    padding-bottom: 10px;
}    

    .ol-number li {
        list-style: decimal outside;
    }
    
        .ol-number li ol {
            padding-left: 20px;
            padding-top: 6px;
            padding-bottom: 10px;
        }    
        
            .ol-number li ol li {
                list-style: lower-alpha outside;
            }
            
#put_all_in_cart {
    white-space: nowrap;
} 

.other_classes, .other_classes_left{
	background-color: #ff8200;
	height: 7px;
	width: 7px;
	border-radius: 4px;
	-moz-border-radius: 4px;
	-webkit-border-radius: 7px;
}

.other_classes{      
	position: absolute;
	right: 5px;
	top: 5px;
}

.other_classes_left{
	display: inline-block;
	margin-left: 5px;
	margin-top: 5px;
}

.other_classes_container{
	position: relative;
}

.bool_pending{
	background-color: #ff4d00;
	width: 14px;
	height: 14px;
	padding-left: 5px;
	/*padding-top: 0px;*/
	color: white;
	font-weight: bold;
	line-height: 14px;
}

.bool_approved{
	background-color: #35af02;
	width: 14px;
	height: 14px;
	padding-left: 2px;
	/*padding-top: 0px;*/
	color: white;
	/*font-weight: bold;*/
	line-height: 14px;
}

.password-container {
	position: relative;
	display: inline-flex;
	align-items: center;
}

.password-container input[type="password"] {
	padding-right: 30px;
}

.eye-label {
	position: absolute;
	right: 5px;
}

.eye-icon {
	width: 20px;
	height: 20px;
	position: relative;
	cursor: pointer;
	display: inline-block;
	background-size: cover;
}

.closed-eye {
	background-image: url('/images/eye_close.png');
}

.open-eye {
	background-image: url('/images/eye_open.png');
}

.event_log{
	font-size: 10px;
	font-weight: normal;
}

.topMessageContainer{
	color:black;
}

.no-br br {
	display: none;
}

:root {
	--cs-color-border: #c4c4c4;
	--cs-color-background: #fff;
	--cs-color-arrow: #333;
	--cs-border-radius: 3px;
	--cs-border-radius-c: 6px;
	--cs-padding: 10px;
	--cs-color-hover: #f1f1f1;
	--cs-color-selected: #e9e9e9;
	--cs-arrow-size: 6px;
	--cs-font-size: 12px;
	--cs-font-weight: 400;
	--cs-box-size: 12px;
	--cs-dropdown-width: 190px;
}

.cs {
	position: relative;
	width: var(--cs-dropdown-width);
	font-size: var(--cs--font-size);
	font-weight: var(--cs-font-weight);
}

.cs__native {
	display: none;
}

.cs__selected {
	display: flex;
	align-items: center;
	background-color: var(--cs-color-background);
	border: 1px solid var(--cs-color-border);
	border-radius: var(--cs-border-radius);
	padding: var(--cs-padding);
	cursor: pointer;
	position: relative;
	font-size: 12px;
	height: 34px; /* based on input height */
}

.cs__selected::after {
	display: block;
	width: 12px;
	height: 7px;
	content: '';
	position: absolute;
	top: 13px;
	right: 10px;
	background: url(/images/dsh_dropdown_arrow.png) left top no-repeat;
}

.cs__color-box {
	width: var(--cs-box-size);
	height: var(--cs-box-size);
	margin-right: 8px;
	border-radius: var(--cs-border-radius);
}

.cs__color-box-d {
	width: var(--cs-box-size);
	height: var(--cs-box-size);
	margin-right: 8px;
	border-radius: var(--cs-border-radius-c);
}

.cs__items {
	display: none;
	position: absolute;
	background-color: var(--cs-color-background);
	border: 1px solid var(--cs-color-border);
	border-top: none;
	z-index: 99;
	width: 100%;
	max-height: 200px;
	overflow-y: auto;
	font-size: 12px;
	font-weight: 300;
	border-radius: 0 0 var(--cs-border-radius) var(--cs-border-radius);
}

.cs__item {
	display: flex;
	align-items: center;
	padding: 8px;
	cursor: pointer;
}

.cs__item:hover {
	background-color: var(--cs-color-hover);
}

.cs__color-box--item {
	width: var(--cs-box-size);
	height: var(--cs-box-size);
	margin-right: 8px;
}

.cs__title {
	font-weight: 400;
}

.cs__description {
	font-size: 10px;
	font-weight: 500;
	/*text-transform: uppercase;*/
	color: #AAA;
}

.cs__rev-messages {
	font-size: 11px;
	/*font-weight: 500;*/
	color: #FFF;
}

.cs__item--selected {
	background-color: var(--cs-color-selected);
}

.highlight-active a {
	border-color: #5a7100;
	border-style: solid;
	border-width: 2px;
	border-radius: 4px;
}
.highlight-date-0 a {
	background-color: #e7f3ff !important;
	/*color: #FFFFFF !important;*/
	border-radius: 4px;
}
.highlight-date-1 a {
	background-color: #547FC4 !important;
	color: #FFFFFF !important;
	border-radius: 4px;
}
.highlight-date-2 a {
	background-color: #0C59DF !important;
	color: #FFFFFF !important;
	border-radius: 4px;
}
.highlight-date-5 a {
	background-color: #011028 !important;
	color: #FFFFFF !important;
	border-radius: 4px;
}
.highlight-std a {
	background-color: #e7f3ff !important;
	border-radius: 4px;
}
.highlight-none {
	color: #999999 !important;
	background-color: #FFFFFF !important;
	border-radius: 4px;
}

.bg-new { background-color: #e7f3ff; border: 1px solid #d0e0f0; }
.bg-ongoing { background-color: #547FC4; }
.bg-deselection { background-color: #0C59DF; }
.bg-supervision { background-color: #011028; }

.long_button_trans {
	margin: 0 5px 5px 0 !important;
}