@charset 'UTF-8';
/**
 * 	TESTIMONIAL 
*/
.body-text {
    width:100%;
    margin: 0 auto;
    margin-top: 75px;                
    margin-bottom: 90px;
}
 .body-text > p {
     padding-left: 80px;
     padding-right: 80px;
     text-align: left;
     line-height: 1.5em;
     margin-bottom:50px;
}
.body-text > h1 {
    text-align: center;
    color: #1c75ed;
    font-size: 1.25em;
    margin-bottom:50px;
    font-weight:300;
}
.text-area {
    width: 80%;
    margin:0 auto;
    margin-top: 50px;
    margin-bottom: 50px;
    padding: 0px 0px 0px 0px;
}
.text-box {
    width:690px;
    min-height: 180px;
    margin: 0 auto;
    border-bottom: 1px solid #cdcdcd;
    -background-image: url(img/testimonials/testimonial_1.jpg);
    -background-repeat: no-repeat;
    -background-position: bottom;
    padding: 40px 0px 0px 0px;
	position:relative;
	left:0px;top:0px;
} 
.user-info > img{
    margin-right:30px;
	margin-top:0px;
	padding:0px 0px 0px 0px;
	float:left;
}
.info-text {
    position:relative;
    top:0px;
    display: inline-block;
}
.user-name {
    display:inline;
    font-size: 1.5em;
    color: #1c75ed;
    margin-right:10px;
}
.nation {
    display:inline;
}
.star {
    display: block;
    margin-top: 1em;
}
.user-text {
    margin-top:30px;
    line-height:1.8em;
}

/* PAGE-INDICATOR  START*/   
.page-indicator {
    width:100%;
    margin:0 auto;
    text-align: center;
    -padding: 30px;
    font-weight: 400;
    margin-top:1em;
    margin-bottom:2em;
}
.indicator_num a {
    padding:4px 10px 4px 10px;
    margin: 2px;
    border: 1px solid #dcdcdc;
    color: #9d9d9d;
}
.indicator_num a:hover, .indicator_num a:active {
    border: 1px solid #1c75ed;
    color: #1c75ed;
}
.indicator_num .current {
    border: 1px solid #1c75ed;
    color: #1c75ed;
    padding:5px 10px 5px 10px;
    font-weight: bold;
    margin: 2px;
}
.indicator_num .disabled {
    padding:4px 10px 4px 10px;
    margin: 2px;
    border: 1px solid #dcdcdc;
    color: #9d9d9d
}
.indicator_num > a > img {
    position:relative;
    bottom:  2px;
}
/* PAGE-INDICATOR END*/
.write-review {
    margin:60px 0px 60px 0px;
    width:80%;
    margin: 0 auto;
}
.review-text {
    margin:0 auto;
    padding: 50px 0px 50px 0px;
    font-size: 1em;
    line-height: 1.25em;
    color: #2c2c2c;
    text-align: center;
}
.review-input {
    width: 100%;
    margin: 0 auto;
    margin-bottom: 30px;
}
.input-info{
    width: 49%;
    height: 40px;
    margin-bottom: 10px;
    text-indent: 20px;
    color:#747474;
    font-size: 1em;
    line-height: 1.25em;
    background-color: #f7f7f7;
    border-style:none;
}
.input-info:nth-child(2n+1){
    float:left;   
}
.input-info:nth-child(2n){
    float:right;            
}
.input-comment{
    width: 100%;
    height: 110px;
    text-indent: 20px;
    color:#747474;
    font-size: 1em;
    -line-height: 1.25em;
    background-color: #f7f7f7;
    border-style:none;
    margin-bottom: 30px;
}
.button-blue {
    width:100%;
    margin:0 auto;
     margin-bottom: 50px;
}
.button-line {
    float:left; 
    width: 49%;
    height: 40px;
    box-sizing:border-box;
    border:1px solid #1c75ed;
    background-color:white;
    color: #1c75ed;
    font-size:1em;
	cursor:pointer;
}
.button-block {
    float:right; 
    width: 49%;
    height: 40px;
    background-color:#1c75ed;
    border-style:none;
    color: white;
    font-size:1em;
	cursor:pointer;
}