/*
	Theme Name: Fidenia LP
	Theme URI: http://fidenia.it
	Description: Landing Page of Fidenia
	Version: 1.0
	Author: Ideama
	Author URI: http://ideama.com
	Tags: Blank, HTML5, CSS3

*/

*,
*:after,
*:before {
	box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-font-smoothing:antialiased;
	font-smoothing:antialiased;
	text-rendering:optimizeLegibility;
}
html{height: 100%;}
body{height: 100%;background: #efefef !important;}

#content-wrapper{
    padding-top: 50px;
}

.alignnone {
	margin:5px 20px 20px 0;
}

.navbar-fixed-top {
    margin-bottom: -1px !important;
}
.aligncenter,
div.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
.aligncenter {
	display:block;
	margin:5px auto 5px auto;
}
a img.alignright {
	float:right;
	margin:5px 0 20px 20px;
}
a img.alignnone {
	margin:5px 20px 20px 0;
}
a img.alignleft {
	float:left;
	margin:5px 20px 20px 0;
}
a img.aligncenter {
	display:block;
	margin-left:auto;
	margin-right:auto;
}
.wp-caption {
	background:#FFF;
	border:1px solid #F0F0F0;
	max-width:96%;
	padding:5px 3px 10px;
	text-align:center;
}
.wp-caption.alignnone {
	margin:5px 20px 20px 0;
}
.wp-caption.alignleft {
	margin:5px 20px 20px 0;
}
.wp-caption.alignright {
	margin:5px 0 20px 20px;
}
.wp-caption img {
	border:0 none;
	height:auto;
	margin:0;
	max-width:98.5%;
	padding:0;
	width:auto;
}
.wp-caption .wp-caption-text,
.gallery-caption {
	font-size:11px;
	line-height:17px;
	margin:0;
	padding:0 4px 5px;
}
.sticky {

}
.bypostauthor {

}

.acced input[type="text"]{
    width: 150px;
    height: 30px;
    color: #333;
    padding:4px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.3);
    margin:7px 10px 0px 0px !important;
    outline: none;
}



.acced input[type="password"]{
    width: 150px;
    height: 30px;
    color: #333;
    padding:4px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.3);
    margin:7px 10px 0px 0px !important;
    outline: none;
}


.acced input[type="email"]{
    width: 150px;
    height: 30px;
    color: #333;
    padding:4px;
    font-size: 12px;
    border-radius: 0px;
    border: 1px solid rgba(0,0,0,0.3);
    margin:7px 10px 0px 0px !important;
    outline: none;
}
.acced input[type="checkbox"]{
    padding-top:6px !important;
    outline: none;
}

a.smarri {
    color: #f7f7f7 !important;
    font-weight: normal !important;
    font-size: 11px !important;
    vertical-align: middle !important;
    /* padding-left: 4px; */
    margin-right: 10px;
    padding: 0px 4px 0px 0px;
}


label{
    color: #f7f7f7 !important;
    font-weight: normal !important;
    font-size: 11px !important;
    vertical-align: middle !important;
    padding-left: 4px;
    margin-right: 10px;
    padding-top:6px;
}


.navbar-default{
    background-color:#496375 !important;
    border:0px !important;
}

.navbar-default ul li a{
    color:#fff !important;
    font-family: 'Chivo', sans-serif !important;
    text-transform: uppercase
}

.navbar-nav li a:hover{
    background:#269abc !important
}


.box-error{
    position: absolute;
    background: #bf5b5b;
    left: 10px;
    box-shadow: inset 0px 4px 7px -2px rgba(0,0,0,0.7);
}

.box-error-bis{
    background: #bf5b5b;
    height: 40px;
    margin:10px 0px;
    display: inline-block;
}

.box-error p{
    font-size: 13px;
    color:#fff;
    margin-top: 11px;
    padding: 0px 12px;
}

.box-error-bis p{
    font-size: 13px;
    color:#fff;
    margin-top: 11px;
    padding: 0px 12px;
}

.box-ok{
    position: absolute;
    bottom: -40px;
    background: #6ebf78;
    height: 40px;
    box-shadow: inset 0px 4px 7px -2px rgba(0,0,0,0.7);
    left:10px
}



.box-ok p{
    font-size: 13px;
    color:#fff;
    margin-top: 11px;
    padding: 0px 12px;
}

