@import url(//fonts.googleapis.com/css?family=Open+Sans:400italic,400,300,600,700);
a:link.red_order, a:visited.red_order {
	background: url(../images/order-btn.png) no-repeat;
	width: 150px;
	text-align: center;
	
	display: block;
	margin: 0 auto;
	
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;	
	text-decoration: none;
	line-height: 36px;
}
#new-landing-page { 
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	
	-webkit-box-shadow: -3px 0px 10px 0px rgba(50, 50, 50, 0.5), 3px 0px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    -3px 0px 10px 0px rgba(50, 50, 50, 0.5), 3px 0px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         -3px 0px 10px 0px rgba(50, 50, 50, 0.5), 3px 0px 10px 0px rgba(50, 50, 50, 0.5);
}
#new-landing-page h1, #new-landing-page h2, #new-landing-page h3 {
	font-weight: 700; 
}
#new-landing-page > div {
	position: relative;
}
#new-landing-page .clear {
	clear: both;
}
#new-landing-page .rel {
	position: relative;
}
#new-landing-page .trans-block-1 {
	background: url(../images/first-block-back.png) no-repeat center center;
	min-height: 475px;
	
	padding: 20px 0;
}
#new-landing-page .title-line {
	background: #083251;
	color: #ffffff;
	width: 100%;
	box-sizing: border-box;
	padding-left: 40px;
	
	font-size: 30px;
	font-weight: 600;
	line-height: 48px;
	
	margin: 0 0 10px;
}
#new-landing-page .samples-area {
	width: 77%;
	height: 100%;
}
#new-landing-page .samples-area p {
	color: #b81717;
	font-size: 18px;
	font-weight: 600;
	margin-top: 0;
	margin-left: 35px;
}
#new-landing-page .samples-area .samples-box {
	
}
#new-landing-page .samples-area .samples-box:before {
	content: '';
	/* display: inline-block; */
	background: url(../images/samples-arrows.png) no-repeat;
	width: 80px;
	height: 222px;
	display: block;
	float: left;
	/* margin-right: 10px;
	margin-top: 20px; */
	margin: 20px 22px 0;
}
#new-landing-page .samples-area .samples-box:after {
	content: '';
	/* display: inline-block; */
	background: url(../images/samples-arrows.png) no-repeat;
	width: 80px;
	height: 222px;
	display: block;
	float: left;
	/* margin-top: 20px; */
	margin: 20px 22px 0;
}
#new-landing-page .samples-area .samples-box a {
	display: block;
	float: left;
	position: relative;
	margin-right: 35px;
	margin-top: 10px;
	
	border: 2px solid #ffffff;
	
	-webkit-box-shadow: 1px 1px 11px 5px rgba(50, 50, 50, 0.46);
	-moz-box-shadow:    1px 1px 11px 5px rgba(50, 50, 50, 0.46);
	box-shadow:         1px 1px 11px 5px rgba(50, 50, 50, 0.46);
}
#new-landing-page .samples-area .samples-box a:last-child {
	margin-right: 0;
}
#new-landing-page .samples-area .samples-box a:before {
	content: '';
	display: block;
	background: url(../images/zoom.png) no-repeat;
	width: 71px;
	height: 71px;
	position: absolute;
	left: 50%;
	top: 50%;
	margin: -35.5px 0 0 -35.5px;
}
#new-landing-page .samples-area .samples-box a img {
	width: 184px;
	height: 240px;
}
#new-landing-page .samples-area .samples-box span{
	display: block;
	width: 184px;
	text-align: center;
}
#new-landing-page .samples-area .samples-btn {
	padding-top:330px;
	text-align: center;
}
#new-landing-page .samples-area .samples-btn a {
	font-size: 16px;
	font-weight: 700;
	color: #ffffff;
	text-decoration: none;
	display: inline-block;
	line-height: 36px;
}
#new-landing-page .samples-area .samples-btn .more-btn {
	background: url(../images/more-btn.png) no-repeat;
	width: 172px;
	text-align: center;
	margin-right: 30px;
}
#new-landing-page .form-quote {
	width: 252px;
	height: 100%;
	
	position: absolute;
	top: 0;
	right: 30px;
	background: #3995cb;
	color: #ffffff;
	text-align: left;
}
#new-landing-page .white-block {
	position: relative;
	padding: 40px;
	z-index: 2;
	
	-webkit-box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.5), 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -3px 10px 0px rgba(50, 50, 50, 0.5), 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -3px 10px 0px rgba(50, 50, 50, 0.5), 0px 3px 10px 0px rgba(50, 50, 50, 0.5);
}
#new-landing-page .white-block:before {
	content: '';
	display: block;
	background: url(../images/dissociation-edge_top.png) repeat-x;
	position: absolute;
	width: 100%;
	height: 5px;
	top: -5px;
	left: 0;
}
#new-landing-page .white-block:after {
	content: '';
	display: block;
	background: url(../images/dissociation-edge_bottom.png) repeat-x;
	position: absolute;
	width: 100%;
	height: 5px;
	bottom: -5px;
	left: 0;
}
#new-landing-page .white-block.last {
	-webkit-box-shadow: 0px -3px 10px 0px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px -3px 10px 0px rgba(50, 50, 50, 0.5);
	box-shadow:         0px -3px 10px 0px rgba(50, 50, 50, 0.5);	
}
#new-landing-page .white-block.last:after {
	display: none;
}
#new-landing-page .white-block .seller {
	width: 354px;
	float: left;
	margin-right: 35px;
}
#new-landing-page .white-block .seller h3 {
	margin-top: 0;
	color: #23426d;
	font-size: 20px;
	font-weight: bold;
}
#new-landing-page .white-block .seller p {
	color: #02152c;
	text-align: justify;
	font-size: 16px;
	line-height: 1.5;
}
#new-landing-page .white-block .seller .prc {
	background: #fffeda;
	color: #464646;
	padding: 7px 15px;
	font-size: 20px;
	width: 170px;
	box-sizing: border-box;
	margin: 0 auto;
}
#new-landing-page .white-block .seller .prc .old {
	float: right;
	text-decoration: line-through;
	font-weight: 700;
}
#new-landing-page .white-block .seller .prc .new {
	color: #a81010;
	font-size: 38px;
	font-weight: 600;
}
#new-landing-page .white-block .seller .orange_order {
	background: url(../images/order-btn_orange.png) no-repeat;
	display: block;
	width: 152px;
	text-align: center;
	font-size: 16px;
	line-height: 36px;
	font-weight: bold;
	color: #ffffff;
	text-transform: uppercase;
	text-decoration: none;
	
	/* position: absolute;
	right: 0;
	bottom: 0; */
	margin: 18px auto 0;
}
#new-landing-page .white-block .services {
	float: left;
	width: 730px;
	border-spacing: 5px;
}
#new-landing-page .white-block .services caption {
	background: #cbdfed;
	color: #02152c;
	font-size: 20px;
	font-weight: 600;
	line-height: 30px;
	text-transform: uppercase;
	margin: 0 5px;
}
#new-landing-page .white-block .services td {
	background: #f0f0f0;
	width: 33%;
	vertical-align: top;
	padding-bottom: 35px;
}
#new-landing-page .white-block .services .title {
	background: #ffffff;
	color: #b81717;
	font-size: 18px;
	font-weight: 600;
	line-height: 30px;
	text-align: center;
	text-transform: uppercase;
	width: 90%;
	margin: 20px auto;
}
#new-landing-page .white-block .services p {
	width: 70%;
	margin: 0 auto;
	color: #464646;
	font-size: 14px;
	text-align: center;
}
#new-landing-page .white-block .services .img  {
	margin: 0 auto;
	margin-bottom: 15px;
}
#new-landing-page .white-block .services .img-1 {
	background: url(../images/resume.png) no-repeat;
	width: 112px;
	height: 98px;
}
#new-landing-page .white-block .services .img-2 {
	background: url(../images/cover.png) no-repeat;
	width: 112px;
	height: 98px;
}
#new-landing-page .white-block .services .img-3 {
	background: url(../images/follow.png) no-repeat;
	width: 112px;
	height: 98px;
}
#new-landing-page .white-block .levels {
}
#new-landing-page .white-block .levels:after {
	content: '';
	display: block;
	clear: both;
}
#new-landing-page .white-block .levels h3 {
	color: #094d78;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
