/*   
Theme Name: Company.com
Theme URI: http://www.company.com/
Description: WordPress Theme template for Company.com
Author: Company.com
Author URI: http://www.company.com/
Version: 1
*/

*{
    margin: 0;
    padding: 0;
    box-sizing: initial !important;
    -webkit-box-sizing:initial !important;
}
.row{
    margin-left: 0 !important; 
    margin-right: 0 !important; 
}
body.admin-bar{
    padding-top: 0!important;
}
/** Generated by FG **/
@font-face {
	font-family: 'open_sansregular';
        src: url('fonts/OpenSans-Regular-webfont.eot');
        src: url('fonts/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
             url('fonts/OpenSans-Regular-webfont.woff') format('woff'),
             url('fonts/OpenSans-Regular-webfont.ttf') format('truetype'),
             url('fonts/OpenSans-Regular-webfont.svg#open_sansregular') format('svg');
        font-weight: normal;
        font-style: normal;
}
@font-face {
    font-family: 'open_sanslight';
    src: url('fonts/OpenSans-Light-webfont.eot');
    src: url('fonts/OpenSans-Light-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Light-webfont.woff') format('woff'),
         url('fonts/OpenSans-Light-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Light-webfont.svg#open_sanslight') format('svg');
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'open_sansbold';
    src: url('fonts/OpenSans-Bold-webfont.eot');
    src: url('fonts/OpenSans-Bold-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/OpenSans-Bold-webfont.woff') format('woff'),
         url('fonts/OpenSans-Bold-webfont.ttf') format('truetype'),
         url('fonts/OpenSans-Bold-webfont.svg#open_sansbold') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'MYRIADPROREGULAR';
    src: url('fonts/MYRIADPROREGULAR.eot');
    src: local('MYRIADPROREGULAR'), url('fonts/MYRIADPROREGULAR.woff') format('woff'), 
        url('fonts/MYRIADPROREGULAR.ttf') format('truetype');
}
body{
    font-family: "open_sanslight" !important;
    font-size: 12px !important;   
    position: relative;
}
.strong{
    font-weight: bold;
}
.underline{
    text-decoration: underline;
}
#html5-watermark{
    display: none !important;
}
.content-item .strong{
    color: #8bc140;
}
.loader{
    background: url("./images/ajax-loader.gif") 0 0 no-repeat;
    width: 31px;
    height: 31px;
}
.bg-error{
    background: #eee;
    padding: 5px;
}
.linkColor{
    color: #36bae2;
}
.businness-block {
    position: relative;
    background: #fff;
    padding-bottom: 48px;
}
.businness-block .front a:hover,
.businness-block .front a:active,
.businness-block .front a:focus{
    text-decoration: none !important;
}
.businness-block .icon:before{
    padding: 8px;    
    border-radius: 50%;  
    color: #fff;
    transition: all 0.5s ease;
}
.businness-block .social:before{
    background: #46769c;    
}
.businness-block .social:hover:before{
    background: #548cb8;    
}
.businness-block .search:before{
    background: #468e78;    
}
.businness-block .search:hover:before{
    background: #54aa90;    
}
.businness-block .hire:before{
    background: #b05574;    
}
.businness-block .hire:hover:before{
    background: #c96386;    
}
.businness-block .rx:before{
    background: #ecbb07;    
}
.businness-block .rx:hover:before{
    background: #facf30;    
}
.businness-block .directory:hover:before{
    background: #d27259;    
}
.businness-block .directory:before{
    background: #ed8164;    
}
.businness-block .payroll:before{
    background: #26c795;    
}
.businness-block .payroll:hover:before{
    background: #2de2aa;    
}
.businness-block .tech:before{
    background: #8c8c8c;    
}
.businness-block .tech:hover:before{
    background: #a4a3a3;    
}
.businness-block .web:before{
    background: #738e57;    
}
.businness-block .web:hover:before{
    background: #88a768;    
}
.businness-block .waranties:before{
    background: #bdbdbd;    
}
.businness-block .waranties:hover:before{
    background: #a2a1a1;    
}

.page404{
    padding-top: 102px;
    min-height: 450px;
}

/*START Single post styles*/
.single_post{
    min-height: 350px;
    padding-top: 80px !important;
}
.single_post .title{
    font-weight: bold;
}
.single_post .meta{
    color:#A3A2A2;
    margin-bottom: 15px;
    font-style: oblique;
}
.single_post .entry{
    font-size: 14px;
    /*margin-bottom: 20px;*/
}
.single_img img{
    margin: 20px;
}
/*END Single post styles*/

/*START Blog post styles*/
.blog_top {
    width: 100%;
    height: 376px;
    overflow: hidden;
    position: relative;
}
.blog_top img{
    width: 100%;
    height: auto;
}
.blog_top .title{
    position: absolute;
    z-index: 1000;
    top:22%;
    width: 100%;
    background: url("./images/icons/icon_insight.png") 0 0 no-repeat;
    background-position: center 35px;
    padding-top: 90px;
    padding-bottom: 0;
    text-align: center;
    font-size: 3.5em;
}
.blog_cats{
    list-style-type: none;
    display: inline-block;
    margin-top: 15px;
}
.blog_cats li{
   float: left;
   padding: 5px 16px;
   border-right: 1px solid #c8c8c8;
   margin-bottom: 30px;
}
.blog_cats li:last-child{
    border-right: none;
}
.blog_cats li a{
    color: #464637;
}
.post_date{
    color: #9d9d9f;
    margin-bottom: 39px;
    display: block;
}
.cpt_blog .main_container{
    width: 65%!important;    
}
.cpt_blog .content{
    padding: 20px;
    font-size: 1.6em;
}
.blog_img {
    width: 100%;
    max-width: 100%;
    height: auto;
}
.blog_title a{
    color: #333;
    font-size: 1.3em;
}
.blog_title a:hover,
.blog_title a:focus{
    text-decoration: none;
}

/*END Blog post styles*/

/*START Press post styles*/
#press{
    padding-top: 70px;
    min-height: 400px;
    margin: 0 auto;
    width: 75%;
}
#press .page_title{
    font-size: 2.5em;
    padding-top: 5px;
    border-bottom: 1px solid #81C02C;
    margin-bottom: 20px;
    font-family: "open_sansregular";
}
#press .press_item{
    display: inline-block;
    width: 100%;
    padding: 10px;
    border-bottom: 1px dotted #E0E0E0;
    margin-bottom: 20px;
}
#press .press_item h2{
    margin: 0;
    padding: 0;
    font-size: 1.8em;
    padding-bottom: 10px;
    font-family: "open_sansregular";
}
#press .press_item h2 a{
    color: #55636C;
}
#press .press_item h2 a:hover{
    color: #95AD82;
    text-decoration: none;
}
#press .press_item .press_img{
    width: 18%;
    float: left;
}
#press .press_item .press_img img{
    padding: 2px;
    border: 1px solid #95AD82;
    max-width: 85%;
}
#press .press_item .press_txt{
    width: 80%;
    float: left;
    
}
#press .press_item .press_txt .excerpt{
    font-size: 1.2em;
    margin-top: 12px;
}
#press .press_item .press_txt .moreTxt{
    text-align: right;
}
#press .press_item .press_txt .moreTxt a{
    color: #95AD82;
}
.newsMore a{
    color: #000;
    text-decoration: underline;
}
.single_press{
    font-size: 1.1em;
    line-height: 1.1em;
}
.single_press img{
    float: left;
    margin: 0 20px 20px 0;
    max-width: 250px;
}
.single_press .entry{
    font-size: 1.2em;
    line-height: 1.8em;
}
.single_press .entry a{
   color: #81C02C;
   text-decoration: underline;
}
/*END Press post styles*/

/*START Abuot Us banner styles*/


.lowerRate{
    font-size: 57px;
    line-height: 50px;
}
.call_us{
    margin-top: 36px;
    color: #000;
    text-shadow: none;
}
.call_us span{
    font-size: 25px;
}
.onCard{
    font-size: 32px;
}
.contentBox{
    padding-top: 40px;
    padding-left: 40px;
}
.rate_text{
    font-size: 1em !important;
    line-height: 1.5em;
    color: #000;
  font-weight: 600;
   
}
.aboutTextBlock{
  transition: all 0.5s ease;
  position: absolute;
  left: 10%;
  width: 80%;
  text-align: center;
  font-size: 12px;
}
.aboutTextBlock .greenTitle{
    color: #9FEC38;
    font-size: 5em;
    line-height: 1em;
}
.aboutTextBlock .description{
    color: #fff;
    font-size: 2.9em;
    line-height: 1.1em;
    padding-top: 10px;        
}
.overlayImg {
    position: relative;    
}
.overlayImg:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(0, 0, 0, 0.3);
}
.overlayBlue{
    position: relative;
    z-index: 1;
}
.overlayBlue:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 75, 91, 0.65);
    z-index: 1;
}
.top_slider .overlayBlue:before {
    content: "";
    display: block !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(51, 75, 90, 0.75);
    z-index: 1;
}

.top_slider .overlayBlue.ldf_slide_item .try_free{
    margin-top: 300px;
}
.top_slider .overlayBlue.ldf_slide_item .try_free a{
    position: relative;
    z-index: 100;
}

.wpb_wrapper{
    position: relative;
    z-index: 10;
}
/*END Abuot Us banner styles*/

