
/*
  Theme Name: Contentive Base    
  Version: 1.0 
  Author: rumo
  
  
*/
@import url(https://fonts.googleapis.com/css?family=Open+Sans:600,400);

@import url(css/mailchimp-widget.css);
@import url(css/disqus.css);
@import url(inc/paginate/paginate.css);

/* Generated by Font Squirrel (http://www.fontsquirrel.com) on July 8, 2013 */

@font-face {
    font-family: 'bebasregular';
    src: url('fonts/bebas___-webfont.eot');
    src: url('fonts/bebas___-webfont.eot?#iefix') format('embedded-opentype'),
         url('fonts/bebas___-webfont.woff') format('woff'),
         url('fonts/bebas___-webfont.ttf') format('truetype'),
         url('fonts/bebas___-webfont.svg#bebasregular') format('svg');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'ssbp';
    src:url('../../plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.eot?xj3ol1');
    src:url('../../plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.eot?#iefixxj3ol1') format('embedded-opentype'),
        url('../../plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.woff?xj3ol1') format('woff'),
        url('../../plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.ttf?xj3ol1') format('truetype'),
        url('../../plugins/simple-share-buttons-plus/sharebuttons/assets/fonts/ssbp.svg?xj3ol1#ssbp') format('svg');
    font-weight: normal;
    font-style: normal;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}


/**************************************************************************************************
  Tags
**************************************************************************************************/
/* RESET BOOTSTRAP */

*, :before, :after 
{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

h1, .h1, h2, .h2, h3, .h3 
{
  margin-top: 0;
  margin-bottom: 0;
}


ul, ol {
  margin-top: 0;
  margin-bottom: 0;
}

 input, optgroup, select, textarea
{
  color: #000;
  -webkit-box-sizing: content-box!important;
  -moz-box-sizing: content-box!important;
  box-sizing: content-box!important;

}
/* END RESET BOOTSTRAP */


*
{
  margin:0;
  padding: 0;
  outline:none;
  margin: 0;	
}



body
{
  font:normal 12px/18px arial, sans-serif;
  /*background-image:url(img/bg/bg.gif);*/
  background-position: top left;
  background-repeat: repeat-x;
  background-attachment: fixed; 
}

h1
{
  font-size:20px;
}

h2
{
  font-size:10px;
  font-weight: normal;
}

h3
{
  font-size:17px;
}

h4
{
  font-size:16px;
}

h5
{
  font-size:15px;
}

h6
{
  font-size:14px;
}

input, textarea, select, button, fieldset
{
  padding:2px;
  border:1px solid #757575;
  font:normal 12px 'Open Sans';  
}

button, input[type="submit"]
{
    cursor: pointer;
}

a:focus
{
  outline: none;
}

img
{
  border:0px;
}

ul, ol
{
}

hr
{
  
}


a, 
.ui-widget-content a
{
	text-decoration: none;
	color:#6f94c1;
}

.spinner-overlay
{
  background: url('img/icon/spinner_large.gif') 50% 50% no-repeat;
  background-color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  opacity: 0.6;
}

/**************************************************************************************************
  Container
**************************************************************************************************/
#container
{ 
  /*border:1px solid;*/
 box-shadow: -1px 0px 12px rgba(128, 128, 128, .05);
-webkit-box-shadow: -1px 0px 12px rgba(128, 128, 128, .05);

}

.main-container
{
	width:1000px;
	margin:0 auto!important;
  clear: both;	
}


.simple-container
{
    padding: 10px;
}

/**************************************************************************************************
  Dater
**************************************************************************************************/
#dater
{
  clear:both;
  width:1000px;
  height:31px;
  line-height:31px;
}

#dater p
{
  margin:0px 10px 0px 10px;
}

#dater .rss
{
  float:right;
}

#dater .rss a
{
  width:27px;
  height:27px;
  margin:2px 10px 0px 10px;
  display:block;
  text-indent:-5000px;
  background:url(img/icon/rss-top.gif) no-repeat;
}

#dater .translation
{
  float:right;
  list-style:none;
}

.translation li
{
  display:inline;
  padding:0 3px 0 3px;
  font-weight:bold;
  text-transform:uppercase;
}

.translation li a
{
  text-decoration:none;
}

/**************************************************************************************************
  Header
**************************************************************************************************/
#header-container
{	
	
    /* height: 195px; */
    height: 106px;    
    padding: 15px 0 0 0;    
    position: relative;
}

#header
{     
  	background-image: url(img/bg/bg_header.png);
    background-repeat:  repeat-x;
    min-width:320px;
}

#header .blog-title
{
  padding:30px 20px 0px 20px;
  font-size:30px;
  float:left;
  font-weight: bold;
}

#header .blog-title a
{
  text-decoration:none;
}

#menu .blog-description
{
  padding: 5px 0px 0px 0px;;
  float: right;
  font-size: 13px;
  color: #ffffff;  
  font-weight: normal;
  
  display: none;
  
}

#header-bar
{
    height: 90px;
    overflow: hidden;
    width: 728px;
    float: right;
}

.widget-header-bar-title
{
    display: none;
}

.widget-header-bar 
{
    width: 728px;
    padding: 0;
    margin: 0 auto;
}

.widget-header-bar:last-of-type
{
    padding: 0;
}

#header-date
{
    color: #ffffff;
    margin: -10px 0px 0px 25px;
}

.widget-middle-bar-container
{
  margin-bottom: 20px;
}

.single-post .widget-middle-bar-container
{
  margin-top: 20px;
}

.single-post .widget-middle-bar-container img
{
  border: none!important;
  margin: 0;
  padding: 0;
}

.single-post .entry
{
  font-size: 14px;
  line-height: 24px;
  color: #404040;
}



#wallpaper-bar
{
    width: 100%;
    position: absolute;
    left: -142px;
    z-index: -100;

}

.widget-wallpaper-bar
{
    width: 1284px;
    margin: 0 auto;
}

.wallpaper-pin-top
{
    position: fixed!important;
    top: 0;
    left: 0!important;
}

.wallpaper-pin-bottom 
{
    position: absolute!important;
    bottom: 0;
    left: -142px; 
}

/**************************************************************************************************
   Logo
**************************************************************************************************/
#logo
{
    width: 230px;
    height: 80px;
    background-repeat: no-repeat;
    margin-top: 23px;
    position:absolute;
}

#logo a
{
    display: block;
    width: 100%;
    height: 100%;
}

#logo span
{
    display: none;
}


.contentive-logo
{
	display:block;
	margin-top:6px;
	background: url(img/bg/contentive-logo.png) no-repeat;
	width: 150px;
	height: 27px;	
}


/**************************************************************************************************
  Ads
**************************************************************************************************/


.widget[class*=text-] .widget-title
{
    display: none;
}

#sidebar .textwidget
{
    margin:10px;
}


/**************************************************************************************************
  Social media
**************************************************************************************************/
.addthis_toolbox
{
    width: 150px;
}

.addthis_button_facebook_like
{
    width: 80px !important;
} 
.addthis_button_tweet
{
    width: 90px !important;
}

.addthis_button_google_plusone
{
    width: 70px !important;
}

/* Social buttons under header right top corner*/
.advertise-with-us-button
{
	color: #fff !important;
	text-align: center;
	vertical-align:middle;
	float:right;
	display: block;
	width: 300px;
	
	border: 1px solid #ACACAC;
	
	background: #b5b5b5; /* Old browsers */
	background: -moz-linear-gradient(top,  #b5b5b5 0%, #cbcbcb 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#b5b5b5), color-stop(100%,#cbcbcb)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  #b5b5b5 0%,#cbcbcb 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  #b5b5b5 0%,#cbcbcb 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  #b5b5b5 0%,#cbcbcb 100%); /* IE10+ */
	background: linear-gradient(to bottom,  #b5b5b5 0%,#cbcbcb 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b5b5b5', endColorstr='#cbcbcb',GradientType=0 ); /* IE6-9 */
	
	height: 34px;
	line-height: 34px;
	margin: 10px;
}


#social-media-buttons
{
    width: 310px;
}

#short_code_si_icon
{
    margin: 4px 10px 0px 0px;    
}

#short_code_si_icon a
{
    display: block;
    float:left;
    margin-left:6px;
}

#google-plus-button
{
    width: 40px;
    overflow: hidden;
    margin: 8px 6px 0px 0px;    
}

#footer-info #google-plus-button {
	margin: 4px 6px 0px 0px;   
}

#twitter-follow-button
{
    margin: 11px 8px 0px 0px;    
}

#footer-info #twitter-follow-button {
	margin: 7px 8px 0px 0px;
}

#facebook-like-button
{    
    width: 46px; /* Likes count is next to right if you expand this width */
    overflow: hidden;
    margin: 11px 8px 0px 0px;    
}

#footer-info #facebook-like-button {
	margin: 7px 8px 0px 0px; 
}




/**************************************************************************************************
  Menu
**************************************************************************************************/
#menu-container
{
    background-color: #162336;
}

#menu-container .menu {
	float:left;
	width:100%;
}

#menu, #sub-menu-auto
{
  margin: 0 auto;
  clear:both;  
  height:30px;
}

#menu ul, .sub-menu-container ul
{
  list-style:none;
  
}

#menu li, .sub-menu-container li
{
  float:left;
  display:block;
  position:relative;
  z-index:1 !important;
  background-image: url(img/bg/menu_sep.png);
  background-position: left;
  background-repeat: no-repeat;
  height:30px;
  line-height:30px;  
  font-size:13px;
}

.sub-menu-container li a:hover {
	text-decoration:underline;
}

#menu li a
{
 display:block; 
 text-decoration:none;
 padding:0px 10px;
}

.sub-menu-container #sub-menu-auto li a {
	border-right:1px solid #ccc;
	padding:0 .9em;
	color: #666;
	font-size:12px;
}

.sub-menu-container .sub-menu li:first-child a {
	border-left:1px solid #ccc;
}

#sub-menu-auto li {
	background:none;
}


#menu li li a
{
    line-height:16px;    
    text-decoration:none;
    font-size:12px !important;
    font-weight:normal !important;
    padding: 4px;   
    white-space: nowrap;
}

#menu li li
{
    border-top:1px solid;
    display: block;
   /* width: 200px;*/
    height: auto;
    padding: 4px; 
    position: static;
    float: none;
    line-height: 0px;
}

#menu li ul
{
  top:30px;
  left:0px;
  z-index:100002;
  position:absolute;
  display:none;
}

#menu .parent{
  background:url(img/bg/arrow-down.gif) no-repeat center right;
}


#container-header-menu
{
	float: left;
}


#mobile-menu
{
    background-color: inherit;
    border-color: transparent;
    display: none;  
}

#mobile-nav
{
    max-height: 1000px;
}

#mobile-menu .navbar-nav>li>a,
#mobile-menu .navbar-nav>li>a:hover,
#mobile-menu .navbar-nav>li>a:focus,
#mobile-menu .navbar-nav .open .dropdown-menu>li>a,
#mobile-menu .navbar-nav .open .dropdown-menu>li>a:hover
{
    color: #fff;
    font-size: 14px;
}