#new-landing-page .white-block .levels .lvl {
	width: 24.3%;
	box-sizing: border-box;
	margin-right: 10px;
	position: relative;
	float: left;
	cursor: pointer;
}
#new-landing-page .white-block .levels .lvl:last-child {
	margin-right: 0;
}
/* 77 */
#new-landing-page .white-block .levels .lvl .title {
	color: #b81717;
	font-size: 18px;
	font-weight: 600;
	line-height: 48px;
	text-transform: uppercase;
	padding-left: 85px;
}
	
	#new-landing-page .white-block .levels .lvl .title span{
		display: block;
		font-size: 10px;
		line-height: 11px;
		margin-top: -10px;
		
	}
#new-landing-page .white-block .levels .lvl .descr {
	background: #cbdfed;
	color: #464646;
	font-size: 14px;
	font-weight: 600;
	padding: 30px 15px 30px 90px;
	text-align: justify;
}
#new-landing-page .white-block .levels .lvl:hover .descr {
	background: rgb(40,119,175); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(40,119,175,1) 0%, rgba(10,81,131,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(40,119,175,1)), color-stop(100%,rgba(10,81,131,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(40,119,175,1) 0%,rgba(10,81,131,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(40,119,175,1) 0%,rgba(10,81,131,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(40,119,175,1) 0%,rgba(10,81,131,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(40,119,175,1) 0%,rgba(10,81,131,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2877af', endColorstr='#0a5183',GradientType=0 ); /* IE6-9 */
	color: #ffffff;
}
#new-landing-page .white-block .levels .lvl .v-line {
	background: #a1c4dd;
	color: #ffffff;
	font-size: 52px;
	line-height: 1;
	text-align: center;
	
	width: 72px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 5px;
}
#new-landing-page .white-block .levels a:hover {
	text-decoration: none;
}
#new-landing-page .white-block .levels .lvl .img {
}
#new-landing-page .white-block .levels .lvl .img-1 {
	background: url(../images/entry.png) no-repeat;
	width: 54px;
	height: 60px;
	margin: 30px auto;
}
#new-landing-page .white-block .levels .lvl .img-2 {
	background: url(../images/professional.png) no-repeat;
	width: 55px;
	height: 44px;
	margin: 30px auto;	
}
#new-landing-page .white-block .levels .lvl .img-3 {
	background: url(../images/executive.png) no-repeat;
	width: 57px;
	height: 41px;
	margin: 30px auto;
}
#new-landing-page .white-block .levels .lvl .img-4 {
	background: url(../images/career.png) no-repeat;
	width: 66px;
	height: 61px;
	margin: 30px auto;
}
#new-landing-page .trans-block-2 {
	background: url(../images/writers_back.png) no-repeat center center;
	background-size: cover;
	min-height: 475px;
	
	padding: 20px 0;
}
#writers_area h1 {
	color: #ffffff;
	font-size: 34px;
	text-align: center;
	text-transform: uppercase;
}
#writers_area table {
	width: 85%;
	color: #ffffff;
	margin: 0 auto;
}
#writers_area table td {
	padding-right: 40px;
}
#writers_area table td:last-child {
	padding-right: 0;
}
#writers_area .avat {
	background: url(/wp-content/uploads/2017/05/Sandy-James-Resume-Writing-Service.jpg) center center no-repeat;
	background-size: contain;
	width: 177px;
	height: 180px;
	margin: 0 auto;
}
#writers_area .hire-btn {
	background: url(../images/hire-btn.png) no-repeat;
	display: block;
	width: 147px;
	text-align: center;
	margin: 50px auto 0;
	
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
}
#writers_area .name_writer {
	display: table;
	color: #ffffff;
	font-size: 30px;
	line-height: 45px;
	text-transform: uppercase;
	
	border-bottom: 1px solid #ffffff;
	margin-bottom: 30px;
}
#writers_area .grade:after {
	content: '';
	display: block;
	clear: both;
}
#writers_area .half {
	width: 45%;
	box-sizing: border-box;
	margin-right: 25px;
	float: left;
}
#writers_area .half:last-child {
	margin-right: 0;
	min-width: 130px;
}
#writers_area .grade .big {
	font-size: 28px;
}
#writers_area .grade .small {
	font-size: 18px;
}
#writers_area .grade .percent {
}
#writers_area .grade .percent:before {
	display: inline-block;
	content: '';
	background: url(../images/percent.png) no-repeat;
	width: 39px;
	height: 41px; 
	margin-right: 17px;
}
#writers_area .grade .percent span {
	font-size: 36px;
	font-weight: 600;
	line-height: 27px;
	display: inline-block;
}
#writers_area .grade .capt {
	color: #ffe061;
	font-size: 12px;
	font-weight: 600;
	text-transform: uppercase;
	margin-top: 5px;
	letter-spacing: 1px;
}
#writers_area .read_about {
	background: url(../images/read_about-btn.png) no-repeat;
	display: block;
	width: 254px;
	text-align: center;
	margin: 87px auto 0;
	
	color: #ffffff;
	font-size: 16px;
	font-weight: bold;
	line-height: 36px;
	text-transform: uppercase;
	text-decoration: none;
}
#writers_area ul {
}
#writers_area ul li {
	list-style-image: url(../images/tick.png);
	font-size: 18px;
	margin-bottom: 28px;
}
#steps:after {
	content: '';
	display: block;
	clear: both;
}
#steps h2 {
	color: #052743;
	font-size: 24px;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	margin-top: 0;
}
#steps .step {
	display: table;
	text-align: center;
	float: left;
	position: relative;
	padding-right: 41px;
}
#steps .step:last-child {
	padding-right: 0;
}
#steps .step:after {
	content: '';
	display: block;
	background: url(../images/step-arrow.png) no-repeat;
	width: 11px;
	height: 25px;
	/* margin: 80px 15px 0; */
	position: absolute;
	top: 80px;
	right: 15px;
}
#steps .step:last-child:after {
	display: none;
}
#steps .step .img {
	width: 188px;
	height: 188px;
}
#steps .step .title {
	color: #ba1b1b;
	font-size: 19px;
	font-weight: bold;
	text-transform: uppercase;
	margin: 10px 0;
}
#steps .step .descr {
	color: #464646;
	font-size: 17px;
	font-weight: 600;
	display: block;
	width: 150px;
	margin: 0 auto;
}
#steps .step .img-1 {
	background: url(../images/step-1.png) no-repeat;
}
#steps .step .img-2 {
	background: url(../images/step-2.png) no-repeat;
}
#steps .step .img-3 {
	background: url(../images/step-3.png) no-repeat;
}
#steps .step .img-4 {
	background: url(../images/step-4.png) no-repeat;
}
#steps .step .img-5 {
	background: url(../images/step-5.png) no-repeat;
}
#new-landing-page .trans-block-3 {
	background: -moz-linear-gradient(top,  rgba(210,210,210,0.89) 0%, rgba(255,255,255,0.89) 52%, rgba(210,210,210,0.89) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(210,210,210,0.89)), color-stop(52%,rgba(255,255,255,0.89)), color-stop(100%,rgba(210,210,210,0.89))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(210,210,210,0.89) 0%,rgba(255,255,255,0.89) 52%,rgba(210,210,210,0.89) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(210,210,210,0.89) 0%,rgba(255,255,255,0.89) 52%,rgba(210,210,210,0.89) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(210,210,210,0.89) 0%,rgba(255,255,255,0.89) 52%,rgba(210,210,210,0.89) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(210,210,210,0.89) 0%,rgba(255,255,255,0.89) 52%,rgba(210,210,210,0.89) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3d2d2d2', endColorstr='#e3d2d2d2',GradientType=0 ); /* IE6-9 */
	padding: 50px 0;
}
#testimon {
	width: 590px;
	margin: 0 auto;
	padding-right: 50px;
	box-sizing: border-box;
}
#testimon:after {
	content: '';
	display: block;
	clear: both;
}
#testimon .avik {
	display: table;
	width: 167px;
	height: 167px;
	padding-right: 35px;
	box-sizing: border-box;
	float: left;
}
#testimon .avik > span {
	display: table-cell;
	vertical-align: middle;
}
#testimon .avik .img {
	background: url(../images/testimonial-avat.png) no-repeat;
	width: 132px;
	height: 132px;
	display: block;
}
#testimon .info {
	width: 368px;
	float: left;
	color: #464646;
}
#testimon .info:after {
	content: '';
	display: block;
	clear: both;
}
#testimon .info .tes_name {
	font-size: 26px;
	line-height: 60px;
	font-weight: 600;
	margin-right: 11px
}
#testimon .info .tes_name:before {
	content: '';
	display: block;
	background: url(../images/quotes.png) no-repeat;
	width: 76px;
	height: 62px;
	float: left;
	margin-right: 11px
}
#testimon .info .stars {
	width: 140px;
	height: 28px;
	display: inline-block;
	background: url(../images/star.png) repeat-x;
	vertical-align: sub;
}
#testimon .info .descr {
	font-size: 16px;
	text-align: justify;
	clear: both;
	margin: 10px 0;
}
#testimon .read_m {
	background: #7c7c7c;
	color: #ffffff;
	font-size: 12px;
	line-height: 1;
	font-weight: 600;
	text-transform: lowercase;
	padding: 5px;
	text-decoration: none;
	display: block;
	float: right;
}
#testimon .read_m:after {
	content: '';
	display: block;
	background: url(../images/read_more-arrow.png) no-repeat;
	width: 12px;
	height: 9px;
	float: right;
	margin: 2px 0 0 5px;
}

