/* Template-specific stuff
 *
 * Customizations just for the template; these are not necessary for anything
 * with disabling the responsiveness.
 */

/* Account for fixed navbar */
header, footer, section, aside, nav, article { display: block;}

html {font-size: 62.5%;}

html, body { height:100%;}

body {
	background-color: #fdf8f3;
	font-size: 1.3rem;
	line-height: 1.5;
	font-family: 'Merriweather', serif;
	color:#918271;
  	padding: 0px;
  	margin:0;
	min-width: 920px;
	background-image: url('../images/background.jpg');
    background-repeat: no-repeat;
    background-attachment: fixed;
    background-position: center; -webkit-transition: opacity 1s ease;
	}


.container {
  width: 920px;
  max-width: none !important;
}


#space { 
	width:1px;
	height:50%;
	margin-bottom:-270px; /* die hälfte der inhals's höhe */
	float:left;
	}	
#section_page {
    width: 920px;
	height:400px;
	border: 0px solid #bbb;
	padding: 0px;
    margin: 0 auto;
    position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	overflow: visible;
	}
#space_home { 
	width:1px;
	height:50%;
	margin-bottom:-300px; /* die hälfte der inhals's höhe */
	float:left;
	}	
#section_home {
    width: 920px;
	height:600px;
	border: 0px solid #bbb;
	padding: 0px;
    margin: 0 auto;
    position:relative; /* hebt den inhalt vor den space  */
	clear:left; /* hebt das float vom space auf  */
	overflow: visible;
	}

#section_home .container-logo {height: 50px; margin-top: 30px; position: absolute; right: 0; top: 0;}
#section_home .logo {width: 100%; height: auto;}
#section_home .logo img {width: 100%; height: auto;}

#section_home .container-content-main {height: 550px;margin-bottom: 0;}
#section_home .menu .menu-title {width: 100%; height: 25px; background: #d4cbbb; color: #ffffff; margin: 0 0; position: relative; float: left; font-size: 1.5rem; padding: 3px 10px; font-weight: 300; text-transform: uppercase; }
#section_home .menu .menu-title.menu-title-active {background: #b3987d; }
#section_home .menu .menu-image {width: 100%; height: 200px; margin: 0 0; position: relative; float: left; }


#section_home .home_kunstwerke_abstrakt.container-content-main {height: 550px;margin-bottom: 0;background: url(../images/background_home_kunstwerke_4.png) repeat-x 0px -125px;}
#section_home .home_kunstwerke_abstrakt .menu {padding-top: 130px;}
#section_home .home_kunstwerke_abstrakt .menu #abstrakt {background: url(../images/menu_abstrakt.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

#section_home .home_kunstwerke_akt.container-content-main {height: 550px;margin-bottom: 0;background: url(../images/background_home_kunstwerke_3.png) repeat-x 0 -125px;}
#section_home .home_kunstwerke_akt .menu {padding-top: 75px;}
#section_home .home_kunstwerke_akt .menu #akt {background: url(../images/menu_akt.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

#section_home .home_kunstwerke_popart.container-content-main {height: 550px;margin-bottom: 0;background: url(../images/background_home_kunstwerke_2.png) repeat-x 0 -110px;}
#section_home .home_kunstwerke_popart .menu {padding-top: 195px;}
#section_home .home_kunstwerke_popart .menu #popart {background: url(../images/menu_popart.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }

#section_home .home_kunstwerke_mini.container-content-main {height: 550px;margin-bottom: 0;background: url(../images/background_home_kunstwerke_1.png) repeat-x 0 -110px;}
#section_home .home_kunstwerke_mini .menu {padding-top: 135px;}
#section_home .home_kunstwerke_mini .menu #mini {background: url(../images/menu_minis.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }


#section_home .menu .menu-image  {height: 200px;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
    overflow: hidden;}
#section_home .menu:hover .menu-image {height: 220px;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;}
	

#section_home .menu .menu-title  { background: #d4cbbb;
    -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
    overflow: hidden;}
#section_home .menu:hover .menu-title { background: #b3987d;
    -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;}


#section_home .container-content-image {height: 550px;margin-bottom: 0;}
#section_home .container-content-image .images-lg {width: 100%; height: 385px;}
#section_home .container-navigation {height: 540px;display: table; padding-top: 5px; }
#section_home .container-navigation nav {position: relative; height: 85px;  width: 100%;display: table-cell; vertical-align: middle;}

