/*  
Theme Name: Astraia | Fachanwälte München
Theme URI: www.astraia.legal
Version: 1.0
Author: Veronika Sattler
Author URI: http://websache.de
*/

/* --------------------------------------------------------------------------------------------
-----------------------------------------------------------------------------------------------

	INHALT:
	
	1. BASICS
		1.1. HTML5
		1.2. Reset
		1.3. Basics
			1.3.1. Links
			1.3.2. Listen
			1.3.3. Typographie
			1.3.4. Formulare
			1.3.5. Media
			1.3.6. Media
		1.4. Sprungmarken
		1.5. Icons
	2. SEITENSTRUKTUR 
	3. MEDIA QUERIES

/* 1. BASICS
-----------------------------------------------------------------------------------------------
===============================================================================================*/

@font-face {
  font-family: 'Nanum Myeongjo';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.eot'); /* IE9 Compat Modes */
  src: local(''),
       url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/css/fonts/nanum-myeongjo-v15-latin-regular.svg#NanumMyeongjo') format('svg'); /* Legacy iOS */
}



@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 400;
  src: url('../../files/layout/css/fonts/dosis-v7-latin-regular.eot'); /* IE9 Compat Modes */
  src: local('Dosis Regular'), local('Dosis-Regular'),
       url('../../files/layout/css/fonts/dosis-v7-latin-regular.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/css/fonts/dosis-v7-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/css/fonts/dosis-v7-latin-regular.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/css/fonts/dosis-v7-latin-regular.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/css/fonts/dosis-v7-latin-regular.svg#Dosis') format('svg'); /* Legacy iOS */
}


@font-face {
  font-family: 'Dosis';
  font-style: normal;
  font-weight: 700;
  src: url('../../files/layout/css/fonts/dosis-v7-latin-700.eot'); /* IE9 Compat Modes */
  src: local('Dosis Bold'), local('Dosis-Bold'),
       url('../../files/layout/css/fonts/dosis-v7-latin-700.eot?#iefix') format('embedded-opentype'), /* IE6-IE8 */
       url('../../files/layout/css/fonts/dosis-v7-latin-700.woff2') format('woff2'), /* Super Modern Browsers */
       url('../../files/layout/css/fonts/dosis-v7-latin-700.woff') format('woff'), /* Modern Browsers */
       url('../../files/layout/css/fonts/dosis-v7-latin-700.ttf') format('truetype'), /* Safari, Android, iOS */
       url('../../files/layout/css/fonts/dosis-v7-latin-700.svg#Dosis') format('svg'); /* Legacy iOS */
}

/* 1.1. HTML 5
-----------------------------------------------------------------------------------------------*/
article, aside, details, figcaption, figure, footer, header, hgroup, nav, section { display: block; }

/* 1.2. Reset
-----------------------------------------------------------------------------------------------*/
html, body, body div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, figure, footer, header, hgroup, menu, nav, section, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	font-size: 100%;
	vertical-align: baseline;
	background: transparent;
	}
.hidden {display: none;}
.invisible {
	display: none;
	}
.inside	{
	width: 92%;
	max-width: 1300px;
	margin:auto;
	position: relative;
	}
.inside:after {
    content: ".";
    clear: both;
    display: block;
    visibility: hidden;
    height: 0px;
}
/* 1.3. Allgemeines
-----------------------------------------------------------------------------------------------*/
body {
	font-family: 'Dosis', sans-serif;
	color:#474842;
	font-size: 1em;
	line-height: 1.6;
	}
