/* 
    Document   : style
    Created on : 26-nov-2013, 11.21.01
    Author     : josephine
    Description:
        Purpose of the stylesheet follows.
*/

/*! HTML5 Boilerplate v4.3.0 | MIT License | http://h5bp.com/ */

/*
 * What follows is the result of much research on cross-browser styling.
 * Credit left inline and big thanks to Nicolas Gallagher, Jonathan Neal,
 * Kroc Camen, and the H5BP dev community and team.
 */

/* ==========================================================================
   Base styles: opinionated defaults
   ========================ƒ================================================== */

html,
button,
input,
select,
textarea {
    color: #222;
}

html {
    font-size: 1em;
    line-height: 1.4;
}

/*
 * Remove text-shadow in selection highlight: h5bp.com/i
 * These selection rule sets have to be separate.
 * Customize the background color to match your design.
 */

::-moz-selection {
    background: #b3d4fc;
    text-shadow: none;
}

::selection {
    background: #b3d4fc;
    text-shadow: none;
}

/*
 * A better looking default horizontal rule
 */

hr {
    display: block;
    height: 1px;
    border: 0;
    border-top: 1px solid #ccc;
    margin: 1em 0;
    padding: 0;
}

/*
 * Remove the gap between images, videos, audio and canvas and the bottom of
 * their containers: h5bp.com/i/440
 */

audio,
canvas,
img,
video {
    vertical-align: middle;
}

/*
 * Remove default fieldset styles.
 */

fieldset {
    border: 0;
    margin: 0;
    padding: 0;
}

/*
 * Allow only vertical resizing of textareas.
 */

textarea {
    resize: vertical;
}

/* ==========================================================================
   Browse Happy prompt
   ========================================================================== */

.browsehappy {
    margin: 0.2em 0;
    background: #ccc;
    color: #000;
    padding: 0.2em 0;
}

/* ==========================================================================
   Author's custom styles
   ========================================================================== */

@font-face {
  font-family: 'FontAwesome';
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?v=3.2.1");
  src: url("../fonts/FontAwesome/fontawesome-webfont.eot?#iefix&v=3.2.1") format("embedded-opentype"), url("../fonts/FontAwesome/fontawesome-webfont.woff?v=3.2.1") format("woff"), url("../fonts/FontAwesome/fontawesome-webfont.ttf?v=3.2.1") format("truetype"), url("../fonts/FontAwesome/fontawesome-webfont.svg#fontawesomeregular?v=3.2.1") format("svg");
  font-weight: normal;
  font-style: normal; }

/* FONT AWESOME CORE
 * -------------------------- */
[class^="icon-"],
[class*=" icon-"] {
  font-family: FontAwesome;
  font-weight: normal;
  font-style: normal;
  text-decoration: inherit;
  -webkit-font-smoothing: antialiased;
  *margin-right: .3em; }

[class^="icon-"]:before,
[class*=" icon-"]:before {
  text-decoration: inherit;
  display: inline-block;
  speak: none; }

.icon-search:before {
  content: "\f002"; }

#content-home {
    min-height: 59em;
}


/* ==========================================================================
   Helper classes
   ========================================================================== */

/*
 * Image replacement
 */

.ir {
    background-color: transparent;
    border: 0;
    overflow: hidden;
    /* IE 6/7 fallback */
    *text-indent: -9999px;
}

.ir:before {
    content: "";
    display: block;
    width: 0;
    height: 150%;
}

/*
 * Hide from both screenreaders and browsers: h5bp.com/u
 */

.hidden {
    display: none !important;
    visibility: hidden;
}

/*
 * Hide only visually, but have it available for screenreaders: h5bp.com/v
 */

.visuallyhidden {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

/*
 * Extends the .visuallyhidden class to allow the element to be focusable
 * when navigated to via the keyboard: h5bp.com/p
 */

.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*
 * Hide visually and from screenreaders, but maintain layout
 */

.invisible {
    visibility: hidden;
}

/*
 * Clearfix: contain floats
 *
 * For modern browsers
 * 1. The space content is one way to avoid an Opera bug when the
 *    `contenteditable` attribute is included anywhere else in the document.
 *    Otherwise it causes space to appear at the top and bottom of elements
 *    that receive the `clearfix` class.
 * 2. The use of `table` rather than `block` is only necessary if using
 *    `:before` to contain the top-margins of child elements.
 */

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}

/* ==========================================================================
   EXAMPLE Media Queries for Responsive Design.
   These examples override the primary ('mobile first') styles.
   Modify as content requires.
   ========================================================================== */

@media only screen and (min-width: 35em) {
    /* Style adjustments for viewports that meet the condition */
}

@media print,
       (-o-min-device-pixel-ratio: 5/4),
       (-webkit-min-device-pixel-ratio: 1.25),
       (min-resolution: 120dpi) {
    /* Style adjustments for high resolution devices */
}

/* ==========================================================================
   Print styles.
   Inlined to avoid required HTTP connection: h5bp.com/r
   ========================================================================== */

@media print {
    * {
        background: transparent !important;
        color: #000 !important; /* Black prints faster: h5bp.com/s */
        box-shadow: none !important;
        text-shadow: none !important;
    }

    a,
    a:visited {
        text-decoration: underline;
    }

    a[href]:after {
        content: " (" attr(href) ")";
    }

    abbr[title]:after {
        content: " (" attr(title) ")";
    }

    /*
     * Don't show links for images, or javascript/internal links
     */

    .ir a:after,
    a[href^="javascript:"]:after,
    a[href^="#"]:after {
        content: "";
    }

    pre,
    blockquote {
        border: 1px solid #999;
        page-break-inside: avoid;
    }

    thead {
        display: table-header-group; /* h5bp.com/t */
    }

    tr,
    img {
        page-break-inside: avoid;
    }

    img {
        max-width: 100% !important;
    }

    @page {
        margin: 0.5cm;
    }

    p,
    h2,
    h3 {
        orphans: 3;
        widows: 3;
    }

    h2,
    h3 {
        page-break-after: avoid;
    }
}

/*---padding----*/

.p-20{padding: 20px 0;}

/*---end padding----*/

/*---Margin---*/

.m-r-10{margin-right: 10px;}
.m-rig-10{margin-right: 10px;}
.m-l-10{margin-left: 10px;}
.m-b-20{margin-bottom: 20px;}

/*----end Margin----*/


/*-----Font------*/



.aleg{font-family: 'Alegreya', serif;}
.merri{font-family: 'Merriweather', serif;}
.mont{font-family: 'Montserrat', sans-serif;}
.mont-alt{font-family: 'Montserrat Alternates', sans-serif;}
.ral{font-family: 'Raleway', sans-serif;}
.rig{font-family: 'Righteous', cursive;}




.fw-200{ /*Light*/
	font-weight:200;
}

.fw-300{ /*Light*/
	font-weight:300;
}

.fw-400{ /*Normal*/
	font-weight:400;
}

.fw-600{ /*Semibold*/
	font-weight:600;
}

.fw-700{ /*Bold*/
	font-weight:700;
}

/*-----End font-----*/



/*----General Style-----*/

body, html {
    height: 100%;
    margin: 0;
    padding: 0;
}

body {
    color: #7d7e80;
    background: #f7f7f7;
    font-size: 14px;
}

#content{
    padding: 30px 0 110px 0;
}

a, a:visited, a:hover {text-decoration: none;}


li {list-style: none;}

.upper{text-transform: uppercase;}

.cors{font-style: italic;}


.description{
    background: #ffffff;
    border-radius: 2px;
    box-shadow: 0 2px 1px 0 #D3D3D3;
    padding: 30px;
    margin-bottom: 30px;
}

