body { 
    background: #f9f9f9;
}

@media(max-width: 991px){
    .social-development .social-development-button a{
        display: block;
        margin: auto;
    }
}
@media(max-width: 1199px){
    .social-development{
        font-size: 13px;
    }
}
#picker-url{
    height: 33px;
}
.color-picker-row{
    font-size: 22px;
    padding-bottom: 15px;
}
.color-picker-number
{
    display: block;
    border-radius: 50%;
    width: 35px;
    height: 35px;
    border: 1px solid;
    text-align: center;
    line-height: 33px;
    float: left;
    margin-right: 10px;
    color: white;
    background-color: #e30250;
}
@media(max-width: 768px)
{
    .color-picker-row{
        font-size: 18px;
        padding-top: 5px;
    }
}

.image-tutorial-40{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-40:hover{
    width: 40%!important;
    height: 40%!important;
}
.image-tutorial-50{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-50:hover{
    width: 50%!important;
    height: 50%!important;
}
.image-tutorial-60{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-60:hover{
    width: 60%!important;
    height: 60%!important;
}
.image-tutorial-70{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-70:hover{
    width: 70%!important;
    height: 70%!important;
}
.image-tutorial-80{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-80:hover{
    width: 80%!important;
    height: 80%!important;
}
.image-tutorial-90{
    transition: 0.5s ease;
    -webkit-transition: 0.5s ease;
    -moz-transition: 0.5s ease;
}
.image-tutorial-90:hover{
    width: 90%!important;
    height: 90%!important;
}

.faq:first-of-type{
    padding-top: 10px;
}
.faq .content .question{
    font-size: 15px;
    cursor: pointer;
    z-index: 1;
    display: inline-block;
    padding: 2px 0;
}
.faq h3, .faq-header h1, .faq-header h2 {
    margin-top: 0;
}
.faq-header h1{
    margin-bottom: 0;
}
.faq-header h2{
    font-size: 20px;
}
.faq-header .faq-title{
    font-size: 28px;
    padding-bottom: 10px;
}
.faq h3{
    font-size: 26px;
}
.faq .content .in{
    display: none;
}
.faq .content .out{
    -webkit-animation-duration: 1s; 
    animation-duration: 1s; 
    -webkit-animation-fill-mode: both; 
    animation-fill-mode: both; 
} 

@-webkit-keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
@keyframes fadeIn { 
    0% {opacity: 0;} 
    100% {opacity: 1;} 
} 
.fadeIn { 
    -webkit-animation-name: fadeIn; 
    animation-name: fadeIn; 
}

.faq-search .title{
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    border-radius: 3px;
    font-size: 18px;
    padding: 5px 10px;
    background-color: #dddddd;
    text-align: justify;
}
.faq-search .role, .faq-search .category{
    padding: 0 0 0 10px;
}
.faq-search li{
    list-style: none;
}
.faq-search .active{
    background-color: #e30250;
    color: white!important;
    display: block;
    margin-left: -10px;
    padding: 0 10px 0 10px;
    display: inline-block;
}
.faq-list{
    margin-top: 30px;
}

/* Landing page graphic */
.parallax{
    background: url('../../assets/images/home/forgraphic.png');
    background-repeat: no-repeat;
    background-size: cover;
}
#landing-graphic h1 .first{
    font-size: 140px;
    font-weight: 300;
}
#landing-graphic h1 .selection{
    color: white;
    background-color: #e30250;
    font-size: 77px;
}
#landing-graphic h1 .last{
    font-size: 55px;
}
#landing-graphic h2{
    font-size: 136px;
    line-height: 0.7;
    font-weight: 300!important;
}
#landing-graphic h2 .selection{
    color: white;
    background-color: #e30250;
    font-weight: 400!important;
}
#landing-graphic h2 .last{
    font-size: 67px;
    font-weight: 600!important;
}
#landing-graphic h3 .first{
    font-size: 114px;
    font-weight: 300!important;
}
#landing-graphic h3 .selection{
    color: white;
    background-color: #e30250;
    font-size: 140px;
    line-height: 165px;
}
#landing-graphic h3 .last{
    font-size: 122px;
}
#landing-graphic hr{
    margin: 85px 0;
    border-color: black;
}
#landing-graphic .black-circle{
    background-color: black;
    width: 100%;
    height: 315px;
    color: white;
    border-radius: 50%;
    padding: 50px 60px;
    position: relative;
    font-size: 13px;
}
#landing-graphic .black-circle .triangle{
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0px 0 185px 185px;
    border-color: transparent transparent #000000 transparent;
    position: absolute;
    right: 70px;
    bottom: -73px;
    border-radius: 0 190px;
    transform: rotate(30deg);
}
#landing-graphic .purple-circle{
    background-color: #e30250;
    width: 100%;
    height: 315px;
    color: white;
    border-radius: 50%;
    padding: 50px 60px;
    position: relative;
    font-size: 13px;
}
#landing-graphic .purple-circle .triangle{
    width: 0px;
    height: 0;
    border-style: solid;
    border-width: 0px 0 185px 185px;
    border-color: transparent transparent #e30251 transparent;
    position: absolute;
    right: 70px;
    bottom: -73px;
    border-radius: 0 190px;
    transform: rotate(30deg);
}
#landing-graphic .purple-circle-last{
    background-color: #e30250;
    width: 457px;
    height: 315px;
    color: white;
    border-radius: 50%;
    padding: 50px 60px;
    text-align: left;
    float: right;
    position: relative;
    margin-top: 50px;
    font-size: 13px;
}
#landing-graphic .purple-circle-last .triangle{
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 185px 185px 0;
    border-color: transparent #e30251 transparent transparent;
    position: absolute;
    right: -45px;
    top: 10px;
    border-radius: 190px 0;
}
#landing-graphic .text1 .title, #landing-graphic .text2 .title{
    font-size: 21px;
}
#landing-graphic .black-people{
    margin-top: 45px;
    margin-bottom: 20px;
}
#landing-graphic .purple-people{
    margin-top: 60px;
}
#landing-graphic .button{
    text-align: center;
    margin: 55px 0;
}
#landing-graphic .signup{
    color: white;
    text-decoration: underline;
    font-size: 14px;
    position: absolute;
    right: 85px;
}
#landing-graphic .signup:hover{
    color: white;
    text-decoration: none;
}
@media(max-width: 767px)
{
    #landing-graphic h1 .first{
        font-size: 100px;
    }
    #landing-graphic h1 .selection{
        font-size: 55px;
    }
    #landing-graphic h1 .last{
        font-size: 39px;
    }
    #landing-graphic h2{
        font-size: 97px;
    }
    #landing-graphic h2 .last{
        font-size: 47px;
    }
    #landing-graphic h3 .first{
        font-size: 80px;
    }
    #landing-graphic h3 .selection{
        font-size: 100px;
    }
    #landing-graphic h3 .last{
        font-size: 85px;
    }
    #landing-graphic .black-circle{
        padding: 55px 40px;
    }
    #landing-graphic .purple-circle{
        padding: 25px 40px;
        font-size: 12px;
    }
    #landing-graphic .text1 .title, #landing-graphic .text2 .title {
        font-size: 20px;
    }
    #landing-graphic hr {
        margin: 65px 0;
    }
    #landing-graphic .purple-circle-last {
        width: 100%;
        padding: 25px 55px;
        text-align: center;
        font-size: 12px;
    }
    #landing-graphic .signup{
        right: 50px;
    }
}
@media(min-width: 768px) and (max-width: 991px){
    #landing-graphic .black-circle {
        height: 270px;
        padding: 50px 85px;
    }
    #landing-graphic .purple-circle {
        height: 270px;
        padding: 50px 85px;
    }
    #landing-graphic .purple-circle-last {
        width: 100%;
        height: 270px;
        padding: 50px 85px;
        text-align: center;
    }
    #landing-graphic hr{
        margin: 60px 0;
    }
    #landing-graphic .signup{
        right: 100px;
    }
}
@media(min-width: 992px) and (max-width: 1199px){
    #landing-graphic .black-circle {
        padding: 55px 45px;
        font-size: 13px;
    }
    #landing-graphic .purple-circle {
        padding: 55px 45px;
        font-size: 12px;
    }
    #landing-graphic .black-circle .triangle, #landing-graphic .purple-circle .triangle{
        bottom: -25px;
        border-width: 0px 0 130px 185px;
    }
    #landing-graphic .purple-circle-last {
        padding: 55px 65px;
    }
    #landing-graphic .signup{
        right: 76px;
    }
}

