/*   
Theme Name: Elogix Theme
Theme URI: http://hellominti.com
Description: ELOGIX - Responsive WordPress Theme by minti
Author: minti
Author URI: http://hellominti.com
License: GNU General Public License version 3.0
License URI: http://www.gnu.org/licenses/gpl-3.0.html
Version: 3.0
*/
/* ----------------------------------------------------- */
/* Import */
/* ----------------------------------------------------- */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,300,700,600,800);
@import url("framework/css/reset.css");
@import url("framework/css/flexslider.css");
@import url("framework/css/shortcodes.css");
@import url('genericons/genericons.css');
/* ----------------------------------------------------- */
/* Basic Wordpress Styles */
/* ----------------------------------------------------- */
.hidden { display: none; }
.alignleft { float: left; margin:0 20px 20px 0; }
.alignright { float: right; margin:0 0px 20px 20px; }
.gallery-item, .gallery-item a {
    margin:0px !important;
    padding:0px !important;
}
.gallery-item img {
    border:none !important;
    float:left;
    margin:0px !important;
    padding:0px !important;
}
.gallery-item a img, a.prettyPhoto img.size-thumbnail{
    margin:0px !important;
    padding:0px !important;
    border:5px solid #f5f5f5 !important;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
         -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
            transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
.gallery-item a:hover img, a.prettyPhoto:hover img.size-thumbnail{
    border:5px solid #999999 !important;
}
.aligncenter {
    margin-left: auto;
    margin-right: auto;
    display: block;
    clear: both;
    margin-bottom:20px;
}
a{ 
    outline: none;
    color:#434242;
    text-decoration: none; 
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
         -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
            transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
a:hover{
    color:#ec7100;
}
a img{ 
    border: none; 
}
p,
pre,
ul,
ol,
dl,
dd,
blockquote,
address,
table,
fieldset,
form,
.wp-caption,
.wp-caption-text {  }
.hentry,
.navigation-links,
.hfeed,
.pinglist { margin-bottom: 40px; }
.widget
.children,
.entry-content ol ol,
.entry-content ol ul,
.entry-content ul ul,
.comment-body ol ol,
.comment-body ol ul,
.comment-body ul ul,
.widget ul ul { margin-bottom: 0; }
h1,
h2,
h3,
h4,
h5,
h6 {
    font-weight: bold;
    padding: 0;
    margin-bottom:10px;
}
h1 {
    color:#434242;
   font-weight: bold;
    font-size: 22px;
    line-height: 26px;
}
h2 {
    font-size: 18px;
    line-height: 22px;
}
#content-full h1, #content-part h1{
    font-size: 30px;
    line-height: 40px;
    font-weight:bold;
}
#content-part a, #content-full a {
    color: #f8bc5d;
}
#content-part a:hover, #content-full a:hover { color: #f4a62a; }
h3 {
    color:#434242;
    font-size: 16px;
    line-height: 20px;
}
h4 {
    color:#434242;
    font-size: 14px;
    line-height: 18px;
}
h5 {
    color:#434242;
    font-size: 12px;
    line-height: 18px;
}
h6 {
    font-size: 10px;
    line-height: 16px;
}
.textcenter{
    text-align: center;
}
.textleft{
    text-align: left;
}
.textright{
    text-align: right;
}
.right{
    float: right;
}
.left{
    float: left;
}
.center{
    margin: 0 auto;
}
#contactform input, #contactform textarea{
    display: block;
    width: 90%;
    padding:10px 2%;
    border:1px solid #d5d5d5;
    color:#666666;
    font-weight:400;
    font-size:14px;
    margin-top:2px; 
    margin-bottom:10px;
    outline: none;
}
#contactform p{
    clear: both;
    margin-bottom: 20px;
}
#contactform textarea{
    width:648px;
}
#contactform input:focus, #contactform textarea:focus{
    border-color:#999999;
}
#contactform label{
    margin-left:10px;
    margin-top:12px;
    font-size:14px;
    text-transform: uppercase;
    color:#999999;
    font-weight: bold;
    cursor: pointer;
}
#contactform .error{
    font-size:14px;
    text-transform: uppercase;
    color:#bd2b20;
    font-weight: bold;
    cursor: pointer;
}
#contactform #submit{
    font-weight: bold;
font-size: 16px;
line-height: 16px;
width: auto;
padding: 9px 20px;
margin-top: 15px;
background: #f4a62a;
position: relative;
cursor: pointer;
color: #ffffff;
-webkit-border-radius: 4px;
-moz-border-radius: 4px;
border-radius: 4px;
-webkit-transition: 0.1s linear all;
-moz-transition: 0.1s linear all;
-ms-transition: 0.1s linear all;
-o-transition: 0.1s linear all;
transition: 0.1s linear all;
}
#contactform #submit:hover{
    background-color:#999;
    color:#ffffff;
}
#contact_form_error { display: none; }
/* ----------------------------------------------------- */
/* Main */
/* ----------------------------------------------------- */
html, body {
}
body{
    background-color: #fff;
    color: #4d4d4d;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight:400;
    font-size: 16px;
    line-height: 24px;
}
#background {
    position: fixed;
    top: 0px;
    left: 0px;
    min-width: 100%;
    min-height: 100%;
    z-index: -1;
}
::-moz-selection { background: #ec7100; color: #fff; text-shadow: none; }
.::selection { background: #ec7100; color: #fff; text-shadow: none; }
/* ----------------------------------------------------- */
/* Layout */
/* ----------------------------------------------------- */
#wrap{
    position: relative;
    width: 1000px;
    background: #ffffff;
    margin: 90px auto 0;
}
.wrapcenter {
    width: 1000px;
    margin: 0 auto;
    text-align: left;
    position: relative;
}
.color-hr{
    height:5px;
    display: block;
    background: #ec7100;
}
.spacer{
    height:40px;
    display:block;
}
/* ----------------------------------------------------- */
/* Header */
/* ----------------------------------------------------- */
#header{
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999999;
    width: 100%;
    background: #f4a62a;
}
#header .wrapcenter {
    width: 1000px;
    margin: 5px auto -5px;
    text-align: left;
    position: relative;
}
#logo {
    width: 180px;
    float: left;
    margin: 10px 0;
}
#logo img {
    max-width: 100%;
}
/* ----------------------------------------------------- */
/* Social Icons */
#social{
    float:right;
    margin: 50px 30px 0 0;
}
#social li{
    display:block;
    float: left;
    margin-left: 10px;
}
#social li a{
    display:block;
    width:16px;
    height:16px;
    text-indent: -9999px;
    float: left;
    opacity: 0.5;
    -webkit-transition: opacity 0.4s ease;
       -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
         -o-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
}
    #social li.twitter a{ background: url(framework/images/icons/picons01.png); }
    #social li.facebook a{ background: url(framework/images/icons/picons02.png); }
    #social li.dribbble a{ background: url(framework/images/icons/picons03.png); }
    #social li.flickr a{ background: url(framework/images/icons/picons04.png); }
    #social li.google a{ background: url(framework/images/icons/picons05.png); }
    #social li.youtube a{ background: url(framework/images/icons/picons06.png); }
    #social li.vimeo a{ background: url(framework/images/icons/picons07.png); }
    #social li.linkedin a{ background: url(framework/images/icons/picons08.png); }
    #social li.pinterest a{ background: url(framework/images/icons/picons09.png); }
