@import url(https://fonts.googleapis.com/css?family=Roboto);
@font-face {
    font-family: 'agency_fbbold';
    src: url('../images/fonts/agencyb-webfont.eot');
    src: url('../images/fonts/agencyb-webfont.eot?#iefix') format('embedded-opentype'),
         url('../images/fonts/agencyb-webfont.woff') format('woff'),
         url('../images/fonts/agencyb-webfont.ttf') format('truetype'),
         url('../images/fonts/agencyb-webfont.svg#agency_fbbold') format('svg');
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'Raleway';
  font-style: normal;
  font-weight: 400;
  src: url('../images/fonts/raleway.woff') format('woff');
}
@font-face {
  font-family: 'Courgette';
  font-style: normal;
  font-weight: 400;
  src: url('../images/fonts/courgette.woff') format('woff');
}
/* styles input type range */
input[type="range"] {
  display: inline-block;
  border:none !important;
  margin: 5.15px 0;
  vertical-align: middle;
  width: 80%;
}
input[type=range]:focus {
  outline: none;
}
input[type=range]::-webkit-slider-runnable-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(204, 204, 204, 0.13);
  border-radius: 0px;
  border: 0.2px solid rgba(238, 238, 238, 0.78);
}
input[type=range]::-webkit-slider-thumb {
  box-shadow: 0px 0px 1.6px #000000, 0px 0px 0px #0d0d0d;
  border: 0.2px solid rgba(0, 0, 0, 0.15);
  height: 17px;
  width: 12px;
  border-radius: 1px;
  background: rgba(238, 238, 238, 0);
  cursor: pointer;
  -webkit-appearance: none;
  margin-top: -5.35px;
}
input[type=range]:focus::-webkit-slider-runnable-track {
  background: rgba(204, 204, 204, 0.13);
}
input[type=range]::-moz-range-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
  background: rgba(204, 204, 204, 0.13);
  border-radius: 0px;
  border: 0.2px solid rgba(238, 238, 238, 0.78);
}
input[type=range]::-moz-range-thumb {
  box-shadow: 0px 0px 1.6px #000000, 0px 0px 0px #0d0d0d;
  border: 0.2px solid rgba(0, 0, 0, 0.15);
  height: 17px;
  width: 12px;
  border-radius: 1px;
  background: rgba(238, 238, 238, 0);
  cursor: pointer;
}
input[type=range]::-ms-track {
  width: 100%;
  height: 6.7px;
  cursor: pointer;
  background: transparent;
  border-color: transparent;
  color: transparent;
}
input[type=range]::-ms-fill-lower {
  background: rgba(204, 204, 204, 0.13);
  border: 0.2px solid rgba(238, 238, 238, 0.78);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-fill-upper {
  background: rgba(204, 204, 204, 0.13);
  border: 0.2px solid rgba(238, 238, 238, 0.78);
  border-radius: 0px;
  box-shadow: 0px 0px 0px rgba(0, 0, 0, 0), 0px 0px 0px rgba(13, 13, 13, 0);
}
input[type=range]::-ms-thumb {
  box-shadow: 0px 0px 1.6px #000000, 0px 0px 0px #0d0d0d;
  border: 0.2px solid rgba(0, 0, 0, 0.15);
  height: 17px;
  width: 12px;
  border-radius: 1px;
  background: rgba(238, 238, 238, 0);
  cursor: pointer;
  height: 6.7px;
}
input[type=range]:focus::-ms-fill-lower {
  background: rgba(204, 204, 204, 0.13);
}
input[type=range]:focus::-ms-fill-upper {
  background: rgba(204, 204, 204, 0.13);
}
/***************************************************************************/
#icon_selection
{
    background: none repeat scroll 0 0 white;
    color: black;
    text-shadow: 0 0 1px white;
}
#icon_selection:hover
{
    background: none repeat scroll 0 0 LightYellow;
    display: block;
}
#acx_si_theme_display .selected
{
    background: none repeat scroll 0 0 LightYellow;
    border: 1px dashed gray !important;
    display: block;
}
/********************************************************************************/
.acx_fsmi_page_h2
{
    font-family: Roboto,"Open Sans",sans-serif;
    font-size: 22px !important;
    margin: 0 !important;
    width: 100%;
}

.acx_fsmi_admin_left {
    display: inline-block;
    max-width: 99%;
    padding-left: 1%;
}
#acx_fsmi_admin_left_section
{
background: #f0f0f0 none repeat scroll 0 0;
border: 1px solid lightgray;
box-sizing: border-box;
display: inline-block;
margin-bottom: 10px;
width: 100%;
}

.fsmi_p_info_icon_h
{
    background: rgba(0, 0, 0, 0) url("../images/p-info-icon-hori.jpg") repeat scroll 0 0;
    display: block;
    float: left;
    height: 33px;
    margin-top: 5px;
    max-width: 78%;
    width: 365px;
	cursor:pointer;
}
.fsmi_p_info_start_end
{
    background: rgba(0, 0, 0, 0) url("../images/p-info-start-end.jpg") repeat scroll 0 0 / 100% auto;
    display: block;
    height: 463px;
    margin-left: auto;
    margin-right: auto;
    max-width: 100%;
	cursor:pointer;
    width: 686px;
}
.fsmi_p_info_vertical_icon_demo {
	background: rgba(0, 0, 0, 0) url("../images/vertical_icons_demo.png") no-repeat scroll 0 0 / 100% auto;
	display: block;
	height: 227px;
	margin-left: auto;
	margin-right: auto;
	max-width: 100%;
	cursor: pointer;
	width: 686px;
}
/********************************************************************************/
#acx_si_theme_display
{
    color: #737171;
    display: block;
    font-size: 12px;
    margin-left: auto;
    margin-right: auto;
    max-height: 312px;
    overflow-y: scroll;
    padding: 5px 7px 10px;
    text-shadow: 0 0 1px #F7F7F7;
    width: 99%;
}
#acx_si_theme_display .acx_si_single_theme_display
{
    border: 1px solid lightgray;
    float: left;
    height: 51px;
    margin-bottom: 8px;
    margin-left: 7px;
    padding: 2px;
    width: 340px;
}
#acx_si_theme_display .acx_si_single_label
{
    float: left;
    font-weight: bold;
    padding-top: 6px;
    text-align: center;
    width: 70px;
}
#acx_si_theme_display .image_div
{
float:left;
}
#acx_si_theme_display .image_div img
{
    border: 0 none;
    margin-top: 6px;
    width: 32px !important;
	margin-left:1px;
}
#acx_help_page
{
}
#acx_help_page h3
{
    color: SeaGreen;
    font-family: arial;
    font-size: 18px;
    padding-bottom: 5px;
}
#acx_help_page .q
{
    border-bottom: 1px dotted lightgray;
    color: gray;
    font-family: arial;
    font-size: 14px;
    font-weight: bold;
    margin-top: 50px;
    padding-top: 5px;
}
#acx_help_page .a
{
    font-style: italic;
}
#acurax_notice
{
    background-color: #FFEBE8;
    border: 1px solid #E6DB55;
    border-radius: 5px 5px 5px 5px;
    color: darkRed;
    font-family: arial;
    font-weight: bold;
    padding: 8px;
	font-size:14px;
}
#acurax_notice select
{
font-weight:normal;
}
#contentLeft ul{
    display: inline-block;
    list-style: none outside none;
}
#contentLeft img
{
    width: 40px;
}
#contentLeft li {
    border: 1px solid #CCCCCC;
	background:white;
    color: black;
    cursor: move;
    float: left;
    font-family: arial;
    font-size: 15px;
    list-style: none outside none;
    margin-left: 3px;
    min-width: 70px;
    padding: 5px;
    text-align: center;
}
#wtd
{
    background: url("../images/wtd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#wd
{
    background: url("../images/wd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#wrd
{
    background: url("../images/wr.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#spd
{
    background: url("../images/spd.jpg") repeat scroll 0 0 transparent;
    display: block;
    height: 50px;
    margin-right: 8px;
    margin-top: 4px;
    width: 240px;
	float:left;
	border: 3px solid gray;
    box-shadow: 1px 1px 11px -5px black;
}
#ad_fsmi_2
{
    background: url("../images/lq.jpg") repeat scroll 0 0 transparent;
    border: 2px dashed black;
    border-radius: 10px 10px 10px 10px;
    height: 366px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
    position: relative;
    width: 653px;
}
#ad_fsmi_2_button
{
    bottom: 5px;
    cursor: pointer;
    display: block;
    height: 32px;
    position: absolute;
    right: 4px;
    width: 130px;
}
#ad_fsmi_2_button_order
{
background: url("../images/button.jpg") no-repeat scroll center 0 #FFFFFF;
cursor: pointer;
display: block;
height: 115px;
margin-left: auto;
margin-right: auto;
width: 283px;
}
#ad_fsmi_2_button_order_link
{
cursor: pointer;
display: block;
height: 115px;
margin-left: auto;
margin-right: auto;
width: 283px;
}
#ad_fsmi_2_button_payments
{
    background: url("../images/payments.jpg") repeat scroll 0 0 transparent;
    height: 86px;
	display: block;
	cursor: pointer;
    margin-left: auto;
    margin-right: auto;
    width: 601px;
}
#ad_fsmi_2_button_payments_link
{
    height: 86px;
	display: block;
	cursor: pointer;
    width: 601px;
}
#acx_fsmi_premium {
    background: url("../images/dyk.png") no-repeat scroll 20px 3px #fff6d6;
    border: 1px solid #fcc328;
    float: left;
    margin-bottom: 20px;
    margin-top: 0;
    min-height: 40px;
    padding: 5px 0;
    text-align: left;
    text-indent: 105px;
    width: 100%;
	}
#acx_fsmi_premium a
{
    font-family: sans-serif;
    font-size: 21px;
	text-decoration:none;
}
#acx_backlink
{
    background-color: #FFECB3;
    border: 1px solid #E0AB1B;
    border-radius: 5px 5px 5px 5px;
    float: left;
    padding: 0 5px;
	margin-bottom:6px;
}
#acx_td_fsmi {
    background: white url("../images/thank-you.png") no-repeat scroll 25px center;
    border: 1px solid lightsteelblue;
    border-radius: 3px;
    box-sizing: border-box;
    font-family: arial;
    font-size: 12px;
    line-height: 25px !important;
    padding: 10px 10px 10px 93px;
    text-align: center;
}
#acx_td_fsmi a {
    font-family: arial;
    font-weight: bold;
    margin-left: 16px;
    text-transform: capitalize;
}
 /* Comparison 2014 Starts Here */
 #ss_middle_wrapper 
{
    background: none repeat scroll 0 0 #D5D5D5;
    border-top: 1px solid #29A2DF;
    min-height: 500px;
    width: 100%;
	float:left;
}
#ss_middle_wrapper  h2
{
    color: #000000;
    font-family: 'agency_fbbold';
    font-size: 52px;
    font-weight: normal;
    margin: 0;
	line-height: 1;
    text-transform: uppercase;
}
#ss_middle_wrapper  h3
{
	line-height: 1;
    color: #29a2df;
    font-family: 'agency_fbbold';
    font-size: 26px;
    font-weight: normal;
    margin: 0;
    text-transform: uppercase;
}
#ss_middle_center
{
    background: #ececec;
    margin: 0 auto;
    width: 1006px;
}
#ss_middle_inline_block
{
    display: inline-block;
    padding: 33px;
    width: 940px;
}
.middle_h2_1
{
    background: url("../images/girl.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    height: 149px;
    padding-left: 154px;
    padding-top: 53px;
    width: 786px;
	float: left;
}
 #ss_features_table
{
    float: left;
    margin: -62px 0 0;
    width: 940px;
} 
#ss_table_header
{	
    width: 940px;
	float: left;	
	height: 118px;	
}
#ss_table_header h3
{
    color: #FFFFFF;
    font-family: arial;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
}
.tb_h1
{
    background: url("../images/table_head_1.jpg") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    padding: 21px 0;
    width: 178px;
	float: left;
    margin: 62px 0 0;	
}
.tb_h2
{
    background: url("../images/table_head_2.jpg") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    padding: 21px 0;
    width: 340px;
	float: left;
    margin: 62px 0 0;	
}
.tb_h3
{
    background: url("../images/table_head_3.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    width: 211px;
	height: 88px;
	float: left;	
    margin: 30px 0 0;	
	position: relative;
}
.ss_download
{
    height: 32px;
    left: 94px;
    position: absolute;
    top: 44px;
    width: 102px;
}
.tb_h4
{
    background: url("../images/table_head_4.png") no-repeat scroll left 0 rgba(0, 0, 0, 0);
    width: 211px;
	height: 118px;
	float: left;	
	position: relative;
}
.ss_buy_now
{
height: 65px;
left: 2px;
position: absolute;
top: 51px;
width: 207px;
}
.ss_column_holder
{
    background: none repeat scroll 0 0 #FFFFFF;
    border-bottom: 1px solid #E6E6E6;
    float: left;
    width: 940px;
}
.ss_feature_group
{
    color: #33a9e1;
    font-family: arial;
    font-size: 14px;
    font-weight: bolder;
    line-height: 1;
    text-align: center;
	float: left;
	width: 176px;
}
.ss_features
{
    border-left: 1px solid #E6E6E6;
    color: #737373;
    font-family: arial;
    font-size: 12px;
    line-height: 1;
	float: left;
}
.ss_features ul
{
	margin: 0;
	padding: 0;
}
.ss_features ul li
{	
    border-bottom: 1px solid #E6E6E6;
    list-style: none outside none;
    padding: 13px;
    width: 315px;
	margin-bottom: 0;
}
.ss_features  ul li a
{
    color: #29A2DF;
    float: right;
    font-family: arial;
    font-size: 12px;
    font-weight: normal;
    text-decoration: none;
    transition: all 0.3s ease 0s;
}
.ss_features ul li a:hover
{
	color: #006496;
}
.ss_last_one
{
    border: 0 none !important;
}
.ss_y_n_holder
{
    border-left: 1px solid #E6E6E6;
	float: left;	
    width: 210px;		
}
.ss_yes
{
    background: url("../images/ss_yes.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E6E6E6;
    height: 38px;
    width: 210px;	
}
.ss_no
{
    background: url("../images/ss_no.png") no-repeat scroll center center rgba(0, 0, 0, 0);
    border-bottom: 1px solid #E6E6E6;
    height: 38px;
    width: 210px;	
}
.order_now
{
    float: left;
    height: 105px;
    margin: 28px 0 19px 323px;
    width: 310px;
}
.ss_column_holder .mini
{
display:none;
}

 /* Comparison 2014 Ends Here */
#acx_td p .button
{
    border: 1px solid lightgray;
    margin: 0 3px 0 0 !important;
    min-height: 30px !important;
    padding: 3px 10px !important;
}
#acx_td p .button:hover
{
    background: azure;
}
#acx_trouble_ul
{
display: inline-block;
list-style: none outside none;
width: 100%;
}
#acx_trouble_ul li
{
  background: url("../images/tag.png") no-repeat scroll 6px center #F8F8FF;
  border: 1px dashed #808080;
  color: #006400;
  float: left;
  font-size: 13px;
  list-style: none outside none;
  margin-left: 2px;
  margin-right: 2px;
  padding: 5px;
  text-indent: 24px;
  text-transform: capitalize;
}
#acx_trouble_ul li a
{
text-decoration:none !important;
color:#006400;
}
.acx_trouble_fixit
{
background: url("../images/fix.png") no-repeat scroll 5px center #F0FFF0;
border-bottom: 1px solid #D3D3D3;
border-radius: 5px;
border-right: 1px solid #D3D3D3;
margin-left: 10px;
padding: 4px 10px 4px 28px;
}
/* Starting CSS for Quick Request Form */
#acx_quick_request_form
{
    background: none repeat scroll 0 0 white;
    border: 1px solid lightgray;
    border-radius: 1px;
    height: 390px;
    margin-left: auto;
    margin-right: auto;
    margin-top: 20px;
    padding: 10px;
    width: 350px;
}
#acx_quick_request_form input
{
    border: 1px solid #20B2AA;
    width: 245px;
}
#acx_quick_request_form textarea
{
    border: 1px solid #20B2AA;
    width: 245px;
	height:100px;
}
#acx_quick_request_form .acx_qr_label
{
float: left;
font-family: arial;
min-width: 90px;
padding-right: 10px;
padding-top: 6px;
margin-bottom:5px;
}
#acx_quick_request_form .acx_qr_field
{
    float: left;
	margin-bottom:5px;
}
#acx_quick_request_form span
{
color:red;
}
#acx_quick_request_form h2
{
font-family: arial;
font-size: 17px;
line-height: 28px;
margin: 0 0 14px;
text-align: center;
text-transform: capitalize;
}
/* Ending CSS for Quick Request Form */
/* Starting Ad Banner Code */
#acx_ad_banners_fsmi
{
    float: left;
    margin-bottom: 10px;
    min-height: 80px;
    width: 100%;
}
#acx_ad_banners_fsmi .acx_ad_fsmi_1
{
border: 1px solid lightgray;
display: block;
float: left;
height: auto;
margin-bottom: 12px;
overflow: hidden;
padding-bottom: 15px;
text-decoration: none;
width: 100%;
}
#acx_ad_banners_fsmi .acx_ad_fsmi_title
{
background: lavender none repeat scroll 0 0;
box-sizing: border-box;
color: black;
float: left;
font-family: arial;
font-size: 14px;
font-weight: bold;
opacity: 0.8;
padding: 10px;
text-align: left;
width: 100%;
}
#acx_ad_banners_fsmi .acx_ad_fsmi_1:hover {
    border: 1px solid #00a0d2;
}
#acx_ad_banners_fsmi .acx_ad_fsmi_desc
{
background: rgba(0, 0, 0, 0) url("../images/wp.png") no-repeat scroll 5px 0;
box-sizing: border-box;
color: black;
float: left;
font-family: arial;
font-size: 13px;
height: 32px;
padding-right:3px;
margin-top: 15px;
padding-left: 42px;
padding-top: 6px;
text-transform: capitalize;
width: 100%;
}
#acx_ad_banners_fsmi .acx_ad_fsmi_desc2
{
background: url("../images/des.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
#acx_ad_banners_fsmi .acx_ad_fsmi_desc3
{
background: url("../images/plug.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
#acx_ad_banners_fsmi .acx_ad_fsmi_desc4
{
background: url("../images/quick.png") no-repeat scroll 5px center rgba(0, 0, 0, 0);
}
/* Ending Ad Banner Code */
#floating-social-media-icon, #floating-social-media-icon .column-description,#floating-social-media-icon  .check-column
{
background: url("../images/plugin_page_bg.png") repeat-x scroll 0 0 #FFFFFF;
}
#plugin_page_links
{
background: none repeat scroll 0 0 #87CEFA;
border-radius: 8px;
color: #2F4F4F;
min-height: 22px;
margin-top: 15px;
padding: 5px;
text-align: center;
}
#floating-social-media-icon .plugin-title
{
    background: transparent url("../images/from.png") no-repeat scroll 4% 82%;
    display: block;
    min-height: 120px;
}
#plugin_page_links a
{
    color: #2f4f4f;
    font-family: arial;
    font-size: 12px;
    padding: 1px 8px;
}
#plugin_page_links a:hover
{
text-decoration:underline;
}

@media screen and (min-width:840px)
{
	#acx_fsmi_sidebar
	{
	display:block;
	}
	
}
.acx_fsmi_download_log_cvr {
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.acx_fsmi_download_log_cvr .acx_fsmi_download_log {
	color: #333;
	text-align: center;
	float: right;
}