.box-ok-bis{
    background: #6ebf78;
    height: 40px;
    margin:10px 0px;
    display: inline-block;
}

.box-ok-bis p{
    font-size: 13px;
    color:#fff;
    margin-top: 11px;
    padding: 0px 12px;
}


.lp{
  position: relative;  
}

/*
================================LP NUMERO 1
*/



.lp-1{
width: 100%;
height:100%;
overflow: hidden;
position: absolute;
    background: #3580aa;
}

.lp-3 img {
    width:100% !important;
}

.lp-5 img {
    width:100% !important;
}
/*.lp-7 img {*/
    /*width:100% !important;*/
/*}*/

.lp-1 img{
    width:100%;
}



.lp-text{
    font-family: 'Chivo', sans-serif !important;
}

.logo-big{
    width: 700px;
    height:175px;
    position:absolute;
    top:50%;
    left:-50%;
    transform: translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
    background: url('images/logo-big.png') no-repeat;
    background-size: 100%;
    z-index:4;
    
}

.logo-big-2{
    width: 700px;
    height:175px;
    position:absolute;
    top:50%;
    left:-50%;
    transform: translate(-50%,-70%);
    -webkit-transform: translate(-50%,-70%);
    -moz-transform: translate(-50%,-70%);
    background: url('images/logo-big-2.png') no-repeat;
    background-size: 100%;
    z-index:4;
    
}

.su-img{
    width: 700px;
    position:absolute;
    top:-10%;
    left:50%;
    transform: translate(-50%,-190%);
    -webkit-transform: translate(-50%,-190%);
    -moz-transform: translate(-50%,-190%);
    z-index:4;
}

.su-img h2{
    color:#fff;
    font-size:42px;
    text-shadow: 0px 2px 2px #000;
}

.my-btn{
position: absolute;
top: 50%;
opacity: 0;
left: 50%;
transform: translate(-50%,150%);
-webkit-transform: translate(-50%,150%);
-moz-transform: translate(-50%,150%);
z-index: 4;
width: 300px;
background: #8CBDE0;
border-radius: 10px;
font-size: 35px;
color: #fff !important;
text-align: center;
padding: 7px 0px;
box-shadow: 0px 0px 5px rgba(0,0,0,0.3);
transition: 0.3s all ease-in-out;
-webkit-transition: 0.3s all ease-in-out;
-moz-transition: 0.3s all ease-in-out;
}


.my-btn:hover{
    background: #3580AA;
    color: #fff;
    text-decoration: none;
    transform: translate(-50%,140%);
    -webkit-transform: translate(-50%,140%);
    -moz-transform: translate(-50%,140%);
}



.sub-a{
width: 700px;
position: absolute;
top: 150%;
left: 50%;
transform: translate(-50%,545%);
-webkit-transform: translate(-50%,545%);
-moz-transform: translate(-50%,545%);
z-index: 4;
opacity: 0;
text-align: center;
text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
color: #fff;
font-size: 25px;
}

.sub-a a{
    color:#8CBDE0 !important;
}

.sub-a a:hover{
    color:#ff33ff
}


/*
================================LP NUMERO 2
*/

.lp-2{
background:#3580AA;
width: 100%;
height: 335px;

/*box-shadow: 0px 27px 77px rgba(0,0,0,0.8);*/
z-index: 3
}

.aereo{
    width: 450px;
    height: 428px;
    position: absolute;
    top: -850px;
    left: 80%;
    background: url('images/aereo.png');
    z-index: 2;
    background-size: 100%;
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    transform: translateX(-50%);  
}

.lp2-desc{
text-align: right;
font-size: 45px;
margin: 60px 0px;
position: relative;
z-index: 5;
color:#f7f7f7;
text-shadow: 0px 2px 2px rgba(0,0,0,0.6);
}

/*
================================LP NUMERO 3
*/

.lp-3{
width: 100%;
height: 100%;
overflow: hidden;
position: absolute;
background: #79B0D4;
}

.videos{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
font-size: 126px;
color: #fff;
z-index: 4;
width:800px ;
height:450px;
box-shadow:0px 0px 80px #000;
}

.su-img3{
position: absolute;
top: 50%;
left: 50%;
transform: translate(-50%,-50%);
-webkit-transform: translate(-50%,-50%);
-moz-transform: translate(-50%,-50%);
font-size: 126px;
color: #fff;
z-index: 4;
width: 100%;
text-shadow: 0px 0px 40px #000;
text-align: center;
}