#social li a:hover{
    opacity: 1;
}
/* ----------------------------------------------------- */
/* Navigation */
/* ----------------------------------------------------- */
#nav{
    margin: 10px 0 10px 30px;
    width: auto;
    display: inline-block;
}
.select-menu{
    display:none;
}
#nav ul li{
    position: relative;
    display:block;
    float:left;
}
#nav ul li a{
    display: block;
    float: left;
    padding: 6px 20px 7px 20px;
    text-decoration: none;
    color: #fff;
    font-size: 16px;
    line-height: 40px;
    text-transform: uppercase;
}
#nav ul li a:hover{
    color:#f4f4f4;
}
/* Active */
#nav ul li.current-menu-item a, 
#nav ul li.current-page-ancestor a,
#nav ul li.current-menu-ancestor a{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    font-size: 18px;
    color: #f4f4f4;
}
#nav ul li.current-menu-item ul li a, 
#nav ul li.current-page-ancestor ul li a,
#nav ul li.current-menu-ancestor ul li a{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial;
    font-weight: bold;
    color: #f4f4f4;
}
#nav ul li.current-menu-item ul li a:hover, 
#nav ul li.current-page-ancestor ul li a:hover,
#nav ul li.current-menu-ancestor ul li a:hover{
    color: #f4f4f4 !important;
}
#nav ul.sub-menu {
	display: none;
	position: absolute;
	top: 50px;
	left: 0;
	width: 200px;
	z-index: 600;
	background: #414141 !important;
	border-bottom: 2px solid #ec7100;
	padding: 0;
}
html body #wrap li.current_page_item ul li a, 
html body #wrap li.current_page_ancestor ul li a, 
html body #wrap li.current-menu-ancestor ul li a{
    background-color: #ffffff;
}
html body #nav ul.sub-menu li, #nav ul.sub-menu li a{
    background: none;
    border:none !important;
    padding:0;
    margin:0;
}
html body #nav ul.sub-menu li a{
    display:block !important;
    padding: 5px 10px 4px 10px;
    width:180px;
    font-weight:400;
    border-bottom:1px solid #999 !important;
}
html body #nav ul.sub-menu li:last-child a,
html body #nav ul.sub-menu li:last-child ul li:last-child a{
    border-bottom: none !important;
}
html body #nav ul.sub-menu li:last-child ul li a{
    border-bottom:1px solid #efefef !important;
}
#nav ul li ul li ul{
    margin-left:200px;
    margin-top:-35px;
}
#nav ul li ul li ul li{
    padding:0;
    border-bottom:1px solid #efefef;
}
.sf-sub-indicator{
    display:none;
}
/* ----------------------------------------------------- */
/* Content */
/* ----------------------------------------------------- */
#page{
    padding:0;
}
#page .color-hr2{
    height:5px;
    display: block;
    background: #f5f5f5;
    border-top:1px solid #d5d5d5;
    margin:0 -30px;
}
#subtitle{
    background: url(framework/images/dotted.png) repeat-x bottom left;
    color:#666666;
    padding:20px 30px 25px 30px;
    margin:0 -30px 0 -30px;
    position: relative;
}
#subtitle h2{
    font-size:18px;
    margin:0;
    color:#999999;
    font-weight:300;
}
#subtitle h2 span{
    font-weight: bold;
    color:#666666;
}
#content{
    padding:30px 0px 00px 0px;
}
#content-part{
    float:left;
    width: 64%;
    padding: 0 0 30px;
    min-height: 500px;
}
#content-part .entry p, #content-full .entry p{
    margin-bottom:20px;
}
#content-full{
    width: 100%;
    padding: 10px 0 30px 0;
}
html body #wrap .google_map img{
    width:auto !important;
    max-width: auto !important;
    height: auto !important;
}
.entry ul, .entry ol{
    margin-bottom:20px;
    list-style: disc;
    margin-left:30px;
}
.entry ol{
    list-style: decimal;
}
.entry ul.list, .entry ol.list{
    margin:0 0 20px 0;
    list-style: none;
}
#sidebar{
}
#content-part p{
    font-size: 16px;
}
#sidebar.sidebar-right{
    width: 31%;
    padding: 0 0 30px;
    float: right;
}
#sidebar.sidebar-left{
    width:215px;
    padding:30px 0px 30px 0px;
    float: left;
    margin-right:30px;
}
.search-result{
    padding-bottom:30px;
    border-bottom:1px solid #eaeaea;
    margin-bottom:30px;
}
.search-result .info{
    font-size:12px;
    color:#999999;
    font-style: normal;
    margin:5px 0 5px 0;
}
.search-result .info a{
    color:#999999;
}
.search-result .info a:hover{
    color:#666666;
}
/* ----------------------------------------------------- */
/* Home */
/* ----------------------------------------------------- */
#masonry-container .item {
    margin-right: 0;
    float: none;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    margin-bottom: 15px;
    border-top: 6px solid #f4a62a;
}
#masonry-container .one_half { width: 46%; }
#masonry-container .one_third { width: 32%; }
#content-full #masonry-container .one_third { width: 30%; }
#masonry-container .one_half.item .cattitle a {
    text-align: center;
    text-transform: uppercase;
    color: #f4a62a;
    font-weight: bold;
    width: 100%;
    display: inline-block;
    padding: 10px 0;
}
#masonry-container .one_half.item .cattitle a:hover {
    color: #fff !important;
    background: #ddd;
}
#masonry-container .item h3 {
    padding: 10px;
    border-top: 1px solid #dadada;
    text-align: center;
    margin-bottom: 0;
    font-family: 'OpenSansBold';
    font-size: 1.2em;
    line-height: 1.3em;
}
#masonry-container .item h3 a {
    color: #4d4d4d;
}
#masonry-container .item h3 a:hover {
    color: #999;
}
#masonry-container .item .post-thumb, #masonry-container .item .post-thumb a {
    width: 100%;
    float: none;
    text-align: center;
    background: #fff;
    border: 0;
}
#masonry-container .item .post-thumb a {
    height: 135px;
}
#masonry-container .item .post-thumb .zoom {
   display: none;
}
#masonry-container .item .post-thumb a img {
    max-width: 100%;
    height: auto;
    margin: auto;
}
#masonry-container .item .post-entry {
    width: auto;
    padding: 10px;
    margin: 0;
    float: none;
    clear: both;
}
#masonry-container .one_third.item .post-entry .readmore, #privacy_error { display: none; }
.small-post-thumb {
    padding: 7px 10px;
    border-top: 1px solid #d9d9d9;
}
.small-post-thumb img {
    float: left;
    margin: 4px 10px 4px 0;
}
.small-post-thumb h4 { margin-bottom: 5px; font-family: 'OpenSansBold'; font-size: 16px; }
.small-post-thumb h4 a {
    color: #777;
}
.small-post-thumb h4 a:hover {
    color: #000;
}
.small-post-thumb .pubdate {
    font-size: 12px;
    margin-bottom: 0;
}
/* ----------------------------------------------------- */
#latestwork{
    background: #f3f3f3;
    border-bottom:5px solid #eaeaea;
    margin:-40px -30px -40px -30px;
    padding:40px 30px 40px 30px;
    position: relative;
}
#latestwork .teasertext{
    width:215px;
    float:left;
}
#latestwork .entry{
    overflow: hidden;
    position: relative;
    width:215px;
    height:230px;
    margin-left:20px;
    float:left;
    background-color: #ffffff;
    border-bottom:1px solid #d3d3d3;
    text-align: center;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
         -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
            transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#latestwork .entry:hover {
    background-color: #ffffff;
    border-color:#ec7100;
}
#latestwork .entry:hover h4 a{
    color:#ec7100;
}
#latestwork .entry:hover img{
    border-color:#ec7100;
}
#latestwork .entry img{
    border-bottom:5px solid #e4e4e4;
    -webkit-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
       -moz-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
        -ms-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
         -o-transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
            transition: background-color 0.2s ease, border 0.2s ease, color 0.2s ease;
}
#latestwork .entry h4{
    font-size:14px;
    margin:15px 0 2px 0;
    padding:0;
    font-weight:400;
}
#latestwork .entry .work-description span{
    font-size:12px;
    line-height:16px;
    color:#999999;
    font-style: italic;
    padding:0 20px;
}
#latestwork .entry .prettyPhoto .zoom{
    position: absolute;
    top:0;
    left:-215px;
    display: block;
    width:215px;
    height:140px;
    background: url(framework/images/zoom.png) no-repeat center center;
    opacity: 0;
}
#latestwork .entry .video .zoom{
    position: absolute;
    top:0;
    left:-215px;
    display: block;
    width:215px;
    height:140px;
    background: url(framework/images/zoom-video.png) no-repeat center center;
    opacity: 0;
}
#latestwork .entry .pic .zoom{
    position: absolute;
    top:0;
    left:-215px;
    display: block;
    width:215px;
    height:140px;
    background: url(framework/images/zoom-pic.png) no-repeat center center;
    opacity: 0;
}
a.work-carousel-prev{
    width:19px;
    height:19px;
    background: #cccccc url(framework/images/small-prev.png) no-repeat 7px 6px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top:-1px;
    right:50px;
}
a.work-carousel-prev:hover{
    background-color: #ec7100;
}
a.work-carousel-next{
    width:19px;
    height:19px;
    background: #cccccc url(framework/images/small-next.png) no-repeat 7px 6px;
    display: block;
    text-indent: -9999px;
    position: absolute;
    top:-1px;
    right:30px;
}
a.work-carousel-next:hover{
    background-color: #ec7100;
}
.work-carousel-prev.disabled, .work-carousel-next.disabled {visibility: hidden}
/* ----------------------------------------------------- */
/* Blog */
/* ----------------------------------------------------- */
.type-post{
    padding-bottom:30px;
    margin-bottom:30px;
}
.dotted{
    background: url(framework/images/dotted.png) repeat-x bottom left;
}
.type-post p{
    margin-bottom:20px;
}
#content-part div.type-post.single-post{
    border-bottom:none; 
    margin-bottom:0;
    padding-bottom:0;
}
.post-thumb{
    width:210px;
    float:left;
}
.post-thumb a{
    position: relative;
    display:block;
    overflow: hidden;
    width:200px;
    height:200px;
    border:5px solid #f5f5f5;
    transition: border-color 0.4s linear;
    -moz-transition: border-color 0.4s linear;    /* FF3.7+ */
    -o-transition: border-color 0.4s linear;      /* Opera 10.5 */
    -webkit-transition: border-color 0.4s linear; /* Saf3.2+, Chrome */
}
.post-thumb a:hover{
    border-color: #ec7100;
}
.post-thumb .zoom{
    position: absolute;
    top:0;
    left:-200px;
    display: block;
    width:200px;
    height:200px;
    background: url(framework/images/zoom.png) no-repeat center center;
    opacity: 0;
}
.big-post-thumb{
    margin-bottom:20px;
}
.big-post-thumb img{
    border-bottom:5px solid #ec7100;
    padding:0px;
}
.post-entry{
    width:430px;
    margin-left:30px;
    float:left;
    padding-top:10px;
}
.post-entry h2{
    margin-bottom:15px;
    line-height:26px;
}
.post-entry a.readmore{
    display:block;
    color:#ec7100;
    font-weight: bold;;
    font-size:11px;
    line-height:11px;
    padding-bottom:1px;
    text-transform: uppercase;
    margin-top:10px;
    width:75px;
    -webkit-transition: none;
-moz-transition: none;
-ms-transition: none;
-o-transition: none;
transition: none;
}
.post-entry a.readmore:hover{
    background: #ec7100 url(framework/images/arrow2.png) no-repeat right center;
}
.postmetadata{
    display:none;
}
.single-post .meta{
    background: url(framework/images/dotted.png) repeat-x bottom left;
    padding-bottom:20px;
    margin-bottom:22px;
}
.meta{
    display: block;
    font-size:11px;
    text-transform: uppercase;
    color:#999999;
    margin-bottom:10px;
}
.meta strong{
    font-weight: bold;
}
.meta a{
    font-weight: bold;
    color:#999999;
}
.meta a:hover{
    color:#ec7100;
}
.navigation a{
    font-size:11px;
    text-transform: uppercase;
    font-weight: bold;
    color:#999999;
}
.navigation a:hover{
    color:#ec7100;
}
.navigation .prev-posts{
    float: left;
}
.navigation .next-posts{
    float: right;
}
/* ----------------------------------------------------- */
/* Comments */
/* ----------------------------------------------------- */
#commentform{
    width:670px;
}
#respond, h3#comments{
    background: url(framework/images/dotted.png) repeat-x top left;
    padding-top:30px;
    margin-top:30px;
}
#reply-title small a {
}
a#cancel-comment-reply-link{
    color:#ec7100;
    font-weight: bold;
    display:block;
}
a#cancel-comment-reply-link:hover{
    color:#666666;
}
.logged-in-as{
    display:none;
}
.comment-notes, .form-allowed-tags{
    display:none;
}
#respond p.comment-form-author {
    float: left;
    width: 320px;
    position: relative;
}
#respond p.comment-form-email {
    float: right;
    width: 320px;
    position: relative;
}
#respond p.comment-form-url {
    clear: both;
    margin:0px 0 20px 0;
    padding-top:20px;
}
/* Comment form labels */
#respond label {
    font-size:11px;
    text-transform: uppercase;
    color:#999999;
    margin-bottom:10px;
   font-weight: bold;
    padding:0 0 0px 1px;
    cursor: pointer;
}
#respond span.required {
    font-size:11px;
    text-transform: uppercase;
    color:#999999;
}
/* Comment form inputs and textarea elements */
#respond input, #respond textarea {
    display: block;
    width: 648px;
    padding:10px;
    border:1px solid #d5d5d5;
    color:#666666;
    font-weight:400;
    font-size:12px;
    margin-top:2px;
}
#respond input:focus, #respond textarea:focus {
    border-color:#999999 !important;
    outline: none;
}
#respond p.comment-form-author input {
    width:298px;
    padding:10px;
    border:1px solid #cccccc;
}
#respond p.comment-form-email input {
    width:298px;
    padding:10px;
    border:1px solid #cccccc;
}
#commentform #submit{
    display:inline;
    width:auto;
    margin: 10px 0 0 0;
    text-decoration: none;
    font-weight: bold;
    background: #999999;
    color:#ffffff;
    font-size: 12px;
    line-height: 12px;
    padding: 6px 12px; 
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px; 
    border:none;
    cursor: pointer;
    margin-top:20px;
    margin-bottom:10px;
}
#commentform #submit:hover{
    background-color:#ec7100;
    color:#ffffff;
}
h3#comments, h3#reply-title{
    font-size:12px;
    font-weight: bold;
    text-transform: uppercase;
    margin-bottom:30px;
}
.comment-list li{
    margin-bottom:30px;
}
.comment-list li:last-child{
    margin-bottom:8px !important;
}
.comment-list .children{
    margin-left:66px;
    margin-top:30px;
}
.comment-list li .avatar{
    width:38px;
    float:left;
    margin-right:20px;
}
.comment-list li .avatar img{
    border:2px solid #f5f5f5;
}
.comment-list .author{
    border-bottom:1px dotted #dedede;
    margin-bottom:10px;
    padding-bottom:10px;
}
.comment-list .author span{
    font-weight: bold;
    display:block;
    color:#434242;
}
.comment-list .author .date{
    font-size:11px;
    color:#999999;
}
.comment-list .author .date a{
    color:#999999;
}
.comment-list .author .date a:hover{
    color:#333333;
}
.comment-list li .comment-text{
    margin-left:58px;
    background: #f1f1f1 url(framework/images/comment-list.png) no-repeat 0px -47px;
    padding: 20px 20px 20px 30px;
}
.comment-list li .comment-text .text p{
    font-size:12px !important;
}
/* ----------------------------------------------------- */
/* Work Item */
/* ----------------------------------------------------- */
.posts-nav{
    position: absolute;
    top:22px;
    right:20px;
    width:41px;
    height:20px;
}
.posts-prev a{
    display:block;
    width:20px;
    height:20px;
    background: #cccccc url(framework/images/small-prev.png) no-repeat 8px 7px;
    text-indent: -9999px;
    float: right;
}
.posts-next a{
    display:block;
    width:20px;
    height:20px;
    background: #cccccc url(framework/images/small-next.png) no-repeat 8px 7px;
    text-indent: -9999px;
    float: right;
    margin-left:1px;
}
.posts-prev a:hover, .posts-next a:hover{
    background-color: #ec7100;
}
#filters{
    background: #ffffff;
    border-bottom:1px solid #dedede;
    margin:0 -30px 0 -30px;
    padding:10px 30px;
}
#filters li{
    display: block;
    float:left;
    margin-right:20px;
}
#filters li a{
    display: block;
    float:left;
    padding:0px 20px 0px 0;
    border-right:1px solid #efefef;
    font-size:11px;
    font-weight:400;
    text-transform: uppercase;
}
#filters li:last-child a{
    border-right: none;
}
#filters li a:hover{
    color:#ec7100;
}
#container{
    width:940px;
    padding:30px 20px 10px 20px;
    margin:-30px -30px -60px -30px;
    background: #f3f3f3;
    border-top:5px solid #eaeaea;
}
#content-full div:nth-child(4n) .work-item{
    margin-right:0px;
}
/**** Isotope CSS3 transitions ****/
.isotope,
.isotope .isotope-item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}
.isotope {
  -webkit-transition-property: height;
     -moz-transition-property: height;
      -ms-transition-property: height;
       -o-transition-property: height;
          transition-property: height;
}
.isotope .isotope-item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:    -moz-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}
/* ----------------------------------------------------- */
/* Details */ 
#embedd-video{
    width:600px !important;
    display: none;
}
/* ----------------------------------------------------- */
/* Sidebars */
/* ----------------------------------------------------- */
#sidebar h2{
    background: #f4a62a;
    color:#fff;
    padding: 10px;
    text-transform: uppercase;
    font-size: 16px;
    margin-bottom: 10px;
    text-align: center;
}
#sidebar{
    font-size: 14px;
    line-height: 1.4em;
}
#sidebar .widget{
    margin-bottom: 20px;
}
#sidebar .widget_categories li {
    float: left;
    margin: 0 0 4px 4px;
    min-height: 40px;
}
#sidebar .widget_categories li a {
    color: #666;
    background: #d9d9d9;
    font-weight: bold;
    min-width: 126px;
    padding: 10px;
    text-align: center;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    display: block;
}
#sidebar .widget_categories li.cat-item-3 a, #sidebar .widget_categories li.cat-item-4 a { 
    min-width: 276px;
}
#sidebar .widget_categories li a:hover {
    background-color: #4d4d4d;
    color: #fff;
}
#sidebar .widget_tag_cloud a, .meta-tags a{
    font-size: 13px !important;
    display: inline-block;
    background: #eaeaea;
    padding: 6px 18px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    margin-right:5px;
    margin-bottom:5px;
    color:#777777 !important; 
}
#sidebar .widget_tag_cloud a:hover, .meta-tags a:hover{
    color:#333333 !important;
}
#sidebar .widget_nav_menu li.current-menu-item a{
    color:#ec7100 !important;
}
#sidebar .widget_recent_comments li{
    background: url(framework/images/comment.png) no-repeat 0 11px;
    padding:5px 0 5px 16px;
    border-bottom:1px dotted #dedede;
}
#sidebar .widget_recent_comments li a{
    padding:0;
    border:none;
    display:inline;
}
#sidebar li a{
    display: block;
    color:#8a8a8a;
    border-bottom:1px dotted #dedede;
    padding:5px 0 5px 16px;
}
#sidebar a:hover{
    color:#ec7100;
}
#sidebar ul li:last-child a, #sidebar ul li:last-child{
    border-bottom:none;
}
#sidebar ul li ul li:last-child a{
    border-bottom:1px dotted #dedede;
}
#sidebar .homewidget {
    padding: 15px;
    border-top: 6px solid #969696;
    background: #f7f7f7;
    -webkit-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    -moz-box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
    box-shadow: 0 0 0 1px rgba(0, 0, 0, 0.05);
}
#sidebar .homewidget h3 {
    text-align: center;
    font-size: 1.2em;
}
#sidebar .homewidget p {
    margin-bottom: 10px;
}
#sidebar .homewidget .button {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    width: 100%;
    padding: 12px 0;
    text-indent: 60px;
    background: #f4a62a;
    position: relative;
}
#sidebar .homewidget .button:hover {
    background: #ff9c00;
    color: #fff;
}
#sidebar .homewidget .button span {
    width: 20px;
    height: 20px;
    display: block;
    position: absolute;
    top: 10px;
    left: 20px;
    background: url(framework/images/button-icons.png) no-repeat;
}
#sidebar .homewidget .button.star span { background-position: 0 0; }
#sidebar .homewidget .button.project span { background-position: -20px 0; }
#sidebar .homewidget .button.idea span { background-position: -40px 0; }
#sidebar .homewidget .button.partner span { background-position: -60px 0; }
#sidebar .homewidget .button.search span { background-position: -80px 0; }
/* ----------------------------------------------------- */
/* Sidebar Widgets */
/* ----------------------------------------------------- */
#sidebar #searchform input {
padding: 0 4px 0 50px;
border: 1px solid #eaeaea;
color: #666666;
font-weight: 400;
font-size: 16px;
width: 244px;
height: 40px;
line-height: 40px;
background: #ffffff url(framework/images/searchinput.png) no-repeat 0 0;
-webkit-border-radius: 5px;
-moz-border-radius: 5px;
border-radius: 5px;
}
#sidebar #searchform input:focus{
    border:1px solid #f4a62a !important;
    -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
    outline-color: #f4a62a;
}
.embed_code > iframe {
    width: 100%;
    height: auto;
}
#twitter_update_list{
}
#twitter_update_list li a{
    display:inline-block;
    padding:0;
    margin:0;
    border-bottom:none;
}
#twitter_update_list li{
    padding-bottom: 10px !important;
    margin-bottom:10px;
    border-bottom:1px dotted #dedede;
}
#twitter_update_list li:last-child{
    border-bottom:none;
    padding:0;
    margin:0;
}
#flickr_tab{
}
#flickr_tab a{
    display:block;
    width:60px;
    height:60px;
    float:left;
    margin-right:11px;
    margin-bottom:11px;
}
#flickr_tab a img{
    width:60px;
    height:60px;
    border:0px solid #efefef;
    transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */    
}
#flickr_tab a:hover img{
    opacity: 0.6;
}
/* ----------------------------------------------------- */
/* Content Styles */
/* ----------------------------------------------------- */
.hr{
    background: url(framework/images/dotted.png) repeat-x bottom left;
    height:1px;
    margin:35px 0px 40px 0px;
}
.hr2{
    border-bottom:1px solid #dedede;
    height:0px;
    margin:30px 0 30px 0;
}
.hr3{
    border-bottom:1px solid #dedede;
    height:0px;
    margin:20px -30px 20px -30px;
}
.shadow-top{
    height:6px;
    width:100%;
    background: url(framework/images/shadow-top.png) repeat-x top center;
    position: absolute;
    top:0;
    left:0;
    z-index: 500;
    opacity: 0.2;
}
.col-4, .col-4-last{
    float:left;
    width:215px;
    margin-right:20px;
}
.col-4-last{
    margin-right:0;
}
/* ---------------------------------------------------- */
/* Standard Tags                                        */
.sticky, .gallery-caption, .bypostauthor {}
strong, b{
    font-weight: bold;
}
em{
    font-style:italic;
}
del{
    text-decoration: line-through;
}
address{
    font-style:italic;
}
code, pre {
    display: block;
    font: 11px Consolas, "Andale Mono", Courier, "Courier New", monospace; 
    background: #f5f5f5 url(framework/images/pre.png) repeat;
    border: 1px solid #ccc;
    padding: 18px 20px 18px 20px;
    margin: 0 0 18px;
    line-height: 19.2px;
    overflow: auto;
    overflow-Y: hidden;
    white-space: pre;
    white-space: pre-wrap;
    word-wrap: break-word;
}
blockquote{
    font-family: Arial, Helvetica, sans-serif;
    color:#999999;
    font-style: italic;
    background: #ffffff url(framework/images/blockquote.png) no-repeat 10px 6px;
    font-size:15px !important;
    padding:10px 10px 10px 50px;
}
blockquote p{
    font-size:15px !important;
    line-height:24px;
    margin:0 0 20px 0 !important;
    padding:0 !important;
}
table {
    margin: 0 0 20px 0;
    text-align: left;
    padding: 0 5px;
}
tr:nth-child(even) { background: #f7f7f7 }
tr:nth-child(odd) { background: #ffffff }
tr { border-bottom: 1px solid #e4e4e4; }
th,
td {
    padding: 5px;
    vertical-align: middle;
    text-align: center;
}
thead th{
    font-size:14px;
    font-weight: bold;
    color:#777777;
    border:none;
    border-bottom:1px solid #cccccc;
    border-top:1px solid #cccccc;
    padding:10px 5px;
}
/* ----------------------------------------------------- */
/* Footer */
/* ----------------------------------------------------- */
#breadcrumb{
    border-top:1px solid #dedede;
    border-bottom:5px solid #ebebeb;
    padding:5px 30px;
    color:#636363;
    font-size:11px;
    height:auto;
}
#breadcrumb a{
    color:#636363;
    text-decoration: none;
    background: url(framework/images/arrow.png) no-repeat center right;
    padding:0 13px 0px 0;
    margin:0 10px 0 0;
}
#breadcrumb a:hover{
    color:#ec7100;
}
/* ----------------------------------------------------- */
/* Last Tweets */
#lasttweet{
    background: #ec7100 url(framework/images/twitter.png) no-repeat 30px 11px;
    padding:10px 65px;
    font-size:11px;
    color:#ffffff;
    min-height:20px;
    list-style: none;
}
#lasttweet a{
    color:#ffffff;
    text-decoration: none;
    border-bottom:1px solid rgba(255, 255, 255, 0.2);
}
#lasttweet a:hover{
    border-bottom:1px solid rgba(255, 255, 255, 1);
}
#lasttweet b{
    display: none;
}
/* ----------------------------------------------------- */
/* Footer */
#footer{
    background: #636363;
    padding:40px 0px 40px 30px;
    color:#ffffff;
    font-size: 13px;
}
#footer a{
    color:#eaeaea;
    text-decoration: none;
}
#footer a:hover{
    color:#ffffff;
}
#footerlogo{
    color:#c1c1c1;
    font-size:11px;
}
#footerlogo h4{
    font-size:24px;
    font-weight: bold;
    color:#ffffff;
    margin-bottom:15px;
}
#footerlogo h4 a{
    color:#ffffff;
    text-decoration: none;
}
#footer .widget h2{
    font-size: 16px;
    color:#ffffff;
    text-transform: uppercase;
    font-weight: bold;
    padding-bottom:10px;
    margin-bottom:10px;
    margin-top:-5px;
}
#footer .widget li{
    border-bottom:1px dotted #777777;
    padding:5px 0;
}
#footer .widget ul{
    border-top:1px solid #777777;
}
#footer #searchform input{
    padding:6px 4px 6px 26px;
    border:1px solid #777777;
    color:#999999;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size:11px;
    width:185px;
    background: #636363 url(framework/images/search.png) no-repeat 8px 8px;
}
#footer #searchform input:focus{
    border:1px solid #ffffff;
    color:#ffffff;
}
/* ----------------------------------------------------- */
/* Copyright */
#copyright{
    background: #464646;
    padding:10px 0;
    color:#b5b5b5;
    font-size:11px;
    position: relative;
}
#copyright a{
    text-decoration: none;
    color:#b5b5b5;
    border-bottom:1px solid #666666;
}
#copyright a:hover{
    color:#ffffff;
    border-bottom:1px solid #999999;
}
#back-to-top{
    position: absolute;
    top: 15px;
    right: 0;
}
#back-to-top a{
    border: none;
    opacity: 0.6;
    transition: opacity 0.4s ease;
    -moz-transition: opacity 0.4s ease;    /* FF3.7+ */
    -o-transition: opacity 0.4s ease;      /* Opera 10.5 */
    -webkit-transition: opacity 0.4s ease; /* Saf3.2+, Chrome */
}
#back-to-top a:hover{
    opacity: 1;
    border: none;
}
/* ----------------------------------------------------- */
/* Pagina Documentazione */
/* ----------------------------------------------------- */
#fullwidth .one_third {
    background: #eaeaea;
    padding: 2%;
    width: 28%;
}
#fullwidth .one_third h3 {
    font-size: 1.2em;
    text-align: center;
    text-transform: uppercase;
}
#fullwidth .one_third label {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 1.1em;
    width: 100%;
    display: block;
    margin: 20px 0 5px;
}
#fullwidth .row {
    padding: 0 0 10px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
}
.doc-list {
    padding: 20px;
    background: #fafafa;
    -moz-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.4);
    margin-bottom: 15px;
}
#fullwidth .row select {
    width: 96%;
    padding: 5px 2%;
    display: inline-block;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