#mobile-menu .navbar-nav>li.open>a,
#mobile-menu .navbar-nav>li.current-menu-item>a,
#mobile-menu .navbar-nav .open .dropdown-menu>li.current-menu-item>a
{
   color: #555; 
}




/**************************************************************************************************
  Search
**************************************************************************************************/
#search-bar-container
{
    height: 40px;
    background-image: url(img/bg/bg_searchbar.png);
    background-position: left bottom;
    background-repeat: repeat-x;
}

#search-bar-container .screen-reader-text
{
    display: none;
}

#search-bar-container #searchform
{
    padding: 5px 0px 5px 5px;    
}

#search-bar-container #searchform #s
{
    width: 538px;
}

#searchform {
	float:left;
	position:absolute;
	margin-top:10px;
}

#searchform #s
{
	vertical-align:top;
    background-position: left;
    background-repeat: no-repeat;
    margin:0 0 0 10px;
    width:90px;
    border-radius: 3px;
    padding: 3px 0 3px 5px;
    border: 1px solid #D9DADA;
}

#searchform input#searchsubmit {
	background-image: url(img/icon/search.gif);
	background-repeat:no-repeat;
	background-position:5px;
}




/**************************************************************************************************
  BreadCrumb
**************************************************************************************************/
#breadcrumbs
{
  font-size: 11px;
  color: #888888;
  padding-top: 20px; 
}



#breadcrumbs a
{
  color: #000;
  text-decoration:none;
}

#breadcrumbs .breadcrumb-home
{
  display: inline-block;
  height: 16px;
  width: 16px;
  background: url(img/icon/home2_icon.png) no-repeat;
}

.sitebreadcrumbs
{
    padding-left: 20px;
}

/**************************************************************************************************
  Content
**************************************************************************************************/


#content
{
  float:left;
  width: 68%;  
  /*padding:14px 0px 10px 10px;*/
  padding: 10px 2%;
  background-color: #FFF;
  box-sizing:border-box;
  -moz-box-sizing:border-box;
}
	


#content .content-title
{
  color: #444245;
  width: 99%;  
	
  font-size:14px;
  font-weight: 600;
	
  height:28px;
  line-height: 28px;
  padding: 0 0px 0px 10px;
  background-color: #F2F2F2;
  position: relative;
  left: -1%;
  
  box-sizing:border-box;
  -moz-box-sizing:border-box;

	/*-moz-box-shadow:3px 3px 6px 1px rgba(205, 205, 205, 0.4);
	-webkit-box-shadow:3px 3px 6px 1px rgba(205, 205, 205, 0.4);
	box-shadow:3px 3px 6px 1px rgba(205, 205, 205, 0.4);*/
}

#content.index-posts .content-title {
	left:0;
	width:99%;
}

#content.index-posts .content-title

#content .single-post .content-title {
	left:-1%;
	margin-bottom:15px;
}


#content .single-post .wp-caption {
	float:right; width:260px;
}


#content .content-title a,
#sidebar .widget-title
{
  text-decoration:none;
  color: #444245;
}



#content .content-title a:hover {
	text-decoration:underline;
}

#content .content-title:before
{
 /*content: "";*/
 position: absolute;
 display: block;
 border-style: solid;
 border-color: #D3D3D3 transparent transparent transparent;
 bottom: -10px;
 left: 0;
 border-width: 10px 0 0 15px;
}
/**************************************************************************************************
  Highlight
**************************************************************************************************/
#highlight
{
  width:700px;
  height:170px;
  margin:0px 0px 15px 0px;
  border-bottom:2px solid;
  z-index:0 !important;
}

#highlight img
{
  float:left;
  margin:10px;
}

#highlight .post-title
{
  margin:10px 10px 0px 10px;
}

#highlight .info
{
  margin:0px 0px 0px 10px;
}

#highlight .entry
{
  margin:10px 10px 10px 10px;
}

#highlight-pager
{
  float:right;
}

#highlight-pager a
{
  float:left;
  width:15px;
  height:15px;
  display:block;
  overflow:hidden;
  margin:5px 0px 0px 10px;
  text-indent:-5000px;
}

/**************************************************************************************************
  Posts
**************************************************************************************************/
.post, .single-post
{  
  margin-top: 11px;
  padding: 0px 5px 15px 5px;
  
}

#content-full .single-post
{
  margin-top: 20px;
}

#for-iframe .post,
#for-iframe .entry
{
  margin: 0;
  padding: 0;
}

.single-post p {
	margin:1em 0;
}


.post-vertical
{
    width: 148px;
    /* height is set in responsive.js */
    /* border-left: 1px solid #D9DADA; */
    padding: 0px 5px 0 5px;
    margin: 10px 0px;   
    position: relative;    
     
}

/* wraps up two vertical posts using php */
.post-vertical-wrap {
	float:left;
}

.post-vertical .post-title
{
	margin-top: 10px;
}

#middle-bar .post-vertical-wrap:first-child .post-vertical:first-child
{
    border-left: none;
}


.post-title, .post-title a
{
    /*color: #296DAD;*/
    color:#1F4F82;
    font-size: 14px;
    /*font-weight: 600;
    font-family: 'Open Sans';*/
    /* margin-bottom: 5px; */
}

.post-title a:hover {
	text-decoration:underline;
}

.headline-post {
	padding-bottom:0;
}

.headline-post .post-info
{
	/*margin-top: 10px;*/
}

.headline-post .post-title
{
	/*position: absolute;
	bottom: 0;	
	padding: 5px 10px 10px 10px;*/
	
}

.headline-post .post-thumbnail img
{
	box-sizing:border-box;
	-moz-box-sizing:border-box; /* Firefox */
	-webkit-box-sizing:border-box; /* Safari */
}

.headline-post .post-title:before
{
	/*
	content: "";
	height: 100%;
	width:100%;
	top: 0;
	left: 0;
	opacity: 0.6;	
	position:absolute;
	background-color:#000;
	z-index: 99;
	 filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000);*/
    /* For IE 8*/
    /*-ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#99000000, endColorstr=#99000000)";*/
}

.headline-post .post-title a
{
	color: #000;
	font-size: 22px;
	line-height: 24px;	
}

.headline-post .post-comments,
.headline-post .post-meta
{
	margin-top: 0;
}


.columnLatest3 .headline-post .post-meta {
	margin-bottom:3px;
}

.headline-post .post-comments
{
	margin-right: 10px;
}


.post .entry
{
  margin:0px 0px 10px 0px;
}

.post-date
{
  /* background:url(img/icon/clock.gif) no-repeat;*/ 
  /* padding:0 0 3px 20px !important; */
 
}


.post-author, .post-category-list
{
	line-height: 8px;
	height: 10px;
	position:relative;		
}

.post-category-list a,
.post-author
{
	/*padding-left:5px;*/
}

.post-author:before, 
.post-category-list a:before
{
	/*content: "";
	border: 1px solid #b9b9b9;
	border-width: 9px 0 0 1px;
	border-color: #b9b9b9; 
	border-style: solid;	
	position:absolute;
	top: 3px;	
    display: block;*/
}

.post-author a,
.post-category-list a 
{	
	color: #6f94c1;
}



.post-info.no_thumb {
	width:100%;
}

.post-tags
{
   /* background-image: url(img/icon/tag.png);
    background-repeat: no-repeat;
    padding-left: 26px;
    line-height: 16px;
    margin-top: 5px;
    clear:both;*/
}

.post-tags a
{
   /* text-decoration:none !important;
    border-bottom: 1px dotted #335CAD;
    margin-right: 5px;*/
    color: #D07F80 !important;
}


.post-meta .post-comments, .post-comments
{
  background:url(img/icon/comments.gif) 3px no-repeat;
  padding:0 0 0 20px;
  color: #757575;
  width:16px;
  height:16px;
  overflow:visible;
  text-decoration:none;
}



.post-meta
{
 font-size:10px;
 color: #b9b9b9;
 margin-bottom: 10px;   
}

.cnt-company-single .post-meta {
	margin-bottom:0;
}

.post-meta a
{
	text-decoration:underline;
}

.single-post-meta
{
    width: 100%;
}

.excerpt
{   
    width: 100%;
    float: left;
    font-size: 14px;
    line-height: 21px;
    color:#555;
}


.post-thumbnail 
{   
	margin-top: 1px;
	margin-right: 15px;
}

.post-thumbnail img
{   
   border: 1px solid #CCCCCC;   
   margin: auto 0;
}

.columnLatest3 .headline-post .post-thumbnail
{
	position: relative;
    width: 100%;
    max-width: 360px;
    margin-bottom:6px;
}


.headline-post .post-thumbnail img
{	
	width: 100%;
	padding: 0;
	height: auto;	
}

.post-info {
    width: 100%;
    float:left;
}

.wpandpr span {
	float:left; 
	width:51.5%;
}

#latest-prwp {
	padding:10px 0;
}

.prwp-container {
	margin:0 0 10px 0;
}

.prwp-dates {
	color:#a9a9a9; 
	margin-left:5px;
}

/**************************************************************************************************
  Comment Form
**************************************************************************************************/
.comment-form
{
  margin:0px 0px 10px 0px;
  padding:10px;
}

.comment-form li
{
  padding:5px;
  list-style:none;
}

.comment-form label
{
  float:left;
  width:100px;
}

.comment-form textarea
{
  width:400px;
  height:100px;
  padding:5px;
}

/**************************************************************************************************
  Comment
**************************************************************************************************/
.comment, .pingback
{
  margin:0px 0px 10px 0px;
  padding:10px;
  list-style:none;
}

.comment p, .pingback p
{
  margin:10px 0px 10px 0px;
}

.comment .comment-author a, .pingback .comment-author a
{
  text-decoration:none;
}

.comment-rss, .trackback-link
{
  float:right;
  text-decoration:none;
  font-size:11px;
  font-weight:normal;
  margin:0px 0px 0px 10px;
}

.fb-comment-count {
	margin:10px;
}

#fbcomments, .fb-comments, .fb-comments iframe[style], .fb-comments span {
	width: 100% !important;
}

/**************************************************************************************************
  Navigation
**************************************************************************************************/
.navigation
{
  line-height:30px;
}

.navigation a
{
  font-weight:bold;
  text-decoration:none;
  font-size:14px;
}

/**************************************************************************************************
  Sidebar
**************************************************************************************************/
#sidebar
{
  float:right;
  width:320px;
  overflow: hidden;  
  background:#F4F4F4;
  /* padding:14px 10px 10px 10px; */
}

#sidebar .widget
{
	
  margin-bottom:10px;
}

#sidebar .widget p
{
  padding:5px;
}

#sidebar .widget a
{
  text-decoration:none;
}

#sidebar .widget li
{
  list-style:none;
}

#sidebar .widget form
{
  padding:5px;
}

#sidebar .widget a
{
  color:#296DAD;
  font-size:14px;
  border-color:#cadbed;
}

