.box1 {
    position: relative;
    padding-bottom: 30px;
}
.box2 {
    padding: 30px;
    min-height: 500px;
}
.box-line {
    width: 30%;
    margin: 0 auto;
    border-top: 3px;
    border-style: double;
    border-color: #576C71;
}
.left-box, .right-box {
    height: 100%;
    padding: 5px;
}
.left-box {
    padding-right: 30%;
    width: 100%;
}
.right-box {
    width: 30%;
    position: absolute;
    top: 0;
    right: 0;
    padding-left: 10px;
}
.left-box > div {
    padding: 0 10px 0 25px;
    width: 100%;
    border: 1px solid transparent;
}
.wrapper_padd {
    position: relative;
    display: block;
    width: 100%;
    min-height: 270px;
    padding: 3px 0 3px 290px;
}
.wrapper_padd > div {
    height: 100%;
}
.box_cont {
    padding: 1px 0;
}
.box_padd {
    position: absolute;
    width: 290px;
    top: 0;
    left: 0;
}
#main_slider {
    top: 50%;
    margin: -100px auto;
}
.brow td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 4px 0;
}
.fit {
    height: 100%;
    width: 100%;
}

/*right side box*/
.right-box > div {
    width: 100%;
    border: 1px solid #bbbcbb;
    margin-bottom: 10px;
    padding: 5px 30px;
    text-align: center;
}
.right-box > .links, .right-box > .examples {
    padding: 15px 0;
}
.right-box h4 {
    margin-top: 0;
}
p code {
    overflow: hidden;
    background: #E2E2E2;
    padding: 3px 7px;
    width: 100%;
    display: block;
}

/* carbon ad container*/
.right-box > .ad {
    padding: 0px;
    border: none;
}

/* buttons from right side box */
.button {
    background: #e6e6e6;
    background-image: linear-gradient(#fafafa, #eaeaea);
    border: 1px solid #d4d4d4;
    border-radius: 8px;
    border-bottom-color: #bcbcbc;
    color: #555;
    cursor: pointer;
    display: inline-block;
    font-size: 14px;
    font-weight: bold;
    font-size: 14px;
    text-align: center;
    text-decoration: none;
    padding: 10px 12px;
    margin: 10px;
    width: 110px;
}
.button:hover {
    background-image: linear-gradient(#fafafa, #CBCBCB);
}
.download .button span {
    height: 32px;
    width: 32px;
    display: block;
    margin: 0 auto 3px;
    background-repeat: no-repeat;
}
.hp_git span {
    background-image: url(images/github.png);
}
.hp_dl span {
    background-image: url(images/download.png);
    background-position: 2px 4px;
}

/* donation button */
.smily {
    display: inline-block;
    border: 1px solid;
    padding: 0px 2px 7px 4px;
    font-size: 27px;
    transform: rotate(90deg);
    border-radius: 100%;
    transition: all 0.5s;
    font-weight: bold;
    position: absolute;
    top: -3px;
    left: 23px;
    opacity: 0;
}
.ie8 .smily {
    filter: alpha(opacity= 0);
    border: none;
}
.anch {
    position: relative;
    transition: all 0.5s;
}
.anch:hover {
    padding-right: 70px;
}
.anch:hover .smily {
    opacity: 1;
    filter: alpha(opacity= 100);
    left: 60%;
}

/*social sharing buttons container*/
.right-box > .sharing {
    padding-top: 10px;
    padding-bottom: 10px;
}
.right-box > .version a {
    font-size: 18px;
    font-weight: bold;
    color: #2A21DE;
    padding: 5px 0 10px;
    display: block;
    letter-spacing: 1px;
}
.right-box > .download {
    padding: 5px 10px;
}
.sharing .socialbox {
    display: inline-block;
    width: 60px;
}
.socialbox > div {
    padding: 0 5px 13px;
    display: none;
}
.socialbox .btn {
    height: 48px;
    width: 48px;
    display: block;
    margin: 0 auto;
    cursor: pointer;
    border-radius: 100px;
    transform: rotate(0deg);
}
.socialbox .btn:hover {
    box-shadow: 0px 0px 10px 3px #ccc;
    transform: rotate(360deg);
    transition: all 0.6s;
}

.twitter .btn { background-image: url("images/twitter.png"); }
.google .btn { background-image: url("images/google.png"); }
.fb .btn { background-image: url("images/fb.png"); }

.socialbox .count {
    position: relative;
    background: #ffffff;
    border: 2px solid #ddd;
    display: block;
    cursor: default;
    border-radius: 4px;
}
.socialbox .count:after, .socialbox .count:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
}
.socialbox .count:after {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 6px;
    margin-left: -6px;
}
.socialbox .count:before {
    border-color: rgba(187, 187, 187, 0);
    border-top-color: #ddd;
    border-width: 9px;
    margin-left: -9px;
}

/* disqus comment count box */
.disq h4 {
    margin-bottom: 8px;
}
.disq a { 
    font-weight: bold; 
    text-decoration: none;
}
.disq a:hover .txt {
    color: #729AE6;
}
.disq a:hover .commentbox {
    transform: rotateY(360deg);
    transition: all 1s;
}
.disq .txt { 
    font-size: 20px;
    color: #0058FF;
    text-decoration: underline;
}
.commentbox {
    display: inline-block;
    height: 22px;
    background-color: #0058FF;
    border-radius: 6px;
    position: relative;
    text-align: center;
    color: white;
    padding: 0 12px;
}
.commentbox:after {
    content: " ";
    display: block;
    border-style: solid;
    border-width: 10px 0px 2px 8px;
    border-color: #0058FF transparent transparent;
    position: absolute;
    bottom: -10px;
    left: 12px;
    -webkit-transform: rotate(-15deg);
    transform: rotate(-15deg);
}