/*END Company Support page styles*/
.mb15{
  margin-bottom: 15px !important;
}
.mb25{
  margin-bottom: 25px !important;
}
.lGreentxt{
    color: #98E43D;   
}
.titleGray1 h2{
    font-size: 1.7em !important;
    line-height: 1.5em;
    font-family: "open_sansregular";
    text-align: center;
}
.titleGray1 .lGreentxt{
      font-size: 1.2em;
}
.helpBtn{
    border-radius: 0 !important;
    width: 40% !important;
    border: 0 !important;
    background: #7ec02b !important;
    color: #000 !important;
    transition: background 0.2s, color 0.2s;
}
.greenBorderedBtn{
    border-radius: 4px;
    border: none;
    transition: background 0.2s, color 0.2s;
    color: #fff;
    padding: 10px 15px;
    margin-top: 15px;
    text-decoration: none;
    font-size: 1.3em;
    font-family: "open_sansregular";
    background: #3498db;
    display: inline-block;
    cursor: pointer;
}
.greenBorderedBtn:hover,
.greenBorderedBtn:focus,
.greenBorderedBtn:active
{
    text-decoration: none;
    background: #3498db;
    color: #fff;
}
hr.greenLine{
    border: solid #4E790D;
    border-width: 1px 0 0;
    margin: 10px auto;
}

.greenTitle1 h2{
    margin: 0;
    color: #6FAD23 !important;
    font-size: 1.8em;
    line-height: 36px;
    font-family: "open_sansregular";
}
.greenTitle1  p{
      font-size: 1.5em !important;
  line-height: 1.5em;
  color: #000;
  font-weight: 600;
}
.greenTitle1 .widget {
    margin-bottom: 0 !important;
}
.greenTitle2 {
    color: #4E790D;
    font-size: 1.6em;
    margin-left: 16px;
    margin-bottom: 15px !important;
    font-family: "open_sansregular";
}
.greenTitleLight {  
    color: #CCFF7E;
    font-size: 2em;
    margin-top: 17px;
    font-family: "open_sansregular";
}
.greenTitle2 img{
    margin-right: 10px;
    float: left;
    width: 45px;
}
.greenTitle2 span{
      line-height: 1.7em;
      font-family: "open_sansregular";
}
.greenTitle3 h2 {
  margin: 0;
    color: #97E43A !important;
  font-size: 2.7em;
  text-align: center;
  line-height: 1.2em;
  padding-top: 25px;
  font-family: "open_sansregular";
}
.sevicesTxt{
    padding-left: 85px;
}

.servicePlanTitle{
    padding: 0 5%;
}
.servicePlanTitle .greenTitle2{
     line-height: 1.3em;
}
.sevicesTxt h2{
    margin: 5px 0;
    font-size: 1.3em;
    font-family: "open_sansregular";
}
.servicesBlock h2{
    margin: 0 0 10px 0;
    font-size: 1.5em;
    font-family: "open_sansregular";
}
.helpBlock{
    text-align: center;
}
.electronicItems h2{
   font-size: 1.2em;
}
.electronicItems ul{
    margin-left: 20px;
    margin-top: 15px;
    list-style-type: square;
}
//form styles
.formBox{
    
}

.formBlock{
    padding: 20px 0;
    background-attachment: fixed;
    background-size: 100% auto;
}
.servicesBlock{
    background-attachment: fixed;
    width: 100%;
}
.formBox > .wpb_wrapper {
    width: 80%;
    margin-left: 15%;
    border: 1px solid #d5dde0;
    padding: 10px;
    background:rgba(0, 0, 0, 0.2);
    padding: 10px 10px 25px 10px;
    -webkit-box-shadow: 0px 0px 3px 0px rgba(255,255,255,0.3);
    -moz-box-shadow: 0px 0px 3px 0px rgba(255,255,255,0.3);
    box-shadow: 0px 0px 3px 0px rgba(255,255,255,0.3);
}
.formBox .wpb_wrapper h3{
    font-size: 2.3em;
    color: #98E43A !important;
    padding-bottom: 13px;
    margin-left: 10px;
    border-bottom: 1px solid #eee;
    text-shadow: 0px 1px 0px rgb(150, 166, 126);
    font-family: "open_sansregular";
}
.mktoForm {
    width: auto !important;
}
.cf_widget_socialsignon .cf_sign_on{
    width: auto !important;
    background: none;
    border: none;
    padding: 0;
    margin: 0;
}
.mktoForm input[type=text], 
.mktoForm input[type=url], 
.mktoForm input[type=email], 
.mktoForm input[type=tel], 
.mktoForm input[type=number], 
.mktoForm input[type=date], 
.mktoForm select.mktoField, 
.mktoForm textarea.mktoField{
    width: 73% !important;
    border-radius: 0 !important;
    background: #fff !important;
    border: 1px solid #D5DDE0 !important;
    box-shadow: none !important;
    padding: 0.1em 0.3em  !important;
    max-height: 25px;
}
.payments .mktoForm label.mktoLabel,
.marketplace label,
.mktoForm .mktoRequiredField label.mktoLabel,
.modalDialog .mktoForm label.mktoLabel{
    width: 27% !important;
    font-weight: normal !important;
    cursor: pointer !important;
}
.contact-page .contactForm  label,
.contact-page .contactForm  .mktoForm .mktoRequiredField label.mktoLabel{
    width: 100% !important; 
}
.mktoFormCol{
    width: 100% !important;
}
.mktoAsterix{
    display: none !important;
}
.mktoForm .mktoFieldWrap{
     width: 98% !important;
     position: relative;
}
.mktoButtonRow{
    display: block !important;
}
.mktoRound{
    margin-left: 28% !important;
}
.mktoForm .mktoOffset{
    width: 2%;
}