/* 1.3.1. Links
-----------------------------------------------------------------------------------------------*/
a {text-decoration:none; color: #b0976c;}
a:visited {text-decoration:none;}
a:visited, a:hover, a:focus, a:active {color: }
a:focus {text-decoration: underline;}
a:hover, a:active { outline: 0; }

/* 1.3.2. Listen
-----------------------------------------------------------------------------------------------*/
ul {list-style: none;}
ol {list-style: decimal outside;}

/* 1.3.3. Typographie
-----------------------------------------------------------------------------------------------*/
p {
	padding-bottom: 20px;
	}
h1,h2 {
	font-weight: 400;
	font-family: 'Nanum Myeongjo', serif;
	line-height: 1.1;
	}
h1 {
	color:#b0976c;
	font-size: 230%;
	margin-bottom: 35px;
	text-align: center;
	}
.imprint h1 {
	text-align: left;
	font-size: 160%;
	margin-bottom: 20px;
}
h1:after {
	content:'';
	display: block;
	width: 120px;
	height: 1px;
	margin: 10px auto 10px auto;
	background:#b0976c;
	}
.imprint h1:after {
	display: none;
	}
h2 {
	color:#b0976c;
	font-size: 140%;
	margin-bottom: 30px;
	text-align: center;
	}
.imprint h2 {
	text-align: left;
	font-size: 125%;
	margin-bottom: 15px;
}
h3 {
	color:#b0976c;
	font-size: 115%;
	font-weight: normal;
	margin-bottom: 10px;
	}
.imprint h3 {
	text-align: left;
	font-size: 115%;
	margin-bottom: 10px;
	
}


/*1.3.4. Formulare
-----------------------------------------------------------------------------------------------*/
.flexwrap {
	display: flex;
	flex-wrap: wrap;
	flex-direction: row-reverse;
}
.ce_form {
	width: 60%;
	}
label {
	display: block;
	}
input, textarea {
	border: thin dotted #b0976c;
	width: 100%;
	box-sizing:border-box;
	font-family: 'Dosis', sans-serif;
	color:#474842;
	font-size: 0.95em;
	line-height: 1.6;
	padding: 7px 0;
	text-indent: 10px;
	}
input:focus, textarea:focus {
	border-style: solid;
	}	
.widget {
	margin-bottom: 15px;
	}		
input[type="submit"] {
	cursor:pointer;
	background: none;
	font-family: 'Forum', serif;
	text-transform: uppercase;
	border: 1px solid #b0976c;
	background: #b0976c;
	padding: 4px 15px;
	float: right;
	width: auto;
	display: block;
	margin-top: 20px;
	color:#ffffff;
	text-indent:0;
	}
input[type="submit"]:hover, input[type="submit"]:focus {
	background: none;
	color:#b0976c;
	}	
.error p {}

/*1.3.5. Media
-----------------------------------------------------------------------------------------------*/
img {
	width: 100%;
	max-width: 100%;
	height: auto;
	}

/* 2. SEITENSTRUKTUR
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 2.1. Header
-----------------------------------------------------------------------------------------------*/
#header {
	position: relative;
	background:#ffffff;
	padding: 35px 0;
	line-height: 1.1;
	z-index:1000;
	}
.border #header {
	border-bottom: 3px solid #f8f7f3;
	margin-bottom: 40px;
	}	
#header a {
	color:#474842;
	padding-bottom: 5px;
	}
#header a:hover, #header a:focus, #header a.trail {
	color:#b0976c;
	padding-bottom: 5px;
	border-bottom: 1px solid transparent;
	}
#header strong, #pageheader a.trail.first {
	display: inline-block;
	color:#b0976c;
	border-bottom-color:#b0976c;
	font-weight: normal;
	}
#logo {
	float: left;
	width: 150px;
	}
#navi_main {
	float: right;
	margin-top: 30px;
	}
#navi_main  li {
	position: relative;
	display: inline-block;
	margin-left: 30px;
	}
#navi_main .level_2 {
	position: absolute;
	padding-top: 45px;
	left:-20px;
	width: 200px;
	height: auto;
	max-height: 0px;
	overflow: hidden;
	transition: all 0.8s ease;
	}
#navi_main .level_2.show {
	max-height: 400px;
	}
#navi_main .level_2 li { 
	padding: 10px 20px;
	display: block;
	margin-left:0px;
	background: #fff;
	font-size: 92%;
}
#navi_main .level_2 li:before {
	content:'↗';
	color:#b0976c;
	margin-right: 4px;
}
#navi_main .level_2 li:first-child {
	border-top: 3px solid #b0976c;
	padding-top: 30px;
}
#navi_main .level_2 li:last-child {
	padding-bottom: 30px;
}

@keyframes topBar_open {
  0% { transform: translateY(0px) rotate(0deg) ; width: 50px; }
  10% {transform: translateY(0px)translateX(4px) rotate(0deg); width: 50px; }
  50% {transform: translateY(-4px)translateX(6px) rotate(35deg); width: 30px; }
  75% {transform: translateY(-8px)translateX(8px) rotate(35deg); width: 30px; }
  100% {transform: translateY(-12px)translateX(14px) rotate(45deg); width: 30px; }
}

@keyframes bottomBar_open {
  0% { transform: translateY(0px) rotate(0deg) ; width: 50px; }
  10% { transform: translateY(0px)translateX(4px) rotate(0deg) ; width: 50px; }
  60% {transform: translateY(-2px)translateX(-6px) rotate(-25deg); width: 30px; }
  75% {transform: translateY(-3px)translateX(-8px) rotate(-35deg); width: 30px; }
  100% {transform: translateY(-4px)translateX(-14px) rotate(-45deg); width: 30px; }
}