#section_home .container-content-bottom {height: auto; position: absolute; bottom: 20px; left: 0; }


#section_page .container-logo {height: 50px; margin-bottom: 50px; }
#section_page .logo {width: 100%; height: auto;}
#section_page .logo img {width: 100%; height: auto;}

#section_page .container-content-main {height: 285px;margin-bottom: 25px;}
#section_page .container-content-image {height: 285px;margin-bottom: 25px;}
#section_page .container-content-image .images-lg {width: 100%; height: 285px;}
#section_page .container-navigation {height: 285px;margin-bottom: 25px;display: table;}
#section_page .container-navigation nav {position: relative; height: 85px; margin-top: 100px; width: 100%;display: table-cell; vertical-align: middle;}
nav ul {width: auto; padding: 0;}
nav ul li {list-style: none;
font-size: 1.6rem;
line-height: 1;
text-transform: uppercase;
  text-align: left;
  margin: 0;
  padding: 0; }
nav ul li a, nav ul li a:visited {
  display: block;
  font-weight: 300;
  text-decoration: none;
  color: #918271;
  padding: 0.35rem 0;
}
nav ul li.active a,
nav ul li a:hover {
  font-weight: 700;
  text-decoration: none;
  color: #918271;
}
#section_page .container-content-bottom {height: 90px; }

.slides_loader {background: url(../images/loader.gif); background-position: center center; -webkit-background-size: 44px 44px; -moz-background-size: 44px 44px; -o-background-size: 44px 44px; background-size: 44px 44px; background-repeat: no-repeat;}