#sidebar .widget-title,
#sidebar .widget-title a,
#sidebar .widget_rss .widget-title a
{
  font-size:18px;
  font-weight: bold;
  color:#777;
  width:92%;
  margin:0 auto 10px;
      
}

#sidebar .widget_rss .widget-title img
{
  display: none;
}

#sidebar .widget-title a
{
  text-decoration:none;
}

/**********************
 * Youtube Channel Widget
 *********************/
.widget .youtube_channel
{
  padding: 0px 10px;
}

.widget .youtube_channel .ytc_title
{
  font-size: 13px;
  color: #333;
  padding-bottom: 5px;
}

.widget_youtube_channel_widget
{
 border-bottom: 1px solid #dcdcdc;
 padding-bottom: 10px;
}

.sidebar .post-info
{
  float:none;
  width: 100%;
}

.sidebar .post-info .excerpt
{
  display: none;
}

/**************************************************************************************************
  Widget: Posts, PÃ¡ginas, Categorias, Arquivos, Links e Meta
**************************************************************************************************/
#widget_pages li, #widget_categories li, #widget_archive li, #widget_recent_entries li, .links li, #widget_meta li
{
  list-style:none;
}

#widget_pages li a, #widget_categories li a, #widget_archive li a, #widget_recent_entries li a, .links li a, #widget_meta li a
{
  height:30px;
  line-height:30px;
  padding:0px 5px 0px 28px;
  display:block;
  overflow:hidden;
  border-top:1px solid; 
}

#widget_pages li li a, #widget_categories li li a
{
  padding:0px 5px 0px 30px;
}

#widget_categories li a
{
  background:url(img/icon/folder.gif) 8px 7px no-repeat;
}

#widget_categories li li a
{
  background:url(img/icon/page-children.gif) 8px 7px no-repeat;
}


#widget_archive li a
{
  background:url(img/icon/database.gif) 8px 7px no-repeat;
}

#widget_pages li a
{
  background:url(img/icon/page.gif) 8px 7px no-repeat;
}

#widget_pages li li a
{
  background:url(img/icon/page-children.gif) 8px 7px no-repeat;
}

#widget_recent_entries li a
{
  background:url(img/icon/page_white_text.gif) 8px 7px no-repeat;
}

#widget_text p
{
  padding:5px;
}

.links li a
{
  background:url(img/icon/link.gif) 8px 7px no-repeat;
}

/**************************************************************************************************
  Widget: Search
**************************************************************************************************/
#widget_search
{
}

#widget_search input
{
  margin:6px 0 0 0;
}

/**************************************************************************************************
  Widget: Nuvem de Tags
**************************************************************************************************/
#widget_tag_cloud
{
  text-align:center;
}

#widget_tag_cloud a:hover
{
  text-decoration:underline;
}

/**************************************************************************************************
  Widget: ComentÃ¡rios Recentes, RSS
**************************************************************************************************/
#widget_recent_comments li, #widget_rss li
{
  padding:10px 24px;
  border-top:1px solid;
}

#widget_rss .rsswidget
{
  font-weight:bold;
}

#widget_rss .rss-date
{
  font-size:11px;
}

#widget_rss .rssSummary
{
}

#widget_recent_comments li
{
  background:url(img/icon/comments.gif) 5px 11px no-repeat !important;
}


/**************************************************************************************************
  Widget: RSS
**************************************************************************************************/
#sidebar .widget_rss .rsswidget {
  font-weight: normal;
}

#sidebar div.widget
{
  color: #a9a9a9;
}

#sidebar .widget_rss li
{
  border: none;
  padding: 5px 10px;
}

#sidebar .widget_rss .rss-date
{
  display: block;
}



/**************************************************************************************************
  Widget: Calendar
**************************************************************************************************/
#widget_calendar table
{
  width:230px;
  text-align:center;
}

/**************************************************************************************************
  Footer
**************************************************************************************************/
#footer
{
  color: #45454D;
  clear:both;
  font-size: 12px;
  min-width:320px;
}

#footer-top
{
	background-color: #EEEEEE;
}

#footer-middle
{
	background-color: #D9D9D9;
	padding-bottom:10px;
}


#footer-bottom
{
	background-color: #BCBCBC;
}


#footer-info
{
    padding: 10px 0 15px 30px;
    float:left;
	padding-left: 30px;
	box-sizing: border-box;
}

#footer a
{
  color: #45454D;
}

#footer-emails
{	
    margin-top: 15px;    
}


#footer-address
{
    padding-top: 15px;
}

#footer-emails a
{
      text-decoration:none;
      color: #757575;
}

/*
#footer .backtoTop
{
  float:right;
  margin:0px 10px 0px 0px;
}

#footer .backtoTop a
{
  width:20px;
  height:20px;
  display:block;
  text-indent:-5000px;
  background:url(img/icon/backtotop.gif) center no-repeat;
}*/

#footer-pages, #footer-cats {
	float:right;
	width:300px;
}

#footer-cats {
	margin: 10px 10px 0 20px;
}

#footer-pages {
	margin-top:10px;
}

#footer-middle ul {
	list-style:none;
}

#footer-middle ul li {
	padding:10px;
	min-width:200px;
	border-bottom:1px solid #FFF;
	box-shadow: 0 6px 5px -5px #ccc;
}

.bb-shadow {
	border-bottom:1px solid #FFF;
	box-shadow: 0 6px 5px -5px #ccc;
}

#footer-social-networks {
	width:300px;
	margin-bottom: 20px;
	padding-bottom: 10px;
	float: left;
}



#footer-bottom .main-container {
	padding:10px 0;
}

#footer-bottom .main-container a {
	margin-left:30px;
}


/**************************************************************************************************
  Classes
**************************************************************************************************/
.clear
{
  width:100%;  
  clear:both;
  visibility:hidden;
}

.noborder
{
  border:none !important;
}

.post-title a
{
  text-decoration:none;     
}

.single-post-title
{
   color:#555555;
   font-family: 'Open Sans';
   font-size: 20px;
   line-height: 28px;
   font-weight: normal;
}

.info
{
  font-size:11px;
}

.info a
{
  font-weight:bold;
  text-decoration:none;
}

.options
{
  float:right;
  margin:5px 0px 0px 0px;
}

.options a
{
  text-decoration:none;
  font-weight:bold;
  margin:0px 0px 0px 10px;
}

.alignleft
{
  float:left;
  /* margin:0px 10px 0px 0px; */
}

.alignright
{
  float:right;
  /* margin:0px 0px 0px 10px; */
}

.aligncenter
{
  margin:auto;
  display:block;
}

.more-link
{
  display:block;
  font-weight:bold;
  text-align:right;
  text-decoration:none !important;
}

.comment-wait
{
}



.avatar
{
  float:left;
  margin:0px 10px 0px 0px;
}

.url
{
  font-weight:bold;
}

.children
{
  padding:0px 0px 0px 30px;
}

.line {
    border-bottom: 1px solid #F3F3F3;
    clear:both;
    width: 100%;
    padding-top: 10px;
}


.category-intro {
    margin-top: 20px;
}

/**************************************************************************************************
  Entradas do UsuÃ¡rio
**************************************************************************************************/
.entry
{

}

.entry h1
{
}

.entry h2
{
}

.entry h3
{
}

.entry h4
{
}

.entry h5
{
}

.entry h6
{
}

.entry hr
{
  border:1px solid;
  margin:2px 0px 2px 0px;
}

.entry a
{
  text-decoration:underline;
}



.entry blockquote
{
  margin:10px;
  padding:3px 10px 10px 10px;
  display:block;
  font-style:italic;  
}

.entry code, .entry pre
{
  margin:10px;
  padding:10px;
  display:block;
  font-family:monospace;
  border:1px solid;
  overflow:auto;
}

.entry address
{ 
}

.entry pre
{
}

.entry p
{ 
  margin:10px 0px 0px 0px;
  text-align:justify;
}

.entry ul,
#cnt-company-profile ul
{
  list-style-type:square;
  margin:5px 5px 5px 45px;
}

.entry ol
{ 
  list-style-type:decimal;
  padding:5px 5px 5px 45px;
}

.entry em
{
}

.entry strong
{
}

.entry strike
{
}

.entry span
{
}


.aligncenter {
  display:block;
  margin:auto;
}

.alignleft {
  float:left;
}

.alignright {
  float:right;
}


/**************************************************************************************************
  Post image
**************************************************************************************************/
.entry img
{
  margin:5px 10px;
  padding: 4px;
  border: 1px solid #CCCCCC!important;
  max-width: 95%;
  height: auto;
  
}

.entry .noborder 
{
 border: none!important;    
}


.wp-caption 
{
    border: none;
    text-align: center;
    padding: 0px;
    margin: 5px 10px;
    background-position: center bottom;
    background: none!important; 
}

 .wp-caption img 
{
    margin: 0px;
    width:250px;
    height:auto;
}

.wp-caption p.wp-caption-text 
{
    color:#ffffff;        
    font-size: 10px;
    line-height: 16px !important;
    text-align: center;
    background-color: #4d4d4d;
    padding: 0px 2px !important;
    margin: 0px !important;
    border: 1px solid #4d4d4d!important;        
}





/**************************************************************************************************
  Front page
**************************************************************************************************/
.columnLatest3
{
    width: 56%;   
}

.columnLatest3 .excerpt
{
	width: 100%;
}

.columnLatest3 .post-info
{
	width: 100%;
	float: none;
}

.columnLatest3 .post-meta {
	margin-bottom:0;
}


.columnLatest9
{
   width: 38%;    
}

.columnLatest9 .post-info
{
	width: 100%;
	/*width:calc(100% - 130px)*/
}

.columnLatest9 .post
{
	margin-top: 8px;
	padding-bottom: 8px;
}

.columnLatest9 .post-thumbnail img {
	width:120px;
	height:86px;
}

.columnLatest9 .post-thumbnail,
.columnLatest9 .excerpt,
.columnLatest9 .post-meta
{
	display: none;
	
}

.older-posts .post {
	border-bottom:1px solid #F1F1F1;
}


/**************************************************************************************************
  Colors
**************************************************************************************************/

body {
    color: #757575;
}

#container
{
  /*border-color:#3f6e9d;*/
  /*background-color: #F4F4F4;*/
  background-color:#FFF;
}

#dater
{
  color:#eff7ff;
  background-color:#15314e;
}

#dater a
{
  color:#eff7ff;
}

#header
{
  /*background-color:#27537e;*/
}

#header .blog-title, #header .blog-title a
{
  color:#ffffff;
}

#header .blog-description, #header .blog-description a
{
/* color:#d1ebfa; */
}




.menu-main-menu-container {
	float:left;
}


#menu
{
  /* background-color:#14212e; */
}

#menu li, #menu li a
{
  color:#ffffff;
  border-color:#416991;
  /* background-color:#14212e; */
}