@keyframes menuLabel_open {
  0% { transform: translateY(0px); opacity: 1; }
  25% {transform: translateY(-18px); }
  45% {transform: translateY(44px); opacity: 1; }
  48% {transform: translateY(50px); opacity: 0; }
  100% {transform: translateY(30px); opacity: 0; }
}
@keyframes topBar_close {
  0% {transform: translateY(-12px)translateX(14px) rotate(45deg); width: 30px;}
  35% {transform: translateY(-8px)translateX(8px) rotate(35deg); width: 30px;}
  53% {transform: translateY(-4px)translateX(6px) rotate(35deg); width: 30px; }
  70% {transform: translateY(0px)translateX(4px) rotate(0deg); width: 50px; }
  100% {transform: translateY(0px) rotate(0deg) ; width: 50px;}
}

@keyframes bottomBar_close {
  0% {transform: translateY(-4px)translateX(-14px) rotate(-45deg); width: 30px; }
  35% {transform: translateY(-3px)translateX(-8px) rotate(-35deg); width: 30px; }
  53% {transform: translateY(-2px)translateX(-6px) rotate(-25deg); width: 30px;}
  68% { transform: translateY(0px)translateX(4px) rotate(0deg) ; width: 50px;  }
  100% { transform: translateY(0px) rotate(0deg) ; width: 50px;  }
}

@keyframes menuLabel_close {
  0% {transform: translateY(30px); opacity: 0; }
  5% {transform: translateY(25px); opacity: 1; }
  25% {transform: translateY(-30px); opacity: 1; }
  37% {transform: translateY(-22px); opacity: 1; }
  45% {transform: translateY(-22px); opacity: 1; }
  58% {transform: translateY(8px) rotate(-10deg); opacity: 1; }
  83% {transform: translateY(-6px) rotate(0deg); opacity: 1; }
  100% { transform: translateY(0px); opacity: 1; }
}

.menu_open {
  cursor: pointer;
  z-index: 100;
  right:0px;
  display: none;
  position: absolute;
  text-align: center;
  width: 50px;
  height: 65px;
  border:0px;
  background: 0px;
  padding:0px;
  margin-top: -20px;	
}
.menu_open:before,
.menu_open:after {
    content: '';
    width: 100%;
    height: 3px;
    background-color: #b0976c;
    display: block;
    position: absolute;
    border-radius: 20px;
  }
.menu_open:before {
     transform-origin: left center;
  }
.menu_open:after {
    right: 0;
    top: 25px;
    transform-origin: right center;
  }
.textlabel {
	font-family:inherit;
	display: block;
	color:#b0976c;
	text-transform:uppercase;
	position: absolute;
	bottom: 0;
	font-size: 15px;
	letter-spacing: 2px;
}
.menu_open.open:before {    
	animation: topBar_open 0.3s ease-in-out;
	animation-fill-mode: forwards;
	}
.menu_open.open:after {    
	animation: bottomBar_open 0.3s ease-in-out;
	animation-fill-mode: forwards;
	}
.menu_open.open .textlabel {
  animation: menuLabel_open 1s ease-in;
  animation-fill-mode: forwards;
}
    
.menu_open.close:before {    
      nimation: topBar_close 0.3s ease-in-out;
      animation-fill-mode: forwards;
    }
.menu_open.close:after {    
      animation: bottomBar_close 0.3s ease-in-out;
      animation-fill-mode: forwards;
    }    
.menu_open.close .textlabel {
	animation: menuLabel_close 1s ease-in;
	animation-fill-mode: forwards;
	}


/* 2.2. Container
-----------------------------------------------------------------------------------------------*/			.imprint #container {
	border-top: thin solid #ebe8da;
	padding-top: 50px;
	}
			
#container {
	clear: both;
	padding-bottom: 50px;
	}
.ce_text ul {
	padding-left: 23px;
	margin-bottom: 20px;
	}	
.ce_text li {
	text-indent:-11px;
	}	
.ce_text li:before {
	content:'■';
	display: inline-block;
	color: #b0976c;
	vertical-align: 2px;
	margin-right: 10px;
	} 