#main-container {
    min-height: 100%;
    position: relative;
    width: 100%;
}
@media (min-width: 768px) {

    body {
        font-size: 13px;
    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {
    body {
        font-size: 14px;
    }
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .description{padding: 40px;}

}


    /*---Color background, text color---*/

.white{background: #ffffff;}

.text-white{color: #ffffff;}
    
.green{ background: #23a158;}

/* Luca */
.grey { background: #898B8C}

.yellow { background: #ffbc00;}

.red { background: #e74c3c}
/* End Luca */

.text-green{ color:#23a158;}

.red-ho{background: #e74c3c;}

.text-red-ho{color: #e74c3c;}

.blue{background: #e91010;}

.text-blue{color: #e91010;}

.blue-dark{background: #34495e;}

.blue-ligth{background: #5394d7;}

.text-blue-ligth{color: #5394d7;}

.text-grey-l{ color:#9e9e9e;}

.text-grey-m {color:#6F6F6F;}

.text-grey-d{ color:#575757;}
/*---end Color background, text color---*/


/*-----Button-----*/

.btn{
    color:#ffffff;
    text-transform: uppercase;
    font-weight: 600;
}

.btn:hover{color:#ffffff;}


.btn-default:hover{
    color: #ffffff;
}

.btn-pren{background: #e91010;}
.btn-pren:hover{background: #e91010;}

/*-----End button-----*/

.text-center {
    text-align: center;
}

.uppercase {
    text-transform: uppercase;
}

.bold {
    font-weight: bold;
}

.m-top-10 {
    margin-top: 10px!important;
}

.m-top-20 {
    margin-top: 20px!important;
}

.m-top-30 {
    margin-top: 30px!important;
}

.m-top-40 {
    margin-top: 40px!important;
}

.m-top-50 {
    margin-top: 50px!important;
}

.m-top-60 {
    margin-top: 60px!important;
}

.m-top-70 {
    margin-top: 70px!important;
}
.m-bot-10 {
    margin-bottom: 10px!important;
}

.m-bot-20 {
    margin-bottom: 20px!important;
}

.m-bot-30 {
    margin-bottom: 30px!important;
}

.m-bot-40 {
    margin-bottom: 40px!important;
}

.m-bot-50 {
    margin-bottom: 50px!important;
}

.m-bot-60 {
    margin-bottom: 60px!important;
}

.m-bot-70 {
    margin-bottom: 70px!important;
}

.white-bg-box {
    background-color: #ffffff;
    padding: 20px 40px;
    box-shadow: 0 2px 1px 0 #D3D3D3;
}


/*-----end General style-----*/

/*---Form Entry (Registrazione & Login) ---*/


.help-block.error {
    color:#b94a48;
}

.container_form_entry h2{
    margin-top: 0;
    margin-bottom: 1.0em;
}

.container_form_entry h2 img.pull-right{
    margin-top: -7px;
    max-width: 40px;
}

.container_form_entry .hr_text {
    position: relative;
    display: block;
    border: 0px solid #ccc;
    border-bottom-width: 2px;
    text-align: center;
    margin: 1.0em auto 2.0em auto;
    background: transparent;
    height: 1.4em;

}
.container_form_entry .hr_text span {
    display: inline-block;
    background: #fff;
    color: #ccc;
    margin: 0 auto;
    padding: 4px 10px;
}

.container_form_entry .description {
    margin-top: 0px;
    margin-bottom: 0px;
}

.container_form_entry .bootstrap-switch-id-fos_user_registration_form_private_person{
    width: 90%;
}
.container_form_entry .bootstrap-switch-id-fos_user_registration_form_private_person label{
    font-weight: normal;
    color: #ccc !important;
}

.container_form_entry small,
.container_form_entry .small {
    font-size: 90%;
}

.container_form_entry .checkbox .col-xs-1,
.container_form_entry .checkbox .col-xs-10 {
    margin: 0px;
    padding: 0px;
}

.container_form_entry .checkbox input[type="checkbox"] {
    float: none;
    margin-left: 0px; }

.container_form_entry p.row {
    margin: 20px 5px;
}

.container_form_entry .radio-block {
    margin: 0px;
    padding: 0px;
    position: relative;
    display: block;
    border-radius: 4px;
    border: 1px solid #ccc;
}

.container_form_entry .radio-block .radio {
    margin: 0px;
    padding: 0px;
    width: 50%;
    display: inline-block;
    font-weight: normal;
    text-align: center;
    vertical-align: middle;
    cursor: pointer;
    border: 1px solid transparent;
    white-space: nowrap;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.428571429;
    border-radius: 4px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -o-user-select: none;
    user-select: none;
    color: #ccc;
}

.container_form_entry .radio-block .radio input {
    visibility: hidden;
}

.container_form_entry .radio-block .radio span {
    text-transform: uppercase;
    font-weight: 600;
}

.container_form_entry .radio-block .radio.selected {
    color: #fff;
    background: #ffcc00;
}

#resul,
.cropFrame{
    display: none !important;
    margin: 0;
    padding: 0;
}


@media (min-width: 768px) {

    .container_form_entry .description{
        margin-top: 50px;
        margin-bottom: 50px;

    }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .container_form_entry .description{
        margin-top: 70px;
        margin-bottom: 70px;

    }

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .container_form_entry .description{
        margin-top: 100px;
        margin-bottom: 100px;

    }
}


/*---end Registrazione---*/

/*---Profilo---*/

#profilo{ font-size: 12px;}

#profilo img{border-radius: 50%;}

.prof-n img,
.image-border {
    border: 4px solid #e91010;
    margin: auto;
    border-radius: 50%;
}

.prof-n{margin-bottom: 40px;}

.prof-n h2{ 
    color: #666666;
    font-size: 1.4em;
    text-align: center;
}

.prof-n h2 span,
.trainer-status-dot{
    display: inline-block;
    width: 20px;
    height: 20px;
    border-radius: 50%;
}

.trainer-status-dot {
    margin-right: 10px;
}

.prof-n h3{
    color:#8c8c8c;
    font-size: 1.1em;
    border-top: 1px solid #8c8c8c;
    border-bottom: 1px solid #8c8c8c;
    padding: 10px 0;
    margin-top: 10px;
}
#presentazione article.info{border-bottom-width: 0;}

.info,.prof-n h3{
    text-align: center;
}
           
#profilo h2{
    font-size: 1.7em;
}

#profilo h3{font-size: 1.5em;}


#profilo .prof-n .fa {
    color: #8a8a8a;
    display: inline;
    margin-right: 5px;
    position: relative;
    top:-4px;
}
  
#profilo .prof-n .text-red-ho{ 
    font-size: 1.9em;
}


#profilo article{
    padding-bottom: 20px;
}

#presentazione article{
    border-top: 1px solid #ebebeb;}

#profilo article:first-child{border-top: 0px solid blue;}

#profilo h4 .left{
    float: left;
    margin-right: 5px;
}

#profilo h4 div{
    display: inline-block;
}

#skills p{color:#9e9e9e;}

#skills span.fa{
    color: #ffffff;
    background: #d1d1d1;
    border-radius: 50%;
    padding: 7px;
    margin-right: 5px;
}

#competenze > span,
#competenze a {
    background: none repeat scroll 0 0 #EBEBEB;
    display: inline-block;
    font-size: 1.1em;
    margin-right: 10px;
    margin-top: 10px;
    padding: 5px 25px;
}

.status{
    text-transform: none;
}

/** LUCA **/

#competenze a, #competenze a:visited, #competenze a:active {
    color: #7d7e80;
}

#competenze a.matching {
    background: #23a158;
    color: #ffffff;
}

#tos-logout {
    margin-top: 23px;
    margin-right: 15px;
}

/** END LUCA **/

#web a{font-size: 1.3em;}

#share span{
    font-size: 1.7em;
    color: #afb7bd;
    margin-right: 5px;
}


#contact h4{
    color:#808080;
    font-size: 1.2em;
}

#contact p{
    color:#b5b6b6;
    font-size:1.1em;
    font-family: "Helvetica", sans-serif;
    margin-bottom: 0;
}

#contact button,
#contact a{
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20px;
    margin-bottom: 20px;
    font-size: 0.9em;
}

#contact button span,
#contact a span{margin-right: 10px;}


#profilo iframe{
    position:relative;
    margin-left: -137px;
    left:50%;
    width: 275px;
    height: 172px;
    border-width: 0;
}

@media (min-width: 768px) {

    #profilo iframe{
        left: 0;
        margin-left: 0;
        width: 283px;
        height: 172px;
    }


}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    #profilo iframe{
        width: 293px;
        height: 178px;
    }

}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    #profilo iframe{
        width: 360px;
        height: 225px;
    }

}


/*Calendario*/

.datepicker-inline {
    width: 100%;
}

#datepicker table{
    border-collapse: separate;
    margin: auto;
}

