/*
 * jQuery FlexSlider v2.2.0
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 */


/* Browser Resets
*********************************/
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav,
.flex-direction-nav {margin: 0; padding: 0; list-style: none;}
 ul.flex-direction-nav.one li:before {
 content: "" !important;
 }
 
ul.flex-direction-nav li:before {
content: "" !important;

}

/* Icon Fonts
*********************************/
/* Font-face Icons */
@font-face {
	font-family: 'flexslider-icon';
	src:url('fonts/flexslider-icon.eot');
	src:url('fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'),
		url('fonts/flexslider-icon.woff') format('woff'),
		url('fonts/flexslider-icon.ttf') format('truetype'),
		url('fonts/flexslider-icon.svg#flexslider-icon') format('svg');
	font-weight: normal;
	font-style: normal;
}

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;width:100%;} /* Hide the slides before the JS is loaded. Avoids image jumping */
/*.flexslider .slides img {width: 100%; display: block;}*/
.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: ""; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {height: 1%;}
.slides li:before {
content: "" !important;

}

/* 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 .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin: 0 0 60px; position: relative; -o-border-radius: 4px; zoom: 1; }
.flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }
.loading .flex-viewport { max-height: 200px; }
.flexslider .slides { zoom: 1;width:100%; }
.carousel li { margin-right: 5px; }

.carousel.two li { margin-right: 0px; }


/*home portfolio styles*/



/* Direction Nav */
/*.flex-direction-nav {*height: 0;}
.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }
.flex-direction-nav .flex-prev { left: -50px; }
.flex-direction-nav .flex-next { right: -50px; text-align: right; }
.flexslider:hover .flex-prev { opacity: 0.7; left: 10px; }
.flexslider:hover .flex-next { opacity: 0.7; right: 10px; }
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover { opacity: 1; }
.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }
.flex-direction-nav a:before  { font-family: "flexslider-icon"; font-size: 40px; display: inline-block; content: '\f001'; }
.flex-direction-nav a.flex-next:before  { content: '\f002'; }*/

/* Direction Nav */
/*.flex-direction-nav {*height: 0;}

.flex-direction-nav a  { text-decoration:none; display: block; width: 40px; height: 40px; margin: -20px 0 0; position: absolute; top: 50%; z-index: 10; overflow: hidden; opacity: 0; cursor: pointer; color: rgba(0,0,0,0.8); text-shadow: 1px 1px 0 rgba(255,255,255,0.3); -webkit-transition: all .3s ease; -moz-transition: all .3s ease; transition: all .3s ease; }*/



/* Direction Nav style 1 */
.flex-direction-nav.one {
position:absolute; 
top:85%;
 width:100%;
 height:40px;
 

 }



.flex-direction-nav.one a {
 position:absolute;
 margin-left:46% !important;
 text-decoration:none;
 display: block; 
 width: 80px; 
 height: 40px; 
 z-index: 10; 
 overflow: hidden;
 opacity: 1; 
 cursor: pointer;
 color:#fff;
/*  background:green; */
 }

.flex-direction-nav.one .flex-prev.one { 
 background:url(pre-arrow-style1.jpg) 0 0 no-repeat;
 position:absolute;
 left:0px;
 top:100%;
}
.flex-direction-nav.one .flex-prev:hover.one { 
opacity:0.6;
   position:absolute;
left:0px;
}

.flex-direction-nav.one .flex-next.one { 
 background:url(next-arrow-style1.jpg) 0 0 no-repeat;
position:absolute;
left:50px;
top:100%;
 }
.flex-direction-nav.one .flex-next:hover.one {
opacity:0.6;
position:absolute;
left:50px
 }



/* Direction Nav style 2 */
.flex-direction-nav.two {*height: 0;}