/*
================================LP NUMERO 4
*/

.lp-4{
width: 100%;
height: 335px;
background: #79B0D4;
/*box-shadow: 0px 27px 77px rgba(0,0,0,0.8);*/
z-index: 3;

}

.paper{
width: 450px;
height: 387px;
position: absolute;
top: 35px;
right: 150px;
background: url('images/paper.png');
z-index: 2;
}

.lp4-desc{
font-size: 45px;
margin: 60px 0px;
position: relative;
z-index: 5;
}


/*
================================LP NUMERO 5
*/

.lp-5{
width: 100%;
height: 100%;
position: absolute;
overflow: hidden;
}

.lp-5 .lp-text{
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
    -webkit-transform: translate(-50%,-50%);
    -moz-transform: translate(-50%,-50%);
    white-space: nowrap;
}

.my-shadow{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.7);
    opacity:0;
}

.my-shadow-2{
    width: 100%;
    height: 100%;
    position: absolute;
    background: rgba(0,0,0,0.8);
}


.lp-6{
width: 100%;
height:auto;
overflow:hidden;
    background:url('images/lined_paper.png');
box-shadow: 0px 27px 77px rgba(0,0,0,0.8);
z-index: 3;
padding-bottom:30px;
}

.post_categoria_1 p {
    margin-left: 15px;
}

.lp-6 h2{
    /*color:#f7f7f7;*/
    font-size: 3em;
    margin-bottom:20px;
}

.lp-6 h3{
    color:#f7f7f7;
    font-size: 2em;
    margin-top:0px;
    text-shadow: 0px 3px 0px -1px rgba(0,0,0,0.3);
}

.lp-6 p{
    color:#1a1a1a;
    font-size: 20px;
    
}
.calendar{
    width:100%;
    height:auto;
    background:#f7f7f7;
    box-shadow: 0px 3px 0px -1px rgba(0,0,0,0.3);
    text-align: center
}

.day{
    font-size:10px;
}

.month{
    display: block;
    background: #79B0D4;
    font-weight: bold;
    font-style: italic;
}

.my-btn-2{
    padding: 10px 20px;
    background: #f7f7f7;
    box-shadow: 0px 3px 0px -1px rgba(0,0,0,0.3);
    font-size: 20px;
    margin:5px 0px;
    color:#1a1a1a !important;
    font-style: italic;
    transition: 0.3s all ease-in-out;
    -webkit-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
}

.my-btn-2:hover{
    background: #79B0D4;
    color: #f7f7f7;
    text-decoration: none;
}

.lp-7{
width: 100%;
height: auto;
overflow: hidden;
}

.lp-7 h2{
    color:#f7f7f7;
    font-size: 3em;
    margin-bottom:20px;
}


a.type-icon{
    display: block;
    color: #f7f7f7 !important;
    font-size:20px;
    text-align:center;
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}

a.type-icon:hover{
    text-decoration: none;
}

a.type-icon img{
    display: block;
    margin:0px auto 10px;
     opacity:0.5;
}

.scalea{
    transition:all 0.3s ease-in-out;
    -webkit-transition:all 0.3s ease-in-out;
    -moz-transition:all 0.3s ease-in-out;
}
.scalea p{
    color:#79b0d4 !important;
}
.scalea img{
    opacity:1 !important;
    transform:scale(1.1);
    -webkit-transform:scale(1.1);
    -moz-transform:scale(1.1);
}

.form-reg{
    width:250px;
    height:auto;
    overflow:hidden;
    margin:10px auto 0px;
    border-radius:5px;
}

.form-reg input[type="text"], .select-style{
    width:100%;
    padding:12px 5px !important;
    font-size:14px;
    border-top:0px solid transparent;
    border-left:0px transparent;
    border-right:0px solid transparent;
    border-bottom:1px solid  #ddd;
    background:#fff;
    margin:0px !important;
    outline: none;
}
.select-style {
    -webkit-apperance:none !important;
}

.form-reg input[type="email"]{
    width:100%;
    padding:12px 5px !important;
    font-size:14px;
    border-top:0px solid transparent;
    border-left:0px transparent;
    border-right:0px solid transparent;
    border-bottom:1px solid #ddd;
    background:#fff;
    margin:0px !important;
    outline: none;
}