.mktoForm .mktoButtonWrap.mktoRound .mktoButton{
    border-radius: 0 !important;
    width: 40% !important;
    max-width: 180px;
    border: 0 !important;
    background: #7ec02b !important;
    color: #000 !important;
    transition: background 0.2s, color 0.2s;
}
.mktoForm .mktoButtonWrap.mktoRound .mktoButton:hover{ 
    background: #537E1C !important;
    color: #fff !important;
}
.mktoButtonRow{
    margin-bottom: 10px;
}
.marchantTxt h2{
    margin-bottom: 20px;
}
.marchantTxt ul{
    list-style: square !important;
    margin: 0 20px !important;
}
.marchantTxt ul li{
    margin: 5px 0;
}
.pageLogo img{
      max-width: 90% !important;
}
.cf_widget_socialsignon .cf_sign_on_button, .helpBtn { 
    line-height:14px;
    border-radius: 0px;
    border:none;
    padding:5px 6px;
    width: 110px;	
    background:#0075ae;
    margin-right:5px;
    font-family:inherit;
    font-size:13px;
    color:#fff;
    cursor:pointer;
}
.helpBtn{
    display: inline-block;
    color: #fff !important;
    padding: 15px 0;
    margin-top: 15px;
    text-decoration: none;
    font-size: 1.3em;
    font-family: "open_sansregular";
}
.helpBtn:hover{
   text-decoration: none;
   background:#98E43D !important;
}
.cf_sign_on_caption {color: #fff;}
.mktoForm label { color: #fff;}
.mktoForm{ position: relative; }
.cf_sign_on_caption{
    position: absolute;
    left: 10px;
    width: 40% !important;
    font-size: 1.15em;
}
.cf_widget_socialsignon .cf_sign_on_button:nth-child(even){
    position: absolute;
    right: 120px;
    top: 0;
    background-color: #005D89;
    width: 120px;
    color: #fff;
    filter:  #005D89;
}
.cf_widget_socialsignon .cf_sign_on_button:nth-child(odd){
    position: absolute;
    right: 10px;
    top: 30px;
    background-color: #2E4679;
    width: 120px;
    color: #fff;
    filter:  #005D89;
}

.cf_widget_socialsignon .cf_sign_on{
    height: 20px;
    background-color: #fff !important;
    border: 0 !important;
}
.cf_widget_socialsignon .cf_sign_on_button .cf_icon{
    margin-right: 20px;
}
.mktoForm .mktoGutter{
    display: none;
}

/*END Company Support page styles*/

.hide{
    display: none;
}
.main_container{
    margin: 0 auto;
    width: 80%;
}
.header{
    width: 100%;
    min-height: 65px;
    background: #F0F2ED;
    overflow: auto;
}
.header_menu .logo{
    margin-top: 18px;
    //margin-left: 5%;
    width: 18%;
}

.header_menu .logo img{
    width: 185px;
    max-width: 100%;
}
.login{
    padding: 20px 10px 0 0 !important
}

.login .sign_in{
   
}
.login .register{
    
}
.login .register a{
    transition: all 0.5s ease;
    color: #464637;
    text-decoration: underline;
    padding: 4px 0;
    display: inline-block;
    text-transform: uppercase;
    font-size: 0.9em;
}
.login .register a:hover{
    color: #81c02c;
}
.login .sign_in a, .contact_form input[type="submit"]{   
    transition: all 0.5s ease;
    background: #81c02c;
    color: #fff;
    padding: 4px 5px;
    display: inline-block;
    margin-right: 5px;
    font-size: 0.9em;
    text-transform: uppercase;
}
.contact_form input[type="submit"]{
    border: none;
    padding: 10px 25px 8px 25px;
    font-size: 1em;
}
.login .sign_in a:hover,
.login .sign_in a:active,
.login .sign_in a:focus,
.contact_form input[type="submit"]:hover{
    text-decoration: none;
    background: #9ae436;
}
.dotted_line{
    height: 1px;
    border-bottom: 1px dotted #7FA0B1;
    margin-top: 5px;
    margin-bottom: 15px;
}
/*BEGEN header menu styles*/
.header_menu{
    min-height: 50px;
    width: 100%;
    border-top: 1px solid #d2d2c9;
    border-bottom: 1px solid #d2d2c9;
    /*background: url("images/top_menu_bg.png") 0 0 repeat;*/
    background: #fff;
    position: absolute;
    /*position: relative;*/
    top: 0;
    z-index: 10000;
}
.header_menu .header_menu_items{
    list-style-type: none;
    float: left;
    margin-left: 11%;
}
.header_menu .header_menu_items li,
.header_menu .navbar-nav>li{
    float: left;
    margin-top: 16px;
    padding-right: 30px;
    font-weight: bold;
}
button.navbar-toggle{
    background: #B1B1B1 !important;
}
button.navbar-toggle .icon-bar{
    background: #fff !important;
}
.header_menu .header_menu_items li:first-child,
.header_menu .navbar-nav>li:first-child{
    padding-left: 0;    
}
.header_menu .navbar-nav>li.active>a{
    color: #8ac439;
}
.header_menu .dropdown-menu>.active>a, 
.header_menu .dropdown-menu>.active>a:hover, 
.header_menu .dropdown-menu>.active>a:focus{
    color: #fff !important;
    background-color: #81C02C;
}
.header_menu .header_menu_items li:last-child,
.header_menu .navbar-nav>li:last-child{
    padding-right: 0;
    border-right: none;
}
.navbar-nav>li>.dropdown-menu{
    padding: 10px 0 !important;;
}
.dropdown-menu>li>a{
    padding: 8px 35px !important;
}
.header_menu .navbar-nav>li>a{
    transition: all 0.5s ease;
    text-transform: capitalize;
    text-decoration: none;
    padding: 5px 7px;
    display: block;
    color: #464637;
}
.header_menu .navbar-nav li a:hover{
     color: #8ac439;
}
.header_menu .navbar-nav>li:last-child>a{
    border-right: 0;
}
.header_menu .navbar-nav>li>a:hover,
.header_menu .navbar-nav>li>a:active,
.header_menu .nav>li>a:focus{
    background: none;
}
.header_menu_social{
    list-style-type: none;
    margin-right: 2.6%;
}
.header_menu_social li{
      float: left;
      margin-right: 13px;
}
.header_menu_social li:last-child{
    margin-right: 0;
}
.header_menu_social li a{
    display: block;
    width: 22px;
    height: 20px;
    text-indent: -9000px;
}
.header_menu_social li.fb{
    background: url("./images/icons/icon_fb.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.header_menu_social li.tw{
    background: url("./images/icons/icon_tw.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.header_menu_social li.in{
    background: url("./images/icons/icon_in.png") 0 0 no-repeat;
    background-size: 100% 100%;
}
.header_menu .navbar{
    margin: 0;
    border: 0;
    box-sizing: initial;
    -webkit-box-sizing:initial;
}
.dropdown-menu li{
    position: relative;
    border-top: 1px solid #E6E6E6;
}
.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;     
}
.navbar-nav li .dropdown-menu{
    border: none;
    background: url("images/top_submenu_bg.png") 0 0 repeat !important;
    border-radius: 0px !important;
    margin-left: 0 !important; 
    z-index: 100000;
}
.search_icon{
    background: url("images/search_icon.png") 0 0 no-repeat;
    width: 22px;
    height: 23px;
    background-size: 100% 100%;
    margin: 20px 0;
    cursor: pointer;
}
.serach_form #search{
    margin: 15px 0 0 0;
    padding: 0 10px;
    max-width: 80%;
    border: 1px solid #939394;
    border-radius: 32px;
    outline: none;
    height: 28px;
    display: none;
}
.top_slider{
    position: relative;   
}
.top_slider #searchform{
    position: absolute;
    top: 0;
    z-index: 10000;
    left: 17%;
}
.top_slider #searchform #search{
    width: 285px;
    margin-top: 30px;
    padding: 8px 20px;
    border-radius: 25px;
    border: 1px solid #9e9d90;
    outline: none;
    background: #ddddd6 url(./images/icons/icon_search.png) 0 0 no-repeat;  
    background-position: 96% 50%;
    -webkit-box-shadow: inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    -moz-box-shadow:    inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
    box-shadow:         inset 0px 0px 5px 0px rgba(50, 50, 50, 0.75);
}
.top_slider img{   
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    left: 0;
}
.top_slider .bx-wrapper{
    position: relative;
}
.top_slider .bx-pager{
    z-index: 10000;
    position: absolute;
    text-align: center;
    bottom: 60px;
    width: 100%;
}
.top_slider .bx-pager .bx-pager-item{
    display: inline-block;
}
.top_slider .bx-pager .bx-pager-item a{
    width: 12px;
    height: 12px;
    border-radius: 10px;
    background: #c6c4b1;
    text-indent: -9000px;
    overflow: hidden;
    display: block;
    margin-right: 20px;
}
.top_slider .bx-pager .bx-pager-item a.active{
    background: #8ac439;
}
.top_slider .bx-pager .bx-pager-item:last-child a{
    margin-right: 0;
}
.top_slider .bx-controls-direction{
    position: absolute;
    top: 25%;
    width: 97%;
    left: 1.5%;
    z-index: 10;
}
.top_slider .bx-controls-direction a.bx-prev,
.top_slider .bx-controls-direction a.bx-next{
    float: left;
    display: block;
    width: 14px;
    height: 68px;
    text-indent: -9000px;
    background: url(./images/top_sl_left_arrow.png) 0 0 no-repeat;   
    margin-left: 3%;
}
.top_slider .bx-controls-direction a.bx-next{
    float: right;
    background: url(./images/top_sl_right_arrow.png) 0 0 no-repeat;   
    margin-right: 3%;
}
.topSlider{
    color: #666;
    transition: all 0.5s ease;
    position: relative;        
}
.topSlider li{
    display: table;
}
.topSlider .content_block{
    transition: all 0.5s ease;
    position: relative;
    text-align: center;
    z-index: 10;
    text-align: center;
    display: table-cell;
    vertical-align: middle;
    padding: 0 20%;
    padding-top: 25px;
}
.topSlider .content_block .cnt{
    
}
.topSlider .content_block .title{
    color: #8ec54a;
    font-size: 36px;
}
.topSlider .content_block .description{
    font-size: 34px;
    line-height: 1.1em;
    /*padding-top: 30px;*/
    color: #fff;
}
.topSlider .try_free a{
    display: inline-block;
    background: #3498db;
    color: #fff;
    border: 1px solid #3498db;
    text-decoration: none;
    font-size: 16px;
    line-height: 1;
    border-radius: 3px;
    padding: 15px 25px;
    margin: 15px 20px 0 0;
    text-transform: capitalize;
    transition: all 0.5s ease;
}
.topSlider .try_free a:hover{
}
/*END header menu styles*/
.row_block{
    padding-top: 10px;
    margin-bottom: 10px;
}

.businness-block .title{  
    font-size: 3em;
    line-height: 1.5em;
    font-weight: normal;    
    text-align: center;
}
.businness-block h1.title{
    padding: 60px 0;
    margin: 0;
    color: #8dc63f;
}
.front .title{
    color: #8dc63f;
}
.front .sub_title{
    color: #848484;
}


.main_items{
    display: inline-block;
    width: 100%;
}
.main_items .item{
    width: 33%;
    float: left;
    position: relative;
    padding: 0 3%;
    box-sizing: border-box !important;
    color: #848484;
}
.icon{
    position: relaive;
    text-align: center;
}
.front a:hover{
    text-decoration: none;
}

.front .icon{
    font-size: 10em;
    height: 150px;
    transition: all 0.5s linear;
}

.front .more{
    color: #344c5b;
    border: 1px solid #344c5b;
    transition: all 0.5s linear;
}
.front .more:hover{
    color: #8ac43f;
    border: 1px solid #8ac43f;
}

.icon .icon_bg_shadow{
    
}
.icon_payment{
    background: url(./images/icon_payment.png) 0 0 no-repeat;
}
.icon a{
    width: 125px;
    height: 125px;
    display: inline-block;
}
a.more:hover,
a.more:focus{
    text-decoration: none !important;
}

/*BEGEIN icon styles*/
/*//warranties page icons*/
.laptop-icon, .desktop-icon, .printer-icon, .tablet-icon, .scanner-icon{
    width: 121px;
    height: 124px;
    display: block;
    text-indent: -9999px;
    cursor: pointer;
    transition: all 0.5s ease;
}
.laptop-icon{
    background: url(./images/icons/laptop-icon.png) 0 0 no-repeat;    
}
.laptop-icon:hover{ background: url(./images/icons/laptop-icon-hover.png) 0 0 no-repeat; }
.desktop-icon{
    background: url(./images/icons/desktop-icon.png) 0 0 no-repeat;
}
.desktop-icon:hover{ background: url(./images/icons/desktop-icon-hover.png) 0 0 no-repeat; }
.printer-icon{
    background: url(./images/icons/printer-icon.png) 0 0 no-repeat;
}
.printer-icon:hover{ background: url(./images/icons/printer-icon-hover.png) 0 0 no-repeat; }
.tablet-icon{
    background: url(./images/icons/tablet-icon.png) 0 0 no-repeat;
}
.tablet-icon:hover{ background: url(./images/icons/tablet-icon-hover.png) 0 0 no-repeat; }
.scanner-icon{
    background: url(./images/icons/scanner-icon.png) 0 0 no-repeat;
}
.scanner-icon:hover{ background: url(./images/icons/scanner-icon-hover.png) 0 0 no-repeat; }
.icon-block{
    display: inline-block;
    text-align: center;
    margin: 0 15px 10px 15px;
    color: #fff;
    font-size: 17px;    
}
.icon-block .text{
    margin-top: 5px;
    display: inline-block;
}
.icon-block:hover{
    
}
/*//warranties page icons*/