#container-header-menu #home-button-header-menu li a:hover, #menu .menu > li > a:hover {
	background:#eaeaea;
	background-image: linear-gradient(bottom, rgb(236,236,236) 49%, rgb(243,243,243) 75%);
	background-image: -o-linear-gradient(bottom, rgb(236,236,236) 49%, rgb(243,243,243) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(236,236,236) 49%, rgb(243,243,243) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(236,236,236) 49%, rgb(243,243,243) 75%);
	background-image: -ms-linear-gradient(bottom, rgb(236,236,236) 49%, rgb(243,243,243) 75%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(236,236,236)),
		color-stop(0.75, rgb(243,243,243))
	);
	color:#444;
}



#menu li li, #menu li li a
{
  color:#ffffff;
  border-color:#bed1e4;
  background-color:#496991;
}

#menu li li a:hover
{
  color:#e0e9fc;
  background-color:#27537e;
}

.sub-menu-container, 

#menu li.current-menu-parent > a, 
#menu li.current-menu-parent > a:hover, 

#menu li.current_page_item > a,
#menu li.current_page_item > a:hover,

#menu li.current-menu-item > a 

{
	color:#666;
	overflow:hidden;
	position:relative;
	z-index:0;
	background-image: linear-gradient(bottom, rgb(245,245,245) 49%, rgb(243,243,243) 75%);
	background-image: -o-linear-gradient(bottom, rgb(245,245,245) 49%, rgb(243,243,243) 75%);
	background-image: -moz-linear-gradient(bottom, rgb(245,245,245) 49%, rgb(243,243,243) 75%);
	background-image: -webkit-linear-gradient(bottom, rgb(245,245,245) 49%, rgb(243,243,243) 75%);
	background-image: -ms-linear-gradient(bottom, rgb(245,245,245) 49%, rgb(243,243,243) 75%);
	
	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.49, rgb(245,245,245)),
		color-stop(0.75, rgb(243,243,243))
	);
	background-color:#eaeaea;
}


.content-title a
{
    float: left;
    background-color: transparent !important;
}

.post-info, .post-info a, .options, .options a, .comment-rss, .comment-rss a
{
  /* color:#3f6e9d; */
}

.entry hr
{
  border-color:#7298bd;
}

.entry blockquote, .entry code, .entry pre
{
  color: #888;
}

.navigation a
{
  color:#3f6e9d;
}

#sidebar .widget
{
  color:#355b82;
  border-color:#dcdcdc;
  /* background-color:#eff7ff;*/
}

#sidebar .widget .odd
{
  background-color:#e2ecf7;
}


#sidebar .widget li
{  
  
}

#sidebar .widget input, #sidebar .widget select, #sidebar .widget textarea
{
    /*
  color:#114973 !important;
  border-color:#3f6e9d !important;
  background-color:#ffffff !important;
  */
}

#sidebar .widget button
{
  color:#114973 !important;
  border-color:#f2f2f2 !important;
  background-color:#4e8cb1 !important;
}

#sidebar .widget-title, #sidebar .widget-title a
{
  
}



/* #searchsubmit, .button*/
input[type='submit'], .button
{
    color: white !important;
    font-size: 13px !important;
    width: auto;
    height: 19px;
    /* background-image: url('/open/images/bg_ui_button_primary.png'); */
    background-image: url(img/bg/bg_heading.png);
    background-position: top left;
    margin: 0 3px 0 0;
    padding: 2px 11px;
    text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
    background-color: #1AB0C8;
    border: 1px solid #03A6C5;    
}

a.button {
    display: inline-block;
    text-decoration: none;
    line-height: 19px;
    height: 19px;
}


/*
*   Events widget
*/

#widget_em_widget li,
.widget_cnt-jobs-rss-widget li
 {
    margin: 5px 10px 0 15px;
    padding-top: 5px;  
}

#widget_em_widget li li {
    margin: 0;
    border: none;
    padding: 0; 
}

#widget_em_widget .widget-title a {
	color: inherit;
	font-size: inherit;
	margin-left:25px;
}



#widget_em_widget ul ul
{

}

#widget_em_widget .all-events-link .button
{
    
}

.em-events-search
{
    display: none;
}

#em-wrapper .event-description
{
    width: 450px !important;
}

#em-wrapper td, #em-wrapper th
{
    padding-bottom: 15px;
}

#em-wrapper th
{
    text-align: left;
}

#em-wrapper td a
{
    color: #3F6E9D;
    font-size: 15px;
}



/* CNT Events */

.event-meta-title
{
  min-width: 55px;
  display: inline-block;
}


.event-date
{
  color: #444;
}


.cnt-events-widget > ul > li
{
  margin: 5px 10px 0 15px;
  padding-top: 5px;  
}


#sidebar .cnt-events-widget .event-meta {
  font-size: 11px; 
}

#sidebar .cnt-events-widget .event-meta a
{
  font-size: 12px;
  color: #6F94C1;
}

.cnt-event-container .post-meta
{
	font-size: 12px;
	margin-top: 15px;
}


/* CNT Rating */
.rating-box
{
    margin-top: 15px;
    background-color: #F4F4F4;
}

.rating-box h3
{
    padding: 15px 20px;
    line-height: 22px;
}



/* NRelate plugin */
.nrelate
{
 padding-top: 30px;
}


.nrelate_default .nr_panel, .nrelate_default .nr_panel:hover
{
 margin-right:10px;
}

.nrelate_default .nr_panel, .nrelate_default .nr_panel:hover
{
	color: #3F6E9D;	
}

/* facebook comments */


.fb-comment-title {
	padding:10px 0;
}

div.fb-comments {
	margin-bottom:10px;
}

#latest_press_releases {
	float:left; width:45%; margin-right:15px;
}

#latest_white_papers {
	float:left; width:50%; padding-right:10px;
}

#featured_companies_container {
	width:100%;
    margin:0 15px;
}

.featured_container {
	float:left;
    width:137px;
    height:103px;
    border:1px solid #ccc;
    margin:0 9px 9px 0;
    background:#FFF;
}

.featured-companies-widget-description
{
  color:#555;
  padding:0 24px 10px 14px;
}



.featured_container_3x {
   width:90px!important;
   height:68px!important;
   /*margin-right: 9px!important;*/

}

.featured-company
{
  padding-top: 15px;
  background: #eaeaea;
}

#prtitle {
	display:none;
	float:left;
	margin-bottom:10px;
}



#sidebar_visit_on {
	background:#FFF; margin-left:8px; width:94%;
	padding:5px 0 4px 0; margin-bottom:20px;
}

#sidebar_visit_on h2 {
	float:left; font-size:18px;
	margin:7px 0 0 15px;
	font-weight:bold;
}

#sidebar_visit_on #short_code_si_icon {
	float:right;
	margin:4px 12px 0 0;
}

#sidebar .trending-thumbnail {
	float:left;
	margin-right:12px;
	max-width:66px;
	height:auto;
}

#sidebar .featured_container img {
			
}

#sidebar #social-sidebar {
	margin-bottom:10px;
	height:35px;
	position:relative;
}

#sidebar #social-sidebar #social-buttons {
	position:absolute;
	left:150px;
}


/* author profile list */
.author-container {
	padding:20px 0;
  border-top:1px solid #ccc;
}

.author-container .author-profile-photo {
	float:left; margin-right:10px;
	width:130px; height:110px; overflow:hidden;
}

.author-container .author-profile-photo img {
	width:130px;
	height:auto;
}

.author-container .author-info {
	float:left; width:460px;
}

.author-container p {
	margin-top:5px;
}


/* author profile page */

.author-text-bio {
	float:left; width:70%;
}





#footer #our-partners-container {
	float:left;
	clear:both;
	margin:10px 0 0 25px;
}
#footer #our-partners {
	clear:both;
	float:left;
}

#footer #our-partners li {
	float:left;
	border:0;
	box-shadow:none;
	min-width:auto;
	padding:10px 5px 0 5px;
}

#footer #mc_snd_signup_form {
	/* margin:3px 0 8px 25px; */
	padding:3px 20px 7px 25px;
}

#footer #our-partners img {
	/*height:50px !important;
	width:auto !important;*/
}



/*******************************
*  Gravity Forms
*******************************/
.ginput_container span {
	width: 50%!important;
}
.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
	width: 31%!important;
}

.gform_footer br
{
  display: none;
}

.entry .gform_wrapper
{
  padding: 40px 40px 10px 40px;
  border: 1px solid #808080;
  margin-top: 30px;
  clear: both; 
}

.entry .gform_heading 
{
  font-size: 17px;
}

.entry .gpoll_wrapper {
  width: auto;
}


body .gform_wrapper h2.gsection_title
{
  font-weight: normal;
  font-size: 20px;
  line-height: 40px;
  padding-left: 50px!important;
}

body .gform_wrapper .gsection
{
  border-bottom-style: solid;
  margin: 0;
}

.company-details-title .gsection_title
{
  background: url(img/icon/home_icon.png) no-repeat;  
}

.your-details-title .gsection_title
{
  background: url(img/icon/person_icon.png) no-repeat;  
}

body .modal .gform_button[type=submit]
{
    /*
  display: block;
  margin-left: auto;
  margin-right: auto;
  */
}

body .modal #gforms_confirmation_message
{
  border: none;
  text-align: center;
  font-size: 15px;
}







/* Reset gravity forms css */



body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required {
  margin:0 !important;
  padding-left:0 !important;
}

body .modal .gform_wrapper .top_label li.gfield.gfield_error.gf_left_half, 
body .modal .gform_wrapper .top_label li.gfield.gfield_error.gf_right_half {
  width:49%;
}



body .modal .gform_wrapper li.gfield.gfield_error, .gform_wrapper li.gfield.gfield_error.gfield_contains_required.gfield_creditcard_warning {
  background:none;
  margin:0 !important;
  padding:0 !important;
  border:none !important;
}


body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label {
  margin:10px 0 4px 0;
}


body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container {
  
}

body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.gfield_description,
body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required fieldset legend.gfield_label,
body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required label.gfield_label
{
  margin-left: 0;
}


body .modal .gform_wrapper .gfield_error .gfield_label,
body .modal .gform_wrapper .validation_message
{
  color: #C10000;
}
 body .modal .gform_wrapper .gform_body .gform_fields .gfield.gfield_contains_required.gfield_error input,
 body .modal .gform_wrapper li.gfield_error textarea
{
  border:1px solid #C10000;
}


.modal .validation_error {
  display:none;
}

 body .modal .gform_wrapper .top_label  .gfield_description.validation_message
{
  margin-top: 0;
  padding-top: 0!important;
  padding-bottom: 0!important;
}


body .modal .gform_wrapper li.gfield.gfield_error.gfield_contains_required div.ginput_container,
body .modal .gform_wrapper li.gfield_html,
body .modal .gform_wrapper .top_label .gfield_error .ginput_container {
  max-width:100%;
}


body .modal .gform_wrapper .top_label .gfield_error input.large,
body .modal .gform_wrapper .top_label .gfield_error select.large,
body .modal .gform_wrapper .top_label .gfield_error textarea.textarea,
body .modal .gform_wrapper .top_label .gfield_error {
  width:100%;
}

/********************************
 * Bootstrap
********************************/
.btn { 
  height:38px;
  text-decoration: none;
  box-sizing: border-box;
}