.form-reg input[type="password"]{
    width:100%;
    padding:12px 5px !important;
    font-size:14px;
    border-top:0px solid transparent;
    border-left:0px transparent;
    border-right:0px solid transparent;
    border-bottom:1px solid #ddd;
    background:#fff;
    margin:0px !important;
    outline: none;
}

.cont-reg{
    padding: 30px 0px 85px;
    font-family: 'Chivo', sans-serif !important;


}

.condition{
    color:#f7f7f7;
    text-align:center;
    margin:10px auto;
}

.condition a{
    color:#79B0D4 !important;
}

.checkbox-parag{
    color:#f7f7f7;
    text-align:center;
    margin:10px auto;
}

.checkbox-parag a{
    color:#79B0D4 !important;
}

.error{
    background: #cc5353 !important;
    position:relative;
}

.ok-reg{
    min-height: 400px;
    background: rgba(125,213,169,0.6);
    padding:30px;
    border-radius: 3px;
    margin:30px 0px;
}

.ok-reg h2{
    text-align:center;
    font-size:70px;
    text-shadow: 0px 3px 1px rgba(0,0,0,0.5);
}
.ok-reg h3{
    text-align:center;
    font-size:50px;
    color:#f7f7f7;
}


.lp-8{
width: 100%;
height:auto;
overflow:hidden;
background:url('images/lined_paper.png');
box-shadow: 0px 27px 77px rgba(0,0,0,0.8);
z-index: 3;
padding-bottom:30px;
}

.lp-8 h2{
    color:#f7f7f7;
    font-size: 3em;
    margin-bottom:20px;
}

.lp-8 h3{
    color:#f7f7f7;
    font-size: 2em;
    margin-top:0px;
    text-shadow: 0px 3px 0px -1px rgba(0,0,0,0.3);
}

.lp-8 p{
    color:#1a1a1a;
    font-size: 20px;
    
}

.post-blog{
    padding-bottom:20px;
    margin-bottom: 20px;
    height:auto;
    overflow: hidden;
    border-bottom: 1px solid rgba(255,255,255,0.5);
}

.post-blog:last-child{
    padding-bottom:20px;
    margin-bottom: 20px;
    height:auto;
    overflow: hidden;
    border-bottom: 0px solid rgba(255,255,255,0.5);
}

.title-cat{
    color: #D8521E !important;
    margin-bottom: 30px;
    font-size: 3em;
    font-family: 'Chivo', sans-serif !important;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
}

.title-post{
    margin-top: 0px;
    font-size: 30px;
    text-shadow: 0px 2px 0px rgba(0,0,0,0.3);
    font-family: 'Chivo', sans-serif !important;
}
.title-post a{
    color:#79B0D4 !important;
    transition: all 0.2s linear;
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
}
.title-post a:hover{
    color:#f7f7f7 !important;
    text-decoration: none;
    text-shadow: 0px 4px 0px rgba(0,0,0,0.3);
}

.post-blog p{
    font-size:16px;
    color:#1a1a1a;
    text-shadow: 0px 1px 0px rgba(255,255,255,0.2);
}

.recupero{
    padding: 20px 10px !important;
    background: #f7f7f7 !important;
    border-radius: 5px !important;
    margin-bottom: 10px !important;
    border: 0px !important;
    outline: none !important;
    width: 300px !important;

}
select option[default] {
    color:    #999;
}

::-webkit-input-placeholder { /* WebKit browsers */
    color:    #999;
}
:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
    color:    #999;
}
::-moz-placeholder { /* Mozilla Firefox 19+ */
    color:    #999;
}
:-ms-input-placeholder { /* Internet Explorer 10+ */
    color:    #999;
}

.type-icon:focus {
    outline:none !important;
    outline-offset:0px;
    text-decoration:none !important;
}

.pull-acc{
    font-family: 'Chivo', sans-serif !important;
    color: #fff;
    padding: 15px;
    margin-bottom: 0px;
    text-transform: uppercase;
    cursor: pointer;
}

.pull-acc:hover{
    background:#269abc;
}

.lp-8 h2{
    color:#333;
}

.lp-6 h2{
    color:#333;
    margin-top: 0px;
}

.lp-6 .container{
    padding-top: 20px;
}