#datepicker td.day div{
    width: 30px;
    height: 30px;
    color: #5499c7;
    border: 1px solid #C7DBE8;
    border-radius: 50%;
    line-height: 27px;
    margin-top: 2px; 
}



#calendario .datepicker .dow div{
    border-radius: 50%;
    background: #ccd4d9;
    color: #ffffff;
    line-height: 30px;
    margin-top: 15px;
    width: 30px;
    height: 30px;
}

#calendario{color: #8c8c8c;}

#calendario .fa{
    font-size: 22px;
    color:#c4c4c4;
}

.datepicker th.switch {
    font-size: 18px;
    font-weight: 300;
}

#calendario .prev,
#calendario .switch,
#calendario .next{
    border-bottom: 1px solid #c4c4c4;
    border-top: 1px solid #c4c4c4;
    border-radius: 0;
}

#calendario .datepicker table tr td.weekend.day div{
    color: #a3a3a3;
    border: 1px solid #e4e4e4;
}


.table-condensed > thead > tr > th, 
.table-condensed > tbody > tr > th, 
.table-condensed > tfoot > tr > th, 
.table-condensed > thead > tr > td, 
.table-condensed > tbody > tr > td, 
.table-condensed > tfoot > tr > td{
    padding: 2px;
}


.datepicker table tr td.today, 
.datepicker table tr td.today:hover, 
.datepicker table tr td.today.disabled, 
.datepicker table tr td.today.disabled:hover {
    background-color: transparent;
    background: transparent;
    background-image: none;
}

#calendario .datepicker table tr td.today div, 
#calendario .datepicker table tr td.today div:hover, 
#calendario .datepicker table tr td.today.disabled div, 
#calendario .datepicker table tr td.today.disabled div:hover {
    background-color:  #23a158;
    color:#ffffff;
    background-image: none;
    border-color: transparent;
}

.datepicker table tr td.active:hover, 
.datepicker table tr td.active:hover:hover, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled:hover:hover, 
.datepicker table tr td.active:active, 
.datepicker table tr td.active:hover:active, 
.datepicker table tr td.active.disabled:active, 
.datepicker table tr td.active.disabled:hover:active, 
.datepicker table tr td.active.active, 
.datepicker table tr td.active.active:hover, 
.datepicker table tr td.active.disabled.active, 
.datepicker table tr td.active.disabled.active:hover, 
.datepicker table tr td.active.disabled, 
.datepicker table tr td.active.disabled:hover, 
.datepicker table tr td.active.disabled.disabled,
.datepicker table tr td.active.disabled.disabled:hover,
.datepicker table tr td.active[disabled],
.datepicker table tr td.active[disabled]:hover, 
.datepicker table tr td.active.disabled[disabled],
.datepicker table tr td.active.disabled[disabled]:hover {
    background-color: transparent;
}

#calendario .datepicker table tr td.active div:hover, 
#calendario .datepicker table tr td.active div:hover:hover, 
#calendario .datepicker table tr td.active.disabled div:hover, 
#calendario .datepicker table tr td.active.disabled div:hover:hover, 
#calendario .datepicker table tr td.active div:active, 
#calendario .datepicker table tr td.active div:hover:active, 
#calendario .datepicker table tr td.active.disabled div:active, 
#calendario .datepicker table tr td.active.disabled div:hover:active, 
#calendario .datepicker table tr td.active.active div, 
#calendario .datepicker table tr td.active.active div:hover, 
#calendario .datepicker table tr td.active.disabled.active div, 
#calendario .datepicker table tr td.active.disabled.active div:hover, 
#calendario .datepicker table tr td.active.disabled div, 
#calendario .datepicker table tr td.active.disabled:hover, 
#calendario .datepicker table tr td.active.disabled.disabled div,
#calendario .datepicker table tr td.active.disabled.disabled div:hover,
#calendario .datepicker table tr td.active[disabled]  div,
#calendario .datepicker table tr td.active[disabled] div:hover, 
#calendario .datepicker table tr td.active.disabled[disabled] div,
#calendario .datepicker table tr td.active.disabled[disabled] div:hover {
    background-color: #5394d7;
    color:#ffffff;
    border-color: transparent;
}

.datepicker table tr td.active, 
.datepicker table tr td.active:hover, 
.datepicker table tr td.active.disabled,
.datepicker table tr td.active.disabled:hover {
    background-color: transparent;
    background-image: none;
}

 #calendario.description{
     padding: 15px 0px;
 }

@media (min-width: 768px) {

   #calendario.description{
      padding: 20px;
   }
}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

  #calendario.description{
      padding: 30px;
  }

  #datepicker td.day div{
      width: 35px;
      height: 35px;
      line-height: 32px;

  }

  #calendario .datepicker .dow div{
      line-height: 35px;
      width: 35px;
      height: 35px;
  }

}


/*Recensioni*/

.voti{margin-top: 15px;}

.grafic{
    display: inline-block;
    width: 250px;
    background: #ebebeb;
    margin:0 10px;   
}

.grafic span{display: inline-block;}

.post{margin: 20px 0;}

.post, .post h4{font-size: 1em;}

.post p.upper{color: #a3a3a3;}

.post .col-xs-2{padding: 0}

#profilo iframe{margin-bottom: 20px;}

@media (min-width: 768px) {

   #profilo{
        font-size: 13px;
   }

   #profilo h2{
        padding: 0 50px 20px 0;
   }

   .prof-n h2{
        text-align: left;
        font-size: 1.7em;
   }

   .prof-n h2 span,
   .trainer-status-dot{
        width: 15px;
        height: 15px;
   }

   .prof-n h3{font-size: 1.35em;}

   .info,.prof-n h3{
        text-align: left;
   }

   #contact button
   #contact a{
        font-size: 1em;
   }

   #contact h4{
        font-size: 1.4em;
   }

   #contact p{
        font-size:1.3em;
   }

   .ui-datepicker-calendar span {
        height: 25px;
        line-height: 24px;
        width: 25px;

   }

   .ui-datepicker{width: 100%;}

   .ui-state-default,
   .ui-widget-content .ui-state-default,
   .ui-widget-header .ui-state-default{
       width: 30px;
       height: 30px;
       line-height: 20px;
       margin:auto;
   }

   .ui-widget-header{
       font-size: 1.3em;
   }

}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

    .prof-n h3{font-size: 1.45em;}

    #profilo h2{
        font-size: 1.9em;
        padding: 0 50px 20px 0;
    }

    #profilo h3{font-size: 1.65em;}

    #contact button
    #contact a {
        font-size: 1.1em;
    }


    #contact h4{
        font-size: 1.5em;
    }

    #contact p{
        font-size:1.4em;
    }

    .post .col-xs-2{padding: 10px;}
}


/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

    .prof-n h3{font-size: 1.6em;}

    #contact button
    #contact a{
        font-size: 1.1em;
    }

    .ui-datepicker-calendar span {
        height: 32px;
        line-height: 30px;
        width: 32px;

    }

   .ui-state-default,
    .ui-widget-content .ui-state-default,
    .ui-widget-header .ui-state-default{
        width: 32px;
        height: 32px;
        line-height: 24px;
    }

    .post .col-xs-2{padding: 15px;}
}
    