.btn-xs {
  height: 24px;
}

.btn-sm {
  height: 30px;
} 

.btn,
.btn-lg, 
.btn-group-lg>.btn
{
  border-radius: 3px;
}

.btn-success
{
  background-color: #01B14C;
  border-bottom: 2px solid #008822!important;
  color: #fff!important;
}

.btn-sm.btn-success
{
  background: url(img/icon/btn-success-arrow.png) no-repeat right 50%;
  background-color: #01B14C;
  padding-right: 45px;
  border: none;
}

.btn-default
{
  border-bottom: 2px solid #b3b3b3; 
}

.btn-default.btn-xs,
.btn-success.btn-xs
{
  border-bottom-width: 1px;
}

.badge
{
  border-radius: 5px;
  font-weight: normal;

}

a.list-group-item.active>.badge,
.nav-pills>.active>a>.badge 
{
  color: #333;
}


a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus
{
  z-index: 0;
}


.entry .row *,
.entry .row
{
  -webkit-box-sizing: border-box!important;
  -moz-box-sizing: border-box!important;
  box-sizing: border-box!important;
}

.entry .btn
{
  text-decoration: none;
}

/********************************
 * Icons
********************************/
.icon-right,
.icon-left
{
  display: inline-block;
  height: 18px;
  background-repeat: no-repeat; 
}

.icon-right
{
  padding-right: 28px;
  background-position: right center;
}

.icon-left
{
  padding-left: 28px;
  background-position:left center;
}


.icon-arrow-green
{
  background-image: url(img/icon/button_arrow_green.png)
}

.icon-arrow-green-small
{
  background-image: url(img/icon/btn-arrow-small.png)
}

.icon-arrow-white
{
  background-image: url(img/icon/button_arrow_white.png) 
}



/********************************
 * Pagination
********************************/

.emm-paginate a
{
  border: none;
  background: none;
  color: #000;
}

.emm-title
{
  display: none;
}

.emm-paginate .emm-current
{
  border: none!important;
}

.emm-paginate .emm-next
{
  background: url(img/icon/next.png) no-repeat;
  color: transparent;
}

.emm-paginate .emm-prev
{
  background: url(img/icon/prev.png) no-repeat;
  color: transparent;
}

.emm-paginate .emm-gap
{
  color: #000;
}
/*
.emm-paginate a:hover,
.emm-paginate a:active {
  background: none;
  color: #fff;
  border: 1px solid #000;
}


.emm-paginate .emm-next:hover,
.emm-paginate .emm-prev:hover
{
   color: transparent;
}
*/


.cnt-marketplace .emm-paginate
{
  float: right;
}

.contact-us-page-container .gform_wrapper
{
  background-color: #EEEFF3;
  padding: 30px 20px 30px 30px;
  font-size: 13px;
}

body .contact-us-page-container .gform_wrapper .gfield_label
{
  font-weight: normal;
}
body .contact-us-page-container .gform_wrapper input,
body .contact-us-page-container .gform_wrapper select,
body .contact-us-page-container .gform_wrapper textarea
{
  border: 1px solid #DDD;
  font-size: 13px;
}

.contact-us-page-container .gform_wrapper input,
.contact-us-page-container .gform_wrapper select,
{

}

/* Marketplace */

.cnt-marketplace .btn-success
{
  font-weight: bold;
}


.cnt-marketplace 
{
  color: #000; 
}

.modal .gform_wrapper input[type=submit]
{
  color: #fff!important;
  background-image: url(img/icon/button_arrow_green.png);
  background-position: right;
  background-repeat: no-repeat;
  padding: 6px 35px 6px 15px;
  background-color: #01B14C;
  border: 1px solid #398439;
  border-bottom: 2px solid #008822;
  height: 23px;
  border-radius: 3px;
  font-weight: bold;
  background-position: right 12px center;
  font-size: 14px!important;
}

.cnt-marketplace .gform_wrapper input[type=submit]:hover
{
  background-color: #47a447;
}


/* Leaders */
#container.leaders-page-container
{
  box-shadow: none;
  -webkit-box-shadow:none;
}

.cnt-leaders .btn
{
  width: 150px;
  margin: 5px auto;
  display: block;
  font-weight: bold;
}

.cnt-leaders .author-container img
{
  display: block;
  margin: 0 auto;
}

.cnt-leaders .entry
{
  margin-bottom: 15px;
}

.cnt-leaders .entry,
.cnt-leaders .author-container,
.leader .author-text-bio
{
  font-size: 13px;
  line-height: 20px;
}


.cnt-leaders .post-thumbnail
{
  padding: 0;
  margin: 0;
}

.cnt-leaders .post-thumbnail img
{
  border: none;
}

.leader .sidebar
{
  background-color: #f4f4f4
}

.leader .row,
.cnt-leaders .row
{
  margin: 0;
}

.leader .main-sidebar
{
  border:none;
}

.leader .sidebar .post-thumbnail img
{
  border: none;
  width: 120px;
  height: auto;
}

.leader .sidebar .post-thumbnail
{
  border: 1px solid #CCC;
  float: left;
 
}

.leader .sidebar
{
  padding-top: 15px;
}

.leader #cnt-contact-details
{
  margin-left: 0;
}

.leader .sidebar .single-post-title
{
  margin-bottom: 10px;
}

.leader .sidebar .single-post-title a,
.leader .sidebar .single-post-title a:hover
{
  text-decoration: none;
  color: #888;
}

.leader .sidebar .excerpt
{
  margin-top: 15px;
}
.leader .sidebar .excerpt p
{
  margin: 0;
}

.leader-badge
{
  position: absolute;
  left: 135px;
  top: 120px;
  
}

.cnt-leaders .author-container
{
  position: relative;
}

.cnt-leaders .author-container .leader-badge
{
  left: 110px;
  top: 92px;
}


.cnt-leaders .latest-posts a
{
  color: #0088cc;
}

.cnt-leaders .author-name
{
  color: #222;
  font-size: 18px;
}


/* Features */

.features-table 
{
  color: #000;
}

.features-table .row
{
  margin: 0;
}

.features-table p
{
  display: none;
}

.features-table .row div
{
  padding: 0;
}

.feature-yes, .feature-no
{
  background-position: center;
  background-repeat: no-repeat;
}

.feature-yes
{
  background-image: url(img/icon/tick.png);
  background-color: #e2ffed;
}

.feature-no
{
  background-image: url(img/icon/cross.png);
}


.feature-name,
.feature-yes,
.feature-no,
.profile-name
{
  height: 40px;
  border: 1px solid #e3e5e2;
  margin:-1px 0 0 -1px;
}

.features-table .row .feature-name
{
  padding: 0 15px;
}

.feature-name
{
  line-height: 40px;
  font-size: 13px;
}

.feature-name-two-lines
{
  line-height: 20px;
}


.profile-name
{
  font-weight: bold;
  height: 50px;
  text-align: center;
  font-size: 17px;
  line-height: 50px;
}


.profile-name .btn
{
  margin-top: -3px;
}



.blurred
{
  -webkit-filter: blur(2px);
  -moz-filter: blur(2px);
  -o-filter: blur(2px);
  -ms-filter: blur(2px);
  filter: blur(2px);

  /* no select */
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}


/**************************  
* Popular post plugin
**************************/

.popular-posts-block {
	width: inherit;
	padding: 4%;
	min-width: 280px;
}

.popular-posts-block {
	
}

.popular-posts-block .popular-posts-block-container {
	background-color: #ffffff;
	padding: 3%;
}

.popular-posts-block .postitem
{
	margin-bottom: 10px;
}

.popular-posts-block .block-title h2.title {
	font-size: 1.5em;
	font-weight: bold;
	color: #231f20;
	text-transform: uppercase;
	margin-bottom: 3%;
}

.popular-posts-block .posttitle a:hover {
	text-decoration: underline !important;
}

.popular-posts-block .postthumb {
	width: 20%;
	float: left;
}

.popular-posts-block .postthumb img{
	width: 100% !important;
	height: auto !important;
	border: 1px solid #cccccc;
    padding: 2px;
}

.popular-posts-block .postbody {
	width: 75%;
	float: left;
	margin-left: 5%;
}

.popular-posts-block .postexcerpt p {
	padding: 0 !important;
}

.popular-posts-block .postexcerpt {
	display: none;
}



/*
 *  Signup banner
 */
.signup-banner .gfield_label {
    display: none!important;
}

.signup-banner-text {
    color: #000;
    font-weight: bold;
}

.signup-banner-text h2 {
    font-size: 20px;
    font-weight: bold;
}

.signup-banner .gform_wrapper {
    padding: 10px 0;
    margin: 0;
}


.signup-banner .gform_wrapper * {
    box-sizing: border-box!important;
    padding: 0!important;
    margin: 0!important;
    overflow: hidden;
}

body .signup-banner .gform_wrapper label.gfield_label + div.ginput_container,
.signup-banner .gform_wrapper .gform_footer,
.signup-banner .gform_wrapper .gform_footer input {
    margin: 0!important;
    padding: 0!important;
    
}

.signup-banner .gform_body {
    float: left!important;    
    width:70%!important;
}

.signup-banner .gform_footer {
    float: left!important;    
    clear: none!important;
    width: 30%!important;
}

.signup-banner .gform_wrapper .gform_footer .button {
    width: 100%!important;
    background-color: #fd8701;
    height: 34px;
    border: none;
    margin-left: 10px!important;
    
}
.signup-banner .gfield {
    margin: 0!important;
    padding: 0!important;
}

.signup-banner .gform_wrapper .gfield input {
    width: 100%!important;
    padding-left: 34px!important;
    background-image: url(img/icon/envelope-gray.jpg);
    background-repeat: no-repeat;
    background-position: 10px 50%;
    background-size: 16px;
    border-radius: 0!important;
    line-height: 20px!important;
}

.signup-banner .validation_message {
    font-size: 12px!important;
}
.signup-banner .validation_error {
    display: none;
}
.signup-banner .gfield_error,
.signup-banner .gform_wrapper li.gfield.gfield_error.gfield_contains_required
{
    border: none!important;
    margin: 0!important;
    padding: 0!important; 
    background-color: transparent;
}

.widget-middle-bar-container .signup-banner {
    margin-top: 20px;
    border-top: 1px solid #797979;
    padding-top: 10px;
}

#footer-top .signup-banner {
    max-width: 630px;
    width: 100%;
    float: left;
    margin-left: 20px;
}
#footer-top .signup-banner .gform_wrapper {
    padding: 10px 0;
    background-color: transparent;
}

.archive-list-middle .signup-banner {
    margin-bottom: 20px;
    padding: 10px 10px 5px;
    background-color: #EEE;
}

.signup-banner .gform_confirmation_message {
    font-size: 14px;
    padding: 10px 0;
    color: #000;
}

.signup-banner-article-bottom {
    border-top: 1px solid #F3F3F3;
    margin: 30px 0 5px;
}

.signup-banner-article-bottom .signup-banner-text {
    margin-bottom: 5px;
}