a.icon_bg{
    width: 120px;
    height: 120px;
}
.company_social a.icon_bg{
    background: url(./images/icons/icon_social.png) 0 0 no-repeat;    
    background-size: 100% 100%;
}
.company_email a.icon_bg{
    background: url(./images/icons/icon_email.png) 0 0 no-repeat;   
    background-size: 100% 100%;
}
.company_payroll a.icon_bg{
    background: url(./images/icons/icon_payroll.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}
.company_directory a.icon_bg{
    background: url(./images/icons/icon_directory.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}
.company_found a.icon_bg{
    background: url(./images/icons/icon_found.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.company_legal a.icon_bg{
    background: url(./images/icons/icon_legal.png) 0 0 no-repeat;  
    background-size: 100% 100%;
}
.company_finance a.icon_bg{
    background: url(./images/icons/icon_finance.png) 0 0 no-repeat;
    background-size: 100% 100%;
}
.company_hire a.icon_bg{
    background: url(./images/icons/icon_hire.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}
.company_market a.icon_bg{
    background: url(./images/icons/icon_marketplace.png) 0 0 no-repeat;  
    background-size: 100% 100%;
}
.rx_benefits a.icon_bg{
    background: url(./images/icons/icon_rx.png) 0 0 no-repeat; 
    background-size: 100% 100%;
}

.item{
    text-align: center;
}
.item .title{
    font-size: 2em;
    text-align: center;
    line-height: 1em;
    display: inline-block;
    min-height: 60px;
    margin-top: 15px;
}
.item .title .sub_title{
    font-size: 10px;
    text-align: right;
}
.more{
    transition: all 0.5s ease;
    display: inline-block;
    padding: 5px 19px;
    text-decoration: none;
    color: #fff;
    font-size: 1em;
}
.company_social .more{   
    color: #7FA0B1;
    border: 1px solid #7FA0B1;
}
.company_social .more:hover{   
    color: #7FA0B1 ;
}

.company_found .more{   
    color: #54ac8f;
    border: 1px solid #54ac8f;
}
.company_found .more:hover{   
    color: #54ac8f;
}
.company_payroll .more{   
    color: #1cc795;
    border: 1px solid #1CC795;
}
.company_payroll .more:hover{
    color: #1cc795;
}
.company_hire .more{
    color: #b05574;
    border: 1px solid #b05574;
}
.company_hire .more:hover{
    color: #b05574;
}
.rx_benefits .more{
   color: #ecbb0b;
   border: 1px solid #ecbb0b;
}  
.rx_benefits .more:hover{   
   color: #ecbb0b;
}
.company_directory .more{
   color: #d27259;
   border: 1px solid #d27259; 
}
.company_directory .more:hover{
    color: #d27259;
}
.item .content{
    text-align: center;
    color: #676767;
    min-height: 90px;
    margin-bottom: 5px;
    line-height: 1.5em;
    font-size: 1.2em;
    clear: both;
}
.item .content p{
    margin: 0;
    padding: 0;
}

/* BEGIN People Talking block styles*/
.talking{
    background: url("./images/talking_block_bg.jpg") 0 0 no-repeat;
    background-size: 100% auto;
    width: 100%;
    height: auto;
}
.talking .title{
    padding-top: 25px;
    color: #fff;
    font-size: 3.5em;
    margin: 0;
    text-align: center;
}
.talking .content_block{
    margin: 0 auto;
    margin-top: 35px;
    overflow: auto;
    width: 72%;
    color: #fff;
    padding-bottom: 25px;
}
.talking  .item{
    width: 50%;
    float: left;
    text-align: left;
    display: inline-block;
    min-height: 150px;
}

.talking  .item .profile_pic{
    float: left;
    text-align: right;
    width: 28%;
}
.talking  .item .profile_pic img{
    width: 105px;
    max-width: 100%;
    height: auto;
    border-radius: 70px;
}
.talking  .item .description{
    float: left;
    width: 63%;
    padding-left: 3%;
    line-height: 1em;
}
.talking  .description .name{
    font-size: 2.25em;
    line-height: 1em;
}
.talking .description .name.twitter{
    background: url("./images/icons/icon_tw_white.png") 0 0 no-repeat;
    background-size: auto 90%;
    padding-left: 16%;
}
.talking .description .sub_title{
    font-size: 1.2em;
    line-height: 1.5em;
    margin-bottom: 3px;
}
.talking  .description .txt{
    font-size: 1em;
    line-height: 1.2em;
}
/* END People Talking block styles*/

/* BEGIN Our Mission block styles*/
.our_mission{
    color: #666;
    background: #fff url("./images/our_mission_bg.png") 0 0 no-repeat;
    background-position: 12% bottom;
    background-size: auto 92%;
    padding-bottom: 16px;
}
.our_mission .title{
    padding-left: 39%;
    padding-top: 20px;
    font-size: 3.5em;
    margin-bottom: 8px;
}
.our_mission .description{
    padding-left: 33%;
    padding-right: 9%;
    font-size: 1em;
    line-height: 1.4em;
}
.our_mission .name{
    font-family: "open_sansbold";
    text-align: right;
    font-size: 2.8em;
    padding-right: 8%;
    margin-top: 40px;
    letter-spacing: 0.03em;
}
/* END Our Mission block styles*/

/* START Business Suit block styles*/
.business_suit{
    background: url(./images/business_suit_block_bg.jpg) 0 0 no-repeat fixed;
   // background: url(./images/secondBG.jpg) 50% 0 no-repeat fixed;
    background-size: 100% 100%;
    margin: 0 auto;
    overflow: hidden;
    padding: 0;
    color: #fff;
}
.business_suit .content_block{
    display: inline-block;
    width: 100%;
    padding-bottom: 55px;
}
.business_suit .count{
    font-family: "open_sanslight";
    background: url(./images/count_bg.png) 0 0 no-repeat;
    background-size: 100% auto;
    margin-top: 85px;
    margin-left: 10%;
    text-align: center;
    padding-top: 90px;
    font-size: 5em;
    line-height: 1.2em;
    width: 253px;
    height: 210px;
    float: left;     
}
.business_suit .description{
    text-align: center;
    padding: 0 5%;
    margin-top: 122px;
    font-size: 3.2em;
    line-height: 1.3em;
}

/* END Business Suit block styles*/

/* START Where Seen us block styles*/
.seen_us{
    background: #fff;
    
}
.seen_us .title{
    padding: 60px 20% 50px 20%;
    font-size: 3em;
    line-height: 1.5em;
    color: #8dc63f;
    font-weight: normal;
    text-align: center;
}
.seen_us img{
    vertical-align: middle;
    max-width: 232px;
}
.seen_us img:first-child{  
    margin-right: 20px;
}
/* END Where Seen us block styles*/

/* START contact block styles*/
.contacts{
    background: #eee;
    padding: 20px 0;
}
.contact_form{
    width: 40%;
    margin: 0 auto;
    outline: none;
}
.contact_form span{
    
}
.contact_form input[type="text"], 
.contact_form input[type="email"],
.contact_form input[type="tel"],
.contact_form textarea{ 
    outline: none;
    max-width: 96%;
    padding: 5px 2%;
}
div.wpcf7-validation-errors,
div.wpcf7-mail-sent-ok {
    border: 0!important;
    color: #f00;
    width: 40%;
    margin: 0 auto!important;
}
div.wpcf7-mail-sent-ok{
    color:#81c02c;
}
.payroll_form{
    width: 40%;
    margin: 0 auto;
    padding: 10px 25px;
    box-shadow: 0 2px 10px #555;
    -moz-box-shadow: 0 2px 10px #555;
    -webkit-box-shadow: 0 2px 10px #555;   
    background-color: #b5d5c7;
}
.payroll_form h1{
    font-size: 19px;
    font-weight: bold;
    text-align: center;
    color: #000;
}
.payroll_form p{
    color: #000;
    font-size: 11px;
    font-weight: bold;
}
.payroll_form+div.wpcf7-mail-sent-ok,
.payroll_form+div.wpcf7-validation-errors, div.wpcf7-mail-sent-ok{
    margin-top: 20px!important;
}
.payroll_form label{
    font-weight: bold;
    font-size: 12px;
}
.payroll_form input[type="text"], 
.payroll_form input[type="tel"],
.payroll_form input[type="email"],
.payroll_form textarea{
    max-width: 96%;
    padding: 2px 2%;
    /* margin: 0; */
    outline: none;
} 
/* END contact block  styles*/

/* ----------------------------------------------- */
/* Animations */
/* ----------------------------------------------- */

.js--wp-1,
.js--wp-2,
.js--wp-3,
.js--wp-4,
.js--wp-5
{
    opacity: 0;
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-6 {
    -webkit-animation-duration: 1s;
    animation-duration: 1s;
}

.js--wp-1.animated,
.js--wp-2.animated,
.js--wp-3.animated,
.js--wp-4.animated,
.js--wp-5.animated{
    opacity: 1;
}

/* START Company.insight block styles*/
.company_insight{
    background: #eee;
}
.company_insight .main_container>.title{
    padding-top: 10px;
    padding-bottom: 30px;
    text-align: center;
    font-size: 3.5em;
}
.company_insight .sub_title{
   padding: 2px 5px 25px 6%;
    font-size: 1.8em;
}
.company_insight .sl_fetured_posts{
    padding: 0 8.5%;
}

.company_insight .sl_fetured img{
    width: 47%;
    float: left;
    height: auto;
    border-radius: 55%;
}
.company_insight .sl_fetured  .content_block{
    width: 52%;
    float: left;
}
.company_insight .sl_fetured .title{
    padding: 0;
    font-size: 1.9em;
    line-height: 1.35em;
    padding-left: 15px;
    text-align: left;
}
.company_insight .sl_fetured .txt{
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 1em;
    line-height: 1.2em;
    text-align: left;
}
.company_insight .sl_fetured a.more{
    transition: all 0.5s ease;
    background: #81C02C;
    color: #fff;
    margin-top: 6px;
    margin-left: 20px;
    padding: 5px 10px;
    text-transform: uppercase;
}
.company_insight .sl_fetured a.more:hover{
     background: #9ae436;
}
.company_insight .sl_fetured_posts {
   position: relative;
   padding-bottom: 48px;
}
.company_insight .sl_fetured_posts .bx-controls{
    position: absolute;
    top: 27%;
    z-index: 1000;
    width: 100%;
    padding: 0;
    left: 0;
}
.company_insight .sl_fetured_posts .bx-controls .bx-prev,
.company_insight .sl_fetured_posts .bx-controls .bx-next{
    background: url("./images/slider_left_arrow.png") 0 0 no-repeat;
    width: 13px;
    height: 62px;
    display: block;
    text-indent: -9000px;
    float: left;
}
.company_insight .sl_fetured_posts .bx-controls .bx-next{
    background: url("./images/slider_right_arrow.png") 0 0 no-repeat;
   
    display: block;
    float: right;
}

/* END Company.insight block styles*/

/* START Company.press block styles*/
.company_press{
    background:  url("./images/press-release-bg-image.jpg") 0 0 no-repeat;
    background-size: 100% 100%;
}
.company_press .main_container>.title{
    padding-top: 10px;
    padding-bottom: 60px;
    text-align: center;
    font-size: 3.5em;
}
.company_press .sub_title{
   padding: 2px 5px 25px 6%;
    font-size: 1.8em;
}
.company_press .sl_fetured_posts{
    padding: 0 6%;
}

.company_press .sl_fetured img{
    width: 35%;
    float: right;
    height: auto;
    border: 2px solid #fff;
    box-sizing: border-box !important;
    padding: 5px;
}
.company_press .sl_fetured  .content_block{
    width: 60%;
    float: left;
    box-sizing: border-box;
}
.company_press .sl_fetured .title{
    padding: 0;
    font-size: 2.1em;
    line-height: 1.35em;    
    margin-bottom: 5px;
    color: #000;
    font-family: "open_sansregular";
    text-align: center;
}
.company_press .sl_fetured .sub_title{
    color: #6c6c6c;
    font-size: 1.5em;
    text-align: center;
}
.company_press .sl_fetured .txt{
    color: #6c6c6c;
    padding-left: 15px;
    padding-right: 10px;
    margin-top: 10px;
    font-size: 1.2em;
    line-height: 1.6em;
    min-height: 170px;
}
.company_press .sl_fetured .txt a{
   color: #6c6c6c; 
   
}
.company_press .sl_fetured a.more{
    transition: all 0.5s ease;
    color: #fff;
    border: 1px solid #fff;
    margin-left: 15px;
    padding: 5px 10px;
    text-transform: uppercase;
    display: inline-block;
    margin-top: 15px;
}
.sl_fetured{
    display:inline-block;
}

.company_press .sl_fetured_posts {
   position: relative;
   padding-top: 80px;
   padding-bottom: 90px;
}
.company_press .sl_fetured_posts .bx-controls{
    position: absolute;
    top: 48%;
    z-index: 1000;
    width: 100%;
    padding: 0;
    left: 0;
}
.company_press .sl_fetured_posts .bx-controls .bx-prev,
.company_press .sl_fetured_posts .bx-controls .bx-next{
    background: url("./images/press_sl_arrow_left.png") 0 0 no-repeat;
    width: 26px;
    height: 62px;
    display: block;
    text-indent: -9000px;
    float: left;
    outline: none;
}
.company_press .sl_fetured_posts .bx-controls .bx-next{
    background: url("./images/press_sl_arrow_right.png") 0 0 no-repeat;   
    display: block;
    float: right;
    outline: none;
}
.company_press .sl_fetured_posts .bx-viewport{
    z-index: 1000000;
}

/* END Company.press block styles*/

/*STATRT LOGIN page styles*/
#loginform, #lostpasswordform, #registerform{
    width: 250px;
    margin: 0 auto;
    padding: 20px 35px 10px 35px;
    background: #F0F2ED
}
.login{
    
}
.top-menu{
    width: 50% !important;
}
#menu-main-menu{
    float: left !important;
    padding-left: 15px;
}
.login .message, 
.login .error{
    width: 308px;
    margin: 8px auto;
}
#loginform input[type='text'],
#lostpasswordform input[type='text'],
#registerform input[type='text'],
#loginform input[type='password'],
#lostpasswordform input[type='password'],
#registerform input[type='password']
{
   width: 238px;
    padding: 5px;
    border: 1px solid #D8D8D8;
    outline: none;
}
#loginform input[type='submit'], 
#lostpasswordform input[type='submit'],
#registerform input[type='submit']{
    width: 100%;
    padding: 10px 0;
    border: 0;
    text-transform: capitalize;
    font-weight: bold;
    background: #A8A8A8;
    color: #fff;
}
#loginform input[type='submit']:hover, 
#lostpasswordform input[type='submit']:hover,
#registerform input[type='submit']:hover{
    background: #7FA0B1;
}
.login_title{
    width: 250px;
    margin:10px auto;
    margin-top: 25px;
    text-align: center;
    font-weight: bold;
    text-transform: capitalize;
}
.tml-action-links{
     width: 250px;
    margin: 0 auto;
    padding: 5px 35px;
    list-style-type: none;
    text-align: center; 
}
.tml-action-links li{
    display: initial;
    margin-right: 10px;
}
/*END LOGIN page styles*/

/*Start coments*/
.commentlist{
    list-style-type: none;
    margin-top: 50px;
}
.comment-author .says, 
.comment-author .fn,
.commentmetadata{
    display: none;
}
.comment-body .comment-author{
    text-align: center;
    width: 10%;
    float: left;
}
li.comment{
    clear: both;
    margin-bottom: 20px;
}
li .children{
    margin: 10px 50px;
    list-style-type: none;
}
.comment-author img{
    width: 50px;
    height: auto;
    border-radius: 25px;
}
.comment-body p{
    width: 90%;
    float: left;
}
#respond{
    margin: 35px 7%;
}
#comment{
    border: 1px solid #D0D0D0;
    padding: 15px;
}
#submit{
    margin-top: 10px;
    background: #fff;
    padding: 7px 10px;
    border: 1px solid #D4D4D4;
    -webkit-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.47);
    -moz-box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.47);
    box-shadow: 0px 0px 5px 0px rgba(50, 50, 50, 0.47);
}
#submit:hover{
    background: #eee;
}