/*---end Profilo*/


/*---Login---*/
/*
.hr_text {
    position: relative;
    display: block;
    border: 0px solid #ccc;
    border-bottom-width: 2px;
    text-align: center;
    margin: 1.0em auto 2.0em auto;
    background: transparent;
    height: 1.4em;

}
.hr_text span {
    display: inline-block;
    background: #fff;
    color: #ccc;
    margin: 0 auto;
    padding: 4px 10px;
}


#login .description{
    margin-top: 0px;
    margin-bottom: 0px;
}

#login p.text-center a.text-blue-ligth{
    margin-bottom: 0px;
}

#login p.text-center{
    margin-bottom: 0px;
}

#login h2{margin-top: 0;}

#login a{
    margin: 20px 0;
    display: block;
}

#login h2 img.pull-right{
    margin-top: -7px;
    max-width: 40px;
}

     @media (min-width: 768px) {

            #login .description{
                margin-top: 50px;
                margin-bottom: 50px;

            }

            }

	*//* Medium devices (desktops, 992px and up) *//*
        @media (min-width: 992px) {

            #login .description{
                margin-top: 70px;
                margin-bottom: 70px;

            }

            }


	*//* Large devices (large desktops, 1200px and up) *//*
        @media (min-width: 1200px) {

            #login .description{
                margin-top: 100px;
                margin-bottom: 100px;

            }
        }*/

/*---end Login---*/


/*---Elenco---*/

#elenco .description{
    padding: 0 0 20px 0;
}

#elenco h3{
    margin-bottom: 20px;
    font-size: 1.5em;
    margin-top: 10px;
}

#elenco h4{
    color: #666666;
    margin-bottom: 20px;
}

#elenco h4 .disp_star{
    display: inline-block;
}

#elenco h4 .stat{
    float: left;
    margin-bottom: 16px;
}

#elenco h5,
#elenco h6{
    color: #808080;
    margin-bottom: 15px;
}

#elenco article{margin: 0 0 40px;}


#elenco .description.row p{
    color:#898b8c;
}

#elenco .description.row .col-sm-8{
    padding: 15px 15px 15px 25px;
}



#elenco .description.row .col-sm-4 div.fw-300{
    line-height: 30px;
    font-size: 1.3em;
    color: #b5b6b6;
}


@media (min-width: 768px) {


    #elenco .description{
        padding: 0;
    }
    
    #elenco .description.row .col-sm-4{
        padding-right: 0;
    }

    #elenco h4 .stat{
        margin-bottom: 1px;
    }
    
}

     
        
/*---end Elenco---*/

/*-----Paginazione-----*/

.pagination{
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.pagination li a{
    border-radius: 50%;
    background: transparent;
    color: #c4c4c4;
    margin: 0;
}

.pagination li.active a{
    background: #c4c4c4;
    color: #ffffff;
    border-color: #c4c4c4;
}

.pagination li.active a:hover,
.pagination li.active a:active,
.pagination > .active > a, .pagination > .active > span, 
.pagination > .active > a:hover, 
.pagination > .active > span:hover, 
.pagination > .active > a:focus, 
.pagination > .active > span:focus
{
    background: #c4c4c4;
    border-color: #c4c4c4;
}

.pagination li.controller a{
    font-size: 1.4em;
    border-width: 0;
}

.pagination li.controller a:hover{
    background: transparent;
}

.pagination li.controller a i:hover{
    background: #EEEEEE;
}

.pagination > li > a, .pagination > li > span{
    float: none;
}

div#navcontainer ul
{

text-align: center;

}


        @media (min-width: 768px) {
        
                       
            .pagination li a{
                margin: 0 5px;
            }

	}
 
        @media (min-width: 992px) {
           
            
        }


/*-----End paginazione------*/


/*----form ricerca-----*/

.ricerca .bootstrap-select button{
    background: #e3e3e3;
    color: #777777;
    font-weight: 400;
     border-color: #d6d6d6;
     text-transform: none;
}


.ricerca .btn-default .caret {
    border-top-color: #777777;
}

.ricerca .bootstrap-select button span,
ul.selectpicker span
{margin-right: 20px;}

form.ricerca {
    margin-bottom: 15px;
    padding-left: 30px;
    padding-right: 30px;
}

.ricerca fieldset{
    padding: 0;
}

.ricerca label{
    display: block;
    color: #8c8c8c;
    margin-bottom: 5px;
    font-weight: 400;    
    font-size: 1em;
}

#categoria{
    float: left;
}

#filtro .btn-group {
    float: left;
}


.prezzo{
    padding: 10px 0;
    color: #ffffff;
    font-size: 1.7em;
    margin-bottom: 15px;
}



        @media (min-width: 768px) {
         
         form.ricerca {
             padding-left: 0px;
             margin-bottom: 40px;
             
         }
         #elenco form.ricerca{
             padding-right: 0;
         }
         
         .ricerca label{
             font-size: 1.3em;
             margin-bottom: 20px;
         }
         
         #filtro .btn-group {
             float: right;
         }


         #filtro label{
             text-align: right;
         }   

	}

	/* Medium devices (desktops, 992px and up) */
        @media (min-width: 992px) {
           
            form.ricerca {
             margin-top: 20px;
             
            }
            
        }


	/* Large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) {
            
/*            #filtro  {
                padding-right: 60px;
            }
         */
        }


/*-----end form ricerca-------*/


/*-----Answer-------*/

.white .container{
    margin-top: -30px;
    margin-bottom: 15px;
}

.intro-ans {
    padding: 0px 15px 20px;
}

.intro-ans > p {
    font-size: 1em;
}

.intro-ans .fa{
    margin-right: 5px;
}

.intro-ans button,
.intro-ans a{
    padding: 10px;
    margin-top: 15px;
}

.tit{padding-bottom: 5px;}

.domande h4{
    margin: 0 0 5px 0;
    font-size: 16px;
}

.domande a{color: #7D7E80;}

.domande p a{color:#575757;}

.domande .prof-n{padding: 0;}

.domande .col-xs-12{text-align: center;}


article:first-child {
    border-top: 1px solid #dedede; 
}

.reward div,
.scade div{
    width: 125px;
    font-size: 1.3em;
    padding: 2px;
    margin: 0px auto 10px;
    
}

.reward div.upper{
    width: 153px;
}

.reward .upper,
.scade .upper{
    border-color: transparent;
/*    float: left;
    margin-left: 60px;*/
    margin-top: 0;
    text-align: center;
}

.reward {
    margin-top: 10px;
}

.scade div{border: #5394d7 solid 1px;}

.info-ans{
    color:#777777;
    font-size: 0.9em;
}

#answer .col-xs-3, 
#answer .col-xs-9{
    margin-top: 20px;
    font-size: 12px;
}

#answer .col-xs-3 h4{font-size: 15px;}

#answer .prof-n{margin-bottom: 10px;}

#answer .img-responsive{max-width: 30%}


 #answer article{
     border-bottom: 1px solid #dedede;
     margin-bottom: 20px;
 }

#answer .btn-group.bootstrap-select {
    width: 100%;
}

#search_answer {
    background: none repeat scroll 0 0 #E3E3E3;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0);
    border-color: #D6D6D6;
}




