.content{
    width:90%;
    background-color: #111;

}
.serviceBox,.leftRegBox{
    float:left;
    width:70%;
}
.leftRegBox{
    width:25%;
    background-color:#222;
    height: 90vh;
    padding:10px;
    margin: 10px;
    color:#888;
}
.leftRegBox strong{
    color:#AAA;
}
.leftRegBox p{
    position: relative;
    margin:15px auto;
    display: block;
    width: 80%;
}
.leftRegBox ul{
    text-align: left;
    width:50%;
    margin:5px auto;
    display: block;
    position: relative;
}
.leftRegBox img{
    padding:0px;
    background-color: #111;
    border:5px solid #000;
    border-radius: 10px;
}
.leftRegBox .regBtn{
    font-size: 1.1em;
    font-weight: bold;
    background-color:mediumslateblue;
    margin:10px auto;
    padding:15px;
    border-radius: 8px;
    color:#111;
    display: block;
    max-width: 240px;
    text-decoration: none;
}
.leftRegBox .regBtn:hover{
    background-color: #FFF;
    cursor: pointer;
    transform: scale(1.05);

}
.basics{
    width: 89%;
    margin:10px auto;
    max-width: 980px;
    text-align: center;
    background-color: #222;
    color:#CCC;

}
.nameBox{
    float:left;
    border-radius: 5px;
    width: 25%;
    padding:10px;
    margin:10px;
    color:orange;
    display: inline-table;
    height: 350px;


}
.nameBox .logo{
    border-radius: 8px;

}
.nameBox h1{
    color:orange;
    font-size: 18px;
}