@media (min-width: 320px){
    .navbar-fixed-top{
        position: relative !important;
    }
    #content-wrapper {
        padding-top:1px !important; ;
    }

    .su-footer{
        display:none;
    }

    .pull-xs-right {
        float:left;
    }
    #condizioni{
        margin-left: auto;
    }

    #termini{
        text-align: justify;
        font-size: 12px;
        width: 300px !important;}


    .my-btn {
        width: 150px;
        font-size: 15px;
        transform: translate(-50%,90%);
        -webkit-transform: translate(-50%,90%);
        -moz-transform: translate(-50%,90%);
    }

    .aereo { display: none;}
    .paper { display: none;}

    .logo-big-2 {
        width: 250px;
        height: 55px;}

    .su-img{
        width: 260px;
        transform: translate(-50%,-140%);
        -webkit-transform: translate(-50%,-140%);
        -moz-transform: translate(-50%,-140%);
    }

    .su-img h2{
        font-size:22px;
    }


    .my-btn:hover{
        transform: translate(-50%,90%);
        -webkit-transform: translate(-50%,90%);
        -moz-transform: translate(-50%,90%);
    }

    .lp2-desc{
        font-size: 20px;
        margin: 10px 0px;
    }

    .lp-6 h2 {
        color: #333;
        font-size: 2em;
        margin-bottom: 20px;
    }

    .lp-2{
        height: auto;
        overflow: hidden;
    }
    .lp4-desc{
        font-size: 20px;
        margin: 10px 0px;
    }

    .lp-4{
        height: auto;
        overflow: hidden;
    }

    a.type-icon{
        font-size: 11px;
    }


}
@media (max-width: 768px) {

    .other-logins-container {
        bottom: -403px !important;
    }

    #bs-example-navbar-collapse-1 {
        padding-bottom: 20px !important;
    }

    .customArrow {
        left: 17%;!important;
    }

}

@media (min-width: 768px){

    .customArrow {
        left: 85%;!important;
    }
    #bs-example-navbar-collapse-1 {
        padding-bottom: 0px !important;
    }
    .other-logins-container {
        right: 0 !important;
    }


    .navbar-fixed-top{
        position: relative !important;
    }
    #content-wrapper {
        padding-top:1px !important;
    }

    .su-footer{
        display:block;
    }

    .pull-xs-right {
        float:right;
    }

    #condizioni{
        margin-left: auto;
    }
    #termini{
        text-align: justify;
        font-size: 12px;
        width: 600px !important;}

    .aereo { display: none;}
    .paper { display: none;}

    .logo-big-2 {
        width: 400px;
        height: 90px;}

    .su-img{
        width: 400px;
        transform: translate(-50%,-190%);
        -webkit-transform: translate(-50%,-190%);
        -moz-transform: translate(-50%,-190%);
    }

    .su-img h2{
        font-size:25px;
    }
    .lp-6 h2 {
        color: #333;
        font-size: 3em;
        margin-bottom: 20px;
    }

    .my-btn {
        width: 220px;
        font-size: 25px;
        transform: translate(-50%,150%);
        -webkit-transform: translate(-50%,150%);
        -moz-transform: translate(-50%,150%);
    }

    .my-btn:hover{
        transform: translate(-50%,140%);
        -webkit-transform: translate(-50%,140%);
        -moz-transform: translate(-50%,140%);
    }

    .lp2-desc{
        font-size: 30px;
        margin: 20px 0px;
    }
    .lp-6 p {
        color: #1a1a1a;
        font-size: 17px;
    }


    .lp-2{
        height: 180px;
    }
    .lp4-desc{
        font-size: 30px;
        margin: 20px 0px;
    }

    .lp-4{
        height: auto;
        overflow: hidden;
    }

    a.type-icon{
        font-size: 18px;
    }


}

@media (min-width: 992px){

    .navbar-fixed-top{
        position: fixed !important;
    }
    #content-wrapper {
        padding-top:50px !important; ;
    }

    .pull-xs-right {
        float:right;
    }

    #termini{
        text-align: justify;
        font-size: 12px;
        width: 600px !important;}

    #condizioni{
        margin-left: -254px;
    }

    .aereo { display: block;}
    .paper { display: block;}

    .logo-big-2 {
        width: 500px;
        height: 110px;}

    .su-img{
        width: 500px;
        transform: translate(-50%,-190%);
        -webkit-transform: translate(-50%,-190%);
        -moz-transform: translate(-50%,-190%);
    }

    .su-img h2{
        font-size:32px;
    }

    .my-btn {
        width: 235px;
        font-size: 25px;
        transform: translate(-50%,150%);
        -webkit-transform: translate(-50%,150%);
        -moz-transform: translate(-50%,150%);
    }

    .lp-6 h2 {
        color: #333;
        font-size: 3em;
        margin-bottom: 20px;
    }


    .my-btn:hover{
        transform: translate(-50%,140%);
        -webkit-transform: translate(-50%,140%);
        -moz-transform: translate(-50%,140%);
    }

    .lp-6 p {
        color: #1a1a1a;
        font-size: 20px;
    }

    .lp2-desc{
        font-size: 40px;
        margin: 40px 0px;
    }

    .lp-2{
        height: 335px;
        overflow: visible;
    }
    .lp4-desc{
        font-size: 40px;
        margin: 40px 0px;
    }

    .lp-4{
        height: 335px;
        overflow: visible;
    }

    a.type-icon{
        font-size: 20px;
    }

}

