/*
Theme Name: Datafield Version 1.1
Theme URI: http://wordpress.org/themes/datafield
Author: the TLI team
Author URI: http://www.data-field.com/
Description: Theme designed and developed by TLI team
Version: 6.0
License: GNU General Public License
License URI: 
Tags: black, brown, orange, tan, white, yellow, light, one-column, two-columns, right-sidebar, flexible-width, custom-header, custom-menu, editor-style, featured-images, microformats, post-formats, rtl-language-support, sticky-post, translation-ready
*/

@charset "utf-8";

/* Eric Meyer's Reset CSS v2.0 - http://cssreset.com */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,center,dl,dt,dd,ol,ul,li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{border:0;font-size:100%;font:inherit;margin:0;padding:0}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body{line-height:1}ol,ul{list-style:none}blockquote,q{quotes:none}blockquote:before,blockquote:after,q:before,q:after{content:none}table{border-collapse:collapse;border-spacing:0}

/* CSS Document */
*{
    margin: 0;
    padding: 0;
}

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size:12px;
    margin:0px;
}

img{
    border: none;
}

a:link,a:visited, a:active{
    color:#959595;
    background-color: inherit;
    cursor: pointer;
}
a.linkto{
    text-decoration: underline;
    color: #959595;
    cursor: pointer;
}
.clear{
    clear: both;
}

/* WRAPPER */
#wrapper {
    margin:0 auto;
    text-align:center;
    min-height: 100%;
    height: auto !important;
    height: 100%;
    /*margin: 0 auto -286px;*/
    /*margin: 0 auto -306px;*/
    margin: 0px auto;
}

/* TOP WRAPPER */
#top_header {
    background:url('images/bg_top_home.png');
    width:100%;
    height:36px;
    text-align:center;
}

#top{
    width:960px;
    height:36px;
    text-align:center;
    margin:0 auto;
}
#top > div{
    float: right;
}

#login {
    background:url('images/toplogin_home.png') no-repeat;
    width:350px;
    height:36px;
    float:left;
    font-size: 1.9em;
    padding-top: 5px;
}
.placeholder{
    color: #6D7B8D;
    font-style: italic;
}
a#forgotbutton, a#logout{
    float: right;
    margin-top: 3px;
    color: #FFF;
    cursor: pointer;
}
#frm_login{
    position: relative;
    height: 36px;
}
#frm_login div {
    width: 320px;
    display: inline-block;
    float: none;
}
#frm_login div span {
    width: 100px;
    float: left;
}
#frm_login div .username, #frm_login div .password{
    margin-right: 5px;
    width: 105px;
}
.textfield {
    width: 100px;
    border:#464646 1px;
    padding: 2px 0px 2px 5px;
}
.btn_login{
    background: #FF9710;
    font-weight:bold;
    text-transform:uppercase;
    color:#FFF;
    border:0px;
    cursor: pointer;
    width: 100px;
    padding: 2px 0px 2px 0px;
}

/* HEADER WRAPPER */
#bottom_header {
    width:100%;
    height:72px;
    background: #f7f7f7;
    text-align:center;
    border-bottom: 2px solid #c3c3c3;
}
#header {
    width:960px;
    height:72px;
    text-align:center;
    margin:0 auto;
}
#logo {
    height:72px;
    float:left;
    cursor: pointer;
}
.menu_wrapper{
    float: right;
    height: 66px;
}
#menu {
    width:675px;
    float:right;
    font-family:Arial, Helvetica, sans-serif;
    font-size:16px;
    color:#959595;
    font-weight:bold;
    margin: 22px 0 0 0;
    padding-right: 0;
    background-color: inherit;
}
#menu > li {
    display:block;
    float:right;
    padding: 0px 10px;
    border-top: 1px solid #d2cccf;
    border-right: 1px solid #d2cccf;
    border-left: 1px solid #d2cccf;
    border-radius: 5px 5px 0 0;
    text-align:left;
    height: 45px;
    line-height: 45px;
    color:#959595;
    background-color: inherit;
    box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -mox-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
    -webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.5);
}
#menu > li.current-menu-item{
    background: #fff;
    border-bottom: 2px solid #ffffff;
}
#menu li a {
    cursor: pointer;
    display:block;
    color:#959595;
    text-decoration:none;
    background-color: inherit;
}
#menu li a:hover, #menu li.active a{
    text-decoration:none;
    color:#F60;
    background-color: inherit;
}
#menu > li > div {
    position: absolute;
    display: none;
    margin: 0;
    padding: 0;
    z-index: 1;
}
#menu ul{
    /*position: absolute;*/
    /*display: none;*/
    margin: 0;
    padding: 0;
    list-style: none;
    z-index: 1;
    overflow: hidden;
}
#menu ul li{
    display: block;
    padding: 1px 10px;
    margin: 0;
    line-height: 20px;
    background-color: #fff;
}
#menu ul a {
    display:block;
    color:#959595 !important;
    text-decoration:none;
    background-color: inherit;
}
#menu ul a:hover, #menu ul a:active {
    text-decoration:none;
    color:#F60 !important;
    background-color: inherit;
}
#mobile_menu{
    display: none;
}

/* MAIN WRAPPER */
#main_wrapper {
    text-align:center;
    position: relative;
}
/* Banner Wrapper */
#banner_wrapper {
    width:100%;
    background: url("images/bg_banner_home.png") repeat-x;
}
.banner{
    margin: 0px auto;
    width: 994px;
    padding-bottom: 50px;
    position: relative;
}
.banner .banner_video{
    width: 585px;
    float: left;
    margin: 0px 0px 0px 0px;
}
.banner .banner_video #video_en{
    cursor: pointer;
}
.banner .banner_right{
    width: 400px;
    float: right;
    margin: 5px 0px 0px 0px;
    position: relative;
}
.banner .banner_right h1.mobile_forms{
    font-size: 45px;
    font-weight: bold;
    text-transform: uppercase;
    color: #ff9710;
    font-family: 'Signika', sans-serif !important;
    position: absolute;
    top: 20px;
    left: 0;
}
.banner .banner_right h1.made_easy{
    font-size: 45px;
    font-weight: bold;
    margin-top: 10px;
    margin-bottom: 35px;
    text-transform: uppercase;
    color: #ff9710;
    font-family: 'Signika', sans-serif !important;
}
.banner .banner_right a.getstarted{
    display: block;
    width: 340px;
    height: 81px;
    margin: 10px auto;
    padding:0px;
    text-decoration: none;
    cursor: pointer;
}
.banner .banner_right .bottom_bnr{
    margin: 0px 0px 0px 0px;
    overflow: hidden;
}
.socialLogin {
    display:block;
    overflow: hidden;
}
.socialLogin ul li{
    margin-right:2%;
    width: 49%;
    float: left;
}
.socialLogin ul{
    overflow: hidden;
}
.socialLogin ul li:nth-child(2){
    margin-right:0;
}
.socialLogin ul li img{
    max-width: 100%;
}
.banner .banner_right .bottom_bnr p{
    font-weight: bold;
    color: #747474;
    text-align: center;
}
.banner .banner_right .bottom_bnr h2 {
    font-weight:bold;
    font-size:1.2em;
    color: #616161;
    margin: 50px 0px 20px 0px;
}
.banner .banner_right .bottom_bnr .on_app_store{
    overflow: hidden;
}
.banner .banner_right .bottom_bnr .on_app_store li{
    float: left;
    width: 49%;
    margin-right: 2%;
}
.banner .banner_right .bottom_bnr .on_app_store li:nth-child(2){
    margin-right: 0px;
}
.banner .banner_right .bottom_bnr .on_app_store li img{
    max-width: 100%;
}