/*End coments*/
a{
    outline: none;
}
.go_to_top{
    text-align: right;
    clear: both;
    background: #f2f2f2;
    padding-top: 6px;
}
.go_to_top a.top{
    background: url("./images/icons/icon_to_top.png") 0 0 no-repeat;
    background-size: 100% 100%;
    display: inline-block;
    width: 48px;
    height: 48px;
    margin-right: 6%;
    margin-bottom: -80px;
    outline: none;
}

.provided_by_txt{
    text-align: center;
    font-size: 1.8em;
    margin-bottom: 25px;
    color: #323232;
}
.copyright_txt{
    display: block;
    width: 20%;
    float: left;
    text-align: right;
    color: #5D6E75;
    font-size: 1.1em;
    line-height: 2em;
    margin-top: 70px;
}
.footer{
    font-family: 'open_sansregular';
    background: #f2f2f2;
    padding: 30px 11% 15px 11%;
    clear: both;
    overflow: auto;
}
.footer_seperator{
    float: left;
}
.footer .logo{
   float: left;
   width: 25%;
}
.footer .logo img{
    max-width: 100%;
}
.footer_menu{
    width: 25%;
    float: left;
    text-transform: uppercase;
    list-style-type: none;
    padding-left: 5%;
    box-sizing: border-box !important;
}
.footer_menu li{
    font-family: "open_sansbold";
    padding-top: 2px;
    font-size: 1em;
}
.footer_menu a{
    color: #5D6E75;
    text-decoration: none;
    line-height: 3em;
    margin-top: 3px;
    display: inline-block;
}
.footer_menu a:hover{
    color: #8FC849;
    text-decoration: none;
}
.footer .copyright_txt{}

.footer_social_block{
    margin-top: 30px;
}
.footer_social_block ul{
    list-style-type: none;
}
.footer_social_block li{
    display: inline-block;
}
.footer_social_block li a{
    display: inline-block;
    color: #c6c6c6;
    background: #5d6e75;
    width: 40px;
    height: 40px;
    text-align: center;
    font-size: 1.5em;
    line-height: 2.1em;
}
.footer_social_block li a:hover{
    color: #8FC849;
}


.about-navbar{
    text-align: center;
}
.about-navbar ul{
    background-color: #f8f8f8;
    border: 1px solid #e7e7e7;
    min-height: 50px;
}
.about-navbar ul li{
    display: inline-block;
}
.about-navbar ul li a{    
    color: #777;
    position: relative;
    display: block;
    padding: 15px;
}
.about-navbar ul li a:hover,
.about-navbar ul li a:focus{
    text-decoration: none;
}
.about-navbar ul li.active a{   
    color: #555;
    background-color: #e7e7e7;
}
.aboutTopBg .vc_column_container{
    max-height: 500px;
    overflow: hidden;
    position: relative;
}

/* MARKETO modal lightbox stiles START*/
.modalDialog .mktoForm label.mktoLabel,
.modalDialog .mktoForm .mktoRequiredField label.mktoLabel,
.modalDialog .mktoForm .mktoRadioList > label,
.modalDialog .mktoForm .mktoCheckboxList > label,
.modalDialog .cf_widget_socialsignon .cf_sign_on_caption{
    color: #000;
}
.modalDialog .mktoForm input[type=checkbox], 
.modalDialog .mktoForm input[type=radio] {
    position: relative;
    z-index: 9999;
}

.modalDialog .mktoForm {    
    background: #fff;
    margin: 0 auto;
}
.mktoForm .mktoError {
    left: 27% !important;
    top: 25px;
}
.modalDialog h3.getStarted{
    text-align: center;
    font-size: 2.5em;
    color: #98E43A !important;
    padding-bottom: 13px;
    border-bottom: 2px solid #98E43A;
    background-color: #fff;
    font-family: "open_sansregular";
    margin: 0 0 10px 0;
}

.modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(odd){
    top: 0px;
    right: 3px;
}
.modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(even){
    top: 0px;
}