#content-full .three_fourth, #fullwidth .three_fourth {
    padding: 2% 0;
}
#content-full .one_fourth, #fullwidth .one_fourth {
    width: 20%;
    padding: 2%;
    background: #eaeaea;
}
#content-full .post-content, #fullwidth .post-content { min-height: 400px; }
.post-content p {
    margin-bottom: 7px;
}
/* ----------------------------------------------------- */
/* Ultime Guide Widget */
/* ----------------------------------------------------- */
.latestguide h3.one_half {
    font-size: 0.9em;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
    width: 43%;
    height: 60px;
    display:-ms-flexbox;
	-ms-flex-pack:center;
	-ms-flex-align:center;
	display:-moz-box;
	-moz-box-pack:center;
	-moz-box-align:center;
	display:-webkit-box;
	-webkit-box-pack:center;
	-webkit-box-align:center;
	display:box;
	box-pack:center;
	box-align:center;
    padding: 30px 3%;
    opacity: 1;
    filter: alpha(opacity=100);
    -webkit-transition: opacity 0.4s ease;
       -moz-transition: opacity 0.4s ease;
        -ms-transition: opacity 0.4s ease;
         -o-transition: opacity 0.4s ease;
            transition: opacity 0.4s ease;
}
.latestguide h3.one_half a, .latestguide h3.one_half a:hover, 
#sidebar .latestguide h3.one_half a, #sidebar .latestguide h3.one_half a:hover {
    color: #fff;
}
.latestguide h3.one_half:nth-child(1) { background: #2ecc71; }
.latestguide h3.one_half:nth-child(2) { background: #3498db; }
.latestguide h3.one_half:nth-child(3) { background: #f1c40f; }
.latestguide h3.one_half:nth-child(4) { background: #e74c3c; }
.latestguide h3.one_half:hover {
    opacity: 0.8;
    filter: alpha(opacity=80);
}
/**
************ Latest Posts Shortcode **********
**/
.sc-latestposts, #footer ul.sc-latestposts, .sc-latestdocs, #footer ul.sc-latestdocs {
    list-style-type: none;
    margin: 0;
    padding: 0;
    border: 0;
}
.sc-latestposts li, #footer .sc-latestposts li {
    padding: 5px 10px 5px 20px;
    border-left: 5px solid #fff;
    list-style-type: none;
    background: transparent;
    border-bottom: 0;
    margin-bottom: 10px;
}
.sc-latestposts li .smallimg {
    width: 70px; 
    float: left;
}
.sc-latestposts li .smallimg img {
    width: 70px;
    height: 70px;
}
.sc-latestposts li .smallentry h4, #footer .sc-latestposts li .smallentry h4 { font-weight: normal; font-size: 13px; }
.sc-latestposts li .smallentry p {
    font-size: 14px;
}
/**
************ Latest Documents Shortcode **********
**/
.sc-latestdocs li, #footer .sc-latestdocs li {
    padding: 5px 5px 5px 55px;
    list-style-type: none;
    background: url(framework/images/document.png) no-repeat 5px center;
    border-bottom: 0;
    margin-bottom: 10px;
    opacity: 0.7;
    filter: alpha(opacity=70);
    min-height: 30px;
}
.sc-latestdocs li:hover, #footer .sc-latestdocs li:hover {
    opacity: 1;
    filter: alpha(opacity=100);
}
.sc-latestdocs li h4, #footer .sc-latestdocs li h4 {
    font-weight: normal; 
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    margin-bottom: 0;
}
.sc-latestdocs li h4 a, #footer .sc-latestdocs li h4 a {
    color: #fff;
}
/**
************ Single Guide Page **********
**/
#content-part.single-guide ul.tabNavigation {
    list-style: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
    float: left;
    border-bottom: 1px solid #d8d8d8 !important;
    z-index: 9999;
    position: relative;
}
#content-part.single-guide ul.tabNavigation li {
    display: block;
    float: none;
    clear: both;
    margin: 0 !important;
    padding: 0;
    width: 150px;
}
#content-part.single-guide ul.tabNavigation li a {
    display: block;
    padding: 5px;
    float: none;
    background-color: #f8f8f8;
    text-decoration: none;
    border: 1px solid #d5d5d5;
    border-bottom: 0;
    color: #666;
    font-size: 12px;
    text-align: right;
    text-transform: uppercase;
}
#content-part.single-guide ul.tabNavigation li a.active, #content-part.single-guide ul.tabNavigation li a:hover {
    background: #777;
    color: #fff;
}
#content-part.single-guide div.tabs .tabcontent {
    padding: 0;
    margin: 0;
    display: none;
    border: 1px solid #d5d5d5;
    border-top: 1px solid #d5d5d5;
    background: #fff;
    float: left;
    width: 445px;
    position: relative;
    font-size: 16px;
    line-height: 1.3em;
    min-height: 540px;
}
#content-part.single-guide div.tabs .tabcontent h3 {
    padding: 6px 10px;
    color: #f4a62a;
    margin-bottom: 0;
}
#content-part.single-guide div.tabs .tabcontent p {
    margin-bottom: 10px;
}
#content-part.single-guide div.tabs .tabcontent .contents {
    padding: 10px;
}
/* ----------------------------------------------------- */
/* WP Pagenavi */
/* ----------------------------------------------------- */
#content-full .wp-pagenavi, #content-part .wp-pagenavi {
    text-align: center;
    margin: 20px 0;
}
#content-full .wp-pagenavi a, #content-part .wp-pagenavi a {
    background: #f4f4f4;
    border: 1px solid #ccc;
    margin-right: 4px;
    color: #000;
    font-size: 14px;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    box-shadow: 1px 1px 1px #fff inset;
    -webkit-box-shadow: 1px 1px 1px #fff inset;
    -moz-box-shadow: 1px 1px 1px #fff inset;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