@media (min-width: 1200px){
    .navbar-fixed-top{
        position: fixed !important;
    }
    .pull-xs-right {
        float:right;
    }

    #termini{
        text-align: justify;
        font-size: 12px;
        width: 600px !important;}

    #condizioni{
        margin-left: -254px;
    }
    .lp-6 p {
        color: #1a1a1a;
        font-size: 20px;
    }
    .lp-6 h2 {
        color: #333;
        font-size: 3em;
        margin-bottom: 20px;
    }

    .aereo { display: block;}
    .paper { display: block;}

    .logo-big-2 {
        width: 700px;
        height: 175px;}

    .su-img{
        width: 700px;
        transform: translate(-50%,-190%);
        -webkit-transform: translate(-50%,-190%);
        -moz-transform: translate(-50%,-190%);
    }

    .su-img h2{
        font-size:42px;
    }

    .my-btn{
        width:300px;
        font-size:35px;
        transform: translate(-50%,150%);
        -webkit-transform: translate(-50%,150%);
        -moz-transform: translate(-50%,150%);
    }

    .my-btn:hover{
        transform: translate(-50%,140%);
        -webkit-transform: translate(-50%,140%);
        -moz-transform: translate(-50%,140%);
    }

    .lp-2{
        height: 335px;
        overflow: visible;
    }

    .lp-4{
        height: 335px;
        overflow: visible;
    }

    .lp4-desc{
        font-size: 45px;
        margin: 60px 0px;
    }

    .lp2-desc{
        font-size: 45px;
        margin: 60px 0px;
    }

    a.type-icon{
        font-size: 20px;
    }

}
.navbar-collapse{
    max-height: 500px !important;
    padding-bottom: 20px;
    overflow: hidden !important;
    height:auto !important;
    max-height: 800px;

}


.postdiv img {width:70%;height:auto;}
.footer{
    width: 100%;
    min-height:200px;
    background: #ededed;
    padding: 10px;
    position: relative;
}

.su-footer{
    width: 425px;
    height: 78px;
    position: absolute;
    top: -67px;
    left:30px;
    z-index: 500;
    background: url("images/su-footer1.png");
}

.su-footer2{
    width: 225px;
    height: 78px;
    position: absolute;
    top: -67px;
    right:30px;
    z-index: 500;
}

.navbar-nav > li > a{
    padding: 22px 10px !important;
}

.navbar-fixed-top{
    z-index:9999999999999;
}

.navbar-brand{
    padding-top:12px;
}
.quattrocento{
    width: 700px;
    height:496px;
    bottom:0px;
    right:0px;
    position: fixed;
}

.quattrocento img{
    position:absolute;
    width: 100%;
    height:100%;
}

.bordless td {
    border: none !important;

}

.black p {
    color: #000000;
}

.error404 {
    background: none !important;
    overflow: hidden;
}

.command-link-container > a {
    font-size: 20px;
    font-weight: 700;
}


.other-logins-container {
    background: white; border: 1px solid #c0c0c0;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -ms-border-radius: 3px;
    -o-border-radius: 3px;
    border-radius: 3px;
    box-shadow: 3px 3px 3px rgba(0,0,0,0.17);
    position: absolute;
    padding: 10px;
    z-index: 100;
    width: 250px;
}





 .customArrow {
     z-index: -1;
     position: absolute;
     top: -10px;
     margin-left: -10px;
     content: '';
     width: 0;
     height: 0;
     border-bottom: solid 10px #ffffff;
     border-left: solid 10px transparent;
     border-right: solid 10px transparent;
}