.banner .parners_view{
    width: 470px;
    background: #ffffff;
    position: absolute;
    left: 0px;
    bottom: -50px;
    z-index: 1;
}
.banner .parners_view p{
    text-align: left;
    font-weight: bold;
    color: #707070;
    font-size: 13px;
    margin: 0px 0px 7px 0px;
    padding-left: 20px;
}
.banner .parners_view .boxcustomers{
    width: 470px;
}
.banner .boxcustomers .boxleft{
    float: left;
    width: 10px;
    height:54px;
    margin-top: 6px;
    background: url(images/boxcustomer_left.png);
}
.banner .boxcustomers .boxmiddle{
    position: relative;
    width: 450px;
    float: left;
}
.bx-window{
    height: 60px;
}
.bx-pager .pager-link:first-of-type {
    margin-left: 0px;
}
.bx-wrapper .bx-pager .pager-link {
    background: url("images/carousel_dots.png") 0 0 no-repeat;
    height: 11px;
    width: 10px;
    margin-left: 10px;
    display: inline-block;
    text-indent: -999px;
}
.bx-wrapper .bx-pager .pager-link.pager-active, .bx-wrapper .bx-pager .pager-link.pager-active:hover {
    background-position: -22px 0;
}
.bx-wrapper .bx-pager .pager-link:hover {
    background-position: -11px 0;
}
.bx-pager{
    text-align: center;
    overflow: hidden;
    height: 18px;
    line-height: 0px;
    padding-top:9px;
}
.bx-prev, .bx-next{
    text-indent: -9999px;
    display: none;
}
.banner .boxcustomers ul{
    list-style: none;
}
.banner .boxcustomers ul li{
    width: 150px;
    height: 54px;
    position: relative;
    float: left;
}
.banner .boxcustomers ul li img{
    height: 54px;
}
.banner .boxcustomers .boxright{
    float: left;
    width: 10px;
    height:54px;
    margin-top: 6px;
    background: url(images/boxcustomer_right.png);
}

/* Solutions */
.df_solutions{
    margin: 0px auto 30px;
    position: relative;
    width: 994px;
}
.solutions_title{
    text-align: center;
    position: relative;
    margin-bottom: 20px;
}
.solutions_title .line_sol{
    background: #dfdfdf;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 10px;
}
.solutions_title h2{
    color: #ff9815;
    font-size: 27px;
    font-weight: bold;
    width: 300px;
    background: #ffffff;
    margin: 0px auto;
    z-index: 1;
    position: relative;
}
.solutions_title h2 a{
    color: #ff9815;
    text-decoration: none;
}
.solutions_thumbnails{
    width: 100%;
    position: relative;
    overflow: hidden
}
.solutions_thumbnails div{
    float: left;
    width: 300px;
    margin: 10px 15px 20px 15px;
    text-align: center;
    position: relative;
}
.solutions_thumbnails div p{
    height: 30px;
    font-weight: bold;
    font-size: 15px;    
}
.solutions_thumbnails div p a{
    text-decoration: none;
    color: #000000;
}
.solutions_thumbnails div > a{
    display: block;
    width: 100%;
    text-align: center;
}
.solutions_thumbnails div img{
    max-width: 270px;
    max-height: 143px;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    text-align: center;
}
.solutions_thumbnails div .attachment-thumbnail{
    display: none;
}
.solutions_slogan{
    margin: 10px 0px;
}
.solutions_slogan p{
    font-size: 14px;
    line-height: 20px;
    color: #525252;
    margin-bottom: 10px;
}
.client_partner{
    margin: 50px auto;
    position: relative;
    width: 994px;
    overflow: hidden;
}
.df_clients{
    float: left;
    width: 477px;
    margin: 0px 10px;
}
.clients_title{
    text-align: center;
    position: relative;
    margin-bottom: 30px;
}
.clients_title .line_sol{
    background: #dfdfdf;
    height: 5px;
    width: 100%;
    position: absolute;
    top: 8px;
}
.clients_title h3{
    color: #a1a1a1;
    font-size: 20px;
    font-weight: bold;
    width: 180px;
    background: #ffffff;
    margin: 0px auto;
    z-index: 1;
    position: relative;
}
.clients_img{
    text-align: center;
    overflow: hidden;
}
.clients_img ul{
    overflow: hidden;
}
.clients_img li{
    float: left;
    margin: 0px 15px 10px 15px;
}
.clients_img li img.max_size{
    max-width: 150px;
}
.clients_img .get_app_df{
    margin-top: 50px;
}
.clients_img .get_app_df li{
    margin: 0 10px 0px 15px;
}
.clients_img .get_app_df li a img{
    z-index: 10;
    position: relative;
    max-height: 70px;
}
.df_partners{
    float: left;
    width: 477px;
    margin: 0px 10px;
}
.partners_title h3{
    width: 180px;
}
.partners_img{
    text-align: center;
    position: relative;
}
.partners_img ul{
    width: 100%;
}
.partners_img li{
    float: left;
    /*margin: 0px 10px 20px 10px;*/
    margin: 0px 8px 20px 8px;
}
.partners_img .dev_cafe{
    margin: 0px 0px 20px 18px;
}
.partners_img li img{
    max-width: 180px;
    max-height: 90px;
}
.partners_img .img_size img{
    max-width: 100px;
}
.partners_img .syncapp img{
    max-width: 145px;
}
.partners_img .dev_cafe img{
    max-width: 90px;
}
.partners_img .ifma img{
    max-width: 220px;
}
.partners_img .at_and_t{
    margin: 0px;
}
.partners_img .at_and_t img{
    position: absolute;
    top: 25px;
    right: 10px;
}
.partners_img .box img{
    margin-top: -10px;
}
.df_breadcrumbs{
    width: 994px;
    text-align: left;
    padding: 0px 0px 10px 0px;
    margin: 0px auto;
    color: #444444;
    font-weight: bold;
}
.df_breadcrumbs p{
    line-height: 20px;
}