#content-full .wp-pagenavi span,#content-part .wp-pagenavi span {
    text-decoration: none;
    border: 0;
    padding: 3px 5px;
    margin: 2px;
}
#content-full .wp-pagenavi .current, #content-full .wp-pagenavi a:hover, #content-part .wp-pagenavi .current, #content-part .wp-pagenavi a:hover {
    background: #4d4d4d;
    color: #FFF;
    border: 1px solid #2d373f;
    padding: 5px 10px;
    margin-right: 4px;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    font-size: 14px;
    padding: 5px 10px;
    font-family: Arial, Helvetica, sans-serif;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
}
/*  Form Row Fields */
.one-row.col-2 { width: 49%; float: left; }
.one-row.col-2di3 { width: 66%; float: left; }
.one-row.col-3 { width: 32%; float: left; }
.one-row.col-3di4 { width: 75%; float: left; }
.one-row.col-3di5 { width: 60%; float: left; }
.one-row.col-4 { width: 23%; float: left; }
.one-row.col-4di5 { width: 80%; float: left; }
.one-row.col-5 { width: 18%; float: left; }
.one-row.col-2, .one-row.col-3, .one-row.col-4, .one-row.col-5, .one-row.col-2di3, .one-row.col-3di4, .one-row.col-4di5, .one-row.col-3di5 { margin-right: 2%; }
.one-row.col-2.last, .one-row.col-3.last, .one-row.col-4.last, .one-row.col-5.last, .one-row.col-2di3.last, .one-row.col-3di4.last, .one-row.col-4di5.last, .one-row.col-3di5.last { margin-right: 0; clear: right; }
.one-row label {
    display: block;
    width: 100%;
    margin: 12px 0 2px;
}
.one-row label i { color: red; display: none; }
.one-row.required label i { display: inline-block; }
.one-row input[type="text"], .one-row input[type="email"], .one-row textarea {
display: block;
width: 96%;
padding: 10px 2%;
border: 1px solid #d5d5d5;
color: #666666;
font-family: Arial, Helvetica, sans-serif;
font-weight: 400;
font-size: 14px;
outline: none;
}
select {
    width: auto;
    max-width: 96%;
    display: block;
    padding: 6px 2%;
    border: 1px solid #ccc;
    margin-bottom: 10px;
}
.one-row.submit-button .button {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    padding: 9px 20px;
    margin-top: 15px;
    background: #f4a62a;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}
.one-row.submit-button .button:hover { background: #e08b04; }
.one-row.privacy-text {
    margin-top: 15px;
}
.alert-message {
    padding: 10px 20px 10px 50px;
    text-align: left;
    margin-bottom:20px;
}
#custom-form-error { display: none; }
#custom-form-error.alert-message p { margin-bottom: 7px; }
/*  Mailup Newsletter */
#subscribeForm fieldset {
    width: 100%;
    margin: 10px 0;
    border: 0;
    background-color: transparent;
    background-image: none;
}
#subscribeForm input[type=text] {
    display: block;
    width: 90%;
    height: auto;
    padding:10px 2%;
    border:1px solid #d5d5d5;
    color:#666666;
    font-family: Arial, Helvetica, sans-serif;
    font-weight:400;
    font-size:14px;
    margin-top:2px; 
    margin-bottom:10px;
    outline: none;
}
#subscribeForm input[type=submit] {
    font-weight: bold;
    font-size: 16px;
    line-height: 16px;
    width: auto;
    padding: 9px 20px;
    margin-top: 15px;
    background: #f4a62a;
    position: relative;
    cursor: pointer;
    color: #ffffff;
    -webkit-border-radius: 4px;
    -moz-border-radius: 4px;
    border-radius: 4px;
    border: 0;
}
#subscribeDataTable table tr:bth-child(odd) {
    background: #f4f4f4;
}
#subscribeDataTable table tr td {
    vertical-align: top;
    text-align: left;
}
#show-response { color: #387cb0; font-weight: bold; }
/*  Categories Bar */
#bar-content {
    width: 100%;
    margin: 20px 0;
}
.single-cat { height: 60px; float: left; margin-right: 0.5%; text-align: center; border-bottom: 15px solid #666; }
.single-cat.last { margin-right: 0; }@media screen and (max-width: 580px) {
.single-cat.col-5 { width: 100%; }}@media screen and (min-width: 581px) {.single-cat.col-5 { width: 19%; }}
.single-cat.col-6 { width: 16%; }
.single-cat.col-7 { width: 13.5%; }
.single-cat.col-8 { width: 12%; }
.single-cat.col-9 { width: 10.5%; }
.single-cat.col-10 { width: 9.5%; }
.single-cat a, #content-part .single-cat a, #content-full .single-cat a {
font-size: calc(0.8em + 0.1vw);
    color: #666;
    text-align: center;
    text-transform: capitalize;
    padding: 15px 0 5px;
    line-height: 16px;
    display: block;
}
.single-cat a:hover, #content-part .single-cat a:hover, #content-full .single-cat a:hover {
    color: #000;
}
.responsive, .not-in-desktop { display: none !important; }#responsivenav, #mainresponsivenav { display: none; }
.tabcontent ul li, .tabcontent ol li { margin-left: 40px; padding-bottom: 7px; }
.tabcontent ul li { list-style-type: disc; }
.tabcontent ol li { list-style-type: decimal; }