.search-element{
    margin: 0;
    padding: 0;
    position: absolute;
    right: 15px;
    text-decoration: none;
    text-shadow: none;
    font-size: 17px;
    top: 48px;
    transition: color 200ms ease 0s;
    z-index: 1031;
    color: #8c8c8c;
}


        @media (min-width: 768px) {


            .reward {
                margin-top: 0px;
            }
            
            .reward,
            .scade, #answer .prof-n,
            .domande .col-sm-7, .tit{
                border-bottom: 1px solid #dedede; 
            }
            
            .tit{
                min-height: 43px;
            }

            .tit > span {
                bottom: 0;
                position: absolute;
                width: 100%;
            }
            
            .tit.text-center > span {
                bottom: 0;
                left: 0;
                position: absolute;
                text-align: center;
                width: 100%;
            }
            
            .domande h4{
                font-size: 18px;
            }
            
            .domande .col-xs-12 {
                text-align: left;
            }
            
            .reward div,
            .scade div{
                width: 95px;
                font-size: 1.1em;
                position: relative;
                top: 50%;
                margin: -30px auto 0;
            }
            
            form.ricerca {
                margin-bottom: 20px;
                padding-left: 30px;
                padding-right: 30px;
            }
            

            .domande,.reward,
            .scade, #answer .prof-n,
            .domande .col-sm-7{
                height: 150px; 
            }

            #answer .col-xs-3, 
            #answer .col-xs-9{
                margin-top: 0;
            }

            #answer .img-responsive{max-width: 100%}
            
             #answer article{
                 border-bottom: 0 solid #dedede;
                 margin-bottom: 0px;
             }
             
             #answer .btn-group.bootstrap-select {
                width: 270px;
            }

            .intro-ans > p {
                font-size: 1.1em;
            }
            
        }

        
        /* Medium devices (desktops, 992px and up) */
        @media (min-width: 992px) {
           
             .reward div,
            .scade div{
                width: 125px;
                font-size: 1.3em;
            }
            
            .intro-ans {
                padding: 20px 0 40px;
            }
            
            .white .container {
                margin-bottom: 30px;
            }
            
            form.ricerca {
                margin-bottom: 40px;
                /*padding-left: 30px;*/
            }
        }
        

	/* Large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) {
                    
         
        }
        
        .question-text .description {
            padding: 0;
            margin: 0;
            font-size: 1.2em;
            box-shadow: none;
        }

        .answer-element .sticker, .my-answers-element .sticker, .answer-reply .sticker {
            padding: 8px 10px;
        }

        .reward-stacked, .expire-stacked, .edit-stacked {
            display: block;
            text-transform: uppercase;
            color: #777;
        }

        .answer-reply .reward {
            color: #FFF;
            font-weight: bolder;
            background: none repeat scroll 0% 0% #E74C3C;
        }
        
        .answer-reply .expire {
            color: #478CBA;
            font-weight: bolder;
            border: 2px solid #90B9D4;
        }

/*-----end Answera-------*/


/*-----How To-------*/

#how-to h2{
    font-size: 20px;
    line-height: 36px;
    margin-bottom: 25px;
    margin-top: 0;
}

#how-to h4{
    margin-bottom: 30px;
    margin-top: 0;
    font-size: 16px;
}

.point{
    background: #39B549;
    border-radius: 50%;
    color: #FFFFFF;
    float: left;
    font-size: 2em;
    font-weight: 400;
    height: 40px;
    line-height: 12px;
    margin-right: 10px;
    padding: 10px;
    text-align: center;
    width: 40px;
    
}

#how-to p{
    color: #8a8a8a;
}

#how-to img{margin: 0 auto 30px;}
.cerca img{max-width: 81%;}
.prenota img{max-width: 67.8%;}
.dubbi img{max-width: 73%;}
#how-to .visible-xs > iframe {
    display: block;
    margin: 0 auto 15px auto;
}

       @media screen and (min-width: 515px) and (max-width: 767px) {
            #how-to h4{
                line-height: 36px;
            }
        }

        @media (min-width: 768px) {
            
            #how-to h2{
                line-height: 45px;
                margin-bottom: 40px;
                font-size: 24px;
                margin-top: 20px;
                margin-bottom: 40px;
            }
            
            #how-to h4{
                font-size: 14px;
                height: 46px;
            }
            
            .point{
                
                font-size: 1.7em;
                height: 35px;
                width: 35px;

            }
        }

        
        
        /* Medium devices (desktops, 992px and up) */
        @media (min-width: 992px) {
           
             #how-to h2{
                font-size: 30px;
            }
            
            .point{
                
                font-size: 2em;
                height: 40px;
                width: 40px;
                line-height: 15px;

            }
            
            #how-to h4{
                font-size: 17px;
                height: 100%;
            }
            
        }
        

	/* Large devices (large desktops, 1200px and up) */
        @media (min-width: 1200px) {
                    
         #how-to h4{
                font-size: 18px;
            }
        }
        
       

.ui-datepicker-current-day .ui-state-default{
    background: green;
    color: #ffffff;
}

.ui-datepicker-today .ui-state-default{
        
    background: #5499C7;
    color:#ffffff;
}

.form-control.error {
    border-color: #E74C3C;
}



/** Client guide page **/



#contenuto li{
	margin: 20px;
}

#contenuto li div{
	float: left;
	margin-right: 20px;
}

	
#contenuto li div.chiamata{
	background-position: center -144px; 

}

#contenuto span {
    display: inline-block;
    font-size: 15px;
    width: 80%;
}

.clearfix:before,
.clearfix:after {
    content: " "; /* 1 */
    display: table; /* 2 */
}

.clearfix:after {
    clear: both;
}

/*
 * For IE 6/7 only
 * Include this rule to trigger hasLayout and contain floats.
 */

.clearfix {
    *zoom: 1;
}


#contenuto li div.condividi{
    background-position: center -49px; 
}

#contenuto li div.controlla{
    background-position: center 1px; 
}

#contenuto li div.videochiamata{
     background-position: center -111px;
    background-size: 100% auto;
}

#contenuto li div.chiamata,
#conetenuto li div.videochiamata {
    background-color: #23A158;
    border: 1px solid #1b7d44;  
    box-shadow: 1px 1px 1px #1b7d44;
}

#contenuto li div{
    background-color: #23A158;
    background-image: url("/img/sprite.png");
    background-position: center 0;
    background-repeat: no-repeat;
    background-size: 90% auto;
    border-radius: 4px;
    border: 1px solid #1B7D44;  
    box-shadow: 1px 1px 1px #1B7D44;
    width: 60px;
    height: 55px;
    margin-bottom: 10px;
}

/** End Client guide page **/

/** START Luca **/

#gallery img {
    border-radius: 0;
}

#task-list ul {
    -webkit-padding-start: 0;
    border-bottom: 1px solid #eaeaea;
    padding: 10px 0;
}

.ajax-loading {
    width:45px;
    height:18px;
    margin: 0 auto;
    background: url('/img/three-squared-dots-activity-indicator.gif') 0 5px no-repeat;
}

#countdown,
#warning,
#client-error,
#waiting-connection {
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-weight: lighter;
}

#countdown {
    width: 170px;
    margin: 0 auto;
}

#countdown:after{
    content:'';
    display:block;
    clear: both;
}

#warning,
#client-error,
#waiting-connection {
    clear:both;
    font-size: 2em;
    margin:10px 0;
    text-align: center;
}

#client-error,
#waiting-connection {
    opacity: 0;
}

#countdown .counter {
    width:150px;
    height: 150px;
    background: url(/img/counter-bkg.png) 0 0 no-repeat;
    float: left;
    margin: 0 10px 20px;
    text-align: center;
}

#countdown .counter .counter-amount {
    font-size: 5em;
    line-height: 60px;
    margin-top: 40px;
}

#countdown .counter .counter-label {
    font-size: 1em;
}

.client-name{
    text-align: center;
}

.voti .rating-label {
    float:left;
    width:15%;
}

.voti .number{ width: 3%;}

.voti .grafic{ width: 70%;}

.bigger-text {
    font-size: 120%;
}

.prof-n h2 span.status {
    width:auto;
    font-size: 0.8em;
    color: #8c8c8c;
}

@media (min-width: 768px) {
    .client-name{
        text-align: left;
        margin-top: 55px;
    }
    
    #countdown {
        width: 510px;
    }
}

.activity-indicator-overlay {
    width: 100%;
    height: 100%;
    background-color: rgba(127,127,127,0.6);
    position: absolute;
    z-index: 10000;
}

.error404-actions-list li,
.error500-actions-list li,
.error-generic-actions-list li {
    list-style: outside;
}