/* 2.2.1 Media
-----------------------------------------------------------------------------------------------*/	
.slider {
	background:#f8f7f3;
	overflow: hidden;
	padding: 30px 0;
	position: relative;
	color:#b0976c;
	margin-bottom: 50px;
	}
.slider figure {
	width: 92%;
	max-width: 1300px;
	margin:auto;
	}
.slider figcaption {
	position: absolute;
	bottom: -40px;
	font-size: 110%;
	}	
.slider {
	padding: 50px 0 70px 0;
	}			
.float_left  {
	max-width: 38%;
	margin-right: 7%;
	border-radius: 50%;
	}
.float_right, .float_below {
	max-width: 38%;
	margin-left: 7%;
	border-radius: 50%;
	}
.textwrap {
	width: 55%;
}
.float_left img, .float_right img, .float_below img   {
	border-radius: 50%;
	}	

.map .float_below {
	max-width: none;
	margin-left:0;
}
.map .float_below img {
	border-radius: 0px;
}

/* 2.2.2 Textfelder
-----------------------------------------------------------------------------------------------*/			
.beige {
	background:#f8f7f3;
	padding: 60px 0px;
	overflow: hidden;
}
.beige .inside {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.beige.reverse .inside {
	flex-direction: row-reverse;
}
.center {
	padding: 20px 0 70px;
	max-width: 900px;
	text-align: center;
	}
.center h2 {
	text-align: center;
	text-transform: none;
}


/* 2.2.3 Teaser
-----------------------------------------------------------------------------------------------*/			
.teaserholder {
	position: relative;
	overflow: hidden;
	padding: 50px 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	}
.teaser {
	position: relative;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#f8f7f3;
	width: 31%;
	padding: 2rem 3rem;
	}
.teaser.sans {
	margin-right: 0;
	}	
.teaser h2 {
	text-align: center;
	border-bottom: 1px solid #b0976c;
	padding-bottom: 10px;
	padding-top:0;
	margin-bottom: 20px;
	}	
.more {
	font-family: 'Nanum Myeongjo', serif;
	text-transform: uppercase;
	border: 1px solid #b0976c;
	padding: 4px 7px;
	width: auto;
	display: inline-block;
	margin-top: 20px;
	font-size: 90%;
	}	
.teaser .more {
	position: absolute;
	bottom: 20px;
}
.teaser .more:hover, .teaser .more:focus {
	background: #b0976c;
	color:#ffffff; 
	}
.info {
	color: #b0976c;
	display: block;
	margin-bottom: 15px;
	}
.info a {
	color:#474842;
	}			
.info a:hover, .info a:focus {
	color:#b0976c;
	}		
.teaser strong {
	color: #b0976c;
}

/* 2.2.4 Sidebar
-----------------------------------------------------------------------------------------------*/			
.teaser_sidebar h2 {
	border-bottom: 1px solid #b0976c;
	padding-bottom: 10px;
	margin-bottom: 20px;
	}
.teaser_sidebar {
	margin-top: 50px;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	background:#f8f7f3;
	width: 31%;
	float: right;
	padding: 40px 20px 30px 20px;
	margin-left: 3.5%;
	position: relative;
	}
.teaser_sidebar.sans {
	margin-top:12px;
	}	
.main_half {
	position: relative;
	padding: 50px 0;
	width: 65.5%;
	float: left;
	}
		
/* 2.2.5 Accordeon
-----------------------------------------------------------------------------------------------*/
h2.toggler {
	text-transform: none;
	font-size: 120%;
	border-bottom:  1px solid #b0976c;
	padding: 7px 25px 7px 0;
	cursor:pointer;
	text-align: left;
	}
h2.toggler::after {
    content: "+";
    display: inline-block;
    font-size: 170%;
	margin-top:-5px;
    position: absolute;
    right: 10px;
}
h2.toggler.ui-state-active::after {
    content: "−";
}	
.accordion {
	padding: 10px 0;
	}	

/* 2.2.6 Paginierung
-----------------------------------------------------------------------------------------------*/
.pagination {
	margin-top: 40px;
	overflow: hidden;
	}
#container  .pagination ul {
	padding-left: 0;
	width: 100%;
	}	
#container .pagination li {
	text-indent: 0;
	float: left;
	}
#container .pagination li.next {
	float: right;
	}		
#container .pagination li:before {
	content:'';
	display: inline-block;
	color: #b0976c;
	vertical-align: 0px;
	margin-right: 0px;
	} 	