/*REDESIGN STYLES*/
/*.page-template-redesign-landing-page*/

.page-template-redesign-landing-page .white-block .seller .prc {
   background:#fff!important; 
}

.page-template-redesign-landing-page .rel {display:-webkit-box;display:-webkit-flex;display:-ms-flexbox;display:flex;}

.page-template-redesign-landing-page .white-block .seller .red_order {
    /*background: url(https://www.resumewritingservice.biz/wp-content/uploads/2018/03/order-btn-red.png) no-repeat;*/
    display: block;
    width: 152px;
    text-align: center;
    font-size: 16px;
    line-height: 36px;
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
    text-decoration: none;
    margin: 0 auto;
    -webkit-align-self: center;
        -ms-flex-item-align: center;
            align-self: center;
}

.page-template-redesign-landing-page #new-landing-page .white-block .seller .prc .new {
    color: #283c54!important;
    font-size: 38px;
    font-weight: 600;
}

.page-template-redesign-landing-page .white-block .seller .prc .old {
    float: none!important;
    text-decoration: line-through;
    font-weight: 700;
    margin-left:5px;
}

.page-template-redesign-landing-page #new-landing-page .white-block .services .title {   
    color: #b81717;
    font-size: 18px;
    font-weight: 600;
    line-height: 20px;
    text-align: center;
    text-transform: uppercase;
    width: 90%;
    margin: 20px auto;
    border-bottom: 1px solid #fff;
    padding-bottom: 20px;
    padding-top: 15px;
    background:#e4eff8;
    height:30px;
}

