/*
CSS ITS Mobile

*/
.its_container
{
	max-width: 100%;
}

.its_container *
{
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

.hinweis
{
   padding: 15px;
   font-weight: bold;
}

.space15
{
	margin-bottom: 15px;
}

.space30
{
   margin-bottom: 30px;
}

.text-right
{
	text-align: right;
}

dt
{
	font-weight: bold;
}

dd, dt
{
	line-height: 1.4;
}

.glyphicon {
    position: relative;
    top: 1px;
    display: inline-block;
    font-family: 'Glyphicons Halflings';
    font-style: normal;
    font-weight: 400;
    line-height: 1;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.its_btn {
    display: inline-block;
    padding: 6px 12px;
    margin-bottom: 0;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.42857143;
    text-align: center;
    white-space: nowrap;
    vertical-align: middle;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    background-image: none;
    border: 1px solid transparent;
    border-radius: 4px;
    text-decoration: none;
}

.its_btn-block {
    display: block;
    width: 100%;
}
.its_btn-primary {
    color: #fff;
    background-color: #337ab7;
    border-color: #2e6da4;
}

.its_btn-success {
    color: #fff;
    background-color: #5cb85c;
    border-color: #4cae4c;
}

/* Fahrzeugsuche Filter*/
*
{
  margin: 0;
  padding: 0;
}

.its_form-control {
    display: block;
    width: 100%;
    height: 34px;
    padding: 6px 12px;
    font-size: 14px;
    line-height: 1.42857143;
    color: #555;
    background-color: #fff;
    background-image: none;
    border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
    -webkit-box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    box-shadow: inset 0 1px 1px rgba(0,0,0,.075);
    -webkit-transition: border-color ease-in-out .15s,-webkit-box-shadow ease-in-out .15s;
    -o-transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s,box-shadow ease-in-out .15s;
}

#wrapper_suche
{
   padding: 15px;
   position: relative;  
   border: 1px solid #f2f2f2;
   padding-bottom: 0;
-webkit-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);}

#wrapper_suche h1
{
   color: #FFFFFF;
   font-size: 20px;
   font-weight: bold;
   line-height: 22px;
   text-decoration: underline;
   text-shadow: 1px 1px 1px #535353;
   margin-bottom: 10px;
}

#wrapper_suche select
{
   font-family: inherit;
   color: #505050;
   font-size: 14px;  
   margin-bottom: 10px;
   border-radius: 0;  
}


#wrapper_suche input[type='radio']
{
   margin-left: 10px;
   width: 25px;
}

#wrapper_suche input[type='submit']
{
   width:100%;
   font-size: 14px;
   cursor: pointer;
   border-radius: 0;
   margin-bottom: 15px;
   
}

#wrapper_suche input[type='submit']:hover
{
   border: 1px solid #FFF;
}



/* Ende Fahrzeugsuche Filter*/


/* Fahrzeugliste Liste*/
#wrapper_fzg_liste
{
   position: relative;  
}

.list_fzg
{
   position: relative;
   background: #FFF;
   border: 1px solid #f2f2f2;
   margin-bottom: 10px;
   padding: 15px;
      -webkit-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
   
}

.list_fzg h2
{
   margin-bottom: 10px;
   margin-top: 5px;
}

.fzg_title, .fzg_title:hover, .fzg_title:focus
{
   color: #505050;
   font-size: 24px;
   text-decoration: none;
}

.list_img_box, .list_info_box1, .list_info_box2, .list_info_box3
{
   color: #3e3e3d;
   font-size: 16px;
}

.list_img
{
   border: 0;
   object-fit: cover;
   max-height: 278px;
   margin: 0 auto;
}
.list_info_box1
{
   font-weight: bold;
}


.list_emm_box
{
   clear: both;
   padding-top: 30px;
   
    min-height: 34px;
   line-height: 15px;
}

.list_preis_box {
    float: right;
    padding-left: 15px;
    text-align: right;
}

.list_fzg .list_preis_box
{
   margin-top: 5px;
}

.preis_brutto
{
   color: #505050;
   font-size: 22px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

.preis_netto
{
   color: #605f5e;
   font-size: 18px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

.mwst_text
{
   color: #868686;
   font-size: 14px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;   
}

.btn_new
{
   display: inline-block;
   background-image: linear-gradient(#d72020 0%,#ba0202 100%); 
   box-shadow: 1px 1px 2px #a9a9a9 inset,  
               1px 1px 2px #ffffff;
   padding: 5px 20px 5px 20px;
   color: #FFF;
   font-size: 22px;
   text-shadow: 1px 1px 1px #000;
   margin: -15px -15px 0 0;
   
   
}

.anz_treffer
{
   text-align: right;
}

.seitenwahl
{
   text-align: center;
   min-height: 15px;
   margin: 10px 0;
   
}

.seitenwahl a
{
   color: #3e3e3d;
   font-size: 20px;
   text-shadow: 1px 1px 1px #fff;
   margin-right: 15px;
   text-decoration: none;
   display: inline-block;
   padding: 5px;
   
}

.seitenwahl a.seite_aktiv, .seitenwahl a:hover
{
   font-weight: bold;
   font-size: 20px;
}

.emm_hinweis
{
   color: #868686;
}

.icon_eff
{
    background: url('images/eff.png') no-repeat scroll  rgba(0, 0, 0, 0);
    height: 11px;
    width: 29px;
    margin-left: 3px;
    display: inline-block;
}

.eff-AA 
{
    background-position: 0px -1px;
}
.eff-A 
{
    background-position: -29px -1px;
}
.eff-B 
{
    background-position: -58px -1px;
}

.eff-C 
{
    background-position: -87px -1px;
}

.eff-D 
{
    background-position: -115px -1px;
}

.eff-E 
{
    background-position: -145px -1px;
}

.eff-F 
{
    background-position: -174px -1px;
}

.eff-G 
{
    background-position: -203px -1px;
}


/***** Ende Fahrzeugliste Liste*********/

/***** Fahrzeugliste Grid ********/
.view_mode 
{
	margin: 10px 0 0 0;
}

.view_mode a
{
	font-size: 24px;
	color: #757575;
}

.view_mode a:hover, .view_mode a.active
{
	color: #337ab7;
}



.list_fzg_box
{
	border: 1px solid #ededed;
	text-align: center;
	margin-bottom: 30px;
}

.list_fzg_box .fzg_title 
{
	display: block;
	line-height: 24px;
	padding: 5px 0;
}

.list_fzg_box .fzg_title .sub_title
{
	font-size: 18px;
}

.list_fzg_box .list_preis 
{
	border-radius: 0;
	margin-top: 10px;
}

.list_fzg_box .list_preis .preis_brutto
{
	color: #FFF;
	text-shadow: none;
}

.list_fzg_box .info_wrapper
{
	padding: 10px 15px 0px 15px;
	text-align: left;
	font-size: 14px;
}

.list_fzg_box .list_emm_box
{
	padding-top: 0;
}

@media (min-width: 768px)
{
	.list_fzg_box .list_img_box
	{
		min-height: 241px;
	}

}

@media (min-width: 992px)
{
	.list_fzg_box .list_img_box
	{
		min-height: 250px;
	}

}

@media (min-width: 1200px)
{
	.list_fzg_box .list_img_box
	{
		min-height: 276px;
	}

}

/***** Ende Fahrzeugliste Grid*********/


/***** Fahrzeugliste Bilderliste ********/

.pic_list.list_fzg_box
{
	display: inline-block;
	margin-left: auto;
	margin-right: auto; 
	max-width: 100%;
}

.pic_list .list_img_box
{
	border: 0;
	position: relative;
}


.pic_list .list_img_box .wrapper_bg
{
	background: rgba(0,0,0,0.5);
	position: absolute;
	top:0;
	width: 100%;
	color: #FFF;
}

.pic_list .wrapper_bg 
{
	padding: 5px 10px;
}

.pic_list .wrapper_bg .fzg_title
{
	float: left;
	color: #FFF;
	padding: 0;
}

.pic_list .wrapper_bg .fzg_infos
{
	clear: both;
	color: #FFF;
	text-align: left;
}

.pic_list .wrapper_bg .preis_brutto
{
	float: right;
	color: inherit;
	box-shadow: none;
	text-shadow: none;
	
	
}

.pic_list .list_emm_box
{
	position: absolute;
	display: inline-block;
	bottom: 0;
   left: 0;
   background: rgba(0,0,0,0.4);
   padding: 5px 10px;
   text-align: left;
}

@media (max-width: 500px)
{
	.pic_list .list_emm_box
	{
		font-size:10px;
	}
	
	.pic_list .wrapper_bg .fzg_title
	{
		font-size: 20px;
		line-height: 20px;
	}
	
	.pic_list .wrapper_bg .preis_brutto
	{
		font-size: 18px;
		line-height: 20px;
	}
	

}


/***** Ende Fahrzeugliste Bilderliste ********/

/*****  Fahrzeugdetailansicht *********/

#wrapper_fzg_detail
{
   position: relative;  
}

#detail_fzg {}

#detail_header
{
   padding: 15px;
   position: relative;
   border: 1px solid #f2f2f2;
   margin-top: 15px; 
   margin-bottom: 15px;
   -webkit-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);  
}

#detail_header a, #detail_header a:hover, #detail_header a:focus
{
   color: inherit;
   font-weight: bold;
   font-size: 16px;
   text-decoration: none;
}

#fzg_content
{
   padding: 15px;
   position: relative;
   width: auto;
   border: 1px solid #f2f2f2;
   margin-bottom: 15px;
   -webkit-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
-moz-box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
box-shadow: 0px 6px 15px -10px rgba(0,0,0,0.75);
}

#wrapper_detail_slider
{
   
   position: relative;
   float: none;
   margin: 0 auto;
   max-width: 640px; 
   
}

#detailslider
{
   border: 1px solid #ededed; 
   margin-bottom: 15px;
   overflow: hidden;
   position: relative;
   border-radius: 0;
   
}

#detailslider .clbox_zoom
{
   cursor: -webkit-zoom-in; 
   cursor: -moz-zoom-in;
}



#fzg_content .list_info_box1, #fzg_content  .list_info_box2, #fzg_content  .list_info_box3
{
   float: none;
   margin-bottom: 20px;
}

.wrapper_thumbs .its_row
{
	margin: 0 -5px 5px;
}

.its_row > .lowmargin 
{
    padding-left: 5px;
    padding-right: 5px;
}

.thumbnailcrop {
  position: relative;
  width: 103px;
  height: 103px;
  overflow: hidden;
  float: left;
  margin: 5px;
  -webkit-filter: opacity(.75);
   filter: opacity(.75); 
   transition-property: filter;
   transition-duration: 0.5s;
}

.thumbnailcrop:hover {
  -webkit-filter: opacity(1);
   filter: opacity(1);
   transition-property: filter;
   transition-duration: 0.5s;
}

.thumbnailcrop img {
  position: absolute;
  left: 50%;
  top: 50%;
  height: 100%;
  width: auto;
  -webkit-transform: translate(-50%,-50%);
      -ms-transform: translate(-50%,-50%);
          transform: translate(-50%,-50%);
}
.thumbnailcrop img.portrait {
  width: 100%;
  height: auto;
}



#its_btn_kontakt
{
   border-radius: 0;
   margin-top: 15px;
}

.its_btn_action
{
	width: 100%;
	position: relative;
	color: #FFF;
	display: block;
	margin-bottom: 10px;
	font-weight: bold;
	font-size: 16px;
	color: #FFF;
	
}

.its_btn_action:hover
{
	color: #FFF;
}


.its_btn_action .icon
{
	position: absolute;
	display: block;
	padding: 8px 13px 15px;
	left: 0;
	top: 0;
}




.auftragsnummer
{
   font-size: 14px;
   font-weight: normal;
   line-height: 30px;   
}

#fzg_content hr
{
   border-top. 0;
   border-bottom: 1px solid #f2f2f2;
   height:0;
   margin-top: 20px;
}

#fzg_content h2
{
   color: #3e3e3d;
   font-size: 22px;
   text-shadow: 1px 1px 1px #fff;
   font-weight: bold;
   margin-top: 20px;
   margin-bottom: 18px;   
}

.liste_weitere_daten, .liste_emmission
{
   display: block;
   line-height: 20px;
   min-width: 300px;
   
   
}

.liste_weitere_daten dt, .liste_emmission dt
{
   display: inline-block;
   width: 60%;
   
}

.liste_weitere_daten dd,  .liste_emmission dd
{
   display: inline-block;
   width: 35%;
   margin: 0;
}


.eff_img
{
   float: left;
   margin-top: 20px;
}

.feature_col ul
{
   list-style-type: none;
}

.fahrzeugbeschreibung
{
}

.fahrzeugbeschreibung ul
{
   margin-left: 20px;
}


.wrapper_kontakt .kontakt_daten , .wrapper_kontakt #wrapper_form
{
}

.wrapper_kontakt #wrapper_form
{
}

.wrapper_kontakt .kontakt_daten 
{
}

 #form_anfrage
{
   width: auto;
}

.wrapper_kontakt p
{
   margin-bottom: 15px;
}


.kontakt_daten dt, .kontakt_daten dd
{
   float:left;
}
.kontakt_daten dt
{
   clear: both;
   width: 40px;
}


#form_anfrage .its_form-control
{
	margin-top: 5px;
}

#form_anfrage .form_text, #kontakt_form .form_text
{
  border-radius: 0;
}

#form_anfrage input[type='submit']
{
     margin-top: 10px;
}

#form_anfrage .error, #kontakt_form .error
{
  color: red;
}

#form_anfrage label.error, #kontakt_form label.error
{
  color: red;
  font-size: 16px;
  padding: 4px;
  margin-bottom: 5px;
  display: block;

}

#form_anfrage textarea
{
	min-height: 150px;
}


/***** Ende Fahrzeugdetailansicht *********/

.teaser_img
{
	width: 250px;
	border: 0;
}

.teaser_fzg .fzg_title
{
	font-size: 14px;
}

.teaser_fzg .list_info_box1, .teaser_fzg .list_info_box2, .teaser_fzg .list_info_box3
{
	font-size: 12px;
}

.teaser_fzg .list_emm_box
{
	clear: right;
}


.clear {
    clear: both;
    height: 0;
    line-height: 0;
}


/*
    Colorbox Core Style:
    The following CSS is consistent between example themes and should not be altered.
*/
#colorbox, #cboxOverlay, #cboxWrapper{position:absolute; top:0; left:0; z-index:9999; overflow:hidden;}
#cboxOverlay{position:fixed; width:100%; height:100%;}
#cboxMiddleLeft, #cboxBottomLeft{clear:left;}
#cboxContent{position:relative;}
#cboxLoadedContent{overflow:auto; -webkit-overflow-scrolling: touch;}
#cboxTitle{margin:0;}
#cboxLoadingOverlay, #cboxLoadingGraphic{position:absolute; top:0; left:0; width:100%; height:100%;}
#cboxPrevious, #cboxNext, #cboxClose, #cboxSlideshow{cursor:pointer;}
.cboxPhoto{float:left; margin:auto; border:0; display:block; max-width:none; -ms-interpolation-mode:bicubic;}
.cboxIframe{width:100%; height:100%; display:block; border:0;}
#colorbox, #cboxContent, #cboxLoadedContent{box-sizing:content-box; -moz-box-sizing:content-box; -webkit-box-sizing:content-box;}

/* 
    User Style:
    Change the following styles to modify the appearance of Colorbox.  They are
    ordered & tabbed in a way that represents the nesting of the generated HTML.
*/
#cboxOverlay{background:#000;}
#colorbox{outline:0;}
    #cboxContent{margin-top:0px; overflow:visible; background:#31424a;}
        .cboxIframe{background:#545657;}
        #cboxError{padding:50px; border:1px solid #ccc;}
        #cboxLoadedContent{background:#545657; padding:10px; padding-bottom: 60px;}
        #cboxLoadingGraphic{background:url(images/loading.gif) no-repeat center center;}
        #cboxLoadingOverlay{background:#31424a;}
        #cboxTitle{position:absolute; top:-22px; left:10px; color:#000;}
        #cboxCurrent{position:absolute; bottom:20px; left:10px; color: #ccc;}

        /* these elements are buttons, and may need to have additional styles reset to avoid unwanted base styles */
        #cboxPrevious, #cboxNext, #cboxSlideshow, #cboxClose {border:0; padding:0; margin:0; overflow:visible; text-indent:-9999px; width:46px; height:61px; box-shadow: none; position:absolute; }
        
        /* avoid outlines on :active (mouseclick), but preserve outlines on :focus (tabbed navigating) */
        #cboxPrevious:active, #cboxNext:active, #cboxSlideshow:active, #cboxClose:active {outline:0;}

        #cboxPrevious{background: url('images/backward.png'); bottom: 0px; right: 80px;}
        
        #cboxNext{background: url('images/forward.png'); bottom: 0px; right: 40px;}
        
        #cboxClose{background: url('images/close.png') no-repeat; background-position: center center ; bottom: 0px; right: 0px;}
        
        .cboxSlideshow_on #cboxPrevious, .cboxSlideshow_off #cboxPrevious{right:66px;}
        .cboxSlideshow_on #cboxSlideshow{background-position:-75px -25px; right:44px;}
        .cboxSlideshow_on #cboxSlideshow:hover{background-position:-100px -25px;}
        .cboxSlideshow_off #cboxSlideshow{background-position:-100px 0px; right:44px;}
        .cboxSlideshow_off #cboxSlideshow:hover{background-position:-75px -25px;}

.formbox #cboxLoadedContent
{
	background:#31424a; padding:0;
}

.formbox #cboxClose
{
	background: url('images/close.png');
	width:46px;
	height: 61px;
	top: -15px;
	right: -7px;
	
}

/*
    Ende Colorbox Core Style:
*/


/*
 * jQuery FlexSlider v2.6.3
 * http://www.woothemes.com/flexslider/
 *
 * Copyright 2012 WooThemes
 * Free to use under the GPLv2 and later license.
 * http://www.gnu.org/licenses/gpl-2.0.html
 *
 * Contributing author: Tyler Smith (@mbmufffin)
 *
 */
/* ====================================================================================================================
 * FONT-FACE
 * ====================================================================================================================*/
@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;
}
/* ====================================================================================================================
 * RESETS
 * ====================================================================================================================*/
.flex-container a:hover,
.flex-slider a:hover {
  outline: none;
}
.slides,
.slides > li,
.flex-control-nav,
.flex-direction-nav {
  margin: 0;
  padding: 0;
  list-style: none;
}
.flex-pauseplay span {
  text-transform: capitalize;
}
/* ====================================================================================================================
 * BASE STYLES
 * ====================================================================================================================*/
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li {
  display: none;
  -webkit-backface-visibility: hidden;
}
.flexslider .slides img {
  width: 100%;
  display: block;
}
.flexslider .slides:after {
  content: "\0020";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}
html[xmlns] .flexslider .slides {
  display: block;
}
* html .flexslider .slides {
  height: 1%;
}
.no-js .flexslider .slides > li:first-child {
  display: block;
}
/* ====================================================================================================================
 * DEFAULT THEME
 * ====================================================================================================================*/
.flexslider {
  margin: 0 0 60px;
  background: #fff;
  border: 4px solid #fff;
  position: relative;
  zoom: 1;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  -webkit-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
  box-shadow: '' 0 1px 4px rgba(0, 0, 0, 0.2);
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.loading .flex-viewport {
  max-height: 300px;
}
.carousel li {
  margin-right: 5px;
}
.flex-direction-nav {
  *height: 0;
}
.flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 44px;
  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 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.flex-direction-nav a:before {
  font-family: "flexslider-icon";
  font-size: 36px;
  display: inline-block;
  content: '\f001';
  color: rgba(0, 0, 0, 0.8);
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.3);
}
.flex-direction-nav a.flex-next:before {
  content: '\f002';
}
.flex-direction-nav .flex-prev {
  left: -50px;
}
.flex-direction-nav .flex-next {
  right: -50px;
  text-align: right;
}
.flexslider:hover .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}
.flexslider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
.flexslider:hover .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
.flexslider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}
.flex-direction-nav .flex-disabled {
  opacity: 0!important;
  filter: alpha(opacity=0);
  cursor: default;
  z-index: -1;
}
.flex-pauseplay a {
  display: block;
  width: 20px;
  height: 20px;
  position: absolute;
  bottom: 5px;
  left: 10px;
  opacity: 0.8;
  z-index: 10;
  overflow: hidden;
  cursor: pointer;
  color: #000;
}
.flex-pauseplay a:before {
  font-family: "flexslider-icon";
  font-size: 20px;
  display: inline-block;
  content: '\f004';
}
.flex-pauseplay a:hover {
  opacity: 1;
}
.flex-pauseplay a.flex-play:before {
  content: '\f003';
}
.flex-control-nav {
  width: 100%;
  position: absolute;
  bottom: -40px;
  text-align: center;
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  cursor: pointer;
  text-indent: -9999px;
  -webkit-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -moz-box-shadow: inset 0 0 3px rgba(0, 0, 0, 0.3);
  -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);
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.flex-control-paging li a:hover {
  background: #333;
  background: rgba(0, 0, 0, 0.7);
}
.flex-control-paging li a.flex-active {
  background: #000;
  background: rgba(0, 0, 0, 0.9);
  cursor: default;
}
.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%;
  height: auto;
  display: block;
  opacity: .7;
  cursor: pointer;
  -moz-user-select: none;
  -webkit-transition: all 1s ease;
  -moz-transition: all 1s ease;
  -ms-transition: all 1s ease;
  -o-transition: all 1s ease;
  transition: all 1s ease;
}
.flex-control-thumbs img:hover {
  opacity: 1;
}
.flex-control-thumbs .flex-active {
  opacity: 1;
  cursor: default;
}
/* ====================================================================================================================
 * RESPONSIVE
 * ====================================================================================================================*/
@media screen and (max-width: 860px) {
  .flex-direction-nav .flex-prev {
    opacity: 1;
    left: 10px;
  }
  .flex-direction-nav .flex-next {
    opacity: 1;
    right: 10px;
  }
}


/*
    Ende FlexSlider Style
*/