/* Modifiche Gianni */
.Categ1:hover {
	background: #CAA8FF !important;
	color: white !important;
}
.Categ1:hover>a {
	color: white !important;
}
.Categ2:hover {
	background: #b92a91 !important;
	color: white !important;
}
.Categ2:hover>a {
	color: white !important;
}
.Categ3:hover {
	background: #35AEFF !important;
	color: white !important;
}
.Categ3:hover>a {
	color: white !important;
}
.Categ4:hover {
	background: #9CC03C !important;
	color: white !important;
}
.Categ4:hover>a {
	color: white !important;
}
.Categ5:hover {
	background: #6BFFE6 !important;
	color: white !important;
}
.Categ5:hover>a {
	color: white !important;
}

.Categ6:hover {
	background: #f4a62a !important;
	color: white !important;
}
.Categ6:hover>a {
	color: white !important;
}
.Categ7:hover {
	background: #E61D0C !important;
	color: white !important;
}
.Categ7:hover>a {
	color: white !important;
}
.Categ8:hover {
	background: #16a085 !important;
	color: white !important;
}
.Categ8:hover>a {
	color: white !important;
}



#catapult-cookie-bar {
    line-height: inherit;
    font-size: smaller;
}
  
#wpadminbar{
   /*   width: initial !important ; */
    z-index:999999999 !important ;
  /*   background: rgba(19, 17, 17, 0.18)  !important ; */
}
.h2020_irl{
  display: none !important;
}
.h2020_irl_irl{
  display: none !important;
}