.page-template-redesign-landing-page #new-landing-page .white-block .services td {
    background: #e4eff8;
    width: 33%;
    vertical-align: top;
    padding-bottom: 40px;
}

.page-template-redesign-landing-page .service_price {
text-align:center;
font-size:20px;
color:#283c54 ;
font-weight:600;
margin: 20px 0;
}

.page-template-redesign-landing-page .order_btn_blue {text-align:center;}

.page-template-redesign-landing-page #new-landing-page .white-block .services p {
    width: 83%;
    margin: 0 auto;
    color: #464646;
    font-size: 14px;
    text-align: center;
}

.page-template-redesign-landing-page #new-landing-page .white-block {
    position: relative;
    padding: 40px;
    z-index: 2;
    -webkit-box-shadow: none; 
    -moz-box-shadow: none;
    box-shadow: none;
}

.page-template-redesign-landing-page .trusdet-clients-list {
    list-style: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    padding-top: 15px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 15px 10px 10px 10px;
}

/*SLIDER HAPPY CUSTOMERS START*/
.testimonial-container {
	background-color: #11446a;
	width: 100%;
}

.cd-testimonials-wrapper {
	position: relative;
	width: 100%;
	max-width: 100%;
	margin: 0 auto;
	background-color: #11446a;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
	padding: 100px 0px 40px;
	z-index: 1;
}