/** END Luca **/

/*Homepage gabri*/

#homepage-content {
    position:relative;
}

/*Header*/

#main-navigation {
	background:transparent;
	top:0px;
	width:100%;
    border:none;
    border-radius: 0;
}

#main-navigation .navbar-toggle {
    margin:45px 20px 0;
    border-color:#ffffff;
}

#main-navigation .navbar-toggle:focus, #main-navigation .navbar-toggle:hover, #main-navigation .navbar-toggle:active {
    background:transparent;
    box-shadow:none;
}

#main-navigation .navbar-toggle .icon-bar{
    background-color:#ffffff;
}


#main-navigation.blue {
    background-color: #666666;
    -webkit-transition: background-color 300ms linear;
    -moz-transition: background-color 300ms linear;
    -o-transition: background-color 300ms linear;
    -ms-transition: background-color 300ms linear;
    transition: background-color 300ms linear;
}

#homepage .navbar-brand {
    margin:25px 0 25px 20px;
    width:228px;
    height:74px;
    background: transparent url('/images/home/treemeeting-logo.svg') center center no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url('/images/home/treemeeting-logo.svg');
    background-image: linear-gradient(transparent, transparent), url('/images/home/treemeeting-logo.svg');
}


.nav-block {
    margin-top:0px;
}

#main-navigation .container .navbar-header {
    float:left;
    width:100%;
    margin:0!important;
}

#main-navigation .navbar-nav > li {
    padding:10px 20px;
    text-align:center;
}

#main-navigation .navbar-nav > li > a {
    padding:5px;
    font-size:1.1em;
}

#main-navigation .navbar-nav > li > a:hover, #main-navigation .navbar-nav > li > a:focus {
    background-color: transparent;
    color: #ffffff;
    border-bottom:none;
}

#main-navigation .form-control {
    padding-left:40px;
    background:transparent;
    color:#ffffff;
    border: 1px solid #ffffff;
    box-shadow:none;
    background: url('/images/home/search-icon.png') center left no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url('/images/home/search-icon.svg');
    background-image: linear-gradient(transparent, transparent), url('/images/home/search-icon.svg');
}

#main-navigation .form-control:focus{
    background:#ffffff;
    color:#e91010;
    box-shadow: none;
    font-weight:600;
    background: #ffffff url('/images/home/search-icon-focus.png') center left no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url('/images/home/search-icon-focus.svg');
    background-image: linear-gradient(transparent, transparent), url('/images/home/search-icon-focus.svg');
}

#main-navigation .form-control:focus::-webkit-input-placeholder{
    color:#e91010;
    font-weight:600!important;
    opacity: 1!important;
}

#main-navigation .form-control:focus::-moz-placeholder{
    color:#e91010;
    font-weight:600!important;
    opacity: 1!important;
}

#main-navigation .form-control::-webkit-input-placeholder { /* WebKit, Blink, Edge */
    color:#ffffff;
    font-weight:600!important;
    opacity: 1!important;
}
#main-navigation .form-control:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:#ffffff;
    font-weight:600!important;
    opacity: 1!important;
}
#main-navigation .form-control::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:#ffffff;
    font-weight:600!important;
    opacity: 1!important;
}
#main-navigation .form-control:-ms-input-placeholder { /* Internet Explorer 10-11 */
    color:#ffffff;
    font-weight:600;
    opacity: 1!important;
}

#main-navigation .input.btn.btn-default.hide {
    position: absolute!important;
    left: -9999px;
    width: 1px;
    height: 1px;
}

/*--------------- Home-media-queries ---------------*/

@media (max-width: 1023px) {
    .nav-block {
        padding-bottom: 20px;
    }
}

@media (max-width: 1183px) {

    .icon-placeholder {
        margin-bottom: 0 !important;
    }

    .descr-placeholder {
        padding-bottom: 30px !important;
        width: 70%;
        margin-left: 15%;
    }

    .title-placeholder {
        width: 70%;
        margin-left: 15%;
    }

}

/* Small devices (tablets, 768px and down) */
@media (max-width: 768px) {
    #main-navigation {
        background-color: #e91010;
    }

    .tag-section {
        display:none;
    }
}

/* Small devices (tablets, 768px and up) */
@media (min-width: 768px) {
    #homepage .navbar-brand {
        margin-left:0px;
    }

    .navbar-collapse.collapse {
        display: none!important;
    }
}

/*Home Content*/
#homepage-content .content {
    background-color:#ffffff;
}


#homepage-content h1, #homepage-content h2, #homepage-content h3 {
	text-align:center;
}

#intro-img {
	text-align: center;
}

#intro-img h1 {
    font-size:3.5em;
}

#intro-img h2 {

}

.next-top-btn {
    cursor:pointer;
    width:78px;
    height:78px;
	position:fixed;
    bottom:100px;
    right:50px;
    background: transparent url('/images/home/go-down.png') center left no-repeat;
    background-image: -webkit-linear-gradient(transparent, transparent), url('/images/home/go-down.svg');
    background-image: linear-gradient(transparent, transparent), url('/images/home/go-down.svg');
    z-index:100;
}

#intro-img {
	background: url('/images/home/final-bkg.png') center center no-repeat;
	min-height:1024px;
	padding-top:250px;
}

#intro-img h1, #intro-img h2 {
	text-shadow: 0 1px 3px rgba(0, 0, 0, 0.5);
}


.home-btn {
	padding:30px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
	text-align: center;
	color:#ffffff;
	text-decoration: none;
	margin:15px;
	font-size: 1.6em;
	font-weight: 500;
	display: inline-block;
}

.home-btn:hover, .home-tag:hover {
	cursor:pointer;
	color:#fff;
	
}

.home-btn-register {
    width: 10em;
}

.btn-blue {
	background: #e91010;
}

.btn-blue:hover {
	background: #e91010;
}

.btn-green {
	background: #21A057;
}

.btn-green:hover {
	background: #1C874B;
}

.btn-border {
	border: 1px solid #979797;
	color:#6F6F6F!important;
}

.btn-border:hover {
	border: 1px solid #979797;
	background: #979797;
    color:#ffffff!important;
}

/*tag section*/
.tag-section {
    position:fixed;
	width:100%;
	background: rgba(0, 0, 0, 0.5);
	bottom:0;
	padding: 20px 0;
}

.tag-section.none {
    display: none;
}

.home-tag {
	text-align: center;
	color:#ffffff;
	text-decoration: none;
	padding:10px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	background:#1A1A1A;
	text-transform: capitalize;
	margin:5px 8px;
	display:inline-block;
}

.home-tag:hover {
	text-decoration: underline;
}

.home-tag:before {
	content:'#';
}

/*sign expert*/

    .process i {
    display:block;
}


/*video    */
#homepage-content .video-container {
    position: relative;
    overflow: hidden;
}


#homepage-content .video-container img {
    width:100%;
    margin-bottom: 10px;
}

#reel-container {
    position:relative;
    margin-bottom:-5px;
}

#video-cover{
    position:absolute;
    z-index:10;
    width:100%;
    cursor:pointer;
}

#video-reel{
    position:relative;
    z-index: 5;

}

/*sign-user*/
#sign-user {
    background:#F7F7F7;
}


/*our-experts*/
#our-experts .col-lg-3 {
    padding:0 2%;
}

#our-experts .pic-container{
   position:relative;
}

#our-experts .pic-container img {
    width:100%;
}

#our-experts .expert-tag {
    position:absolute;
    bottom:0;
    background:rgba(0, 0, 0, 0.8);
    text-align:center;
    width:100%;
}

#our-experts .pic-container .expert-tag {
    color:#ffffff;
    padding:10px 0;
    width:100%;
    display:block;
}

/*Endorsments*/

#endorsments {
    background:#F7F7F7;
}

#endorsments .item p {
    float:none;
    margin:0 auto;
    font-size:1.3em;
    line-height:1.5em;;
}