.signup-banner-article-bottom .signup-banner-text h2 {
    margin: 13px 0 2px;
}

body .signup-banner-article-bottom .gform_wrapper .gform_ajax_spinner {
    border: none!important;
}


/* CNT Social share buttons with SSBP plugin */
.cnt-social-share-container .ssbp-list li{
    list-style-type: none;
    margin-right: 10px;
    float: left;
    box-sizing: border-box;
}

.cnt-social-share-container .ssbp-list li * {
    box-sizing: border-box;
}


.cnt-social-share-container .ssbp-text  {
    display: none; 
}


.cnt-social-share-container .ssbp-list li a{
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    display: inline-block;
    width: 65px;
    border-radius: 2px;
    box-sizing: border-box;
    height: 20px;
    overflow: hidden;
}


.cnt-social-share-container .ssbp-list .ssbp-li--facebook a {
    background-color: #435eac;
    border: 1px solid #435eac;
} 

.cnt-social-share-container .ssbp-list .ssbp-li--linkedin a{
    background-color: #037cb6;
    border: 1px solid #037cb6;
} 

.cnt-social-share-container .ssbp-list .ssbp-li--twitter a {
    background-color: #03aaf1;
    border: 1px solid #03aaf1;
    margin-right: 0;
} 

.cnt-social-share-container .ssbp-list .ssbp-li--google a {
    color: #dc4f42;
    border: 1px solid #ccc;
} 





    .cnt-social-share-container .ssbp-btn:before {
        font-family: 'ssbp';
        font-weight: normal;
    }
    
    .cnt-social-share-container .ssbp-btn:after {
        position: absolute;
    }



    .cnt-social-share-container .ssbp-facebook:before {
        content: " ";
        /* content: "\e60e"; */
        background: url(img/icon/facebook-icon-white.png) no-repeat; 
        height: 14px;
        width: 14px;
        display: inline-block;
        background-size: 14px 14px;
        margin: 2px 4px 0 2px;
    }

    .cnt-social-share-container .ssbp-facebook:after {
        content: "Share";
        font-weight: normal;
    }

    .cnt-social-share-container .ssbp-linkedin:before {
        content: "\e609";
        border-right: 1px solid #066094;
        font-size: 17px;
        padding-right: 2px;
        margin: 0 3px 0 2px;
    }
    .cnt-social-share-container .ssbp-linkedin:after {
        content: "Share";
        
    }

    .cnt-social-share-container .ssbp-twitter:before {
        content: "\e605";
        margin: 0 5px;
    }
    .cnt-social-share-container .ssbp-twitter:after {
        content: "Tweet";
        font-weight: normal;
    }

    .cnt-social-share-container .ssbp-google:before {
        content: "\e60a";
        font-size: 16px;
        margin: 0 3px;   
    }
    .cnt-social-share-container .ssbp-google:after {
        content: "Share";
        color: #000;
        font-weight: bold;
    }

.cnt-social-share-container .ssbp-list .ssbp-each-share {
    background-color: #fff;
    color: #000;
    font-weight: normal;
    float: right;
    clear: right;
    min-width: 24px;
    text-align: center;
    border-radius: 2px;
    border: 1px solid #CCC;
    position: relative;
    margin-left: 5px;
}



.cnt-social-share-container .ssbp-list .ssbp-each-share:before, 
.cnt-social-share-container .ssbp-list .ssbp-each-share:after {
    right: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}

.cnt-social-share-container .ssbp-list .ssbp-each-share:before {
    border-color: rgba(192,192,192,0);
    border-right-color: #ccc;
    border-width: 5px;
    margin-top: -5px;
}

.cnt-social-share-container .ssbp-list .ssbp-each-share:after {
    border-color: rgba(255,255,255,0);
    border-right-color: #fff;
    border-width: 4px;
    margin-top: -4px;
}




.cnt-social-share-container .ssbp-toggle-switch,
.cnt-social-share-container .ssbp-input-url-div,
.cnt-social-share-container .ssbp-total-shares,
#ssbp-email-div {
    display: none!important;
}


.post-meta .cnt-social-share-container {
    margin-top: 10px;
}

.related-articles-middle .ssbp-list li {
    line-height: 18px;
    font-size: 12px;
}
.entry  ul.ssbp-list {
    margin: 0;
}



/********************************
 * MEDIA QUERIES
********************************/

/*
	
	#content {
		float: left;
		width: calc(100% - 340px);
		padding: 10px 0 10px 2%;
		background-color: #FFF;
	}

	
	.main-container
	{
		width:100%;
		min-width: 320px;
	}

	
	.columnLatest3, .columnLatest9	
	{
		float: none;
		width: 100%;	
	}
	
	.columnLatest9 .post-thumbnail,
	.columnLatest9 .post-meta,
	.columnLatest9 .excerpt
	{
		display: block;		
	}
	
	.post-thumbnail {
		margin-right:10px;
	}

	
	.older-posts .post-thumbnail,
	.older-posts .excerpt,
	.older-posts .post-meta
	{
		display: none;
	}

	#header
	{
		width:100%;
	}
	
	.excerpt,
	.columnLatest3 .excerpt
	{
		/*width: calc(100% - 130px);
		width:100%;
		float:none;
	}
	
	
	.columnLatest9 .post-info
	{
		width:calc(100% - 130px);
	}
	
	.older-posts .post-info {
		width:100%;
	}
	

	

	
*/
	
	
@media only screen and (max-width: 1000px) {

    #wallpaper-bar {
        display: none;
    }
	
	/*
	.main-container
	{
		width:650px;
	}
	
	#content
	{
		width:100%;
	}
	
	#sidebar
	{
		width: 100%;		
	}
	
	#sidebar .widget
	{
		float: left;
	}
	
	#footer 
	{
		width:100%;
	}
	
	#header-bar
	{
		display: none;
		height: 100%;
	}
	
	#search-bar-container #searchform #s,	
	{
		width: 80%;
	}
	
	
	#content .content-title
	{		
		left: -4.2%;
	}
	
	.blog-description
	{
		display: none;
	}*/
	
	/* my stuff */

	
	/* my stuff 
	.main-container 
	{
		width:100%
	}
	#content
	{
		width:64%;
	}
	#sidebar
	{
		width:32%;
	}
	*/

}

@media only screen and (min-width: 680px) {
	
	#content .content-title {
		width:101%;
	}
	
	.columnLatest9 .post:nth-child(-n+2) .post-thumbnail {
		display:block;
	}
	
	.columnLatest9 .post:nth-child(-n+2) .post-thumbnail img {
		width:220px;
		height:auto;
	}
	
	.columnLatest9 .post:nth-child(-n+2) .post-title a {
		font-size:13.5px;
	}
	
	.columnLatest9 .post:nth-child(-n+2) .post-meta {
		/*display:block;*/
	}
	
	.columnLatest9 .post:nth-child(-n+2) .post-title a {
		color:#333;
		font-weight:bold;
	}
	
	.columnLatest3 .post-thumbnail {
		/*margin-bottom:10px;*/
	}
	
	.columnLatest3 .post:nth-child(n+2) .post-title a {
		color:#333;
		font-weight:bold;
	}
	
	
	#header {
		min-width:1000px;
	}
	#footer {
		min-width:1000px;
	}
	

  .modal-sm
  {
    width: 350px;
  }

  .modal-dialog
  {
    margin-top: 10%;
  }

  body.modal-open{
    margin-right:0px!important;
  }

  .modal-open .navbar-fixed-top{
    margin-right:0px!important;
  }
	

}

@media only screen and (max-width: 880px) {

	
	
	#latest_press_releases {
		margin-right:0;
	}
}

@media only screen and (max-width: 680px)
{
	    
    
	
	#footer-pages {
		clear:both;
		float:left;
		margin-left:20px;
	}
	
	#footer-cats {
		display:none;	
	}
	
	#searchform.cnt_search_form input#s {
		width:95%;
	}
	
	#searchform.cnt_search_form input#searchsubmit {
		margin-top:10px;
	}
	
	
	#header-bar
	{
		display: none;
	}
	
	.author-container .author-info {
		float:none;
		width:100%;
	}
	
	.author-text-bio {
		float:none;
		width:100%;
	}
	
	.index-posts .post-info {
		float:none;
		width:100%;
	}
	
	.post-thumbnail {
		margin-right:10px;
	}
	
	.main-container
	{
		width:100%;
		min-width: 320px;
	}
	
	#content {
		width:100%;
	}
	#sidebar {
		width: 100%;
	}
	#sidebar .widget {
		float: left;
	}
	
	.columnLatest3, .columnLatest9	
	{
		float: none;
		width: 100%;	
	}
	
	.columnLatest9 .post-thumbnail,
	.columnLatest9 .post-meta,
	.columnLatest9 .excerpt
	{
		display: block;	
		
	}


	.older-posts .post-thumbnail,
	.older-posts .excerpt,
	.older-posts .post-meta
	{
		display: none;
	}

	#header
	{
		width:100%;
	}
	
	.excerpt,
	.columnLatest3 .excerpt
	{
		/*width: calc(100% - 130px);*/
		float: none;
	}
	
	
  .post-info,
	.columnLatest9 .post-info
	{
		width: 100%;
		float:none;
	}
	
	#latest_white_papers {
		clear:both;
		width:90%;
	}
	
	#latest_press_releases {
		width:90%;
	}

	.featured_container {
		margin-right:15px;
	}
	
	#prtitle {
		display:block;
	}
	
	#prmaintitle {
		display:none;
	}
	
	#widget_most_viewed_entries, #widget_mailchimpsf_widget {
		display:none;
	}
	#featured_companies_widget {
		width:98%;
	}
	#widget_em_widget {
		width:98%;
	}
	#widget_em_widget .widget-title {
		margin:0 0 0 12px;
	}
	
	/* my stuff
	#content 
	{
		width:100%;
	}
	#sidebar 
	{
		width:100%;
	}
	*/
	
	#sidebar_visit_on {
		float:left;
		width:305px;
	}
	
	.advertise-with-us-button
	{
		width: 96%;
	}
	
	#footer #mc_snd_signup_form {
		margin:5px 0 5px 15px;
	}

  #menu, .sub-menu-container
  {
    display: none;
  }

  #mobile-menu
  {
   display: block;
   margin-bottom: 0px;
  }

  iframe
  {
    max-width: 100%;
  }
	
}