.detailsBox,.contactBox{
    float:left;
    width: 40%;
    border-radius: 5px;
    padding:10px;
    margin:10px;
    color:orange;
    display: inline-table;
    height: 350px;

}
.detailsBox h3,.contactBox h3{
    margin:5px;
    padding: 5px;
    line-height: 1em;
    font-size: 1.3em;
    font-weight: 200;
    border-radius: 3px;
}
.about{
    padding:5px;
    margin:5px;
    border-radius: 3px;
    text-align: justify;
    max-height: 192px;
    padding-top:30px;
    overflow: hidden;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;

    color:#CCC;

}
.detailsBox{
    max-height: 310px;
    max-width: 360px;
    overflow: hidden;
}
.nameBox,.detailsBox,.contactBox{
    height:500px;
    border:3px dotted rgba(255,153,0,.3);

}
.detailsBox{
    border-bottom: none;
}
.showMore{
    padding: 8px;
    background-color: orange;
    color: #111;
    border-radius: 3px;
    border:1px solid #000;
    max-width: 120px;
    margin:10px auto;
    font-size: 1.2em;
    cursor: pointer;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.showMore:hover{
    background-color: mediumspringgreen;
    color:#111;
    transform: scale(1.05);
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}
.longer{
    max-height: 980px;
    -webkit-transition: all .6s ease-out;
    -moz-transition: all .6s ease-out;
    -ms-transition: all .6s ease-out;
    -o-transition: all .6s ease-out;
    transition: all .6s ease-out;
}
.contactBox{
    width: 22%;
    max-width: 22%;
}
.contactBox div{
    margin:5px;
    margin-top: 10px;
    text-align: left;
    width: 95%;
    font-size: 14px;
}
.contactBox i{
    margin-right: 5px;
}
.contactBox span{

}

.spSocials{
    text-align: center;
    position: relative;
    max-width: 90%;
    display: block;
    margin:5px auto;
    background-color: #111;
    padding:10px;
    border-radius: 3px;

}
.spSocials a{
    text-decoration: none;
    color:mediumseagreen;
    margin:3px;
    font-size: 1.8em;
    background-color: #333;
    width: 30px;
    display: inline-table;
    text-align: center;
    padding:5px;
    border-radius: 3px;
    border:1px solid #666;
}
.portfolio{
    width: 97%;
    background-color: #444;
    border-radius: 5px;
    height: 150px;
    margin:10px auto;
    max-width: 980px;
}


.onlineSites{
    margin:8px;
    padding:8px;
    position: relative;
    display: block;

}
.onlineSites a{
    font-size: 3em;
    color: #F09819;
    padding:5px;
    display: inline-table;
    background-color: #444;
    margin:10px;
    border-radius: 5px;
    border:1px solid #666;
}
.spSocials a:hover,.onlineSites a:hover{
    transform: scale(1.05);
    border:1px solid mediumspringgreen;
    -webkit-transition: all .2s ease-out;
    -moz-transition: all .2s ease-out;
    -ms-transition: all .2s ease-out;
    -o-transition: all .2s ease-out;
    transition: all .2s ease-out;
}

.rStar{
    font-size: 1.3em;
    padding:5px;
    color:#333;
    background-color: #111;
    border-radius: 16px;

}
.uFill{
    color: orange;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.dFill{
    background-color: #F09819;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;

}
.ppCategoryNav{
    background-color: #222;
    font-size: 1.2em;
    padding: 5px;
}
.ppCategoryNav a{
    text-decoration: none;
    color:#BBB;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ppCategoryNav a:hover{
    color:#239cd3;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
}
.ppImages{
    position: relative;
    float:left;
    margin:10px;
    height:250px;
    width: 98%;
    border-radius: 3px;
    background-color: mediumslateblue;
    background-color: #222;
    overflow: hidden;

}
.ppImg{
    width: 30%;
    max-height: 100%;
    height: 95%;
    float:left; 
    position: relative;
    display: inline-block;
    top:5px;
}
.ppImg:hover{
    transform: scale(1.05);
    box-shadow: 0px 0px 5px 5px rgba(100,100,255,.6);
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    cursor: pointer;
}
.ppImg img{
    max-height: 100%;
    border-radius: 5px;
    box-shadow: 0px 0px 2px 2px rgba(0,0,0,.5);

}
.ppBestPrice{
    position: relative;
    float:left;
    width:28%;
    margin:10px;
    height:250px;
    background-color: mediumpurple;
    background-color: #239cd3;
    border-radius: 3px;
    display: none;
}
.ppTabs{
    width: 95%;
    margin:5px auto;
    margin-top: 15px;
    position: relative;
    padding:5px;
    height: 35px;
    border-radius: 0px 0px 8px 8px;
    background-color: #222;
    padding-top:10px;
}
.tab{
    margin-left: 10px;
    margin-right: 10px;
    font-size: 1em;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab:hover{
    cursor: pointer;
    color:#FFF;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tab i{
    margin-right: 6px;
}
.tabActive{

    color: #239cd3;
    color: mediumseagreen;
    background-color: #333;
    padding:5px;
    padding-bottom: 20px;
    border-radius: 3px 3px 0px 0px;
    border:1px solid silver;
    border-bottom: none;

    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
    z-index: 100;
}
.ppContent{
    text-align: left;
    margin: 10px;
    margin-top: 0px;
    padding:10px;
    padding-left: 20px;
    padding-right: 20px;
    padding-bottom: 15px;
    background-color: #333;
    background-color: #BBB;
    color: #111;

    border:1px solid silver;
    border-bottom: 3px ridge #239cd3;
    border-bottom: 3px ridge mediumseagreen;
    border-radius: 3px;
    position: relative;
    top:-10px;

}
.ppLongDesc{
    width: 55%;
    float:left;
    padding:5px;
    padding-right: 10px;
}
.ppDetails{
    width: 40%;
    float:left;
    padding:5px;
    border-left: 1px solid #666;
    padding-left: 15px;
}
.ppAttrName{
    float:left;
    width: 230px;
}
.ppAttrValue{
    float:left;
}
.commentsTab h3{

}
.commentsTab h3 a{
    text-decoration: none;
    color:#00B2AA;
}
.ppNewComment{
    width: 70%;
    height:110px;
    float: left;
    background-color: #777;
    border-radius: 3px;
    padding:10px;
    font-size: 1.2em;
}
.ppAddCommentBtn{
    float: left;
    position: relative;
    padding: 20px;
    margin:10px;
    top:30px;
    border-radius: 3px;
    background-color: mediumseagreen;
}
.ppAddCommentBtn:hover{
    cursor: pointer;
    transform: scale(1.05);
    background-color: #239cd3;
}
.ppComment{
    width: 90%;
    height:100px;
    background-color: #222;
    border-radius: 3px;
    padding:10px;
    margin:10px;
    color:#BBB;
}
.ownCmt{
    background-color: mediumseagreen;
}
.ppComment .avatar{
    width: 90px;
    height:90px;
    background-color: #333;
    position: relative;
    float:left;
    margin-right: 10px;
    border-radius: 30px;
    overflow: hidden;
}
.ppComment .avatar img{
    width: 100%;
}
.ppComment .name{
    float:left;
    position: relative;
    display: block;
    background-color: #444;
    padding:8px;
    border-radius: 3px;
    margin-right: 15px;
    left:0px;
    color:#F09819;
}
.ppComment .cmtText{
    display: block;
}
.commentsTab .ppCommentLoginHint{

}
.commentsTab .ppCommentLoginHint a{
    color:#7636c8;
    color:#239cd3;
    color: mediumseagreen;
    text-decoration: none;
}
.cmpBtnActive{
    background-color: #F8AA71;
    border-radius: 8px;
    padding:5px;
    color:#222;
}
.cmpBtnActive i{
    left:2px;
    position: relative;
}

.ppTabs,.ppContent{
    width: 97%;
    margin:10px auto;
    max-width: 936px;
    border:2px solid #444;
}
.numRating{
    background-color: #222;
    border-radius: 2px;
    max-width:120px;
    margin:5px auto;
}
@media screen and (max-width:1800px){
    .content{
        width: 80%;
    }
    .detailsBox{
        width: 35%;
    }
    .basics{
        width: 91%;
    }
}
@media screen and (max-width:1600px){
    .content{
        width: 80%;
    }
    .detailsBox{
        width:36%;
    }
    .nameBox,.detailsBox,.contactBox{
        margin:5px;
    }
}
@media screen and (max-width:1290px){
    .content{
        width: 95%;
    }
    .nameBox,.detailsBox,.contactBox{
        margin:2px;
    }
    .basics{
        width:99%;
    }
    .contactBox{
        width: 18%;
    }
}

@media screen and (max-width:1024px){

}

@media screen and (max-width:980px) and (max-height:400px){

}

@media screen and (max-width:980px){
    .nameBox,.detailsBox,.contactBox{
        width:90%;
        margin:8px;
    }
    .detailsBox{
        width:60%;
    }
    .serviceBox,.leftRegBox{
        width:100%;
        float:none;
    }
    .leftRegBox{
        height:960px;
        width:90%;
    }
    .commentsTab{
         width:90%;
    }

}

@media only screen and (orientation: landscape) and (max-width:980px) {

}

@media screen and (max-width:760px){
    .detailsBox,.contactBox{
        width:90%;
        max-width:90%;
    }

}
@media screen and (max-width:540px){

}