/* MAIN */
#main_content {
    width:994px;
    min-height:301px;
    margin:0 auto;
    padding: 20px 0px;
    text-align:left;
    overflow: hidden;
}
#main {
    width:994px;
    /*min-height:301px;*/
    margin:0 auto;
    text-align:left;
}

/* FOOTER WRAPPER */
#footer_wrapper {
    background:#000;
    width:100%;
    border-top:#999088 solid 1px;
    text-align:center;
    clear:both;
    color: #FFF;
}

/* Footer */
#footer {
    width:994px;
    clear:both;
    margin:0 auto;
}
#footer .footer_top{
    width: 100%;
    height: 54px;
    position: relative;
}
#footer .footer_top .languages{
    float: right;
    margin-top: 15px;
    color:black;
    width: 260px;
}
#footer .footer_top .languages h3{
    float: left;
    margin-top: 6px;
    margin-right: 10px;
    color: #ffffff;
}
#footer .footer_top .languages .df_languages{
    width: 130px;
    float: left;
}
#footer .footer_top .languages select{
    text-align: left;
    padding: 0px 0px 0px 00px;
}
#footer .footer_top .languages option{
    padding: 0px 10px 0px 00px;
    text-align: left;
}
#footer .footer_view{
    margin: 20px 0px 0px 0px;
    padding-bottom: 10px;
    float: left;
    width: 700px;
}
#footer .footer_view h3{
    text-align: left;
    text-transform: uppercase;
    font-weight: bold;
    color: #ff9710;
}
#footer .footer_view h3 a{
    text-decoration: none;
    color: #ff9710;
    display: block;
}
#footer .footer_view h3 a:hover{
    text-decoration: underline;
}
#footer .footer_view ul{
    text-align: left;
    list-style: none;
    margin: 10px 0px;
}
#footer .footer_view ul li{
    display: inline;
    padding: 0 10px 0 0;
    margin-right: 10px;
    border-right: 1px solid #6b6b6b;
    line-height: 20px;
}
#footer .footer_view ul>li:first-of-type {
    padding-left: 0px;
}
#footer .footer_view ul>li:last-of-type{
    border: none;
}
#footer .footer_view ul li a{
    text-decoration: none;
    color: #ffffff;
    cursor: pointer;
}
#footer .footer_view ul li a:hover{
    text-decoration: underline;
}
#footer .footer_view ul li h3 {
    display: inline;
}
#footer .footer_view ul li h3 a{
    text-decoration: none;
    color: #6b6b6b;
    cursor: pointer;
}
#footer .footer_social{
    float: right;
    width: 260px;
    margin: 20px 0px 0px 0px;
    text-align: left;
    padding-bottom: 10px;
}
#footer .footer_social h3{
    color: #ff9710;
    font-weight: bold;
    text-align: left;
    text-transform: uppercase;
    margin-bottom: 10px;
}
#footer .footer_social .ft_social_content{
    margin: 0px 0px 10px 0px;
    text-align: left;
}
#footer .footer_social .mashape_button {
    margin: 0px 0px 10px 0px;
}
#footer .footer_social .available_app_store a{
    display: block;
    margin-bottom: 10px;
}