@media only screen and (max-width: 500px) {
	.excerpt,
	.columnLatest3 .excerpt
	{
		/*width: 56%;*/
		float: none;
	}
	
	#footer-info {
		width: 93%;
	}
	
	#footer-social-networks {
		width:100%;
	}
	
	#footer #mc_snd_signup_form {
		margin:5px 0 5px 5px;
	}
	
	
	table {
		width:100%;
	}
	
	table, thead, tbody, tfoot, th, td, tr { display:block; }
    tr + tr { margin-top:5px; }
    
    
    #crmWebToEntityForm tr td:nth-child(2) {
    	padding-top:4px;
    }
    
    .ginput_container span	
	{		
		width: 100%!important;
	}    
	
	.gform_wrapper .top_label input.medium, .gform_wrapper .top_label select.medium {
		width: 95%!important;
	}

	.gform_wrapper .right_label input.medium, .gform_wrapper .right_label select.medium, .gform_wrapper .left_label input.medium, .gform_wrapper .left_label select.medium {
		width: 60%!important;
	}

    #header-date {
        display: none;
    }

    .related-articles-middle .related-articles-col {
        width:100%!important;
    }

    .related-articles-middle .related-articles-col:first-child {
        border-bottom: none;
    }
    .related-articles-middle .related-articles-col:nth-child(2) {
        border-top: none;
    }

    .related-articles-middle .related-article {
        height: auto!important;
        width: 100%!important;
    }





    .cnt-social-share-container .ssbp-list li {
        width: 70px;
        margin-right: 5px;
    }

    .cnt-social-share-container .ssbp-text  {
        display: none; 
    }
    .cnt-social-share-container .ssbp-list .ssbp-each-share {
        display: block;
        width: 100%;
        margin: 0;
        float: none;
        border-radius: 0 0 3px 3px;
    }

    .cnt-social-share-container .ssbp-list li .ssbp-btn {
        width: 100%;
        height: auto;
        text-align: center;
        display: block;
        border-radius: 3px 3px 0 0;
        border-bottom: none;
    }
    .cnt-social-share-container .ssbp-list li .ssbp-btn:after {
        display: none;
    }
    .cnt-social-share-container .ssbp-btn:before {
        font-family: 'ssbp';
        font-size: 18px;
        line-height: 30px;
        font-weight: normal;
        border: none;
    }

    .cnt-social-share-container .ssbp-facebook:before {
        content: "\e60e";
        background: none;
    }

    .cnt-social-share-container .ssbp-linkedin:before {
        content: "\e609";
    }

    .cnt-social-share-container .ssbp-list .ssbp-twitter {
        border-radius: 3px!important;
    }
    .cnt-social-share-container .ssbp-twitter:before {
        content: "\e605";
    }

    .cnt-social-share-container .ssbp-google:before {
        content: "\e60a";
    }

    .cnt-social-share-container .ssbp-list .ssbp-each-share:before, 
    .cnt-social-share-container .ssbp-list .ssbp-each-share:after {
        position: static;
        border: none;
    }

   #footer-top .signup-banner {
    width: initial!important;    
    margin-right: 20px;
  }
    
    .signup-banner .gform_wrapper .gform_footer .gform_button  {
        margin-left: 0!important;
        border-radius: 0!important;
        -webkit-border-radius: 0!important;
        -moz-border-radius: 0!important;
    }
}


/* Portrait ipad and higher */
@media only screen and (min-width: 620px)
{
	.columnLatest9 .post-title a
	{
		font-size: 14px;
    line-height: 21px;
	}

	.post-info
	{
		width: 75%;
		float: left;
	}
	
	
}


@media only screen and (max-width:375px)
{
	.columnLatest9 .post-info {
		width:100%;
		float:none;
	}
	
	.post-vertical {
		width:100%;
		box-sizing:border-box;
		-mox-box-sizing:border-box;
	}
	.post-vertical .post-thumbnail {
		float:left;
	}
	
	#featured_companies_container {
		width:100%;
		margin:0 0 0 15px;
	}
	
	#widget_text {
		display:none;
	}
	
	#content .single-post .wp-caption {
		float:none;
		margin:0 auto;
	}

	.entry .gform_wrapper {
    padding: 10px;
  }

  .feature-yes, .feature-no
  {
    background-size: 20px 20px;    
  }
  
  .feature-yes, .feature-no, .feature-name
  {
    line-height: 20px;
    height: 20px;
  }

  .entry img
  {
    max-width: 90%;
  }

}











	
.hmenu-mob#header-container {
	height:auto;
}

.hmenu-mob #home-button-header-menu {
	float:left;
	width:100%;
}

.hmenu-mob #home-button-header-menu li {
	width:100%;
}

.hmenu-mob #container-header-menu {
	width:100%;	
}


.hmenu-mob #menu li li {
	padding:0;
}

.hmenu-mob #menu li li a {
	padding-left:20px;
}

.hmenu-mob #menu li li a:hover {
	color:#757575;
	margin-left:5px;
}

.hmenu-mob #menu li ul {
	position:static;
}

.hmenu-mob #menu li {
	height:auto;
}

.hmenu-mob #container-header-menu li a {
	background: -moz-linear-gradient(top, #e4e4e4 0%, #eaeaea 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#e4e4e4), color-stop(100%,#eaeaea));
	background: -webkit-linear-gradient(top, #e4e4e4 0%,#eaeaea 100%);
	background: -o-linear-gradient(top, #e4e4e4 0%,#eaeaea 100%);
	background: -ms-linear-gradient(top, #e4e4e4 0%,#eaeaea 100%);
	background: linear-gradient(to bottom, #e4e4e4 0%,#eaeaea 100%);
	
	background-color:#ccc;

	text-transform: uppercase;
	color: #44444c;
	/*
	-webkit-transition: color 1s;
	-moz-transition: color 1s;
	-ms-transition: color 1s;
	-o-transition: color 1s;
	transition: color 1s;*/
}
.hmenu-mob #container-header-menu li {
	clear:both;
}
.hmenu-mob .menu-main-menu-container {
	width:100%;
	clear:both;
}

.hmenu-mob .menu-main-menu-container li {
	width:100%;
}

.widget_cnt-jobs-rss-widget .cnt-jobs-info
{
  font-size: 11px;
}


#widget_em_widget,
.widget_cnt-jobs-rss-widget
{
	margin-top:20px;
	border-bottom: 1px solid #ccc;
	padding-bottom: 20px;
}

#widget_em_widget .widget-title {
	font-size:18px;
	margin-bottom:10px;
	background:url(img/icon/events.gif) no-repeat;
	background-position:3px 1px;
}

#widget_em_widget .widget-title img {
	vertical-align:top;
	margin:2px 7px 0 0;
}

#widget_em_widget ul li ul li {
	color:#a9a9a9;
	font-size:11px;
}

#widget_em_widget ul li a {
	/*color:#296DAD !important;*/
}



#widget_most_viewed_entries {
	padding:5px 0 20px 0;
	border-bottom:1px solid #ccc;
}




#trending-widget {
	background:#FFF;
	width:85%; 
	padding:50px 10px 10px 10px;
	margin:0 auto; 
	position:relative;
	box-shadow:2px 2px 5px 0 #ccc, -2px 0 5px 0 #ccc;
}


#trending-widget #mostwhat li {
	margin-bottom: 10px;
	clear: both;
}


#trending-titles {

	width:100%;
	list-style:none;
	border-bottom:1px solid #ccc;
	font-family:arial,sans-serif;
	background:#eaeaea;
	position:absolute;
	top:0; left:0;

}

#trending-titles li {
	float:left;
	font-size:15px;
	cursor:pointer;
}

#trending-titles .most-read-widget.active a {
	/*border-right:1px solid #ccc !important;	*/
}

#trending-titles .hot-widget.active a {
	border-right:1px solid #ccc !important;
}

#trending-titles li.active a {
	border-left:1px solid #ccc;
	border-right:1px solid #ccc;
}


#trending-titles .most-commented-widget {
	/*border-left:1px solid #ccc;
	position:absolute; right:0; */
}


#trending-titles .most-commented-widget a {
	padding-left: 31px;
}






#trending-titles li a {
	float:left;
	text-decoration:none;
	cursor:pointer;
	padding:5px 30px;
}

#trending-titles li.active {
	cursor:default;
	background:#FFF;
	margin-bottom:-1px;
	padding-bottom:1px;
	
}

#trending-titles li.active a {
	color:#000;
	cursor:default;
}


#author p {
	margin-bottom:15px;
}


.attachment-singular-post-thumbnail {
	float:right;
	margin:0;
}

#related-companies {
	background-position:0;
}

#related-companies p {
	margin-top:0;
}



/*
 * More in category 
 */
.more-in-category .post-title
{
    margin: 0 0 5px 0;
}

.more-in-category .excerpt
{
    margin: 0;
}

.more-in-category .post-meta
{
    margin: 5px 0;
}

.more-in-category .post
{
    border-bottom: 1px solid #F1F1F1;
}

.more-in-category .post:last-child
{
    border-bottom: none;
}

/* Related articles middle */

.related-articles-middle ,
.related-articles-middle * {
    box-sizing: border-box;
}


.related-articles-middle {
    margin: 30px 0;
}

.related-articles-middle #single-social-media li {
    display: block;
    margin-bottom: 5px;
    min-height: 24px;
}



.related-articles-middle .related-article {
    background-color: #f4f4f4; 
    float: right;
    width: 50%;
    padding: 5px;
    line-height: 20px;
    border-bottom: 1px solid white;
    border-right: 1px solid white;
}
.related-articles-middle .related-article a,
.related-articles-middle .related-article a:hover
{
    color: #535353;
    text-decoration: none;
    font-size:12px;
    font-weight: bold;
}

.related-articles-middle .related-article:nth-child(even) {
    float: left;   
}

.related-articles-middle .related-articles-col:first-child {
    width: 20%;
    float: left;
}

.related-articles-middle .related-articles-col:nth-child(2) {
    width: 78%;
    float: right;
}

.related-articles-middle .related-articles-col {
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.related-articles-middle .related-articles-col h3 {
    text-transform: uppercase;
    margin: 14px 0;
    font-size: 15px;
}
/* downloads */

.digital-downloads {
	margin:20px 0 0 0;
}

.edd_download {
	border-top:1px dotted #ccc;

}

.edd_download_inner {
	padding:20px 0;
}

.edd_download_title {
	float:left;
	margin-top:6px;
}

.edd_download_buy_button {
	text-align:right;
}

.edd_download_full_content {
	float:left;
	clear:both;
}


.edd_shopping_cart {
	float:left;
	padding:10px 20px;
	border:1px dotted #ccc;
	margin:20px 0 0 0;
	width:300px;
}

.edd_shopping_cart ul.edd-cart {
	list-style:none;
	margin-top:10px;
}

.edd_shopping_cart_title {
	font-size:14px;
	color:#307220;
	border-bottom:1px dotted #ccc;
	padding-bottom:5px;
}

.edd_subtotal {
	font-style:normal;
}

.cart-quantity {
	float:right;
}

.edd-cart-number-of-items {
	display:none !important;
}

.edd-cart-added-alert {
	top:7px;
	right:105px;
}

#edd_checkout_wrap {
	margin-top:10px;
}

.edd_receipt #edd_purchase_receipt {
	margin-top:20px;
}

.edd_receipt h3 {
	margin-top:15px;
}




/* Digital Leaders sponsor */
.dl-sponsor-logo
{
  height:40px;
  background-position: center;
  background-repeat: no-repeat;
  display: block;
  margin-top: 20px;
}



/* job board */

.wpjb_widget {
	margin-left:10px;
}



/* sharing */


#share {
	list-style:none;
}