footer {position: absolute; bottom: 0; width: 100%;}
footer .col-xs-2 {padding: 0 10px;}
footer .menu {width: 100%; height: 55px; background: none; color: #ffffff;position: absolute; left: 0; bottom: 0px; padding: 0 10px; }
footer .menu:hover {width: 100%; height: 85px; color: #ffffff; background: ;bottom: 0px; -webkit-transform: translate(0,0);
    -moz-transform: translate(0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate(0,0);
    transform: translate(0,0);}
footer .menu .menu-title {width: 100%; height: 25px; background: #d4cbbb; color: #ffffff; margin: 0 0; position: relative; float: left; font-size: 1.5rem; padding: 3px 10px; font-weight: 300; text-transform: uppercase; }
footer .menu .menu-title.menu-title-active {background: #b3987d; }
footer .menu .menu-image {width: 100%; height: 30px; margin: 0 0; position: relative; float: left; }
footer .menu #abstrakt {background: url(../images/menu_abstrakt.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
footer .menu #akt {background: url(../images/menu_akt.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
footer .menu #popart {background: url(../images/menu_popart.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }
footer .menu #mini {background: url(../images/menu_minis.jpg); background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover; }


footer .menu {height: 55px; cursor: pointer;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
    overflow: hidden;}
footer .menu:hover  {height: 80px;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;}

footer .menu .menu-title  { background: #d4cbbb;
    -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;
    overflow: hidden;}
footer .menu:hover .menu-title { background: #b3987d;
    -webkit-transition: background 0.4s ease-in-out;
	-moz-transition: background 0.4s ease-in-out;
	-o-transition: background 0.4s ease-in-out;
	-ms-transition: background 0.4s ease-in-out;
	transition: background 0.4s ease-in-out;}

footer .menu .menu-image  {height: 30px;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;
    overflow: hidden;}
footer .menu:hover .menu-image {height: 55px;
    -webkit-transition: height 0.4s ease-in-out;
	-moz-transition: height 0.4s ease-in-out;
	-o-transition: height 0.4s ease-in-out;
	-ms-transition: height 0.4s ease-in-out;
	transition: height 0.4s ease-in-out;}


h1 {font-size: 2.8rem;padding: 0 !important; margin: 10px 0 !important;}
h2 {font-size: 2.4rem;padding: 0 !important; margin: 10px 0 !important;}
h3 {font-size: 1.8rem;padding: 0 !important; margin: 10px 0 !important;}
h4 {font-size: 1.6rem;padding: 0 !important; margin: 5px 0 !important;}
p {margin: 0 !important;}
a, a:visited {opacity: 1; color: #918271; text-decoration: none;}
a:hover {opacity: 0.8; color: #918271; text-decoration: none;}

a.textlink , a.textlink:visited {opacity: 1; color: #918271; text-decoration: underline;}
a.textlink:hover {opacity: 0.8; color: #918271; text-decoration: underline;}


/* SIMPLE LIGHTBOX - START */
/*****************************************/
.sl-overlay { background:#fdf8f3; bottom: 0; display: none; left: 0; opacity: 1; position: fixed; right: 0; top: 0; z-index: 1006;  }
.sl-wrapper { z-index: 1000;  }
.sl-wrapper button { background: transparent; border: 0 none; cursor: pointer; font-size: 24px; padding: 0; outline: none; color: #d4cbbb; }
.sl-wrapper button:hover { opacity: 1; outline: none; color: #b3987d; }
.sl-wrapper .sl-close { display: none; position: fixed; right: 30px; top: 20px; z-index: 1015; color: #d4cbbb;  }
.sl-wrapper .sl-info { display: block; position: fixed; right: 80px; top: 20px; z-index: 1015; color: #d4cbbb;  }
.sl-wrapper .sl-counter { display: none; left: 30px; position: fixed; top: 20px; z-index: 1015; color: #b3987d;  }
.sl-wrapper .sl-navigation { display: none; width: 100%;  }
.sl-wrapper .sl-navigation button { display: block; height: 30px; line-height: 30px; margin-top: -10px; position: fixed; text-algin: center; top: 50%; width: 30px; z-index: 1015; color: #d4cbbb;  }
.sl-wrapper .sl-navigation button:hover { color: #b3987d;  }
.sl-wrapper .sl-navigation button.sl-next { right: 30px;  }
.sl-wrapper .sl-navigation button.sl-prev { left: 30px;  }
.sl-wrapper .sl-image { ms-touch-action: none; position: fixed; touch-action: none; z-index: 10000;  }
.sl-wrapper .sl-image img { display: block; margin: 0; padding: 0;  }
.sl-caption { bottom:-40px; color: #b3987d; display: none;left: 0; margin-top: 10px; opacity: 1; padding: 0; position: absolute; right: 0; text-align: center; font-size: 1.6rem; line-height: 1;  }
.sl-wrapper .sl-image .sl-download { bottom: 5px; color: #fff; display: none; position: absolute; right: 5px; z-index: 1005;  }
.sl-spinner { animation: pulsate 1s ease-out infinite; border: 8px solid #d4cbbb; border-radius: 70px; display: none; height: 70px; left: 50%; margin: -35px 0 0 -35px; moz-animation: pulsate 1s ease-out infinite; ms-animation: pulsate 1s ease-out infinite; o-animation: pulsate 1s ease-out infinite; opacity: 0; position: fixed; top: 50%; webkit-animation: pulsate 1s ease-out infinite; width: 70px; z-index: 1007;  }
@media only screen and (max-width: 767px) { 
.sl-wrapper .sl-navigation button { display: none;  }
}
@-webkit-keyframes pulsate { 
0% { opacity: 0.0; transform: scale(0.1);  }
50% { opacity: 1;  }
100% { opacity: 0; transform: scale(1.2);  }
}
@keyframes pulsate { 
0% { opacity: 0.0; transform: scale(0.1);  }
50% { opacity: 1;  }
100% { opacity: 0; transform: scale(1.2);  }
 }
@-moz-keyframes pulsate { 
0% { opacity: 0.0; transform: scale(0.1);  }
50% { opacity: 1;  }
100% { opacity: 0; transform: scale(1.2);  }
 }
@-o-keyframes pulsate { 
0% { opacity: 0.0; transform: scale(0.1);  }
50% { opacity: 1;  }
100% { opacity: 0; transform: scale(1.2);  }
 }
@-ms-keyframes pulsate { 
0% { opacity: 0.0; transform: scale(0.1);  }
50% { opacity: 1;  }
100% { opacity: 0; transform: scale(1.2);  }
 }
a.simpleLightbox { box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); 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; webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0); webkit-transition: all 0.3s ease-in-out;  }
a.simpleLightbox:hover { box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); filter: alpha(opacity=75); moz-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); moz-transform: scale(1.0); ms-transform: scale(1.0); opacity: 0.75; o-transform: scale(1.0); transform: scale(1.0); webkit-box-shadow: 0px 0px 5px 2px rgba(0,0,0,0.0); webkit-transform: scale(1.0); z-index: 5;  }
/*****************************************/
/* SIMPLE LIGHTBOX - END */
/*****************************************/
/* FLEXSLIDER - START */
/*****************************************/

/*
 * jQuery FlexSlider v2.6.0
 * 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)
 *
 */
.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;
}
.flexslider {
  margin: 0;
  padding: 0;
}
.flexslider .slides > li.slider-image-lg {
  display: none;
  width: 100%;
  height: 285px;
  -webkit-backface-visibility: hidden;
  background-position: center center; -webkit-background-size: cover; -moz-background-size: cover; -o-background-size: cover; background-size: cover;
}
.flexslider .slides .slider-image-lg img {
  width: 100%;
  height: 285px;
  display: block;
}
.flexslider .slides .slider-image-lg {
  opacity: 1 !important;
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.flexslider .slides .slider-image-lg:hover {
  opacity: 0.8 !important;
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.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;
}


#the_slider li {display: block; opacity: 1; cursor: pointer;}
#the_slider li:hover {opacity: 0.5;}
#the_slider li.flex-active-slide  {opacity: 0.2; cursor: default;}


.flexslider .slides > li.slider-image-sm {
  display: none;
  height: 57px; 
  -webkit-backface-visibility: hidden;opacity: 1; cursor: pointer;   
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.flexslider .slides > li.slider-image-sm div {
   margin-right: 20px !important;
}
.flexslider .slides > li.slider-image-sm:hover {
  opacity: 0.8; 
    -webkit-transition: opacity 0.3s ease-in-out;
	-moz-transition: opacity 0.3s ease-in-out;
	-o-transition: opacity 0.3s ease-in-out;
	-ms-transition: opacity 0.3s ease-in-out;
	transition: opacity 0.3s ease-in-out;
}
.flexslider .slides .slider-image-sm img {
  height: 57px;
  display: block;
}
.flexslider {
  margin: 0 0 0;
  position: relative;
  zoom: 1;
}
.flexslider .slides {
  zoom: 1;
}
.flexslider .slides img {
  height: auto;
  -moz-user-select: none;
}
.flex-viewport {
  max-height: 2000px;
  overflow: hidden;
  -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: 0;
}
.flex-direction-nav {
  *height: 0;
}
#slider .flex-direction-nav a,
#the_slider .flex-direction-nav a {
  text-decoration: none;
  display: block;
  width: 40px;
  height: 58px;
  margin:  0 0;
  position: absolute;
  top: -10px;
  z-index: 10;
  overflow: hidden;
  opacity: 0;
  cursor: pointer;
  color: rgba(145, 130, 113, 0.8);
  -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;
}
#the_slider .flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 5rem;
  display: inline-block;
  content: '\f104';
  color: rgba(145, 130, 113, 0.8);
}
#the_slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
#the_slider .flex-direction-nav .flex-prev {
  left: -43px;
}
#the_slider .flex-direction-nav .flex-next {
  right: -13px;
  text-align: right;
}
#the_slider  .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: -43px;
}

#the_slider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#the_slider  .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: -13px;
}
#the_slider:hover .flex-direction-nav .flex-next:hover {
  opacity: 1;
}

#slider:hover .flex-direction-nav .flex-prev:focus,
#slider:hover .flex-direction-nav .flex-next:focus,
#the_slider:hover .flex-direction-nav .flex-prev:focus,
#the_slider:hover .flex-direction-nav .flex-next:focus {
  text-decoration: none !important; outline: none !important; 
}
#slider .flex-direction-nav a{
  width: 40px;
  height: 58px; 
  top: 100px;
}

#slider .flex-direction-nav a:before {
  font-family: 'FontAwesome';
  font-size: 5rem;
  display: inline-block;
  content: '\f104';
  color: rgba(255, 255, 255, 0.8);
}
#slider .flex-direction-nav a.flex-next:before {
  content: '\f105';
}
#slider .flex-direction-nav .flex-prev {
  left: 50px;
}
#slider .flex-direction-nav .flex-next {
  right: 50px;
  text-align: left;
}
#slider:hover  .flex-direction-nav .flex-prev {
  opacity: 0.7;
  left: 10px;
}

#slider:hover .flex-direction-nav .flex-prev:hover {
  opacity: 1;
}
#slider:hover  .flex-direction-nav .flex-next {
  opacity: 0.7;
  right: 10px;
}
#slider: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-next:before,
.flex-prev:before {
               display: inline-block;
               font-family: 'font awesome';
               content:"\f054";
               color: white;
               font-size: 40px;
               padding-left: 10px;
     }