/* Datafield Blog */
.page-template-page-blog-php #menu, .post-type-archive-blog #menu, .single-blog #menu, .tag #menu, .tax-blog-category #menu, .search #menu{
    margin: 26px 0 0 0;
}
.page-template-page-blog-php #menu li:first-child, .post-type-archive-blog #menu li:first-child, .single-blog #menu li:first-child, .tag #menu li:first-child, .tax-blog-category #menu li:first-child, .search #menu li:first-child{
    background: #fff;
    border-bottom: 2px solid #FFFFFF;
}
.blog_signup{
    width: 100%;
    text-align: right;
    background: #f7f7f7;
    padding-top: 15px;
}
.blog_signup_center{
    width: 960px;
    margin: 0px auto;
    text-align: right;
}
.blog_signup .buttonFreeTrial{
    margin: 0px;
}
.df_blog{
    margin: 80px 0px;
    position: relative;
}
.df_blog_content{
    float: left;
    width: 630px;
}
.df_blog_article{
    margin: 0 0 25px 0px;
    text-align: left;
    color: #444444;
    font-size: 14px;
    overflow: hidden;
    background: #f9f9f9;
    padding: 30px 20px;
}
.df_blog_article h2{
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
    text-transform: uppercase;
    line-height: 33px;
}
.df_blog_article h2 a{
    color: #3bb6f6;
    text-decoration: none;
}
.df_blog_article h2 a:hover{
    color: #686666;
}
.df_blog_article .blog_tag{
    margin: 10px 0px;
    overflow: hidden;
}
.df_blog_article .blog_tag li{
    margin: 0px 8px 0px 0px;
}
.df_blog_article .blog_tag li a{
    text-decoration: none;
    color: #616161;
    font-size: 12px;
}
.df_blog_article .blog_content{
    margin: 30px 0px 20px 0px;
}
.df_blog_article .blog_content p{
    line-height: 24px;
    margin: 5px 0px;
    display: block;
    font-size: 15px;
}
.df_blog_article .blog_content img{
    max-width: 100%;
}
.df_blog_article .linkto{
    float: right;
    margin: 0px 0px 0px 0px;
    padding: 8px 15px;
    background: #fc8e10;
    color: #ffffff;
    text-decoration: none;
}
.df_blog_article .linkto:hover{
    background: #f0761d;
}
.df_page_nav{
    width: 100%;
    margin: 20px 0px;
    text-align: center;
    padding: 20px 0px;
}
.df_page_nav a{
    font-size: 14px;
    margin: 0px 4px;
}
.df_blog_widgets{
    float: right;
    width: 290px;
    text-align: center;
}
.df_blog_widgets > div{
    border: 1px solid #CECECE;
    margin: 0 0 15px;
    border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
}
.df_blog_letter{
    position: relative;
    padding: 0px 0px 20px 0px;
    background: #3a608b;
}
.df_newsletter{
    overflow: hidden;
    text-align: left;
}
.df_newsletter form p{
    float: left;
    height: 40px;
    line-height: 40px;
    margin: 0px 0px 0px 10px;
    text-align: center;
}
.df_newsletter input[type="email"], .df_newsletter input[type="text"]{
    width: 150px;
    padding: 5px 5px;
    border: 1px solid rgba(0, 0, 0, 0.2);
    color: #777777;
    border-radius: 7px;
    -moz-border-radius: 7px;
    -webkit-border-radius: 7px;
}
.df_newsletter input[type="email"]:focus, .df_newsletter input[type="text"]:focus{
    border: 1px solid #c3c3c3;
    box-shadow: 0 0 5px #616161;
}
.df_newsletter input[type="submit"]{
    margin: 5px 0px 0px 0px;
    padding: 5px 10px;
    border: none;
    cursor: pointer;
    background: #ffffff;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    font-weight: bold;
    color: #444444;
}
.df_newsletter input[type="submit"]:hover{
    background: #efecec;
}
.df_related_post{
    width: 100%;
    position: relative;
    margin: 0px 0px 0px 0px;
    background: #ffffff;
    padding: 0 0 15px 0;
}
.df_newsletter h2, .df_related_post h2, .df_blog_links h2{
    font-size: 14px;
    margin-bottom: 20px;
    text-align: center;
    padding: 10px 0px;
    background: #747474;
    color: #ffffff;
    text-transform: uppercase;
}
.df_related_post ul{
    position: relative;
    text-align: left;
    padding: 0px 10px;
}
.df_related_post ul li{
    display: block;
    margin: 5px 0px;
    line-height: 20px;
}
.df_related_post li a{
    font-size: 15px;
    color: #444444;
    text-decoration: none;
}
.df_related_post li a:hover{
    text-decoration: underline;
}
.df_blog_links{
    position: relative;
    padding: 0px 0px 20px 0px;
}
.df_blog_links form{
    padding: 0px 10px;
    margin-bottom: 20px;
}
.df_blog_links input{
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
    padding: 5px 5px 5px 20px;
    width: 240px;
    border: 2px solid #444444;
    background: url("images/s_icon.png") no-repeat left center;
}
.df_blog_links ul{
    width: 100%;
}
.df_blog_links ul li{
    width: 100%;
    padding: 10px 0px;
    margin: 5px 0px;
}
.df_blog_links ul li:first-child{
    background: #00a4d3;
}
.df_blog_links ul li:nth-child(2){
    background: #ffb253;
}
.df_blog_links ul li:nth-child(3){
    background: #92d36e;
}
.df_blog_links ul li:nth-child(4){
    background: #ff5d55;
}
.df_blog_links ul li a{
    color: #444444;
    text-decoration: none;
    font-size: 14px;
}
.blog_social{
    position: relative;
    border: none !important;
}
.blog_social > div{
    display: block;
    margin: 0 0 15px;
    padding: 15px 0px;
    background: #ffffff;
    border: 1px solid #cecece;
    text-align: center;
}
.blog_social .df_gplus{
    padding: 0px 0px 0px 0px;
    border: none;
}
.blog_social .df_fb{
    border: none;
    padding: 0px;
}
.blog_social .df_twitter_timeline{
    border: none;
    padding: 0px;
}
.df_blog_single{
    position: relative;
    font-size: 14px;
    background: #f9f9f9;
    padding: 30px 20px;
    overflow: hidden;
}
.df_blog_single h1{
    font-size: 30px;
    font-weight: bold;
    line-height: 33px;
    margin-bottom: 5px;
    text-transform: uppercase;
    color: #3bb6f6;
}
.df_blog_single .blog_content h2{
    font-weight: bold;
    margin: 15px 0px 0px 0px;
}
.df_blog_single h2 a{
    color: #444444;
    text-decoration: none;
}
.blog_single_social{
    width: 100%;
    overflow: hidden;
    min-height: 80px;
    border-bottom: 2px solid #444444;
    position: relative;
}
.blog_single_social .blog_tag{
    margin: 10px 0px;
    overflow: hidden;
    width: 340px;
}
.blog_single_social .blog_tag li{
    float: left;
    margin: 0px 8px 0px 0px;
    line-height: 20px;
}
.blog_single_social .blog_tag li a{
    text-decoration: none;
    color: #444444;
}
.blog_single_social .blog_share_icons{
    position: absolute;
    top: 0px;
    right: 0px;
}
.df_blog_single .blog_content{
    margin: 20px 0px 10px 0px;
}
.df_blog_single .blog_content div{
    max-width: 100%;
}
.df_blog_single .blog_content .wp-caption{
    margin: 20px auto;
}
.df_blog_single .blog_content .wp-caption .wp-caption-text{
    font-size: 12px;
    margin: 0px;
    color: #747474;
    line-height: normal;
}
.df_blog_single .blog_content p{
    line-height: 24px;
    margin: 5px 0px;
    display: block;
    font-size: 15px;
}
.df_blog_single .blog_content p.blog_pic{
    text-align: center;
}
.df_blog_single .blog_content ul{
    padding-left: 30px;
}
.df_blog_single .blog_content ul li{
    list-style: disc;
    margin: 0px 0px;
    line-height: 24px;
}
.df_blog_single .blog_content img{
    max-width: 100%;
    margin: 5px 0px;
    height: auto;
}
.df_blog-search{
    width: 100%;
    position: relative;
}
.df_blog-search h1{
    color: #7A7A7A;
    font-size: 40px;
    margin-bottom: 30px;
}
.df_blog-search article{
    margin: 15px 0 40px;
}
.df_blog-search h2 {
    font-size: 30px;
    font-weight: bold;
    margin-bottom: 5px;
}
.df_blog-search h2 a{
    color: #444444;
    text-decoration: none;
}
.df_blog-search .entry-content{
    margin: 15px 0px;
}
.df_blog-search .entry-content p{
    line-height: 20px;
    font-size: 15px;
}
.df_blog-search .entry-content p img{
    max-width: 100%;
    text-align: center;
}

/*FAQ*/
.faqcontent{
    margin: 30px 18px 20px 0;
}
.faqcontent h1{
    font-size: 1.5em;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    cursor: pointer;
    display: block;
    color: #959595;
    text-decoration: none;
    background-color: inherit;
}
.faqcontent p{
    margin: 30px 0 0 0;
}
.faqcontent h2{
    padding: 0;
    margin: 30px 0px 10px 0px;
    font-size: 14px;
    font-style:italic;
    border-bottom: 1px solid black;
    text-transform: uppercase;
}
.faqcontent ul{
    margin: 0 20px 0 50px;
}
.faqcontent ul > li{
    list-style: url('images/ic_triangle.png');
    margin-bottom: 5px;
    color: #616161;
    font-size: 14px;
    background-color: inherit;
    line-height: 2em;
    text-align: justify;
}
.faqcontent ul > li ol > li, .faqcontent ul > li ul > li{
    list-style: decimal;
    margin-bottom: 5px;
    margin-left: 60px;
    color: #616161;
    font-size: 14px;
    background-color: inherit;
    line-height: 2em;
    text-align: justify;
}
.faqcontent ul > li ul > li{
    list-style: disc;
    margin-left: 10px;
}
.faqcontent ul li a.linkvirtual{
    text-decoration: underline;
    color: #959595;
    cursor: pointer;
}