/* 2.2.7 Galerie
-----------------------------------------------------------------------------------------------*/
.gallery ul {
	padding-left: 3%;
	display: flex;
	flex-wrap: wrap;
	padding: 50px 0px;
}
.gallery li {
	width:31.33%;
	margin-left: 3%;
	text-align: center;
}
.gallery figure {
	max-width: 350px;
	margin:auto;
	position: relative;
	border-radius: 50%;
} 
.gallery img {
	border-radius: 50%;
	margin-bottom: 2rem;
}
.gallery img:hover {
	filter: grayscale(80%);
}

/* 2.3. Footer
-----------------------------------------------------------------------------------------------*/			
#footer {
	background:#000000;
	padding: 40px 0;
	color:#b0976c;
	}
#footer img {
	width: 140px;
	margin-bottom: 20px;
	}	
.left {
	float: left;
	}
.right {
	float: right;
	} 
#footer .float_left {
	float: left;
	margin-right: 100px;
	}		
	
/* 3. MEDIA QUERIES
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/*3.1. unter Tablett quer
-----------------------------------------------------------------------------------------------*/
@media only screen and (max-width: 1023px) {
	.menu_open {
		display: block;
		z-index:200;
		}
	#navi_main {
		position: fixed;
		background: #000000;
		width: 200px;
		height: 100%;
		z-index: 100;
		right: 0;
		top:0;
		margin-top: 0;
		padding-top: 100px;
		padding-left: 40px;
		margin-right:-800px;
		transition: all 0.5s ease;
		}
	#navi_main.show {
		margin-right: 0;
		}	
	#navi_main  li {
		display: block;
		margin-left: 0px;
		margin-bottom: 10px;
		}	
	#header a {
		color: #b0976c;
	}
	#header span.trail {
		border: none;
		}
	#navi_main .level_2 {
		position: relative;
		padding:0px;
	}
	#navi_main .level_2 li,  #navi_main  .level_2 li:last-child,	#navi_main .level_2 li:first-child  {
		border: none;
		background: none;
		padding: 4px 20px;
		border: none;
	}
	#navi_main .level_2 li:first-child  {
		padding-top:20px;
	}
	.teaser {
		width: 100%;
		float: left;
		margin-bottom: 20px;
		padding-bottom: 40px;
		position: relative;	
		}
	.teaser_sidebar {
		display: none;
		}
	.teaser_sidebar.sans {
		width: 100%;
		display: block;
		margin-top:-30px;
		margin-bottom: 25px;
		}	
	.main_half, form {
		width: 100%;
		float: none;
		}
}

@media only screen and (max-width: 767px) {
.float_left, .float_right, .float_below  {
	max-width: 350px;
	margin: 20px auto;
	}
.textwrap {
	width: 100%;
}
.gallery li {
	width:100%;
	margin-left: 0;
	margin-bottom: 20px;
}	
}

@media only screen and (max-width: 600px) {
h1 {
	font-size: 165%;
}
h2 {
	font-size: 145%;
}	
.left, .right, #footer .float_left {
	float: none;
	margin-right: 0;
	}
}

/* 4. PLUGINS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 4. PLUGINS
-----------------------------------------------------------------------------------------------
===============================================================================================*/
/* 4.1. Flexslider
-----------------------------------------------------------------------------------------------*//*
 * jQuery FlexSlider v2.7.2
 * https://www.woocommerce.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('../../files/layout/css/fonts/flexslider-icon.eot');
  src: url('../../files/layout/css/fonts/flexslider-icon.eot?#iefix') format('embedded-opentype'), url('../../files/layout/css/fonts/flexslider-icon.woff') format('woff'), url('../../files/layout/css/fonts/flexslider-icon.ttf') format('truetype'), url('../../files/layout/css/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;
}
@-moz-document url-prefix() {
  .loading .flex-viewport {
    max-height: none;
  }
}
.carousel li {
  margin-right: 5px;
}
.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 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: 40px;
  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: 92%;
 max-width: 1300px;
 position: absolute;
 bottom: 20px;
 display: flex;
 justify-content: flex-end;	
 left: 50%;
 transform:translateX(-50%);	
	
}
.flex-control-nav li {
  margin: 0 6px;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.slider .flex-control-nav li:before {
  display: none !important;
}
.flex-control-paging li a {
  width: 11px;
  height: 11px;
  display: block;
  background: none;
  cursor: pointer;
  text-indent: -9999px;
  border: 1px solid #b0976c;	
}
.flex-control-paging li a:hover {
  background: #b0976c;
}
.flex-control-paging li a.flex-active {
  background: #b0976c;
 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;
  }
}