.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;
}
/*****************************************/
/* FLEXSLIDER - END */
/*****************************************/
/* FONT AWESOME - START */
/*****************************************/
/*!
 *  Font Awesome 4.4.0 by @davegandy - http://fontawesome.io - @fontawesome
 *  License - http://fontawesome.io/license (Font: SIL OFL 1.1, CSS: MIT License)
 */@font-face{font-family:'FontAwesome';src:url('fonts/fontawesome-webfont.eot?v=4.4.0');src:url('fonts/fontawesome-webfont.eot?#iefix&v=4.4.0') format('embedded-opentype'),url('fonts/fontawesome-webfont.woff2?v=4.4.0') format('woff2'),url('fonts/fontawesome-webfont.woff?v=4.4.0') format('woff'),url('fonts/fontawesome-webfont.ttf?v=4.4.0') format('truetype'),url('fonts/fontawesome-webfont.svg?v=4.4.0#fontawesomeregular') format('svg');font-weight:normal;font-style:normal}.fa{display:inline-block;font:normal normal normal 14px/1 FontAwesome;font-size:inherit;text-rendering:auto;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.fa-lg{font-size:1.33333333em;line-height:.75em;vertical-align:-15%}.fa-2x{font-size:2em}.fa-3x{font-size:3em}.fa-4x{font-size:4em}.fa-5x{font-size:5em}.fa-fw{width:1.28571429em;text-align:center}.fa-ul{padding-left:0;margin-left:2.14285714em;list-style-type:none}.fa-ul>li{position:relative}.fa-li{position:absolute;left:-2.14285714em;width:2.14285714em;top:.14285714em;text-align:center}.fa-li.fa-lg{left:-1.85714286em}.fa-border{padding:.2em .25em .15em;border:solid .08em #eee;border-radius:.1em}.fa-pull-left{float:left}.fa-pull-right{float:right}.fa.fa-pull-left{margin-right:.3em}.fa.fa-pull-right{margin-left:.3em}.pull-right{float:right}.pull-left{float:left}.fa.pull-left{margin-right:.3em}.fa.pull-right{margin-left:.3em}.fa-spin{-webkit-animation:fa-spin 2s infinite linear;animation:fa-spin 2s infinite linear}.fa-pulse{-webkit-animation:fa-spin 1s infinite steps(8);animation:fa-spin 1s infinite steps(8)}@-webkit-keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}@keyframes fa-spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}100%{-webkit-transform:rotate(359deg);transform:rotate(359deg)}}.fa-rotate-90{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=1);-webkit-transform:rotate(90deg);-ms-transform:rotate(90deg);transform:rotate(90deg)}.fa-rotate-180{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2);-webkit-transform:rotate(180deg);-ms-transform:rotate(180deg);transform:rotate(180deg)}.fa-rotate-270{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=3);-webkit-transform:rotate(270deg);-ms-transform:rotate(270deg);transform:rotate(270deg)}.fa-flip-horizontal{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1);-webkit-transform:scale(-1, 1);-ms-transform:scale(-1, 1);transform:scale(-1, 1)}.fa-flip-vertical{filter:progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1);-webkit-transform:scale(1, -1);-ms-transform:scale(1, -1);transform:scale(1, -1)}:root .fa-rotate-90,:root .fa-rotate-180,:root .fa-rotate-270,:root .fa-flip-horizontal,:root .fa-flip-vertical{filter:none}.fa-stack{position:relative;display:inline-block;width:2em;height:2em;line-height:2em;vertical-align:middle}.fa-stack-1x,.fa-stack-2x{position:absolute;left:0;width:100%;text-align:center}.fa-stack-1x{line-height:inherit}.fa-stack-2x{font-size:2em}.fa-inverse{color:#fff}.fa-bars:before{content:"\f0c9";}.fa-facebook-square:before{content:"\f082";}.fa-chevron-left:before{content:"\f053";}.fa-chevron-right:before{content:"\f054";}.fa-info-circle:before{content:"\f05a";}.fa-times:before{content:"\f00d";}
/*****************************************/
/* FONT AWESOME - END */