.h2020_ilr{
  display: none !important;
}


.social-block {
  font: normal 16px/1 'Genericons';
  font-family: 'Genericons';
  color: #F0AA13 ;
  font-size: 2.5em;
  text-shadow: 0 1px 0 #fff;
  opacity: .8;
	display: inline-block;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
  background: 0 0;
  width: inherit;
  height: inherit;
  vertical-align: inherit;
  line-height: inherit;
  margin: 0;
  text-decoration: none;
  padding-right: 15px;
  position: relative;
  top: 5px;
  speak: none;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  -webkit-font-smoothing: antialiased;
  -webkit-transition: background-color 0.4s ease, border 0.4s ease, color 0.4s ease ! important;
}


.icon-twitter:before {
  content: "\f202";
}
.icon-twitter:hover {
	color: #55acee !important;
    text-shadow: 0 1px 0 #5C6A74 !important;   
}

.icon-feed:before {
  content: "\f413";
}
.icon-feed:hover {
	color: #f4a62a !important;
    text-shadow: 0 1px 0 #C0944D !important;
}

.icon-facebook:before {
  content: "\f204";
}
.icon-facebook:hover {
	color: #3a5795 !important;
  	text-shadow: 0 1px 0 #3474BD !important;  
}

.icon-linkedin:before {
  content: "\f208";
}
.icon-linkedin:hover {
	color: #006fa6 !important;
    text-shadow: 0 1px 0 #475D67 !important;  
}


#splashpage .t1 a:hover {
	color: #006fa6 !important;
}