#endorsments .item p span {
    color:#e91010;
    font-weight: bold;
    font-size:1.3em;
    line-height: inherit;
}

#endorsments .item img {
    margin:10px auto;
}

.carousel-indicators {
    position: static;
    width: auto;
    margin-left:0;
    padding-left: 0;
    list-style: none;
    text-align: center;
    margin-bottom:40px;
}

.carousel-indicators li {
    border-color:#e91010;
}

.carousel-indicators .active {
    background:#e91010;
}

/*pricing*/

#pricing {
    background: url('/images/home/pricing.png') center center no-repeat;
}

.card-container {
    vertical-align:middle;
    margin:100px 0 200px;
    font-size:0;
}

#pricing .col-lg-4 {
    font-size:16px;
    background:#ffffff;
    padding:40px 20px;
    display:inline-block;
    vertical-align:middle;
    position:relative;
    -webkit-border-radius: 4px;
    border-radius: 4px;
    -webkit-box-shadow: 0 1px 10px 0dpx rgba(0,0,0,0.3);
    box-shadow: 0 1px 10px 0px rgba(0,0,0,0.3);
    z-index: 0;
    float:none;
}

#pricing .foreground {
    z-index:100;
    margin:0 -4px 0 -4px;
}

#pricing .foreground table {
    margin:60px 10%;
}

#pricing table {
    border:1px solid #ccc;
    width:80%;
    margin:40px 10% 40px;
}

#pricing th {
    text-align:center;
    border-bottom:1px solid #ccc;
    padding:10px 0;
}

#pricing td {
    padding:10px 0;
}

#pricing h3 {
    text-transform: uppercase;
    padding-bottom:10px;
    border-bottom:4px solid #22A157;
    margin:10px 0 5px;
    display:inline-block;
    font-weight: 600;
}


#pricing .btn-green {
    padding:15px;
    color:#ffffff;
    -webkit-border-radius: 8px;
    border-radius: 8px;
    text-transform: uppercase;
    font-weight: 600;
    display:inline-block;
}

/*social bar*/
.social-bar {
    text-align:center;
    padding:30px 0;
    background:#e91010;
}

.social-bar a {
    color: #ffffff;
    margin:0 20px;
}

/* Medium devices (desktops, 992px and up) */
@media (min-width: 992px) {

}

/* Tablets (tablets, 1024px and down) */
@media (max-width: 1023px) {
    .navbar-toggle {
        display: block!important;
        float:right!important;
    }

    .navbar-nav>li, .navbar-form, .navbar-nav,.navbar-form .form-group{
        float:none!important;
        display:block!important;
    }

    .navbar-nav>li, .navbar-form, .navbar-nav,.navbar-form .form-group, .navbar-collapse {
        border: none !important;
        box-shadow: none;
    }

    #pricing .col-lg-4 {
        display:block;
        float:none;
        margin-bottom:40px;
        margin:10%;
    }

    .card-container.foreground {
        margin:0px;
    }

    .card-container.foreground table{
        margin:40px 10% 40px;
    }
}

/* Tablets (tablets, 1024px and up) */
@media (min-width: 1024px) {
    .navbar-collapse.collapse {
        display: block !important;
        height: auto !important;
        padding-bottom: 0;
        overflow: visible !important;
        float:right;
    }

    .navbar-toggle {
        display: none!important;
    }

    #main-navigation .container .navbar-header {
        width:auto;
    }

    #main-navigation .navbar-nav > li > a:hover, #main-navigation .navbar-nav > li > a:focus {
        background-color: transparent;
        color: #ffffff;
        border-bottom:2px solid #ffffff;
    }

    .nav-block {
        margin-top:37px;
    }

    .navbar-nav li {
        float:left;
    }

}

/* Large devices (large desktops, 1200px and up) */
@media (min-width: 1200px) {

}

/*----Courses-----*/

#course-buy-btn {
    float: right;
    position: relative;
    right: 35%;
    bottom: 7.4vh;
}

@media (max-width: 375px) {
    .classroom-subscription-closed {
        right: 54% !important;
        bottom: -0.6vh !important;
    }
}

.course-image {
    max-height: 24vh;
    width: 100%;
}

@media (max-width: 1366px) {
    .course-image {
        max-height: 32vh;
    }
}

.course-filter-buttons {
    margin-top: 2%;
}

@media (max-width: 376px) {
    .course-filter-buttons {
        margin-bottom: 14%;
        float: none !important;
    }
}

#courseResetButton {
    margin-right: 7%;
}

@media (max-width: 1024px) {
    #courseResetButton {
        margin-right: 0;
        position: relative;
        right: 4em;
        top: -2.1em;
    }

    #reportFilterButton {
    position: relative;
    right: 10em;
    top: 0.3em;
    }
}

@media (max-width: 768px) {
    #courseResetButton {
        margin-right: 0;
        position: relative;
        right: 35em;
        top: -0.7em;
    }

    #reportFilterButton {
        position: relative;
        right: 46em;
        top: -0.7em;
    }
}

@media (max-width: 375px) {
    #courseResetButton {
        margin-right: 0;
        position: relative;
        right: 9em;
        top: -0.4em;
    }

    #reportFilterButton {
        position: relative;
        right: 19.5em;
        top: -0.4em;
    }
}

.course-box {
    background-color: white;
    border: none;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    transition: all 0.3s cubic-bezier(.25,.8,.25,1);
    min-height: 63vh;
    max-height: 63vh;
}

@media (max-width: 1366px) {
    .course-box {
        min-height: 82vh;
    }
}

@media (max-width: 1281px) {
    .course-box {
        min-height: 65vh;
    }
}

@media (max-width: 1024px) {
    .course-box {
        min-height: 71vh;
    }
}

@media (max-width: 768px) {
    .course-box {
        min-height: 58vh;
    }
}

@media (max-width: 376px) {
    .course-box {
        min-height: 81vh;
    }
}

.course-box:hover {
    box-shadow: 0 14px 28px rgba(0,0,0,0.25), 0 10px 10px rgba(0,0,0,0.22);
}

.course-button-wrapper {
    position: absolute;
    bottom: 5%;
}

.course-author {
    margin-top: -12px;
    margin-bottom: 6px !important;
}

.course-cost {
    color: #e91010;
    font-size: 1.3em;
    font-weight: 400;
}

.course-subtitle {
    margin-bottom: 30%;
}

.course-title {
    color: #e91010;
}

.course-description {
    margin-top: 2vh;
}

/*----Course Show-----*/

.course-header {
    max-height: 41em;
    width: 100%;
    background-color: white;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

.header-course-title {
    color: #e91010;
    padding-top: 1.2%;
    margin-left: 2%;
    width: 64%;
}

.header-course-cost {
    margin-bottom: 1% !important;
}

.header-course-subtitle {
    margin-left: 2%;
    margin-bottom: 2vh;
}

.header-course-info {
    margin-top: 2vh;
    margin-left: 2%;
}

.header-course-deadlines {
    margin-left: 2%;
}

.header-course-dates {
    margin-bottom: 0;
}

.header-course-author {
    margin-bottom: 0;
}

.header-course-img {
    min-width: 30%;
    max-width: 30%;
    max-height: 80%;
    position: absolute;
    left: 68%;
    bottom: 10%;
}

.header-course-rate {
    margin-left: 2%;
    font-size: 2em;
    color: green;
}

.course-detail-box {
    background-color: white;
    width: 49%;
    min-height: 37em;
    max-height: 37em;
    margin-bottom: 5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

.course-detail-box-lg {
    background-color: white;
    width: 100%;
    min-height: 50vh;
    margin-top: 4%;
    margin-bottom: 5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

.course-detail-box-lg-author {
    background-color: white;
    width: 100%;
    min-height: 50vh;
    margin-bottom: 5%;
    box-shadow: 0 1px 3px rgba(0,0,0,0.12), 0 1px 2px rgba(0,0,0,0.24);
    position: relative;
}

#course-detail-title {
    padding-top: 4%;
}

.course-author-details {
    float: left;
}

.course-lessons-details {
    left: 41.6em;
}

.course-review-general {
    float: right;
}

.course-review-rate {
    color: #e91010;
}

.course-trainer-img {
    border: 4px solid #e91010;
    border-radius: 100%;
    margin-bottom: 3%;
    margin-left: 20%;
    height: 110px;
    width: 110px;
}

.course-label {
    padding-top: 1.4%;
    margin-left: 4%;
}

.classroom-label {
    padding-top: 1.4%;
    margin-left: 4%;
    margin-bottom: 3%;
}

.course-md-label {
    padding-top: 4%;
    margin-bottom: 6%;
}

.classroom-md-label {
    margin-bottom: 3%;
}

#course-author-profession {
    margin-top: 0;
    padding-top: 0.3em;
    margin-bottom: 3%;
    width: 20vw;
    margin-left: 7%;
}

#classroom-author-profession {
    margin-top: 0;
    padding-top: 0.3em;
    margin-bottom: 3%;
    width: 20vw;
    margin-left: -3.8em;
}

