/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 4, 2014, 2:35:59 PM
    Author     : Linh
*/
/*----- Style show form testimonial ------*/
.span6, .span4, .span3, .span2, .span10, .span8,.span12, .span5  {
    margin-top:10px;
    padding-left: 5px;
}
@media screen and (max-width: 427px) {
   .span6, .span4, .span3, .span2, .span10, .span8,.span12, .span5  {
        padding-left: 0;
}
}
#style3 .container1 {
    margin-left: 10px;
    padding-left: 15px;
}
#style3 .title.inner.flip-container {
    position: relative;
}
#style3 .user_avatar,
#style3 .user_avatar_rotate{
	backface-visibility: hidden;
	-webkit-backface-visibility: hidden;
	-webkit-transform: rotateY(0deg);
        -webkit-transition: all 0.5s linear 0s;
	background-repeat: no-repeat !important;
         background-size: cover !important;
        height: 120px;
        width: 120px;
        position: inherit;
}

@media screen and (max-width: 479px) {
   #style3 .user_avatar_rotate{
        margin: 0 auto;

    }
}
#style3 .user_avatar_rotate {
    border-radius: 50% 50% 50% 50%;
    background: #f3f3f3;
}
#style3 .content-testimonial {
    position: relative;
    text-align: center;
    padding: 10px;
    margin-top: 35px;
    background: #f9f9f3;
}

#style3 .content-testimonial:before {
    content: "";
    position: absolute;
    top: -27px;
    left: 70px;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 30px 0 0 20px;
    border-color: transparent transparent transparent #f9f9f3;
}
@media screen and (max-width: 479px) {
   #style3 .content-testimonial:before{
        left: 127px;

    }
}
#style3 .title3 {
    margin: 10px 0 60px 0 !important;
}
#style3 h4.title-testimonial {
    font-family: 'Lato',Helvetica, Arial, sans-serif;
    font-size: 16px;
    font-weight: 900;
    margin: 10px 0 50px 0;
}
@media screen and (max-width: 991px) {
  #style3 h4.title-testimonial {
       font-size: 16px;

    }
}
#style3 .comment-testimonial {
    font-family: 'Lato',Helvetica, Arial, sans-serif;
    font-weight: 300;
    line-height: 24px;
    font-size: 16px;
    text-align: justify;
}
@media screen and (max-width: 991px) {
   #style3 .comment-testimonial{
       font-size: 15px;

    }
}
#style3 .company-active {
    position: absolute;
    top: 0;
    left: 142px;
}
@media screen and (max-width: 991px) {
   #style3 .company-active{
       top: 0px;

    }
}
@media screen and (max-width: 479px) {
  #style3 .company-active{
        padding-top: 10px;
        position: initial;
        background: #f4ed7a;
        text-align: center;

    }
}
#style3 .name-active {
    font-size: 17px;
    font-weight: 900;
    text-transform: uppercase;
    font-family: 'Lato',Helvetica, Arial, sans-serif;
}
#style3 .position2 {
    margin-top: -7px;
}
#style3 a.show-company,#style3 .show_position,#style3 .show_location,#style3 .show_email {
    //margin-top: -7px;
    font-family: 'Lato',Helvetica, Arial, sans-serif;
    font-size: 14px;
    font-weight: 300;
    font-style: italic;  
    color: #282828;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
}
#style3 .show_created{
    font-family: 'Lato',Helvetica, Arial, sans-serif;
    font-size: 14px;
    color: #282828;
    font-weight: 300; 
}
#style3 a.show-company:hover {
    color: #76ad88;
    text-decoration: none;
}
#style3 .starvote3 {
    top: 190px !important;
}
#style3 .vote-active {
    top: 198px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
}
@media screen and (max-width: 479px) {
   #style3 .vote-active{
        left: 53%;
        top: 193px;

    }
}
#style3 .fa-star {
    font-size: 18px;
    margin-left: 10px;
    opacity: 0.2;
}

@media screen and (max-width: 991px) {
  #style3 .fa-star{
       font-size: 15px;
       margin-left: 5px;
    }
}
@media screen and (max-width: 479px) {
  #style3 .fa-star{
       font-size: 13px;
    }
}
#style3 i.star-yellow {
    font-size: 16px;
    color: #fdc418 !important;
    margin-left: 10px;
    opacity: 1;
}
@media screen and (max-width: 991px) {
  #style3 i.star-yellow {
       font-size: 15px;
       margin-left: 5px;
    }
}
@media screen and (max-width: 479px) {
   #style3 i.icon-star,#style3 i.star-yellow{
        font-size: 13px;
        margin-left: 2px;

    }
}
#style3 .fa-twitter,#style3 .fa-facebook,#style3 .fa-google-plus {
    color:#282828;
}
#style3 .fa-facebook:before {
    content: "\f09a";
}
#style3 .social-icon {
    top: 222px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -moz-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    -o-transform: translateX(-50%);
    position: absolute;
}
@media screen and (max-width: 479px) {
   #style3 .social-icon{
        left: 50%;

    }
}
#style3 .social3 {
    top:215px !important;
}
#style3 .facebook, #style3 .twitter,#style3 .google {
    display: inline-block;
    font-size: 17px;
    margin-left: 12px;
}
@media screen and (max-width: 479px) {
   #style3 .facebook, #style3 .twitter,#style3 .google{
        font-size: 14px;
        margin-left: 5px;

    }
}
#style3 .fa-facebook:hover {
    color: #4B6EA8;
}
#style3 .fa-twitter:hover {
    color: #55acee;
}
#style3 .fa-google-plus:hover {
    color: #db242c;
}