.modalDialog { 
    position: absolute;
    font-family: Arial, Helvetica, sans-serif;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: rgba(0,0,0,0.8);
    z-index: 99999;
    opacity:0;
    display: none;
    -webkit-transition: opacity 400ms ease-in;
    -moz-transition: opacity 400ms ease-in;
    transition: opacity 400ms ease-in;
    pointer-events: none;
}
.closemodal,
.openModalDialog{
    cursor: pointer;
}
.modalDialogShow,
.modalDialog:target:not(.hid) {
    opacity:1;
    display: block;
    pointer-events: auto;
}

.modalDialog > div.modalcontent {
    width: 75%;
    position: relative;
    margin: 0 auto;
    margin-top: 50px;
    padding: 20px 50px;
    background: #fff;
}
.closemodal {
    background: #606061;
    color: #FFFFFF;
    line-height: 25px;
    position: absolute;
    right: -12px;
    text-align: center;
    top: -10px;
    width: 24px;
    text-decoration: none;
    font-weight: bold;
    -webkit-border-radius: 12px;
    -moz-border-radius: 12px;
    border-radius: 12px;
    -moz-box-shadow: 1px 1px 3px #000;
    -webkit-box-shadow: 1px 1px 3px #000;
}

.closemodal:hover { 
    background: #537E1C; 
    color: #fff; 
    text-decoration: none; 
}
.modalDialog.directory  > div.modalcontent{
    width: 635px !important;
    padding: 18px 50px;
    font-family: 'MYRIADPROREGULAR';
    color: #344b5a;
}
.modalDialog.directory  > div.modalcontent.loginContent{
    width: 530px !important;
    background: #f2f2f2;
    padding: 80px;
}
.modalDialog.directory  .closemodal{
    background: #8fc74b;
    color: #344b5a;
    font-size: 16px;
}

.modalDialog.directory h3.getStarted{
    border-bottom: none;
    font-size: 28px;
    color: #8fc74b !important;
    margin: 0;
    padding-bottom: 20px;
    background: none;
    font-family: 'MYRIADPROREGULAR';
}
.modalDialog.directory .form-group{
    overflow: auto;
    margin-bottom: 0;
}
.modalDialog.directory input,
.modalDialog.directory textarea,
.modalDialog.directory select{
    width: 350px;
    float: left;
    margin-bottom: 15px;
    font-size: 12px;
    border: 1px solid #344b5a;
    height: 30px;
    padding: 8px 12px 10px 12px;
}
.modalDialog.directory .login-tab label{
    width: 80px;
    padding-top: 3px;
    text-align: right;
    padding-right: 5px;
}
.modalDialog.directory .login-tab input{
    width: 280px;
    margin-bottom: 10px;
}
.modalDialog.directory .greenBorderedBtn{
    width: 191px;
    height: 40px;
    padding-top: 10px;
    border-radius: 5px;
}

.modalDialog.directory select{
    padding: 0px 12px 0px 12px;
}
.modalDialog.directory textarea{
    height: 50px;
    resize: none;
}
.modalDialog.directory input[type="text"]:focus, 
.modalDialog.directory input[type="password"]:focus, 
.modalDialog.directory input[type="email"]:focus,
.modalDialog.directory textarea:focus,
.modalDialog.directory select:focus{
    border: 1px solid #344b5a;
    outline: none;
    box-shadow: none;
}
.modalDialog.directory label{
    width: 165px;
    float: left;
    font-size: 16px;
}
.modalDialog.directory  .fs14{
    font-size: 14px;
}
.modalDialog.directory  .fs12{
    font-size: 12px;
}
.modalDialog.directory .group-of-inputs{
    width: 100%;
    padding-left: 30%;
    display: inline-block;
}
.modalDialog.directory .group-of-inputs label{
    width: 100%;
}
.modalDialog.directory .group-of-inputs .city{
    width: 148px;
    margin-right: 5px;
    float: left;
    font-size: 12px;
}
.modalDialog.directory .group-of-inputs .state{
    width: 70px;
    font-size: 12px;
    float: left;
}
.modalDialog.directory .group-of-inputs .zip{
    width: 113px;
    font-size: 12px;
    float: left;
    margin-left: 16px;
}
.modalDialog.directory .group-of-inputs input,
.modalDialog.directory .group-of-inputs select{
    width: 100%;
}

.modalDialog.directory .group-of-inputs .zip input{
    width: 100%;
}
.modalDialog.directory .group-of-inputs input[type=checkbox]{
    width:16px !important;
    height:16px; 
    margin: 0 5px 25px 0;
}
.modalDialog.directory .have_account{
    text-align: right;
    margin-right: 23px;
}
.modalDialog.directory .greenBorderedBtn{
    width: 167px;
    padding: 7px 0;
    border-radius: 8px;
    font-size: 16px;
    line-height: 1;
    height: 35px;
}
.modalDialog.directory .login-tab{
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.modalDialog.directory .login-tab h3.getStarted{
    padding: 0 0 28px 0;    
    text-align: center;
}
.modalDialog.directory .login-tab .openForgotModal{
    text-align: right;
    cursor: pointer;
}
.modalDialog.directory .login-tab  #sign-in{
    width: 195px;
    height: 40px;
    padding-top: 10px;
    border-radius: 5px;
    float: left;
    margin-left: 100px;
}
.modalDialog.login input{
    padding: 0 12px;
}

.modalDialog.directory .thankyou-tab{
    text-align: center;
    max-width: 360px;
    margin: 0 auto;
    padding-bottom: 25px;
}
.modalDialog.directory .thankyou-tab h3.getStarted{
    padding: 25px 0 10px 0;
    line-height: 1.3em;
}
.modalDialog.directory .thankyou-tab .closeModalDialog{
   text-align: center;
    font-size: 1.2em;
    margin-top: 15px;
    cursor: pointer;
}

.modalDialog.directory .thankyou-tab,
.modalDialog.directory .login-tab{
    display: none;
}
.openLoginModal,
.openModalDialogReg{
    cursor: pointer;
}
.openLoginModal:hover,
.openForgotModal:hover,
.closeModalDialog:hover{
    color: #98E43A;
}

.modalDialog.login  > div.modalcontent.loginContent{
    border-radius: 5px;
}
.modalDialog.login .login-tab label{
    padding-top: 0;
    padding-right: 10px;
    font-size: 19px;
}
.modalDialog.login .fs12 {
    font-size: 14px;
}
.modalDialog.login .greenBorderedBtn{
    font-size: 17px;
    width: 140px;
}
.modalDialog.login .login-tab .greenBorderedBtn{
    width: 170px;
}
.modalDialog.login input{
    width: 290px;
    margin-bottom: 10px;
    font-size: 15px;
}
.modalDialog.login label{
    width: 80px;
    text-align: right;
    padding-top: 0;
    padding-right: 10px;
    font-size: 19px;
}
.modalDialog.login h3.getStarted{
    padding: 0 0 28px 0;
    padding-left: 85px;
    text-align: left;
}
.modalDialog.login h3.getStarted{
    font-size: 27px;
}