@media (max-width: 1366px) {
    #classroom-author-info-wrapper {
    }
}



@media (max-width: 1024px) {
    #classroom-author-info-wrapper {
        margin-left: 1em;
    }
}

@media (max-width: 768px) {
    #classroom-author-info-wrapper {
        margin-left: 6em;
    }

    #classroom-author-profession {
        margin-left: -4em;
    }
}

@media (max-width: 375px) {
    #classroom-author-info-wrapper {
        margin-left: 5em;
    }

    #classroom-author-profession {
        width: 80vw;
    }
}

@media (max-width: 1366px) {
    #course-author-profession {
        margin-left: 1.3em;
    }
}

@media (max-width: 375px) {
    #course-author-profession {
        margin-left: 1em;
        width: 50vw;
    }
}

@media (max-width: 1024px) {
    #course-author-info-wrapper {
        margin-left: 1.3em;
    }
}

@media (max-width: 768px) {
    #course-author-info-wrapper {
        margin-left: 0.2em;
    }
}

#course-author-name {
    color: #e91010;
    margin-bottom: 0;
    margin-left: -3em !important;
}

#course-author-naming {
    color: #e91010;
    margin-bottom: 0;
}

.course-sm-label {
    margin-bottom: 0;
    color: black;
    font-size: 1.2em;
}

.course-trainer-data {
    margin-left: 6%;
}

.marginLeftUp {
    margin-left: 3em;
}

.course-normal-text {
    margin-right: 3%;
}

.text-ellipsis {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.show-more-btn {
    cursor: pointer;
    color: #e91010;
    text-decoration: underline;
}

.fakeRev {
    width: 94%;
    margin-left: 3%;
}

.course-label-cool {
    font-size: 1.3em;
    color: #e91010;
    margin-bottom: 0;
}

.course-video-list {
    margin-top: 2%;
    padding-bottom: 8%;

}

/*----Course Video List-----*/

.video-list-name {
    font-weight: 700;
    font-size: 1.3em;
    color: #e91010;
}

.video-list-duration {
    display: none;
}

.video-list-description {
    font-size: 1em;
}

/*----Course Review-----*/


.well-custom {
    border: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 2%;
    min-height: 20px;
    padding: 19px;
    background-color: #f5f5f5;
    border-radius: 4px;
}

.well-custom-quiz {
    border: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
    min-height: 20px;
    padding: 19px;
    background-color: #e7f0f6;
    border-radius: 4px;
}

.well-custom-attachment {
    border: none;
    margin-left: 5%;
    margin-right: 5%;
    margin-bottom: 1%;
    min-height: 20px;
    padding: 19px;
    background-color: #e2f6f9;
    border-radius: 4px;
}

.course-review-list {
    padding-bottom: 3%;
    padding-top: 3%;
}

.review-author {
    font-weight: 700;
    font-size: 1.3em;
    color: #e91010;
}

.review-comment {
    font-size: 1.2em;
}

.element-child{
    margin-left: 10%;
}

/*----End Course Review-----*/

/*----End Course Show-----*/


/*----Course Review Average-----*/

.course-review-wrapper {
    margin-left: 25%;
    font-size: 1.5em;
}

/*da inserire una volta aggiornata la grafica con il nuovo layout basato su grid bootstrap*/
/*.course-review-wrapper {
    margin-top: 12%;
    margin-left: 18%;
    font-size: 1.4em;
}*/

.review-label {
    margin-top: 2%;
    margin-left: 10%;
    margin-bottom: 15%;
}

#averageRateLabel {
    font-size: 2em;
    margin-left: 7%;
    margin-bottom: 0;
    color: #e91010;
}

#averageRateWrapper {
    margin-left: 19%;
}

.icon-star-review {
    float: right;
    position: relative;
    right: 2vw;
    bottom: 3.6vh;
    color: #e91010;
}

.progress {
    width: 68%;
    margin-left: 5%;
}

.progress-bar {
    background-color: #e91010 !important;
}

.progress-rate-wrapper {
    position: relative;
    bottom: 4vh;
}

/*----End Course Review Average-----*/


/*----End Courses-----*/


/*----Footer-----*/

#homepage-content #main-footer {
    position:static;
}

footer{
    background: #353535;
    color:#ffffff;
    font-weight: 200;
    padding: 20px 0;
    font-size: 0.9em;
    width: 100%;
    bottom:0;
}


#main-footer .link-footer ul { 
    position: relative;
    padding-left: 10px;
    margin-bottom: 0;
}

#main-footer .link-footer li {
    float: left;
    margin-right: 20px;   
}

#main-footer li a{
    color:#ffffff;
    text-decoration: none;
}

.about{
    text-align: right;
}

.about, 
.link-footer{
    display: inline-block;
}

.float-wrapper {
    clear: both;
}

@media (min-width: 1280px) {

    .icon-star-review {
        bottom: 4.8vh;
    }

    .review-label {
        margin-left: 19%;
    }

    #averageRateWrapper {
        margin-left: 27% !important;
    }

}

@media (min-width: 768px) {

    footer{font-size: 1em;}

    #main-footer .link-footer ul {
       position: absolute;
       padding-left: 40px;
       margin-top: -15px;
    }

    .course-review-wrapper {
        margin-left: 15%;
        font-size: 1.5em;
    }

    #averageRateWrapper {
        margin-left: 22%;
    }

    .progress-rate-wrapper {
        position: relative;
        bottom: 1vh;
    }

    .course-trainer-img {
        margin-left: 0;
    }

    .course-trainer-img-show {
        margin-left: 3%;
    }

    #course-author-name {
        margin-left: 1.6em;
    }

    #course-author-naming {
        margin-left: 1em;
    }
}

@media (max-width: 605px) {
    .course-review-details {
        width: 100%;
    }

    .course-review-general {
        width: 100%;
    }
}

@media (max-width: 380px) {

    .course-detail-box-lg {
        margin-top: 9%;
    }

    #homepage .navbar-brand {
        margin:25px 0 25px 5px;
        background-size:190px 74px;
    }

    .course-detail-box {
        width: 100%;
    }

    .course-review-details {
        width: 100%;
    }

    .icon-star-review {
        bottom: 5.7vh;
    }

    #averageRateWrapper {
        margin-left: 11%;
    }

    .review-label {
        margin-left: -3%;
    }

    .progress-rate-wrapper {
        bottom: -3vh;
    }

    .course-trainer-img {
        margin-left: 0;
    }

    .course-trainer-img-show {
        margin-left: 3%;
    }

    #course-author-name {
        margin-left: 0.7em;
    }

}

@media (max-width: 350px) {
    #homepage .navbar-brand {
        margin:25px 0 25px 0px;
        padding: 0px;
    }

    #homepage .navbar-toggle {
        margin: 45px 5px 0;
    }
}

/*----end Footer-----*/
