 
/* Browser Resets */
.testcontainer a:active,
.testflexslider a:active,
.testcontainer a:focus,
.testflexslider a:focus  {outline: none;}
.testslides,
.testcontrol-nav,
.testdirection-nav {margin: 0; padding: 0; list-style: none;} 

/* testflexslider Necessary Styles
*********************************/ 
.testflexslider {margin: 0; padding: 0;}
.testflexslider .testslides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the testslides before the JS is loaded. Avoids image jumping */
.testflexslider .testslides img {width: 100%; display: block; border-radius:50%}
.testpauseplay span {text-transform: capitalize;}

/* Clearfix for the .testslides element */
.testslides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .testslides {display: block;} 
* html .testslides {height: 1%;}

/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .testslides > li:first-child {display: block;}


/* testflexslider Default Theme
*********************************/
.testflexslider {margin: 0 0 0px; zoom: 1;}
.testviewport {max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; transition: all 1s ease;}
.loading .testviewport {max-height: 300px;}
.testflexslider .testslides {zoom: 1;}

.carousel li {margin-right: 5px}


/* Direction Nav */
.testdirection-nav {*height: 0;}
.testdirection-nav a {width: 30px; height: 30px; margin: -45px 0px 0px; display: block; background: url(bg_direction_nav.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.testdirection-nav .testnext {background-position: 100% 0; }
.testdirection-nav .testprev {}
.testflexslider:hover .testnext {opacity: 0.8; right: 5px;}
.testflexslider:hover .testprev {opacity: 0.8; left: 5px;}
.testflexslider:hover .testnext:hover, .testflexslider:hover .testprev:hover {opacity: 1;}
.testdirection-nav .testdisabled {opacity: .3!important; filter:alpha(opacity=30); cursor: default;}

/* Control Nav */
.testcontrol-nav {width: 100%; position: absolute; bottom: -40px; text-align: center;}
.testcontrol-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.testcontrol-paging li a {width: 11px; height: 11px; display: block; background: #666; background: rgba(0,0,0,0.5); cursor: pointer; text-indent: -9999px; -webkit-border-radius: 20px; -moz-border-radius: 20px; -o-border-radius: 20px; border-radius: 20px; box-shadow: inset 0 0 3px rgba(0,0,0,0.3);}
.testcontrol-paging li a:hover { background: #333; background: rgba(0,0,0,0.7); }
.testcontrol-paging li a.testactive { background: #000; background: rgba(0,0,0,0.9); cursor: default; }

.testcontrol-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.testcontrol-thumbs li {width: 25%; float: left; margin: 0;}
.testcontrol-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.testcontrol-thumbs img:hover {opacity: 1;}
.testcontrol-thumbs .testactive {opacity: 1; cursor: default;}

@media screen and (max-width: 860px) {
  .testdirection-nav .testprev {opacity: 1; left: 0;}
  .testdirection-nav .testnext {opacity: 1; right: 0;}
}


/* testimonial block */
.testimonialblock{
    background:#EAEAEA;
    padding-top:20px;
}

.testimonialblock h1 {
    text-align: center;
}

.paddingcnt h1 {
    font-size:15px;
}
.testimg{
    width:170px;
    height:170px;
    margin:0 auto;
    overflow:hidden;
    padding-top: 20px;
}

.testtext{
    text-align:center;
    margin-top:20px;
    width: 880px;
    margin: 0 auto;
}

.testtitle{
    text-align:center;
    text-transform:uppercase;
    margin-top: 10px;
}

.testsub{
    text-align:center;
    margin:20px 0;
    color:#c7bfbf;
    font-size: 13px;
}

.testtextblock{
    line-height:21px;
    font-size: 13px;
    width:880px;
    float:left;
}

.testblock{
    position:relative;
    padding-bottom: 20px;
    width: 1000px;
    margin: 0 auto;
}
/* end testimonial block */

.testdirection-nav a {width: 35px; height: 52px; margin: -45px 0px 0px; display: block; background: url(mediumarrows.png) no-repeat 0 0; position: absolute; top: 50%; z-index: 10; cursor: pointer; text-indent: -9999px; opacity: 0; -webkit-transition: all .3s ease;}
.testdirection-nav .next {background-position: -56px 0; }
.testdirection-nav .prev {background-position: -3px -1px; }
.testflexslider:hover .testnext {opacity: 0.8; right: 5px;}
.testflexslider:hover .testprev {opacity: 0.8; left: 5px;}

.testblock:hover .testnext {opacity: 0.8; right: 5px;}
.testblock:hover .testprev {opacity: 0.8; left: 5px;}

@media (max-width: 767px) {
.testdirection-nav .testnext {background-position: -56px 0; right: 0px }
.testdirection-nav .testprev {background-position: -3px -1px; left: 0px;}
.testflexslider:hover .testnext {opacity: 0.8; right: 0px;}
.testflexslider:hover .testprev {opacity: 0.8; left: 5px;}

.testblock:hover .testnext {opacity: 0.8; right: 0px;}
.testblock:hover .testprev {opacity: 0.8; left: 0px;}
}	

@media (min-width: 481px) and (max-width: 767px) {
	.testdirection-nav a { top: 45%;}
}

@media (max-width: 480px) {
	.testdirection-nav a { top: 40%;}
}
