/*
 * 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;}

/* Icon Fonts
*********************************/
/* Font-face Icons */

/* FlexSlider Necessary Styles
*********************************/
.flexslider {margin: 0 auto; padding: 0;  }


.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */

.banner .flexslider .slides img {width: ; display: block;}

.bannerA.flexslider .slides img{ width:auto}

.flex-pauseplay span {text-transform: capitalize;}

/* Clearfix for the .slides element */
.slides:after {content: "\0020"; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;}
html[xmlns] .slides {display: block;}
* html .slides {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 .slides > li:first-child {display: block;}

/* FlexSlider Default Theme
*********************************/
.flexslider { margin:0px auto; background:; border:; position: relative; -webkit-border-radius: 4px; -moz-border-radius: 4px; -o-border-radius: 4px; border-radius: 4px; /*-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); -moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); -o-box-shadow: 0 1px 4px rgba(0,0,0,.2); box-shadow: 0 1px 4px rgba(0,0,0,.2); zoom: 1;*/clear:both; }
.banner .flex-viewport { max-height: 2000px; -webkit-transition: all 1s ease; -moz-transition: all 1s ease; -o-transition: all 1s ease; transition: all 1s ease; }

.bannerA .flex-viewport{ min-height:100px !important;}
.bannerA ul li{ width:auto !important}

.loading .flex-viewport { max-height: 300px; }
.flexslider .slides { zoom: 1; }
.carousel li { margin-right: 5px; }

/* Direction Nav */
.flex-direction-nav {*height: 0; 

    left:0px;
	/*width:1000px;*/
	right:0px;
	margin:0 auto;
 }
.flex-direction-nav a  { text-decoration:none; display: block; width: 26px; height: 26px; margin: -20px 0 0; position: absolute;  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: 0px; }
.flex-direction-nav .flex-next { right:0px; text-align: right; }

.newyark .flex-direction-nav .flex-prev { left: 0px; }
.newyark .flex-direction-nav .flex-next { right:0px;  }

.flexslider .flex-prev { opacity: .9; left: 0px; background:url(../images/left.png) no-repeat;  width:48px; height:88px;}
.flexslider .flex-next { opacity: .9; right: 0px; background:url(../images/right.png) no-repeat;  width:48px; height:88px; }

.newyark .flexslider .flex-prev { opacity: .9; left:0px; }


.newyark .flexslider:hover .flex-next { /*opacity: .9;*/ right: 0px; }
.newyark .flexslider .flexslider{ background:url(../images/left.png) no-repeat; width:32px; height:117px;}


.flexslider:hover .flexslider:hover , .flex-prev:hover { font-size: 40px; display: inline-block; background:url(../images/left.png) no-repeat; width:32px; height:117px;  float:left;/* text-indent:-9999*/ }

 .flexslider:hover .flexslider:hover , .flex-prev:hover { font-size: 40px; display: inline-block; background:url(../images/left.png) no-repeat;   width:32px; height:117px;  float:left;/* text-indent:-9999*/ }
 .flexslider:hover .flexslider:hover , .flex-prev:hover { font-size: 40px; display: inline-block; background:url(../images/left.png) no-repeat; width:32px; height:117px;   float:left;/* text-indent:-9999*/ }

.newyark .flexslider:hover .flexslider:hover ,.newyark .flex-prev:hover { font-size: 40px; display: inline-block; background:url(../images/arowleft.png) no-repeat; width:32px; height:117px;  float:left;/* text-indent:-9999*/ }


.flex-next:hover{background:url(../images/right.png) no-repeat;   }

.newyark .flex-next:hover{background:url(../images/right.png) no-repeat;  right:5px}



.flex-direction-nav .flex-disabled { opacity: 0!important; filter:alpha(opacity=0); cursor: default; }

.flex-direction-nav a:before  {  font-size: 40px; display: inline-block; background:url(../images/prev.png) no-repeat; width:26px; height:26px; float:left; /*text-indent:-9999*/}

.flex-direction-nav a.flex-next:before  { content: ; }

/* Pause/Play */
.flex-pauseplay a { display: block; width: 60px; height: 54px; position: absolute; bottom: 5px; left: 10px; opacity: 0.8; z-index: 10; overflow: hidden; cursor: pointer; color: #000; }
.flex-pauseplay a:before  {  font-size: 20px; display: inline-block; content: '\f004'; }
.flex-pauseplay a:hover  { opacity: 1; }
.flex-pauseplay a.flex-play:before { content: '\f003'; }

/* Control Nav */
.flex-control-nav {  position: absolute; bottom:0px;  }
.flex-control-nav li {margin: 0 6px;  zoom: 1;display: inline;}

.flex-control-paging li a {width:4px; height:14px; display: block; background:url(../images/over.png) no-repeat; cursor: pointer; text-indent: -9999px; background-size:100%;   }

.flex-control-paging li a:hover { background:url(../images/hover.png) no-repeat;  background-size:100%; width: 14px; height: 14px;}
.flex-control-paging li a.flex-active { background:url(../images/hover.png) no-repeat; cursor: default; background-size:100%; width: 14px; height: 14px;}
.control .flex-control-nav {    position:absolute !important; z-index:1000000; top:50%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; zoom: 1;display: inline; float:left;}
.control1 .flex-control-paging li a {width:7px; height:7px; display: block; background:url(../images/over.png) no-repeat ; cursor: pointer; text-indent: -9999px; background-size:100%;   }

.control1 .flex-control-paging li a:hover { background:url(../images/hover.png) no-repeat;  background-size:100%; width:7px; height:7px;}
.control1 .flex-control-paging li a.flex-active { background:url(../images/hover.png) no-repeat; cursor: default; background-size:100%; width: 7px; height:7px;}
.arrow1 .flex-prev { opacity: .9; left: 0px; background:url(../images/left.png) no-repeat;  width:21px; height:53px; display:none !important;}
.arrow2 .flex-next { opacity: .9; right:13% !important; position:absolute !important; top:50%; background:url(../images/right.png) no-repeat;  width:21px !important; height:53px !important; }
.arrow3 .flex-prev { opacity: .9; left:-20px; background:url(../images/left1.png) no-repeat;  width:42px !important; height:130px !important; top:22%; }
.arrow4 .flex-next { opacity: .9; right:-20px !important;  top:22%; background:url(../images/right1.png) no-repeat;  width:42px !important; 
height:130px !important; }
.control2 .flex-control-nav { display:none; }
.control3 .flex-control-nav {    position:absolute !important; z-index:1000000; bottom:-15px; right:0% !important; display:block !important;   }
.control3 .flex-control-nav li {margin:0 7px 0 7px !important; zoom: 1;display: inline; float:left;}
.control4 .flex-control-paging li a {width:10px; height:10px; display:block !important; background:url(../images/over1.png) no-repeat ; cursor: pointer; text-indent: -9999px; background-size:100%; position:relative; z-index:999999;   }
.control3 .flex-prev { opacity: .9; left: 0px; background:url(../images/left.png) no-repeat;  width:21px; height:53px; display:none !important;}
.control3 .flex-next { opacity: .9; right:13% !important; position:absolute !important; top:50%; background:url(../images/right.png) no-repeat;  width:21px !important; height:53px !important; display:none !important; }
.control4 .flex-control-paging li a:hover { background:url(../images/hover1.png) no-repeat;  background-size:100%; width:10px; height:10px;}
.control4 .flex-control-paging li a.flex-active { background:url(../images/hover1.png) no-repeat; cursor: default; background-size:100%; width: 10px; height:10px;}
.flex-control-thumbs {margin: 5px 0 0; position: static; overflow: hidden;}
.flex-control-thumbs li {width: 25%; float: left; margin: 0;}
.flex-control-thumbs img {width: 100%; display: block; opacity: .7; cursor: pointer;}
.flex-control-thumbs img:hover {opacity: 1;}
.flex-control-thumbs .flex-active {opacity: 1; cursor: default;}
@media screen and (max-width:1300px) {
.arrow3 .flex-prev { opacity: .9; left:-20px; background:url(../images/left1.png) no-repeat;  width:42px !important; height:130px !important; top:23%; }
.arrow4 .flex-next { opacity: .9; right:-20px !important;  top:23%; background:url(../images/right1.png) no-repeat;  width:42px !important; 
height:130px !important; }	
}

@media screen and (max-width:1070px) {
.arrow3 .flex-prev {left:5px;  background-size:100% !important;  width:20px !important; height:62px !important; top:auto !important; bottom:-70px !important;  }
.arrow4 .flex-next { right:5px !important;  top:auto !important; background-size:100% !important;    width:20px !important; 
height:62px !important;  bottom:-70px !important;}
.control .flex-control-nav {   top:auto; bottom:25%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; }
.arrow1 .flex-prev {  left: 0px;  display:none !important;}
.arrow2 .flex-next { right:13% !important;  top:auto; bottom:19%;   width:21px !important; height:53px !important;  background-size:100% !important; }
}
@media screen and (max-width:820px) {
	.arrow3 .flex-prev {left:5px;  background-size:100% !important;  width:20px !important; height:62px !important; top:auto !important; bottom:-70px !important;  }
.arrow4 .flex-next { right:5px !important;  top:auto !important; background-size:100% !important;    width:20px !important; 
height:62px !important;  bottom:-70px !important;}
.control .flex-control-nav {   top:auto; bottom:7%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; }
.arrow1 .flex-prev {  left: 0px;  display:none !important;}
.arrow2 .flex-next { right:13% !important;  top:auto; bottom:1%;   width:21px !important; height:53px !important;  background-size:100% !important; }

}
@media screen and (max-width:640px) {
	.arrow3 .flex-prev {left:5px;  background-size:100% !important;  width:20px !important; height:62px !important; top:auto !important; bottom:-60px !important;  }
.arrow4 .flex-next { right:5px !important;  top:auto !important; background-size:100% !important;    width:20px !important; 
height:62px !important;  bottom:-60px !important;}
.control .flex-control-nav {   top:auto; bottom:7%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; }
.arrow1 .flex-prev {  left: 0px;  display:none !important;}
.arrow2 .flex-next { right:13% !important;  top:auto; bottom:1%;   width:21px !important; height:53px !important;  background-size:100% !important; }
}

@media screen and (max-width:440px) {
		.arrow3 .flex-prev {left:5px;  background-size:100% !important;  width:20px !important; height:62px !important; top:auto !important; bottom:-60px !important;  }
.arrow4 .flex-next { right:5px !important;  top:auto !important; background-size:100% !important;    width:20px !important; 
height:62px !important;  bottom:-60px !important;}
.control .flex-control-nav {   top:auto; bottom:7%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; }
.arrow1 .flex-prev {  left: 0px;  display:none !important;}
.arrow2 .flex-next { right:13% !important;  top:auto; bottom:1%;   width:11px !important; height:28px !important;  background-size:100% !important; }

}
@media screen and (max-width:340px) {
	.arrow3 .flex-prev {left:5px;  background-size:100% !important;  width:20px !important; height:62px !important; top:auto !important; bottom:-60px !important;  }
.arrow4 .flex-next { right:5px !important;  top:auto !important; background-size:100% !important;    width:20px !important; 
height:62px !important;  bottom:-60px !important;}
.control .flex-control-nav {   top:auto; bottom:9%; right:14% !important; width:110px; padding-right:4px;  }
.control .flex-control-nav li {margin:0 7px 0 7px !important; }
.arrow1 .flex-prev {  left: 0px;  display:none !important;}
.arrow2 .flex-next { right:13% !important;  top:auto; bottom:1%;   width:11px !important; height:28px !important;  background-size:100% !important; }

}