.flex-direction-nav.two a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 180px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.two .flex-prev.two { 
left:-95px; background:url(pre-arrow-style2.png) 0 0 no-repeat;
}
.flex-direction-nav.two .flex-prev:hover.two { 
left:-95px; background:url(pre-arrow-style2-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.two .flex-next.two { right:-95px; text-align: right; background:url(next-arrow-style2.png) 0 0 no-repeat; }
.flex-direction-nav.two .flex-next:hover.two { right:-95px; text-align: right; background:url(next-arrow-style2-hover.png) 0 0 no-repeat; }



/* Direction Nav style 3 */
.flex-direction-nav.three {*height: 0;}

.flex-direction-nav.three a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 140px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.three .flex-prev.three { 
left:-95px; background:url(pre-arrow-style3.png) 0 0 no-repeat;
}
.flex-direction-nav.three .flex-prev:hover.three { 
left:-95px; background:url(pre-arrow-style3-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.three .flex-next.three { right:-95px; text-align: right; background:url(next-arrow-style3.png) 0 0 no-repeat; }
.flex-direction-nav.three .flex-next:hover.three { right:-95px; text-align: right; background:url(next-arrow-style3-hover.png) 0 0 no-repeat; }


/* Direction Nav style 4 */
.flex-direction-nav.four {*height: 0;}

.flex-direction-nav.four a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 80px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.four .flex-prev.four { 
left:-95px; background:url(pre-arrow-style2.png) 0 0 no-repeat;
}
.flex-direction-nav.four .flex-prev:hover.four { 
left:-95px; background:url(pre-arrow-style2-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.four .flex-next.four { right:-95px; text-align: right; background:url(next-arrow-style2.png) 0 0 no-repeat; }
.flex-direction-nav.four .flex-next:hover.four { right:-95px; text-align: right; background:url(next-arrow-style2-hover.png) 0 0 no-repeat; }
#carrouseltext {display:none;text-indent:-5000px;}


/* Direction Nav style 5 */
.flex-direction-nav.five {*height: 0;}

.flex-direction-nav.five a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: -77px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.five .flex-prev.five { 
left:706px; background:url(pre-arrow-style4.png) 0 0 no-repeat;
}
.flex-direction-nav.five .flex-prev:hover.five { 
left:706px; background:url(pre-arrow-style4-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.five .flex-next.five { right:-14px; text-align: right; background:url(next-arrow-style4.png) 0 0 no-repeat; }
.flex-direction-nav.five .flex-next:hover.five { right:-14px; text-align: right; background:url(next-arrow-style4-hover.png) 0 0 no-repeat; }




/* Direction Nav style 6 */
.flex-direction-nav.six {*height: 0;}

.flex-direction-nav.six a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 180px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.six .flex-prev.six { 
left:-95px; background:url(pre-arrow-style2.png) 0 0 no-repeat;
}
.flex-direction-nav.six .flex-prev:hover.six { 
left:-95px; background:url(pre-arrow-style2-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.six .flex-next.six { right:-95px; text-align: right; background:url(next-arrow-style2.png) 0 0 no-repeat; }
.flex-direction-nav.six .flex-next:hover.six { right:-95px; text-align: right; background:url(next-arrow-style2-hover.png) 0 0 no-repeat; }





/* Direction Nav style 7 */
.flex-direction-nav.seven {*height: 0;}

.flex-direction-nav.seven a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 380px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.seven .flex-prev.seven { 
left:750px; background:url(pre-arrow-style2.png) 0 0 no-repeat;
}
.flex-direction-nav.seven .flex-prev:hover.seven { 
left:750px; background:url(pre-arrow-style2-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.seven .flex-next.seven { 
right:740px; 
text-align: right; 
background:url(next-arrow-style2.png) 0 0 no-repeat;
}
 
.flex-direction-nav.seven .flex-next:hover.seven { 
right:740px; text-align: right; 
background:url(next-arrow-style2-hover.png) 0 0 no-repeat; 
}




/* Direction Nav style 8 */
.flex-direction-nav.eight {*height: 0;}

.flex-direction-nav.eight a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: -72px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.eight .flex-prev.eight { 
left:300px; background:url(pre-arrow-style4.png) 0 0 no-repeat;
}
.flex-direction-nav.eight .flex-prev:hover.eight { 
left:300px; background:url(pre-arrow-style4-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.eight .flex-next.eight { right:-14px; text-align: right; background:url(next-arrow-style4.png) 0 0 no-repeat; }
.flex-direction-nav.eight .flex-next:hover.eight { right:-14px; text-align: right; background:url(next-arrow-style4-hover.png) 0 0 no-repeat; }


/* Direction Nav style 9 */
.flex-direction-nav.nine {*height: 0;}

.flex-direction-nav.nine a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 140px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.nine .flex-prev.nine { 
left:-95px; background:url(pre-arrow-style3.png) 0 0 no-repeat;
}
.flex-direction-nav.nine .flex-prev:hover.nine { 
left:-95px; background:url(pre-arrow-style3-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.nine .flex-next.nine { right:-95px; text-align: right; background:url(next-arrow-style3.png) 0 0 no-repeat; }
.flex-direction-nav.nine .flex-next:hover.nine { right:-95px; text-align: right; background:url(next-arrow-style3-hover.png) 0 0 no-repeat; }




/* Direction Nav style 10 */
.flex-direction-nav.ten {*height: 0;}

.flex-direction-nav.ten a  { width: 40px; height: 40px; position: absolute; top: -75px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer;;}

.flex-direction-nav.ten .flex-prev.ten { 
left:1112px; background:url(pre-arrow-style4.png) 0 0 no-repeat;
}
.flex-direction-nav.ten .flex-prev:hover.ten { 
left:1112px; background:url(pre-arrow-style4-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.ten .flex-next.ten { right:-14px; text-align: right; background:url(next-arrow-style4.png) 0 0 no-repeat; }
.flex-direction-nav.ten .flex-next:hover.ten { right:-14px; text-align: right; background:url(next-arrow-style4-hover.png) 0 0 no-repeat; }




/* Direction Nav style 11 */
.flex-direction-nav.eleven {*height: 0;}

.flex-direction-nav.eleven a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 140px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.eleven .flex-prev.eleven { 
left:-95px; background:url(pre-arrow-style3.png) 0 0 no-repeat;
}
.flex-direction-nav.eleven .flex-prev:hover.eleven { 
left:-95px; background:url(pre-arrow-style3-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.eleven .flex-next.eleven { right:-95px; text-align: right; background:url(next-arrow-style3.png) 0 0 no-repeat; }
.flex-direction-nav.eleven .flex-next:hover.eleven { right:-95px; text-align: right; background:url(next-arrow-style3-hover.png) 0 0 no-repeat; }




/* Direction Nav style 12 */
.flex-direction-nav.twelve {*height: 0;}

.flex-direction-nav.twelve a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 200px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.twelve .flex-prev.twelve { 
left:-95px; background:url(pre-arrow-style2.png) 0 0 no-repeat;
}
.flex-direction-nav.twelve .flex-prev:hover.twelve { 
left:-95px; background:url(pre-arrow-style2-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.twelve .flex-next.twelve { right:-95px; text-align: right; background:url(next-arrow-style2.png) 0 0 no-repeat; }
.flex-direction-nav.twelve .flex-next:hover.twelve { right:-95px; text-align: right; background:url(next-arrow-style2-hover.png) 0 0 no-repeat; }



/* Direction Nav style 13 */
.flex-direction-nav.thirteen {*height: 0;}

.flex-direction-nav.thirteen a  { text-decoration:none; display: block; width: 40px; height: 40px; position: absolute; top: 180px; z-index: 10; overflow: hidden; opacity: 1; cursor: pointer; color:#fff;}

.flex-direction-nav.thirteen .flex-prev.thirteen { 
left:-95px; background:url(pre-arrow-style3.png) 0 0 no-repeat;
}
.flex-direction-nav.thirteen .flex-prev:hover.thirteen { 
left:-95px; background:url(pre-arrow-style3-hover.png) 0 0 no-repeat;
}

.flex-direction-nav.thirteen .flex-next.thirteen { right:-95px; text-align: right; background:url(next-arrow-style3.png) 0 0 no-repeat; }
.flex-direction-nav.thirteen .flex-next:hover.thirteen { right:-95px; text-align: right; background:url(next-arrow-style3-hover.png) 0 0 no-repeat; }



 .flex-direction-nav.one img{ 
overflow:hidden;
-webkit-border-radius:50px !important;
-moz-border-radius:50px !important;
border-radius:50px !important;
width:100px !important;
height:100px !important;
	
}