#share li {
	display:inline;
}


#share .share-btn {
	vertical-align: top;
	margin:0;
	padding: 2px 8px;
	position:relative;
	height:auto !important;
	line-height: 15px !important;
	text-transform: uppercase;
	font-size: 11px !important;
	display: inline-block;
	line-height: 20px;
	color: #333 !important;
	text-align: center;
	text-shadow: 0 1px 1px rgba(255,255,255,0.75);
	cursor: pointer;
	background-color: #f5f5f5;
	background-image: -moz-linear-gradient(top,#fff,#e6e6e6);
	background-image: -webkit-gradient(linear,0 0,0 100%,from(#fff),to(#e6e6e6));
	background-image: -webkit-linear-gradient(top,#fff,#e6e6e6);
	background-image: -o-linear-gradient(top,#fff,#e6e6e6);
	background-image: linear-gradient(to bottom,#fff,#e6e6e6);
	background-repeat: repeat-x;
	border: 1px solid #ccc;
	border-color: #e6e6e6 #e6e6e6 #bfbfbf;
	border-color: rgba(0,0,0,0.1) rgba(0,0,0,0.1) rgba(0,0,0,0.25);
	border-bottom-color: #b3b3b3;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffffff',endColorstr='#ffe6e6e6',GradientType=0);
	filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
	-webkit-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	-moz-box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
	box-shadow: inset 0 1px 0 rgba(255,255,255,0.2),0 1px 2px rgba(0,0,0,0.05);
}

.share-btn img {
	width: 13px;
	height: 13px;
	margin: 1px 4px 0 0;
	float:left;
}






/**************************  
 * Modal box 
**************************/

.modal,
.modal *
{
  box-sizing: border-box;
}


.modal-body
{
  padding: 3px 20px;
}

.modal-title
{
  font-size: 26px;
}

.modal-no-header .modal-header
{
  border: none;
}

.modal-no-header .modal-header .modal-title
{
  display: none;
}

.non-modal
{
  display: block;
  position: static;
  width: auto;
  height: auto;
  overflow-y: auto;
}


.non-modal .gform_wrapper
{
  border: none;
  margin-top: 0;
}

.non-modal .gform_wrapper .top_label select.large
{
  width: 100%;
}

/*

.hide {
	display:none;
}


.modal {
	position: fixed;
	z-index: 16000002;
	font-size:15px;
	color:#222;
	top: 10%;
	left: 50%;
	width: 560px;
	margin-left: -280px;
	background-color: #fff;
	border: 1px solid #999;
	border: 1px solid rgba(0,0,0,0.3);
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	outline: 0;
	-webkit-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-moz-box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	box-shadow: 0 3px 7px rgba(0,0,0,0.3);
	-webkit-background-clip: padding-box;
	-moz-background-clip: padding-box;
	background-clip: padding-box;
}

.modal.fade {
	top: -25%;
	-webkit-transition: opacity .3s linear,top .3s ease-out;
	-moz-transition: opacity .3s linear,top .3s ease-out;
	-o-transition: opacity .3s linear,top .3s ease-out;
	transition: opacity .3s linear,top .3s ease-out;
}

.modal.fade.in {
	top: 10%;
}

.modal-header {
	padding: 9px 15px;
	border-bottom: 1px solid #eee;
}

.modal-header h3 {
	margin: 0;
	font-family: 'FaktConPro-SemiBold',Helvetica,Arial,sans-serif;
	font-weight: normal;
	line-height: 30px;
}

.modal-header .close {
	background:url(img/icon/grey-cross-icon.png) no-repeat;
	margin:8px 3px 0 0;
	width:12px;
	height:12px;
}

.modal-body {
	position: relative;
	max-height: 400px;
	padding: 15px;
	overflow-y: auto;
}
.form-horizontal .control-group {
	margin-bottom: 20px;
}

.form-horizontal .control-label {
	float: left;
	width: 160px;
	padding-top: 5px;
	text-align: right;
	display: block;
	margin-bottom: 5px;
	font-size: 14px;
	font-weight: normal;
	line-height: 20px;
}


.form-horizontal .controls {
	margin-left: 180px;
}

.form-horizontal input {
	display: inline-block;
	width:206px;
	margin-bottom: 0;
	vertical-align: middle;
	height: 20px;
	padding: 4px 6px;
	border-radius: 4px;
	-webkit-border-radius: 4px;
	background-color: #FFF;
	border: 1px solid #ccc;
	font-size: 14px;
	line-height: 20px;
	color: #555;
	-webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-moz-box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	box-shadow: inset 0 1px 1px rgba(0,0,0,0.075);
	-webkit-transition: border linear .2s,box-shadow linear .2s;
	-moz-transition: border linear .2s,box-shadow linear .2s;
	-o-transition: border linear .2s,box-shadow linear .2s;
	transition: border linear .2s,box-shadow linear .2s;
}


button.close {
	padding: 0;
	cursor: pointer;
	background: transparent;
	border: 0;
	-webkit-appearance: none;
}

.close {
	float: right;
	font-size: 20px;
	font-weight: bold;
	line-height: 20px;
	color: #000;
	text-shadow: 0 1px 0 #fff;
	opacity: .2;
	filter: alpha(opacity=20);
}



.modal-backdrop {
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 1040;
	background-color: #000;
}

.modal-backdrop, .modal-backdrop.fade.in {
	opacity: .8;
	filter: alpha(opacity=80);
}

.modal-backdrop.fade {
	opacity: 0;
}

.fade.in {
	opacity: 1;
}

.fade {
	opacity: 0;
	-webkit-transition: opacity .15s linear;
	-moz-transition: opacity .15s linear;
	-o-transition: opacity .15s linear;
	transition: opacity .15s linear;
}

.modal-backdrop {
	z-index: 16000001;
}
*/


.btn.submit {
	

	-webkit-background-size: auto;
	-webkit-box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	background-color: rgba(0, 0, 0, 0);
	background-image: linear-gradient(rgb(29, 137, 185) 0px, rgb(16, 116, 160) 100%);
	background-repeat: repeat;
	
	
	
	border: 1px solid #116f98;
	border-radius:4px;
	
	box-shadow: rgba(255, 255, 255, 0.2) 0px 1px 0px 0px inset, rgba(0, 0, 0, 0.0470588) 0px 1px 2px 0px;
	box-sizing: border-box;
	color: rgb(255, 255, 255);
	cursor: pointer;
	display: inline-block;
	font-size: 14px;
	font-weight: normal;
	height: 30px;
	letter-spacing: normal;
	line-height: 20px;
	margin:0;
	padding:4px 12px;
	text-align: center;
	text-shadow: rgba(0, 0, 0, 0.247059) 0px 1px 1px;
	
	vertical-align: middle;
	
	width: 59px;
	
}


.alert {
	padding: 8px 35px 8px 14px;
	margin-bottom: 20px;
	text-shadow: 0 1px 0 rgba(255,255,255,0.5);
	background-color: #fcf8e3;
	border: 1px solid #fbeed5;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
}

.alert-error {
	color: #b94a48;
	background-color: #f2dede;
	border-color: #eed3d7;	
}

.alert-success {
	color: #468847;
	background-color: #dff0d8;
	border-color: #d6e9c6;
}

#gf_mp_container {
	background:url(img/bg/mp-form-bkg.jpg) center bottom no-repeat;
	background-color:#052234;
	padding-bottom:20px;
	margin-bottom:10px;
}

#gf_mp_container .mp_desc {
	color:#FFF;
	font-weight:bold;
	font-size:16px;
	padding:20px 0 0 20px;
	line-height:1.4;
}

#gf_mp_container .pdf_icon {
	width:82px;
	height:58px;
	background:url(img/icon/pdf-download.png) no-repeat;
	float:right;
	margin:20px 0 0 0;
}

body .gf_whole_form {
	margin:13px auto 0;
	position:relative;
	width:270px;
}

body .gf_opacity_container {
	width:100%;
	height:100%;
	position:absolute;
	background:#FFF;
	opacity:0.9;
}

body .gform_wrapper.media-pack_wrapper {
	
	padding:0 0 0 0;
	/*margin:13px 0 0 0;*/
	margin:0;
	position:relative;
	max-width:100%;

}

body #gforms_confirmation_message {
	padding:20px 10px;
	position:relative;
	border:2px solid #2B4874;
}

body .gform_wrapper .media-pack .gform_ajax_spinner {
	margin:10px 0 0 0;
	padding:0;
}

body .gform_wrapper .media-pack .top_label .gfield_error {
	width:auto;
}

body #gforms_confirmation_message a {
	
}

body .gform_wrapper .media-pack .gform_heading {
	display: none;
  height:28px;
	width:270px;
	left:-21px;
	margin:0;
	position:relative;
	padding:18px 0 0 20px;
	background:url(img/bg/ribbon-grey-2.png) no-repeat;
}

body .gform_wrapper .media-pack .gform_heading .gform_title {
	color:#FFF;
	font-weight:bold;
	margin:0;
}


body .gform_wrapper .media-pack .gform_body .gform_fields .gfield input[type=text] {

	border:1px solid #9d9d9d;
	padding-left:7px;
	border-radius:4px;
	font-size:14px;
	/*width:225px;*/
	width:95%;
	
	box-shadow:inset 0 20px 20px -20px #ccc;
}

body .gform_wrapper .media-pack .gform_body .gform_fields .gfield.msg-box textarea {

	height:55px;
	font-size:14px;
	width:95%;
	padding-left:7px;
	border-radius:4px;
	border:1px solid #9d9d9d;
	box-shadow:inset 0 20px 20px -20px #ccc;

}

body .gform_wrapper .media-pack .gform_body .gform_fields .gfield .gfield_label {
	font-size:14px;
	font-weight:normal;
	color:#2d2d3a;
}


body .gform_wrapper .media-pack .gform_footer {
	margin-top:0;
	padding:16px 0 16px 0;
}




body .gform_wrapper .media-pack .gform_footer input[type=submit], body .gf_whole_form #gforms_confirmation_message a {

	font-size:15px !important;
	padding:5px 11px;
	background:#336D31;
	height:auto;
	box-shadow:2px 2px #ddd;
	border:1px solid #5A9C51;
	color:#FFF;
	
	width:221px;
	display:block;
	text-align:center;

	background: #b2d693; /* Old browsers */
	background: -moz-linear-gradient(top, #b2d693 4%, #3f8e09 99%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(4%,#b2d693), color-stop(99%,#3f8e09)); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top, #b2d693 4%,#3f8e09 99%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top, #b2d693 4%,#3f8e09 99%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top, #b2d693 4%,#3f8e09 99%); /* IE10+ */
	background: linear-gradient(to bottom, #b2d693 4%,#3f8e09 99%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#b2d693', endColorstr='#3f8e09',GradientType=0 ); /* IE6-9 */
}



.media-pack {
	/*margin:0 auto;*/
	margin:0;
	border:2px solid #2B4874;
	padding:0 12px;
	position:relative;
}

.ui-tabs .ui-tabs-nav li {
	margin-right:2px;
}
