a {
	text-decoration: none;
}

.gridster ul, ol {
    list-style: none;
     margin-top: -20px;
}


/* Gridster styles */
.demo {
    margin: 3em 0;
    padding: 7.5em 0 5.5em;
    background: #004756;
}

.demo:hover .gridster {
    opacity: 1;
}

.gridster {
    width: 850px;
    margin: 0 auto;

    opacity: 1;

    -webkit-transition: opacity .6s;
    -moz-transition: opacity .6s;
    -o-transition: opacity .6s;
    -ms-transition: opacity .6s;
    transition: opacity .6s;
}

.gridster .gs_w .box-content {
    background: rgba(1,1,1,0.02);
    /*cursor: pointer;
    -webkit-box-shadow: 0 0 5px rgba(0,0,0,0.3);
    box-shadow: 0 0 5px rgba(0,0,0,0.3);
    */
    border: 2px solid #AAAAAA;
    height: 100%;
    overflow: hidden;
}

.gridster .player {
    -webkit-box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
    box-shadow: 3px 3px 5px rgba(0,0,0,0.3);
}


.gridster .gs_w.try {
    background-image: url(../img/sprite.png);
    background-repeat: no-repeat;
    background-position: 37px -169px;

}

.gridster .preview-holder {
    border: none!important;
    border-radius: 0!important;
    background: rgba(255,255,255,.2)!important;
}











article,
.m_doc_method {
    background: #FFF;
}

article:not(:last-child),
.m_doc_method:not(:last-child) {
    margin-bottom: 50px;
}


.m_doc_method > h3 {
    background-color: #E5E5E5;
    padding: 1.4em 2em;
    color: #333333;
    font-size: 1.8em;
}


.m_doc_method .heading-m {
    color: #333333;
}




#intro  {
    overflow: hidden;
}

#intro  .i_download {
    margin-top: 100px;
}

#intro > div{
    width: 65%;
    float: left;
}

#intro {
    padding-right: 0;
}

#intro > div:last-child{
    width: 32%;
    float: right;
}


.gridster .player .box-content {
    box-shadow: 3px 3px 5px rgba(0, 0, 0, 0.3);
}

.gridster .player {
    box-shadow: none;
}

#dashboard ul li:hover .box-content {
	background: rgba(1,1,1,0.00);
}

#dashboard ul li .box-titre {
	-webkit-transition: all 0.05s ease-out;
	-moz-transition: all 0.05s ease-out;
	-ms-transition: all 0.05s ease-out;
	-o-transition: all 0.05s ease-out;
	transition: all 0.05s ease-out;
}

#dashboard ul li:hover .box-titre {
	letter-spacing: 2px;
	color: #7c3a3a;
	cursor: move;
}

a {
	text-decoration: none !important;
}