/* Category */
.df_category_wrapper{
    width: 100%;
    background: url("images/bg_banner_home.png") repeat-x top left;
}
.df_category{
    margin: 0 auto;
    position: relative;
    width: 994px;
}
.df_category .cat_title{
    margin: 50px 0 20px 0px;
}
.df_category .cat_slogan{
    width: 100%;
    text-align: center;
    margin: 10px 0px;
}
.df_category .cat_slogan p {
    color: #525252;
    font-size: 14px;
    line-height: 20px;
}

/* DATAFIELD  BUSSINESS USES */
.df_business_uses{
    width: 100%;
    background: url("images/bg_banner_home.png") repeat-x top left;
}
.df_business_uses_wrapper{
    margin: 0 auto;
    position: relative;
    width: 994px;
}
.df_banner{
    position: relative;
    height: 300px;
}
.df_banner_left{
    width: 626px;
    float: left;
    height: 300px;
}
.df_banner_left img{
    display: block;
    max-width: 100%;
    max-height: 100%;
}
.df_banner_right{
    float: right;
    width: 368px;
    height: 300px;
    background: #3e3e3e;
}
.df_banner_signin h1{
    color: #ffffff;
    font-size: 20px;
    text-align: center;
    margin: 20px 0px 15px 0px;
    text-transform: uppercase;
    line-height: normal;
    padding: 0px 5px;
}
.df_banner_signin h4{
    color: #135dc8;
    text-align: left;
    margin: 0 0 0 20px;
    font-size: 20px;
    font-weight: bold;
}
.df_signin_form{
    margin: 15px 0 15px 20px;
}
.df_signin_form #frm_subscribe{
    margin: 0px;
    text-align: left;
    overflow: hidden;
}
.df_signin_form #frm_subscribe #new_email{
    width: 90%;
    margin: 0px 0px 5px 0px;
    height: 30px;
    padding: 0px 5px;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.df_signin_form #frm_subscribe #new_password{
    width: 68%;
    margin: 0px 2% 0 0;
    height: 30px;
    padding: 0px 5px;
    float: left;
    border-radius: 6px;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    -o-border-radius: 6px;
}
.df_signin_form #frm_subscribe #go{
    float: left;
    width: 20%;
    height: 34px;
    font-weight: bold;
    -webkit-border-radius: 6px;
    -moz-border-radius   : 6px;
    border-radius        : 6px;
    border: 1px solid #cecece;
    color: #444444;
    font-size: 17px;
    cursor: pointer;
    text-transform: uppercase;
}
.df_social{
    margin: 0px 0 0 20px;
}
.df_social ul{
    overflow: hidden;
    width: 100%;
}
.df_social ul li{
    float: left;
    width: 46%;
    margin-right: 1%;
}
.df_social ul li img{
    display: block;
    max-width: 100%;
}
.df_business_content{
    width: 586px;
    float: left;
    padding: 40px 20px;
    text-align: left;
}
.df_business_content h2{
    color: #FEA500;
    font-size: 24px;
    margin: 0px 0px 20px 0px;
}
.df_business_content h4{
    color: #444444;
    margin: 7px 0px;
    font-size: 14px;
    padding: 0px 0px 0px 15px;
    line-height: 22px;
    background: url("images/doc_w.png") no-repeat 0 4px;
}
.df_business_relevant{
    float: right;
    width: 358px;
    text-align: left;
    border: 5px solid #dadada;
    box-shadow: 0px 3px 5px 0px #ada3a3;
    margin: 40px 0px 0px 0px;
}
.df_business_relevant h2{
    color: #FEA500;
    padding: 20px 0px;
    font-size: 24px;
    text-align: center;
}
.df_business_relevant h2 a{
    text-decoration: none;
    color: #FEA500;
}
.df_business_relevant h4{
    clear: both;
    color: #444444;
    font-size: 16px;
    font-weight: bold;
    line-height: 30px;
    margin: 10px 0;
    overflow: hidden;
    padding-left: 20px;
}
.df_business_relevant h4 a{
    color: #444444;
    text-decoration: none;
}
.df_business_relevant h4 span{
    background: #FFA500;
    border-radius: 15px 15px 15px 15px;
    -moz-border-radius: 15px 15px 15px 15px;;
    -webkit-border-radius: 15px 15px 15px 15px;;
    -o-border-radius: 15px 15px 15px 15px;;
    color: #FFFFFF;
    float: left;
    height: 30px;
    margin-right: 5px;
    line-height: 30px;
    text-align: center;
    width: 30px;
}
.df_busines_pic{
    overflow: hidden;
    position: relative;
    width: 100%;
    margin: 60px 0px 20px 0px;
}
.business_ipad{
    width: 50%;
    float: left;
    text-align: left;
    position: relative;
}
.business_ipad img{
    max-width: 97%;
}
.business_ipad .arrow_business{
    position: absolute;
    bottom: -120px;
    right: -120px;
    z-index: 10;
}
.business_clients{
    width: 50%;
    float: left;
    padding-bottom: 35px;
}
.business_signup{
    width: 50%;
    float: left;
    text-align: left;
}
.business_signup .businessFree{
    background: #df001a !important;
    width: 70%;
    padding: 13px 50px;
    margin-top: 110px;
    border-radius: 5px;
    text-shadow: #70000e 1px 1px 1px;
    color: #ffffff !important;
    font-size: 27px;
    font-family: Arial, serif;
    font-weight: bold;
    text-decoration: none;
    font-style: normal;
    text-transform: none;
    vertical-align: middle;
    display: inline-block;
    text-align: center;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    background: -webkit-gradient(linear, left top, left bottom, from(#df001a), to(#df001a));
    background: -moz-linear-gradient(top, #df001a, #df001a);
    background: linear-gradient(to bottom, #df001a, #df001a);
    -webkit-box-shadow: #999999 2px 2px 0px 0px;
    -moz-box-shadow: #999999 2px 2px 0px 0px;
}
.business_mac{
    width: 50%;
    float: left;
}
.business_mac img{
    max-width: 100%;
}

/*  DATAFIELD SOLUTION */
.single .df_info{
    display: none;   
}
.title_sol{
    margin: 10px 0px;
    padding-left: 30px;
    overflow: hidden;
}
.title_sol img{
    float: left;
}
.title_sol h1{
    float: left;
    text-transform: uppercase;
    color: #c3c3c3;
    margin: 25px 0px 0px 20px;
    font-size: 22px;
}
.posts_steps{
    overflow: hidden;
    padding: 0px;
    margin: 70px 0 50px 0;
    width: 100%;
}
.posts_steps .step_line{
    width: 100%;
    height: 5px;
    background: #cecece;
    margin: 20px 0px;
}
.posts_steps h3{
    background: #ffffff;
    width: 450px;
    margin: -36px auto 20px;
    font-size: 25px;
    font-weight: bold;
}
.posts_steps h3 span{
    color: #ffa202;
}
.posts_steps .steps {
    position: relative;
    float: left;
    margin: 10px 27px 0 0;
    width: 310px;
    padding-bottom: 20px;
    background: #d7d7d7 url("images/datafield_step.png") no-repeat top left;
    border-radius: 10px;
    -moz-border-radius: 10px;
    -webkit-border-radius: 10px;
}
.posts_steps .step3{
    margin-right:-10px;
}
.posts_steps .steps span{
    position: absolute;
    top: 5px;
    right: 10px;
    font-size: 35px;
    font-weight: bold;
    color: #ffffff;
}
.posts_steps .steps h4{
    width: 232px;
    margin: 10px 0px 10px 10px;
    height: 45px;
    font-size: 16px;
    line-height: normal;
    font-weight: bold;
    text-align: left;
}
.posts_steps .steps img{
    margin:10px 0 0 0px;
    border-top: 1px solid #ffffff;
    padding-top: 10px;
    max-width: 94%;
}

/* CONTACT US */
.contactUs{
    margin: 30px 0px;
    min-height: 250px;
}
.contactUs h1{
    font-size: 1.5em;
    padding: 0px;
    margin: 0px 0px 25px 0px;
    cursor: pointer;
    display: block;
    color: #959595;
    text-decoration: none;
    background-color: inherit;
}
.contactUs p{
    margin: 30px 0 0 0;
    font-size: 14px;
}

/** PAGE-404 **/
.df_404_content{
    margin: 30px 0px 20px 0px;
    padding: 20px 0px 100px 0px;
}
.df_404_content h1 {
    color: #959595;
    display: block;
    font-size: 1.5em;
    margin: 0 0 25px;
    padding: 0;
    text-decoration: none;
}
.df_404_content p {
    color: #616161;
    font-size: 14px;
}

/*
        CUSTOM CSS FOR MULTILANGUAGE
-------------------------------------------------------------------------------------------------------------------------------------*/

/* Disable Select Language Option Only On Blog */
.post-type-archive-blog .footer_top, .single-blog .footer_top, .tax-blog-category .footer_top, .tag .footer_top{
    display: none;
}

/* FR */
html[lang="fr-FR"] #pricing table td.signup a.button{
    text-align: left;
    padding-left: 5px;
}
html[lang="fr-FR"] .features_thumbnails div p{
    height: 30px;
}
html[lang="fr-FR"] .business_item{
    min-height: 570px;
}

/* ID */
html[lang="id-ID"] .business_item{
    min-height: 460px;
}
html[lang="id-ID"] .business_item p.smalltitle{
    font-size: 14px;
}

/* VI */
html[lang="vi"] .business_item{
    min-height: 475px;
}
html[lang="vi"] .sols ul li{
    line-height: normal;
}
html[lang="vi"] .socialLogin{
    margin-left: 10px;
}
html[lang="vi"] .posts_steps h1{
    width: 560px;
}

/* TH */
html[lang="th-TH"] #menu{
    font-size: 15px;
}
html[lang="th-TH"] .sols ul li{
    line-height: normal;
}
html[lang="th-TH"] .socialLogin{
    margin-left: 10px;
}

/*
        QUERIES
-------------------------------------------------------------------------------------------------------------------------------------*/

/* iPad [portrait + landscape] */
@media only screen and (min-width: 768px) and (max-width: 1024px) {
    body{
	width: 994px;
	height: auto;
	margin: 0px auto;
    }
    #wrapper{
	width: 994px;
    }
    #header{
	width: 100%;
    }
    .df_business_uses{
	background: none;
    }
    .df_breadcrumbs{
	padding-left: 5px;
    }
    #footer .footer_view{
	padding-left: 5px;
    }
}