.modalDialog ::-webkit-input-placeholder { color:#989898; font-size: 12px; font-style: normal; }
.modalDialog ::-moz-placeholder { color:#989898; font-size: 12px;  font-style: normal; } /* firefox 19+ */
.modalDialog :-ms-input-placeholder { color:#989898; font-size: 12px; font-style: normal; } /* ie */
.modalDialog input:-moz-placeholder { color:#989898; font-size: 12px; font-style: normal; }

/* MARKETO modal lightbox stiles END*/

.companyProducts,
.scrollTo,
.loadMoreArrow{
    background: url("./images/arrow_top.png") 0 0 no-repeat;
    width: 52px;
    height: 25px;
    background-size: 100% 100%;
    display: inline-block;
    margin-top: 50px;
    z-index: 99999;
    cursor: pointer;
    display: inline-block;
}
.companyProducts:hover,
.scrollTo:hover{
    background: url("./images/arrow_top_hover.png") 0 0 no-repeat;
    background-size: 100% 100%;
}

.page_container.section1.payroll_emp h2{
    min-height: 50px;
    margin: 5px 0;
}
/*****MEDIA Queris goes here*****/
/*@media (min-width: 1367px) and (max-width: 3000px){
    .aboutTopBg{
        min-height: 650px;
    }
}*/

.company_press .bx-viewport{
    height: auto !important;
}

.tab-heading li{
    cursor: pointer;
}
.tab-heading li.bold{
    font-weight: bold;
}
.tab-heading li.active{
    font-weight: bold;
}
.tab-content{
    display: none;
}
.tab-content ul{
    margin-left: 20px;
}
.tab-content.active{
    display: block;
}


@media (max-width: 1280px) {  
    .login {
        font-size: 0.8em;
    }
    .header_menu .navbar-nav>li>a{
        padding: 5px 15px;
    }
    .top-menu{
        padding: 0!important;
    }
    .header_menu .header_menu_items li, 
    .header_menu .navbar-nav>li{
          padding-right: 10px !important;;
    }
    .topSlider .content_block .cnt{
        min-height: 220px;
    }
    .topSlider .content_block .description img{
        width: 100%;
        height: auto;
        
    }
}
@media (max-width: 1242px) {
    .footer .logo img {
        max-width: 95%;
    }
    body{
        background-size: 100% 100%;        
    }
    .main_container{
        width: 90%;
    }
    .company_press .main_container{
       
    }
    .header_menu .navbar-nav>li>a{
        padding: 5px 15px;
    }
    .topSlider .content_block{
        
    }
    .topSlider .content_block .title{
        font-size: 2.8em;
        line-height: 2em;
    }
    .topSlider .content_block .description{
        font-size: 2em;
        line-height: 1.3em;
    }
    .businness-block h1.title, .seen_us .title{
        padding: 15px;
        margin: 15px 0;
        //font-size: 3em !important;
    }
    .main_items .item{        
        margin-bottom: 40px;
    }
    .item .content{
        min-height: 100px;
    }
    .talking .title{
        padding-top: 15px;
        padding-bottom: 0px;
        font-size: 3em;
    }
    .talking .content_block{
        margin-top: 15px;
        font-size: 10px;
    }
    .our_mission{
        background-position: 0% bottom;
    }
    .our_mission .title{
        padding-left: 45%;
        padding-top: 20px;
        font-size: 3em;
    }
    .our_mission .description{
        padding-top: 5px;
        padding-left: 45%;
        padding-right: 0; 
    }
    .our_mission .name{
        font-size: 2.5em;
        padding-right: 5%;
    }
    .business_suit .count{
        margin-top: 15px;
        padding-top: 74px;
        line-height: 2.5em;
        margin-left: 0;
    }
    .business_suit .description{
        margin-top: 15px;
        width: 45%;
        font-size: 2em;
    }
    .seen_us{
        
        padding-left: 0;
    }
    .seen_us img:first-child{
        margin-right: 0;
        margin-left: 10px;
    }
    /*Payroll page*/
    .wpb_row, .wpb_content_element, 
    ul.wpb_thumbnails-fluid > li, 
    .last_toggle_el_margin, .wpb_button,
    .widget{
       margin-bottom: 5px !important; 
    }
    .pricingTable .vc_col-sm-4 {
        padding: 0;
    }
    .pricing-table{
        font-size: 13px;
    }
    .pricing-table .title .nazv{
        margin: 1em 0;
    }
    .mktoOffset{
        display: none;
    }
    .cf_sign_on_caption,
    .mktoForm label{
        font-size: 1em;
    }
    .formBox .wpb_wrapper h3{
        font-size: 1.9em;
        margin-top: 1px;
    }
    .greenTitle3 h2{
        font-size: 1.9em;
    }
    .mktoForm input[type=text], 
    .mktoForm input[type=url], 
    .mktoForm input[type=email], 
    .mktoForm input[type=tel], 
    .mktoForm input[type=number], 
    .mktoForm input[type=date],
    .mktoForm select.mktoField, 
    .mktoForm textarea.mktoField{
        min-height: 1em !important;
        
    }
    .oneCol .mktoForm input[type=text], 
    .oneCol .mktoForm input[type=url], 
    .oneCol .mktoForm input[type=email], 
    .oneCol .mktoForm input[type=tel], 
    .oneCol .mktoForm input[type=number], 
    .oneCol .mktoForm input[type=date], 
    .oneCol .mktoForm select.mktoField, 
    .oneCol .mktoForm textarea.mktoField{
        width: 100% !important;
        height: auto;
        line-height: 1.8em;
    }
    .oneCol .mktoForm .mktoRequiredField label.mktoLabel{
        width: 100% !important;
    }
    .mktoForm textarea[rows="2"]{
            height: 2.5em !important;
    }
    .widgettitle{
        font-size: 1.3em !important;
    }
    
    .page_container.section1{
        font-size: 1em !important;
    }
    .textwidget {
        font-size: 1em !important;
    }
    .per_month .notes {
        margin-top: 22px !important;
        font-size: 1.3em !important;
    }
    .per_month{
        margin: 25px 0 !important;
    }
    output{
        max-width: 55% !important;
    }
    
    .footer_menu li{
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media (max-width: 1150px) {  
    .login {
        font-size: 0.8em;
    }
    .header_menu .navbar-nav>li>a{
        padding: 5px 10px;
    }
    .header_menu .header_menu_items li, 
    .header_menu .navbar-nav>li{
          padding-right: 0px !important;
    }
    .top-menu{
        padding: 0!important;
    }
     //social landing page
    .social_page form{
        font-size: 0.85em !important;
    }
    .social_page .text_block h2{
        font-size: 2em;
    }
    .social_page .text_block p{
        font-size: 1.1em;
    }
}
@media (max-width: 1024px) {   
   
    .icon img.shadow,
    .icon .icon_bg{
        left: 25%;
    } 
    .login {
        font-size: 0.8em;
    }
    .top-menu{
        padding: 0!important;
    }
    .header_menu .header_menu_items li, 
    .header_menu .navbar-nav>li{
       padding-right: 5px !important; 
    }
    .header_menu .navbar-nav>li>a{
          padding: 5px 10px;
    }
    .oneCol .formBox > .wpb_wrapper{
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .oneCol  .mktoForm .mktoFormRow .mktoField{
        width: 100% !important;
        margin-bottom: 3px;
    }
    .oneCol *[class^="vc_col"]{
        padding: 0 !important;
    }
    .oneCol  .mktoButtonRow{
        margin-top: 6px;
    }
    .oneCol .mktoForm .mktoRequiredField label.mktoLabel{
        width: 100% !important;
        font-size: 1em !important;
    }
    .oneCol .formBox .wpb_wrapper h3{
        text-align: center !important;
    }
    .item .content {
       font-size: 1em;
    }
    .item .title {
        font-size: 1.6em;
    }
    .footer_social_block li a:hover{
        color: #c6c6c6;
    }
    .company_press .sl_fetured .sub_title{
        font-size: 1.2em;
        padding-bottom: 12px;
    }
    .company_press .sl_fetured .title {    
        font-size: 1.7em;
        
    }
    .company_press .sl_fetured .txt {
        font-size: 1.1em;
    }
    .topSlider .content_block{
        padding: 0 5%;
    }
    .topSlider .content_block .title {
        font-size: 2.5em;
        line-height: 1.3em;
    }
} 
@media (max-width: 950px){
    .login {
        font-size: 0.7em;
        padding-left: 0!important;
        margin-left: 0 !important;
    }
    .header_menu .navbar-nav>li>a{
          padding: 5px !important;
    }
    .header_menu .header_menu_items li,
    .header_menu .navbar-nav>li{
          margin-top: 12px !important;
    }
    .pricing-table .bullet-item{
        padding: 1em 0.5em !important;
        line-height: 1em !important;
    }
    .main_items .item {
        padding: 0 1%;
    }
    .topSlider .content_block{
        left: 15%;
        top: 20%;
        width: 70%
    }
    .topSlider .content_block .cnt{
        min-height: 200px;
    }
}
@media (max-width: 780px) { 
    .navbar-header{
        float: right;
    }    
    .header_menu .logo{
        width: 20%;
    }
    .login{
        padding: 10px 5% 0 0 !important;
        text-align: center;
    }
    .login, .login.pull-right{
        float: left !important;
        margin-left: 16px!important;
        width: 32%;
    }
    .top-menu, .top-menu.pull-left{
        float: right !important;
        width: 100% !important;
        margin-top: 5px;
        margin-bottom: 10px;
    }
    .description{
         font-size: 1em !important;
    }
    .businness-block h1.title,.seen_us .title, .item .title{
        font-size: 1.8em !important;
    }     
    .navbar-collapse.in{
        overflow: initial !important;
    }
    .header_menu .header_menu_items li, 
    .header_menu .navbar-nav>li{
        float: none;
    }
    .navbar-nav{
        margin: 0 !important;
    }
    #menu-main-menu.pull-right{
         float: none!important;
    }
    .topSlider .content_block{        
        width: 100% !important;
        left: 0;
        padding: 0;
        top: 25% !important;
    }   
    .topSlider li{
        height: 250px !important;
    }
    .top_slider img{
        height: 100%;
    }
    .top_slider .overlayBlue.ldf_slide_item .try_free{
        margin-top: 0;
    }
    .item .more{
        font-size: 0.8em;
    }
    .item .title, .seen_us .title{
        font-size: 2em !important;
    }
    .item .content{
        font-size: 1.2em;
        padding: 10px 15% 20px 15% !important;
        min-height: auto;
    }
    .main_items .item{
        width: 100% !important;
    }
    .icon img.shadow,
    .icon .icon_bg{
        left: 35%;
    }
    .title{
       font-size: 2em !important;       
    }
    .subtitle{
        font-size: 1.3em;       
    }
    .description p{
        padding: 0 !important;
        margin: 0 !important;
    }
    .content_block{
        top: 15px !important;
    }
    .description{
        font-size: 1.3em !important;
    }
    .topSlider .content_block .title{
        line-height: 1em !important;
    }
    .businness-block h1.title{
        padding: 0;
        text-align: center;
    } 
    /*Payroll page*/
    .pricing-table .title .nazv {
        font-size: 1em !important;
        margin: 0 !important;
    }
    .pricing-table .title{
        padding: 1.5em 0.8em !important;
    }
    .pricing-table .title .period {
        font-size: 0.5em !important;
    }
    .pricing-table .bullet-item{
        padding: 1em !important;
    }
    .modalDialog > div.modalcontent {
        width: 90%;
        margin-top: 10px;
        padding: 5px 10px;
        background: #fff;
    }
    
    .modalDialog h3.getStarted{
        font-size: 1.3em;
        padding-bottom: 4px;
        margin: 0 0 5px 0;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(even){
        top: 0;
        width: 20%;
        margin-right: 25%;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(odd){
        top: 0;
        width: 20%;
    }
    .modalDialog .mktoForm .cf_widget_socialsignon .cf_sign_on,
    .modalDialog .mktoForm .mktoRequiredField label.mktoLabel{
        margin-bottom: 0 !important;
    }
    .modalDialog .mktoFieldWrap label.mktoLabel{
        padding: 0 !important;
        font-size: 0.9em !important;
    }
    .modalDialog .cf_sign_on_caption {
        left: 10px;
        width: 50% !important;
    }
    .modalDialog  .mktoForm input[type=text],
    .modalDialog .mktoForm input[type=url], 
    .modalDialog .mktoForm input[type=email], 
    .modalDialog .mktoForm input[type=tel], 
    .modalDialog .mktoForm input[type=number], 
    .modalDialog .mktoForm input[type=date], 
    .modalDialog .mktoForm select.mktoField, 
    .modalDialog .mktoForm textarea.mktoField {
        min-height: 0.8em !important;
        padding: 0px 5px!important;
    }
    .modalDialog .mktoForm .mktoFormCol,
    .modalDialog .mktoForm .mktoRadioList > label, 
    .modalDialog .mktoForm .mktoCheckboxList > label{
        margin-bottom: 3px !important;
    }
    .modalDialog .mktoForm .cf_widget_socialsignon .cf_sign_on{
        height: 25px;
    }
    .footer_logoes a {
        margin-right: 10px;
        margin-bottom: 10px;
    }    
}
@media (max-width: 767px) {
    body{
        font-size: 9px;
    }
    .formBlock{
        background-size: auto;
        background-position: center center;
    }
    .header_menu .navbar-collapse{
       background: #fff;
    }
    .navbar-nav>li>.dropdown-menu{
        left: 12%;
    }
    #menu-header-menu>li{
        float: none;
       border-bottom: 1px dotted #E2E2E2;
    }
    #menu-header-menu{
        float: none !important;
        background: #fff;
    }
    #menu-header-menu li a{
        border: none;
    }
    .header_menu_social{
        float: none !important;
    }
    .talking{
        background-size:auto 100%;
    }
    .talking .description .name{
        font-size: 1.5em;
    }
    .talking .description .sub_title{
        font-size: 1.2em;
    }
    .talking .description .txt{
         font-size: 0.9em;
    }
    .talking .item{
        min-height: 200px;
    }
    .topSlider .try_free a{
        font-size: 1.5em !important;
    }
    .pricetable-column{
        padding: 0 10px !important;
        margin-bottom: 15px;
    }
    .page_container.section1.payroll_emp h2{
        min-height: auto;
        margin-top: 20px;
    }    
    .footer_social_block li a{
        font-size: 1.2em;
        width: 30px;
        height: 30px;
    }
    .footer_menu{
        margin-left: 10px;
            width: 24%;
            padding-left: 1%;
    }
    .footer_menu a{
        line-height: 1.8em;
    }
    .footer_menu li{
        padding-left: 5px;
        padding-right: 5px;
    }
    .copyright_txt {
        font-size: 0.9em;
        line-height: 1.5em;
    }
    .social_page .vc_custom_1443796211108{
        margin-top: 30px !important;
    }
    .social_staff .abs_right{
        position: relative !important;
        right: -75px !important;
    }
    .section_one_plase *[class^="vc_col"]{
        display: inline-block !important;
        width: 100% !important;
    }
    .social_priceing{
        font-size: 0.85em;
    }
    .topSlider .content_block .title{
        font-size: 16px !important;
        line-height: 16px;
        min-height: 30px;
    }
    .topSlider .content_block .description{
        font-size: 14px !important;
        line-height: 14px;
    }
    .topSlider .try_free a{
        padding: 10px;
        font-size: 15px;
    }
    .login, .login.pull-right{
        width: 40px;
    }
    .topSlider .content_block .description img{
        max-width: 70%;
    }
    
}
@media (max-width: 650px) {
    .modalDialog .cf_sign_on_caption, .mktoForm label{
        font-size: 11px;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on {
        height: 22px;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(odd) {
        top: 22px;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(even) {
        top: 0px;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button, 
    .modalDialog  .helpBtn{
        padding: 2px 6px;
        font-size: 12px;
    }
    .modalDialog h3.getStarted {
        font-size: 1.4em;
        padding-bottom: 2px;
        margin: 0 0 3px 0;
        border-bottom: 1px solid #98E43A;
    }
    .company_press .sl_fetured_posts{
        padding-top: 30px;
        padding-bottom: 30px;
    }
    .company_press .sl_fetured .txt{
        font-size: 1em;
        margin-top: 0;
    }
    .company_press .sl_fetured .title{
        font-size: 1.5em !important;
        line-height: 1.1em;
    }
    .company_press .sub_title{
        padding-bottom: 8px;
        font-size: 1em !important;
    }
    .companyProducts{
        margin-top: 10px;
    }
    .topSlider .content_block .cnt{
        min-height: 120px;
    }
}
@media (max-width: 568px) {
    .modalDialog .cf_sign_on_caption, .mktoForm label{
        font-size: 10px !important;
    }
    .modalDialog.mktoForm div,
    .mktoForm .mktoFormCol{
        margin-bottom: 0 !important;
    }
    .modalDialog h3.getStarted {
         font-size: 1.2em !important;
        padding-bottom: 1px !important;
        margin: 0 0 2px 0 !important;
        border-bottom: 1px solid !important;
    }
    .modalDialog .mktoForm .cf_widget_socialsignon .cf_sign_on{
        margin-bottom: 8px !important;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button, .modalDialog .helpBtn{
        padding: 3px 6px !important;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on_button:nth-child(odd){
        top: 33px;
    }
    .modalDialog .cf_widget_socialsignon .cf_sign_on{
        height: 42px;
    }
    .footer_menu{
        padding-left: 10px;
    }
    .pricing_table .title{
        font-size: 1.5em !important;
    }
    .pricing_table .item {
        padding: 5px !important;
        height: 33px !important;
    }
    .social_page .green_btn{
        text-align: center !important;
    } 
    .green_btn a{
        font-size: 1.2em !important;
    }
    .social_page form{
        font-size: 0.7em !important;
    }
    .social_page .sign_up_box {
        padding: 12px  !important;
    }
    .social_page .sign_up_box input[type="email"] {
        width: 60%  !important;
        padding: 18px 15px !important;
    }
    .social_page .social_signup {
        width: 38%;
    }
    
}
@media (max-width: 500px) {
    .icon img.shadow,
    .icon .icon_bg{
        left: 26%;
    }
    .login{
        font-size: 0.65em !important;
    }
    .topSlider .content_block{
        top: 20% !important;
    }
    .topSlider .content_block .title{
        line-height: 1em !important;
    }
    .topSlider .try_free a{
        font-size: 13px !important;
        margin-top: 20px !important;
    }
    
    
}

@media (max-width: 480px){
    .whiteHeading li, .whiteHeading{
        font-size: 1em !important;
    }
    .mktoForm .mktoFormCol{
        float: left !important;
        clear: none !important;
    }
    .mktoForm input[type=url], 
    .mktoForm input[type=text], 
    .mktoForm input[type=date], 
    .mktoForm input[type=tel], 
    .mktoForm input[type=email], 
    .mktoForm input[type=number], 
    .mktoForm textarea.mktoField, 
    .mktoForm select.mktoField{
        height: 1em !important;
        line-height: 1em !important;
        font-size: 14px !important;
    }
    .cf_widget_socialsignon .cf_sign_on_button {
        width: 43% !important;
    }
    .oneCol .formBox > .wpb_wrapper{
        width: 100% !important;
        margin: 0 !important;
        box-sizing: border-box !important;
    }
    .oneCol  .mktoForm .mktoFormRow .mktoField{
        width: 100% !important;
        margin-bottom: 3px;
    }
    .oneCol *[class^="vc_col"]{
        padding: 0 !important;
    }
    .oneCol  .mktoButtonRow{
        margin-top: 6px;
    }
    .oneCol .mktoForm .mktoRequiredField label.mktoLabel{
        width: 100% !important;
        font-size: 1em !important;
    }
    .oneCol .formBox .wpb_wrapper h3{
        text-align: center !important;
    }
    .single_post .entry{
        font-size: 13px;
    }
    .greenTitle2{
        font-size: 1.2em;
        margin-left: 0;
        margin-bottom: 0 !important;
    }
    .servicesBlock {
        margin: 0;
        padding: 0 !important;
        font-size: 0.75em;
    }
    .servicesBlock div {
        padding: 0;
        margin: 0;
    }
    output {
        max-width: 80% !important;
        margin-top: 45px !important;
        font-size: 14px !important;
    }
    .plans{
        font-size: 0.7em;
    }
    span.base_price{
        font-size: 33px;
    }
    span.base_txt{
        font-size: 11px;
    }
    .footer{
        padding: 20px 2% 10px 2%;
    }
    .login{
        padding: 10px 0% 0 0 !important;
    }
    .login, .login.pull-right{
        margin-left: 0!important;
        width: 28%;
    }
    .logo img{
        max-width: 94% !important;
    }
    .footer_social_block li a {
        width: 20px;
        height: 25px;
        font-size: 1em;
        line-height: 1.9em;
    }
    .footer_menu{
        margin-left: 5px;
        padding-left: 0;
    }
    .footer_menu li {
        padding-left: 5px;
        padding-right: 5px;
        font-size: 0.9em;
    }
    .footer_menu a{
        line-height: 1.8em;
    }
    .copyright_txt{
        font-size: 0.8em;
    }
    .greenTitle3 h2{
        text-align: center !important;
    }
    .greenTitle3 h2,
    .textwidget h2{
        font-size: 2em;
    }
    .textwidget {
        font-size: 0.8em !important;
        line-height: 1.5em;
    }
    
}
@media (max-width: 320px){
    body {
        font-size: 10px !important;
    }
    .description {
        font-size: 1em !important;
    }
    .topSlider .content_block {
        
    }
    .topSlider .try_free a {
        font-size: 1em !important;
        margin-top: 10px !important;
        padding: 5px 21px !important;
    }
    .item .title{
        font-size: 1.6em !important;
        min-height: auto !important;
    }
    .seen_us .title,
    .businness-block h1.title{
        font-size: 1.5em !important;
    }
    .company_press .sl_fetured .content_block{
        width: 100%;
        float: none;
    }
    .company_press .sl_fetured img{
        float: left;
        margin: 0 10px 0 14px;
        width: 25%;
    }
    .company_press .sl_fetured a.more{
        margin-top: 0;
    }
    .company_press .sl_fetured .title {
        font-size: 1.3em !important;
    }
}