.cd-testimonials-wrapper h2 {
	text-align: center;
	position: absolute;
	width: 100%;
	top: 60px;
	margin: 0 auto;
}

@media only screen and (min-width: 768px) {
	.cd-testimonials-wrapper {
		padding: 0px 0px 60px;
	}
	.cd-testimonials-wrapper h2 {
		text-align: center;
		position: absolute;
		width: 100%;
		top: 100px;
		margin: 0 auto;
	}
}

.testimonial-content {
	max-width: 845px;
	width: 80%;
	margin: 0 auto 30px auto;
	position:relative;
}

.cd-testimonials {
	color: rgba(130, 132, 139, 1);
	text-align: center;
	list-style: none;
	padding: 0;
	margin: 0;
}

.cd-testimonials > li {
	position: absolute;
	opacity: 0;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

.cd-testimonials > li:first-child {
	position: relative;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.testimonial-content p {
    color: #fff;
    font-size: 20px;
    font-weight: 600;
    text-align: left;
	line-height: 1.4;
	margin-bottom: 1em;
	padding: 0 14px;
}

@media only screen and (min-width: 768px) {
	.testimonial-content p {
		font-size: 20px;
		font-family: 'Open Sans';
	}
}

@media only screen and (min-width: 1170px) {
	.testimonial-content p {
		font-size: 20px;
		line-height: 1.6;
	}
}

.cd-author-info span p {
	display: inline-block;
	font-size: 14px;
	padding-left: 0;
}

.cd-author-info span p a {
	color: rgba(126, 129, 136, 1);
}

.cd-author img,
.cd-author .cd-author-info {
	display: inline-block;
	vertical-align: top;
}

.cd-author {
    position: absolute;
    top: 8px;
    left: -70px; 
}

.cd-author img {
	/*width: 40px;*/
	/*height: 40px;*/
	/*border-radius: 50%;*/
	/*margin-right: 5px;*/
}

.cd-author .cd-author-info {
	text-align: left;
	line-height: 1;
	position:absolute;
	left:55px;
	color:#fff;
}

.cd-author .cd-author-info li:first-child {
	font-size: 14px;
	margin-top: 4px;
	display:inline-block;
}

.cd-author .cd-author-info li:last-child {
	font-size: 12px;
	color: #6b6b70;
	display:inline-block;
}

ul.cd-author-info {
	list-style: none;
}

ul.cd-author-info li span:before {
	font-family: 'FontAwesome';
	content: '\f099';
	font-size: 24px;
	display: inline-block;
	position: absolute;
	margin-top: 2px;
	font-style: normal;
	margin-left: -30px;
}

ul.cd-author-info li span {
	font-size: 14px;
	padding-left: 30px;
	line-height: 24px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	font-weight: 300;
}

ul.flex-direction-nav {display:none;}

@media only screen and (min-width: 768px) {
	/*.cd-author img {*/
	/*	width: 58px;*/
	/*	height: 58px;*/
	/*}*/
	.cd-author .cd-author-info {
		line-height: 1.4;
	}
	.cd-author .cd-author-info li:first-child {
		font-size: 18px;
	}
}

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

.flex-direction-nav a {
	text-decoration: none;
	display: block;
	width: 50px;
	height: 100%;
	margin: 0px 0 0;
	position: absolute;
	z-index: 9999;
	top: 0;
	overflow: hidden;
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	background: #11446a;
	cursor: pointer;
	color: rgba(255, 255, 255, .5);
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
	-webkit-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	display:none;
}

.flex-direction-nav a:before {
	font-size: 40px;
	content: url('https://dl.dropboxusercontent.com/u/97609687/codepen/chevronleft.svg');
	position: absolute;
	display: block;
	top: 50%;
	padding: 14px 10px 14px 10px;
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

.flex-direction-nav a.flex-next:before {
	content: url('https://dl.dropboxusercontent.com/u/97609687/codepen/chevronright.svg');
	padding: 14px 20px 14px 10px;
}

.flex-direction-nav .flex-prev {
	left: 0px;
}

.flex-direction-nav .flex-next {
	right: 0px;
	text-align: right;
}

.flexslider:hover .flex-direction-nav .flex-prev {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	left: 0px;
}

.flexslider:hover .flex-direction-nav .flex-prev:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flexslider:hover .flex-direction-nav .flex-next {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	right: 0px;
}

.flexslider:hover .flex-direction-nav .flex-next:hover {
	opacity: 1;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.flex-direction-nav .flex-disabled {
	opacity: 0!important;
	-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
	filter: alpha(opacity=0);
	cursor: default;
}

.flex-control-paging li a {
	width: 15px;
    height: 15px;
    display: block;
    background: #959595;
	/*background: rgba(0, 0, 0, 0.4);*/
	cursor: pointer;
	text-indent: -9999px;
	-o-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
	border-radius: 20px;
}

.flex-control-paging li a:hover {
	background: #fff;
	/*background: rgba(0, 0, 0, 0.7);*/
}

.flex-control-paging li a.flex-active {
	background: #fff;
	/*background: rgba(2, 23, 31, 1);*/
	cursor: default;
}

.flex-control-nav {
	bottom: 30px;
	position: absolute;
	margin: 0 auto;
	padding: 0;
	text-align: center;
	width: 100%;
}

.flex-control-nav li {
	display: inline-block;
	padding: 0px 5px 0px 5px;
}

@media screen and (max-width: 767px) {
	.flex-direction-nav a {
		width: 30px;
	}
	.flex-direction-nav a:before {
		visibility: hidden;
	}
	.flex-direction-nav a:before {
		padding: 14px 0px 10px 0px;
	}
	.flex-direction-nav .flex-prev {
		left: 0px;
	}
	.flex-direction-nav .flex-next {
		right: 0px;
		text-align: right;
	}
	.flexslider:hover .flex-direction-nav .flex-prev {
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		left: 0px;
	}
	.flexslider:hover .flex-direction-nav .flex-prev:hover {
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
	}
	.flexslider:hover .flex-direction-nav .flex-next {
		opacity: 1;
		-ms-filter:"progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
		right: 0px;
	}
	.flex-direction-nav {
		visibility: hidden;
	}
}

.customer_stars {
    text-align: left;
    margin-left: 15px;
    font-weight: 600;
    color: #fff;
    font-size: 20px;
}
/*SLIDER HAPPy CUSTOMERS END*/