#opinions .row-1, #opinions .row-2{
    padding: 15px 0;
}
#opinions .row-2{
    background-color: white;
} 
#opinions .image{
    width: 20%;
    float: left;
}
#opinions .image img{
    width: 100%;
}
#opinions .content{
    width: 60%;
    float: left;
    padding: 15px 20px 0 20px;
}
#opinions .client{
    width: 20%;
    float: left;
    padding-top: 15px;
}

table.trademark-reg {
    border:1px solid #aaaaaa;
    margin-bottom:10px;
}

table.trademark-reg td {
    padding:10px;
}

table.trademark-reg thead th {
    padding:10px;
    background:#cccccc;
}

.no-p-padding p {
    margin:0px;
    padding:0px;
}

#price-list .wrapper{
    height: 300px;
}

#price-list .wrapper table{
    border:1px solid #aaaaaa;
    width: 100%;
    height: 230px;
    text-align: center;
}

#price-list .wrapper table td {
    padding: 8px;
}

#price-list .wrapper table thead th {
    padding: 5px;
    text-align: center;
    background: #015794;
    color: white;
}

#price-list .wrapper .button{
    margin-top: 5px;
}

.portfolio-graphic #information p{
    padding: 0px;
}

.portfolio-graphic #works .item{
    width: 210px;
    margin: 10px;
    float: left;
}

.portfolio-graphic #works .item .thumb{
    overflow: hidden;
    padding: 10px;
    background: #fff;
    text-align: center;
    border: 1px solid #cbcbcb;
    border-radius: 4px;
    box-shadow: 1px 1px 2px rgba(0,0,0,.2);
}

.portfolio-graphic #works .item .thumb img{
    max-width: 100%;
    cursor: pointer;
}

@media (min-width: 768px)
{
    .portfolio-graphic #works .item{
        width: 265px;
    }
}