/* Mobile */
@media screen and (max-width: 767px) {
    /* Wrapper */
    #wrapper{
        width: 100%;
        max-width: 100%;
    }
    #main{
        width: 100%;
        margin: 0px;
    }

    /* Top wrapper */
    #top_wrapper{
        width: 100%;
    }
    #top_header{
        width: 100%;
        background: #000000;
        height: 60px;
    }
    #top{
        width: 100%;
        height: auto;
        overflow: hidden;
    }
    #top>div{
        float: none;
        width: 100%;
    }
    #login{
        width: 100%;
        background: none;
        float: left;
    }
    a#forgotbutton, a#logout{
        float: none;
        margin: 0px;
    }
    #frm_login div{
        width: 100%;
    }
    
    #frm_login div .username{
        width: 36%;
        margin: 0 2%;
    }
    #frm_login div .password{
        width: 36%;
        margin: 0 2% 0 0 ;
    }
    #frm_login .submit{
        width: 20%;
    }
    .textfield{
        padding: 0 0 0 2%;
        width: 98%;
    }
    .btn_login{
	text-transform: none;
	width: 100%;
	padding: 0px;
    }
    #bottom_header{
        width: 100%;
        height: auto;
    }
    #header{
        width: 100%;
        height: auto;
        display: table;
        position: relative;
    }
    #logo{
        max-width: 60%;
        height: 50px;
        margin-top: 5px;
    }
    #logo img{
        max-width: 100%;
        max-height: 100%;
    }
    #mobile_menu{
        display: inline-block;
        vertical-align: middle;
        width: 55px;
        height: 30px;
        padding-top: 5px;
        cursor: pointer;
        max-width: 40%;
        float: right;
        background:#464646;
        background-image:-webkit-gradient(linear,left bottom,left top,color-stop(0,#373737),color-stop(18%,#464646));
        background-image:-webkit-linear-gradient(bottom,#373737 0,#464646 5px);
        background-image:-moz-linear-gradient(bottom,#373737 0,#464646 5px);
        background-image:-o-linear-gradient(bottom,#373737 0,#464646 5px);
        background-image:linear-gradient(to top,#373737 0,#464646 5px);
        border-radius: 5px;
        -moz-border-radius: 5px;
        -webkit-border-radius: 5px;
        -o-border-radius: 5px;
        margin: 10px 10px 0 0;
    }
    #mobile_menu span{
        border-top: 5px solid #ffffff;
        display: block;
        width: 35px;
        height: 5px;
        margin: 0px auto;
    }
    .menu_wrapper{
        float: none;
        display: block;
        width: 100%;
        height: auto;
    }
    #menu{
        display: none;
        position: absolute;
        top: 56px;
        width: 100%;
        z-index: 10;
        background: #ffffff;
        height: auto;
        width: 100%;
        padding: 5px 0px;
        border-bottom: 1px solid #cecece;
        margin: 0;
    }
    #menu li{
        display: block;
        float: none;
        padding: 0 0 0 10px;
        margin: 5px 0px;
        border: none;
        height: auto;
        line-height: normal;
    }
    #menu > li.current-menu-item{
        background: none;
        border: none;
    }
    #menu li a{
        height: auto;
    }
    #menu li div{
        display: block;
        position: relative;
    }
    #menu ul{
        padding: 1px 0 0 15px;
    }
    #menu ul li{
        padding: 1px 0px;
    }

    /* Main wrapper - Home page*/
    .banner{
        width: 96%;
        margin-left: 2%;
        padding-bottom: 30px;
    }
    .banner .banner_video{
        width: 100%;
        display: block;
        float: none;
    }
    .banner .banner_video img{
        max-width: 100%;
    }
    .banner .banner_right{
        display: block;
        float: none;
        width: 100%;
    }
    .banner .banner_right h1.mobile_forms{
        margin-top: 5px;
        font-size: 30px;
        position: static;
    }
    .banner .banner_right h1.made_easy{
        margin-top: 5px;
        margin-bottom: 15px;
        font-size: 35px;
    }

    .banner .banner_right .bottom_bnr{
        width: 100%;
    }
    .socialLogin{
        width: 100%;
        margin: 0px 0px 10px 0px;
        height: auto;
    }
    .socialLogin ul{
        width: 100%;
        overflow: hidden;
    }
    .socialLogin ul li{
        width: 100%;
        display: block;
        float: none;
        text-align: center;
    }
    .socialLogin ul li:first-child{
        margin-bottom: 10px;
    }
    .socialLogin ul li img{
        max-width: 100%;
    }
    .banner .banner_right .bottom_bnr ul{
        margin: 0px 0px;
    }
    .banner .banner_right .bottom_bnr h2{
        display: block;
        margin: 5px 0px 10px 0px !important;
    }
    .on_app_store{
        width: 100%;
        overflow: hidden;
    }
    .on_app_store li{
        width: 49%;
    }
    .on_app_store li:first-child{
        margin-right: 2%;
    }
    .on_app_store li img{
        max-width: 100%;
    }

    .df_solutions{
        width: 98%;
        margin-left: 1%;
    }
    .solutions_title .line_sol{
	display: none;
    }
    .solutions_title h2{
        width: 100%;
        font-size: 24px;
    }
    .solutions_title h2 a{
        width: 100%;
	display: block;
    }
    .solutions_slogan{
	margin: 10px 0 20px 0;
    }
    .solutions_thumbnails div{
        width: 50%;
        margin: 0 0 30px 0;
    }
    .solutions_thumbnails div p{
        width: 100%;
        height: 42px;
        font-size: 13px;
        margin: 0px;
    }
    .solutions_thumbnails div img{
        max-width: 96%;
        height: auto;
    }
    .solutions_thumbnails div .attachment-thumbnail{
        display: block;
        margin: 0px auto;
    }
    .solutions_thumbnails div .attachment-medium{
        display: none;
    }
    .df_features{
        margin-bottom: 0px;
    }
    .features_slogan{
        margin: 10px 0px 15px 0px;
    }
    .client_partner{
        width: 98%;
        margin-left: 1%;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    .df_clients{
        width: 100%;
        display: block;
        float: none;
        overflow: hidden;
        margin: 0px 0px 15px 0px;
    }
    .clients_title{
        margin-bottom: 20px;
    }
    .clients_title h3{
        max-width: 75%;
        font-size: 18px;
    }
    .clients_img{
        width: 100%;
        overflow: hidden;
    }
    .clients_img li{
        margin: 0 2% 10px 0;
        width: 48%;
    }
    .clients_img li img{
        max-width: 100%
    }
    .partners_img{
        width: 100%;
        overflow: hidden;
    }
    .partners_img .img_center{
        margin: 0 0 10px 0;
    }
    .partners_img li{
        margin: 0 2% 20px 0;
        width: 48%;
	min-height: 50px;
    }
    .partners_img .dev_cafe{
	margin: 0 2% 20px 0;
    }
    .partners_img li img{
        max-width: 98%;
    }
    .partners_img .dev_cafe img{
	max-width: 98%;
    }
    .partners_img .ifma img{
	max-width: 98%;
    }
    .clients_img li img.max_size{
        max-width: 98%;
    }
    .partners_img .at_and_t img{
        position: inherit;
    }
    .df_partners{
        width: 100%;
        display: block;
        float: none;
        overflow: hidden;
        margin: 0px;
    }
    .df_breadcrumbs{
	margin-left: 1%;
	width: 98%;
    }
    .df_breadcrumbs p{
	line-height: 20px;
    }

    /* Business Usespage */
    .df_business_uses_wrapper{
        width: 100%;
    }
    .df_banner{
        width: 100%;
        height: auto;
    }
    .df_banner_left{
        display: block;
        float: none;
        width: 100%;
        margin: 0px;
        height: auto;
    }
    .df_banner_left img{
        max-width: 100%;
        height: auto;
    }
    .df_banner_right{
        width: 100%;
        float: none;
        display: block;
        height: auto;
        margin: 0px;
    }
    .df_banner_signin{
        width: 90%;
        margin: 0px auto;
        text-align: left;
        padding-bottom: 15px;
        padding-top: 10px;
    }
    .df_banner_signin h1{
        text-align: left;
        margin: 0px 0px 2px 0px;
        font-size: 17px;
        line-height: normal;
        padding: 0;
    }
    .df_banner_signin h1 br{
        display: none;
    }
    .df_banner_signin h4{
        margin: 0px 0px 10px 0px;
    }
    .df_signin_form{
        margin: 0px 0px 10px 0px;
    }
    .df_signin_form #frm_subscribe #new_email{
        width: 96%;
        margin: 0 0 7px 0;
        height: 20px;
        padding: 3px 2%;
        font-size: 12px;
    }
    .df_signin_form #frm_subscribe #new_password{
        padding: 3px 2%;
        width: 66%;
        height: 20px;
        font-size: 12px;
    }
    .df_signin_form #frm_subscribe #go{
        width: 25%;
        height: 30px;
        font-size: 12px;
        float: right;
    }
    .df_social {
        margin: 0px;
        width: 100%;
    }
    .df_social ul{
        width: 100%;
    }
    .df_social ul li{
        width: 49%;
    }
    .df_business_content{
        width: 96%;
        display: block;
        float: none;
        padding: 20px 2% 0px 2%;
    }
    .df_business_content h2{
        font-size: 18px;
        line-height: normal;
    }
    .df_business_content h4{
        margin: 4px 0px;
        line-height: normal;
    }
    .df_business_relevant{
        width: 95%;
        display: block;
        float: none;
        margin: 20px 0px 0px 2%;
        border: 2px solid #dadada;
    }
    .df_business_relevant h2{
        padding: 10px 0px;
	font-size: 20px;
    }
    .df_business_relevant h4{
        padding-left: 10px;
        margin: 5px 0px;
	font-size: 14px;
    }
    .df_busines_pic{
        width: 96%;
        display: block;
        margin: 20px 0px 0px 0px;
        padding: 0px 2%;
    }
    .business_ipad{
        float: none;
        width: 100%;
        display: block;
    }
    .business_ipad img{
        max-width: 100%;
    }
    .business_ipad .arrow_business{
        display: none;
    }
    .business_clients{
	padding-bottom: 20px;
    }
    .clients_img .get_app_df{
        width: 100%;
        margin-top: 15px;
        text-align: center;
	padding-left: 0px;
    }
    .clients_img .get_app_df li{
        width: 49%;
        margin: 0 1% 15px 0;
	height: 70px;
    }
    .clients_img .get_app_df li:last-child{
        margin: 0 1% 0px 0;
    }
    .clients_img .get_app_df li img{
        max-height: 60px;
    }
    .business_signup{
        width: 100%;
        float: none;
        display: block;
        margin: 20px 0 0 0;
    }
    .business_signup .businessFree{
        margin-top: 0px;
        padding: 10px 0px;
        width: 100%;
    }
    .business_mac {
        width: 100%;
        float: none;
        display: block;
        margin: 20px 0 0 0;
    }
    .posts_steps{
        margin: 20px 0 20px 2%;
        width: 96%;
    }
    .posts_steps h3{
        width: 96%;
        font-size: 20px;
    }
    .posts_steps .steps{
        display: block;
        width: 100%;
        margin: 0px 0px 15px 0px;
        background-size: 100% auto;
    }
    .posts_steps .steps h4{
        font-size: 14px;
        width: 75%;
        height: auto;
    }
    .posts_steps .steps img{
        max-width: 100%;
    }
    .posts_steps .steps span{
        font-size: 20px;
    }

    /* Legal */
    .faqcontent{
        width: 96%;
        margin: 0 0 0 2%;
        padding: 20px 0px;
    }
    .faqcontent h1{
        margin: 0 0 15px 0;
    }
    .faqcontent h2{
        margin: 15px 0px;
    }
    .faqcontent ul{
        margin: 0px;
        padding: 0px 15px;
    }
    .faqcontent ul > li{
        line-height: 20px;
    }
    .faqcontent ul > li ul > li{
        line-height: 20px;
    }

    /* Category */
    .df_category{
        width: 96%;
        margin: 0 0 0 2%;
    }
    .df_category .cat_title{
	margin: 10px 0px;
    }
    .df_category .cat_slogan{
	margin: 10px 0px 20px 0px;
    }
    .title_business h1{
        font-size: 18px;
        line-height: normal;
    }

    /* Contact Us */
    .contactUs{
        margin: 0 0 0 2%;
        padding: 15px 0px;
        width: 96%;
    }
    .contactUs p{
        line-height: normal;
    }

    /* 404 Page */
    .df_404_content{
        width: 100%;
        margin: 0px;
        padding: 30px 0px 70px 0px;
    }
    .df_404_content article{
        width: 92%;
        margin: 0 0 0 2%;
        padding: 0 2%;
    }

    /* Datafield Blog */
    .blog_signup{
	padding-bottom: 20px;
    }
    .blog_signup_center{
	width: 96%;
	margin-left: 2%;
	text-align: center;
    }
    .df_blog{
	width: 96%;
	margin-left: 2%;
	margin-top: 30px;
    }
    .df_blog_content{
	width: 100%;
	float: none;
	display: block;
    }
    .df_blog_article{
	padding: 20px 5px;
    }
    .df_blog_article h2{
	font-size: 20px;
	line-height: normal;
    }
    .df_blog_article .blog_content{
	margin: 30px 0px 10px;
    }
    .df_blog_widgets{
	width: 96%;
	float: none;
	display: block;
	padding: 3px 2%;
    }
    .df_newsletter form p{
	width: 100%;
	margin: 0px;
    }
    .df_newsletter input[type="email"], .df_newsletter input[type="text"]{
	width: 92%;
	padding: 5px 2%;
    }
    .df_blog_links input{
	width: 80%;
    }
    .blog_search form{
	padding: 0px;
    }
    .blog_search input{
	width: 80%;
    }
    .blog_social > div{
	overflow: hidden;
	width: 100%;
    }
    .df_blog_single{
	margin-bottom: 30px;
	padding: 20px 5px;
    }
    .df_blog_single h2{
	font-size: 20px;
    }
    .blog_single_social{
	padding-bottom: 10px;
	height: auto;
    }
    .blog_single_social .blog_tag{
	width: 100%;
    }
    .blog_single_social .blog_share_icons{
	width: 100%;
	position: relative;
    }
    .df_blog_single .blog_content ul{
	padding-left: 20px;
    }

    /* Footer */
    #footer{
        width: 100%;
    }
    #footer .footer_top .languages{
        width: 98%;
        padding: 0 0 0 2%;
    }
    #footer .footer_top .languages h3{
        margin: 6px 10px 10px 0;
    }
    #footer .footer_view{
        width: 98%;
        margin: 10px 0 0 2%;
    }
    #footer .footer_social{
	display: block;
	padding-bottom: 20px;
	margin: 10px 0 0 2%;
	width: 98%;
    }
    #footer .footer_social .available_app_store a img{
	max-width: 100%;
    }
/*
        CUSTOM CSS FOR MULTILANGUAGE ON MOBILE DEVICE
-------------------------------------------------------------------------------------------------------------------------------------*/

    /* FR */
    html[lang="fr-FR"] .features_thumbnails div p{
	height: 45px;
    }
}