/* * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * * 
 *
 * Youxi v1.0 - Theme Stylesheet
 *
 * This file is part of Youxi, a HTML5 Business Theme build for sale at ThemeForest.
 * For questions, suggestions or support request, please mail me at maimairel@yahoo.com
 *
 * Development Started:
 * March 26, 2013
 *
 */
/* Links
================================================== */





a {
  color: #779a0f;
}
.accent {
  color: #779a0f;
}
/* Body
================================================== */
body {
  background-image: none;
}
@media only screen and (-webkit-min-device-pixel-ratio: 2), only screen and (min--moz-device-pixel-ratio: 2), only screen and (-o-min-device-pixel-ratio: 2/1), only screen and (min-device-pixel-ratio: 2), only screen and (min-resolution: 192dpi), only screen and (min-resolution: 2dppx) {
  body {
    background-size: 252px 230px;
    background-image: url("assets/img/bg/square_bg_@2X.png");
  }
}
/* Paragraph, DL
================================================== */
.dropcap {
  color: #779a0f;
}
/* Blockquote
================================================== */
blockquote small {
  color: #779a0f;
}
/* Navigation
================================================== */
.header .navigation > ul > li.nav-guide {
  background-color: #779a0f;
}
/* Image Gallery
================================================== */
.img-gallery .media > a > .overlay {
  background-color: rgba(160, 186, 82, 0.65);
}
/* Skill
================================================== */
.skill .bar .inner {
  background-color: #779a0f;
}
/* Testimonial
================================================== */
.testimonial .text .author > span {
  color: #779a0f;
}
/* Flickr
================================================== */
.footer .flickr-stream ul li:hover a {
  border-color: #779a0f;
}
/* Tags
================================================== */
.tags li a:hover {
  background-color: #779a0f;
  border-color: #849b3e;
}
/* Recent Posts
================================================== */
.recent-posts ul li .info .time {
  color: #779a0f;
}
/* Buttons
================================================== */
.btn {
  background-color: #a0ba52;
  background-image: -moz-linear-gradient(top, #a0ba52, #8aa241);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#a0ba52), to(#8aa241));
  background-image: -webkit-linear-gradient(top, #a0ba52, #8aa241);
  background-image: -o-linear-gradient(top, #a0ba52, #8aa241);
  background-image: linear-gradient(to bottom, #a0ba52, #8aa241);
  border: 1px solid #849b3e;
}
/* Callout
================================================== */
.callout .headline {
  color: #779a0f;
}
/* Tabs
================================================== */
.tab .tab-nav > li.active {
  border-bottom: 1px solid #779a0f;
}
.tab.tab-bordered .tab-nav > li.active,
.tab-bordered .tab-nav > li.active {
  border-top-color: #779a0f;
  background-color:#779a0f;
  color:#fff;
  margin-bottom:1px;
}
.tab-bordered .tab-nav > li.active a{
  color:#fff;
}
/* Accordion
================================================== */
.accordion-header-active {
  color: #779a0f;
}
/* Team
================================================== */
.team .info .job {
  color: #779a0f;
}
/* Featured Text
================================================== */
.feature-text.dotted .text .icon:after {
  background-color: #779a0f;
}
/* Portfolio
================================================== */
.portfolio-item .item-image .overlay {
  background-color: rgba(160, 186, 82, 0.65);
}
/* Filterable Portfolio
================================================== */
.portfolio-filter > ul li.active a,
.portfolio-filter > ul li:hover a {
  background-color: #779a0f;
  border-color: #849b3e;
}
/* Pricing Table
================================================== */
.pricing-tables .pricing-table .ribbon-label {
  border: 1px solid #849b3e;
  background-color: #779a0f;
}
/* Timeline
================================================== */
.timeline ul li .bullet > span {
  background-color: #779a0f;
}
/* Job
================================================== */
.job-position .job-code > span {
  color: #779a0f;
}
/* Pagination
================================================== */
.pagination > ul li.active a,
.pagination > ul li:hover a {
  background-color: #779a0f;
  border-color: #849b3e;
}
/* Portfolio (IE)
================================================== */
.lt-ie9 .portfolio-item .item-image .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6a0ba52,endColorstr=#a6a0ba52)";
}
/* Image Gallery (IE)
================================================== */
.lt-ie9 .img-gallery .media > a > .overlay {
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#a6a0ba52,endColorstr=#a6a0ba52)";
}



/*! fancyBox v2.1.4 fancyapps.com | fancyapps.com/fancybox/#license */
.fancybox-wrap,
.fancybox-skin,
.fancybox-outer,
.fancybox-inner,
.fancybox-image,
.fancybox-wrap iframe,
.fancybox-wrap object,
.fancybox-nav,
.fancybox-nav span,
.fancybox-tmp
{
	padding: 0;
	margin: 0;
	border: 0;
	outline: none;
	vertical-align: top;
}

.fancybox-wrap {
	position: absolute;
	top: 0;
	left: 0;
	z-index: 8020;
}

.fancybox-skin {
	position: relative;
	background: #f9f9f9;
	color: #444;
	text-shadow: none;
	-webkit-border-radius: 4px;
	   -moz-border-radius: 4px;
	        border-radius: 4px;
}

.fancybox-opened {
	z-index: 8030;
}

.fancybox-opened .fancybox-skin {
	-webkit-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	   -moz-box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
	        box-shadow: 0 10px 25px rgba(0, 0, 0, 0.5);
}

.fancybox-outer, .fancybox-inner {
	position: relative;
}

.fancybox-inner {
	overflow: hidden;
}

.fancybox-type-iframe .fancybox-inner {
	-webkit-overflow-scrolling: touch;
}

.fancybox-error {
	color: #444;
	font: 14px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	margin: 0;
	padding: 15px;
	white-space: nowrap;
}

.fancybox-image, .fancybox-iframe {
	display: block;
	width: 100%;
	height: 100%;
}

.fancybox-image {
	max-width: 100%;
	max-height: 100%;
}

#fancybox-loading, .fancybox-close, .fancybox-prev span, .fancybox-next span {
	background-image: url('fancybox_sprite.png');
}

#fancybox-loading {
	position: fixed;
	top: 50%;
	left: 50%;
	margin-top: -22px;
	margin-left: -22px;
	background-position: 0 -108px;
	opacity: 0.8;
	cursor: pointer;
	z-index: 8060;
}

#fancybox-loading div {
	width: 44px;
	height: 44px;
	background: url('fancybox_loading.gif') center center no-repeat;
}

.fancybox-close {
	position: absolute;
	top: -18px;
	right: -18px;
	width: 36px;
	height: 36px;
	cursor: pointer;
	z-index: 8040;
}

.fancybox-nav {
	position: absolute;
	top: 0;
	width: 40%;
	height: 100%;
	cursor: pointer;
	text-decoration: none;
	background: transparent url('blank.gif'); /* helps IE */
	-webkit-tap-highlight-color: rgba(0,0,0,0);
	z-index: 8040;
}

.fancybox-prev {
	left: 0;
}

.fancybox-next {
	right: 0;
}

.fancybox-nav span {
	position: absolute;
	top: 50%;
	width: 36px;
	height: 34px;
	margin-top: -18px;
	cursor: pointer;
	z-index: 8040;
	visibility: hidden;
}

.fancybox-prev span {
	left: 10px;
	background-position: 0 -36px;
}

.fancybox-next span {
	right: 10px;
	background-position: 0 -72px;
}

.fancybox-nav:hover span {
	visibility: visible;
}

.fancybox-tmp {
	position: absolute;
	top: -99999px;
	left: -99999px;
	visibility: hidden;
	max-width: 99999px;
	max-height: 99999px;
	overflow: visible !important;
}

/* Overlay helper */

.fancybox-lock {
	overflow: hidden;
}

.fancybox-overlay {
	position: absolute;
	top: 0;
	left: 0;
	overflow: hidden;
	display: none;
	z-index: 8010;
	background: url('fancybox_overlay.png');
}

.fancybox-overlay-fixed {
	position: fixed;
	bottom: 0;
	right: 0;
}

.fancybox-lock .fancybox-overlay {
	overflow: auto;
	overflow-y: scroll;
}

/* Title helper */

.fancybox-title {
	visibility: hidden;
	font: normal 13px/20px "Helvetica Neue",Helvetica,Arial,sans-serif;
	position: relative;
	text-shadow: none;
	z-index: 8050;
}

.fancybox-opened .fancybox-title {
	visibility: visible;
}

.fancybox-title-float-wrap {
	position: absolute;
	bottom: 0;
	right: 50%;
	margin-bottom: -35px;
	z-index: 8050;
	text-align: center;
}

.fancybox-title-float-wrap .child {
	display: inline-block;
	margin-right: -100%;
	padding: 2px 20px;
	background: transparent; /* Fallback for web browsers that doesn't support RGBa */
	background: rgba(0, 0, 0, 0.8);
	-webkit-border-radius: 15px;
	   -moz-border-radius: 15px;
	        border-radius: 15px;
	text-shadow: 0 1px 2px #222;
	color: #FFF;
	font-weight: bold;
	line-height: 24px;
	white-space: nowrap;
}

.fancybox-title-outside-wrap {
	position: relative;
	margin-top: 10px;
	color: #fff;
}

.fancybox-title-inside-wrap {
	padding-top: 10px;
}

.fancybox-title-over-wrap {
	position: absolute;
	bottom: 0;
	left: 0;
	color: #fff;
	padding: 10px;
	background: #000;
	background: rgba(0, 0, 0, .8);
}



.header .brand .logo img {
	max-width: 300px;
	max-height: 48px;
	width:250px;
	height:48px;

}
.header .brand .tagline {
	font-size: 15px;
	color: #333333;
	display: block;
	margin-top: 3px;
}
.price {
  color: #779a0f;
}

/* Font-size for very small Slider */
@media only screen and (max-width: 500px) {
	.ls-s-1 li {
		font-size:9px;
		line-height:1.1;
	}
	.csc-textpic-text {
		clear:both;
	}
	.csc-textpic-intext-left .csc-textpic-text ul{
		margin-left:-25px;
	}
	.csc-textpic-intext-right .csc-textpic-single-image {
		float:left;
		width:100%;
	}
	.csc-textpic-intext-left .csc-textpic-single-image {
		float:left;
		width:100%;
	}
}

.item-title {
	font-weight:normal;
}
.item-info .item-tags {
	color:#000;
	font-size:11px;
	line-height:1.2;
}
.boxrow {
	margin-top:-100px;
}

/* Homepage TOP */
.portfolio-item .item-image {
	background-color: #fff;
	padding:10px;
	padding-bottom:0px;
	border:#ddd 1px solid;
	border-bottom:#fff 0px solid;
}
.portfolio-item .item-image .overlay {
	display:none;
}
.portfolio-item .item-info .item-title {
	font-size:13px;
	line-height:1.2;
	overflow: visible;
}
#select-box-container  {
	padding-top:40px;
}
#select-box-container select {
	float:right;
	width:180px;
}
.header .navigation > ul > li {
	font-weight:bold;
}
.header .navigation > ul > li a{
	color:#111;
}

.sidebar {
}
/* Font-size for very small Slider */
@media only screen and (max-width: 900px) {
.boxrow {
	margin-top:-60px;
}
}
/* Font-size for very small Slider */
@media only screen and (max-width: 700px) {
.boxrow {
	margin-top:-10px;
}
}


.navigation {
text-align:left;
}
.navigation ul {
text-align:left;
}
.header .navigation > ul > li {
	font-size:12px;
	margin-left: 0px;
	margin-right: 18px;
}
.csc-default h1 {
	margin-bottom:5px;
}





@media only screen and (max-width: 500px) {
/* Flaggen ausblenden*/
#c129 .csc-textpic-imagewrap, #c127 .csc-textpic-imagewrap, #c716 .csc-textpic-imagewrap {
}
#c129 .csc-textpic-text, #c127 .csc-textpic-text, #c716 .csc-textpic-text {
	clear:both;
	margin-left:-45px;
}
}

h6 {
	background-color:#779a0f;
	color:#ffffff;
	font-size:25px;
	width:100%;
	text-align:center;
	line-height:1.5;
	padding-bottom:2px;
	margin-top:15px;
	margin-bottom:15px;
}
h6 a:link {
	color:#ffffff;
}

h6 a{
   color:#fff; 
   text-decoration:none;
}
h6 a:hover{
   text-decoration:underline;
}
h6 a:visited{
   color:#fff; 
}



.accordion p {
	margin:0px;
}
.btn-small a {
	color:#fff;
}


.item-info .btn-small {
	position:absolute;
	bottom:15px;
	left:35%;
}
.feature-text .btn-small {
	width:100%;
}
h1.home-title {
	margin-bottom:0px;
}
.footer-bottom {
	background-color: #779a0f;
	color:#ffffff;
}
.footer {
	background-color: #779a0f;
}
.align-justify{
	text-align:justify;
}

#affiliate-button {
	float:right;
	margin-right:5px;
	margin-top:2px;
}
@media only screen and (max-width: 950px) {
/* Ausblenden*/
#affiliate-button {
	display:none;
}
}

.item-info {
	height:180px;
}
 
@media only screen and (max-width: 970px) {
.item-info {
	height:210px;
}
.item-info h5 a{
	font-size:10px;
	line-height:12px;
}
.item-info .btn-small {
	left:30%;
}
}
@media only screen and (max-width: 750px) {
.item-info {
	height:150px;
}
.item-info h5 a{
	font-size:14px;
	line-height:16px;
}
.item-info .btn-small {
	left:42%;
}

}

/* Font-size for very small Slider */
@media only screen and (max-width: 1200px) {
.header .navigation > ul > li {
	font-size:10px;
	margin-right: 16px;
}
}
/* Font-size for very small Slider */
@media only screen and (max-width: 990px) {
.header .navigation > ul > li {
	font-size:10px;
	margin-left: 0px;
	margin-right: 9px;
}
}

/* Font-size for very small Slider */
@media only screen and (max-width: 950px) {
.header .navigation, #select-box-container select {
	width:100%;
}
}
.tourcarousel a {
	margin-top:8px;
	font-size:14px;
	color:#fff;
}
.tourcarousel .client-logo {
	height:70px;
}
.tourcarousel span {
	font-size:18px;
}
.tourcarousel i {
	font-size:18px;
}
.tourcarousel .client-wrap:hover {
	border:1px solid #555;
	cursor:default;
}


.main h1 + h2 { 
color:#779a0f;
margin-top:-20px;
}
h1.home-title + h2 { 
color:#779a0f;
margin-top:0px;
}


.topnav {
  overflow: hidden;
  margin-bottom:7px;
}

.topnav a {
  float: left;
  display: block;
  color: #000;
  text-align: center;
  margin-right: 18px;
  text-decoration: none;
  font-size: 13px;
  border-bottom:1px solid #fff;
  padding-top:0px;
}


.topnav .icon {
  display: none;
}

.dropdown-m {
  float: left;
  overflow: hidden;
}

.dropdown-m .dropbtn {
  font-size: 13px;    
  border: none;
  outline: none;
  color: #000;
  padding-left:0px;
  padding-bottom:4px;
  margin-right:14px;
  background-color: inherit;
  font-family: inherit;
}

.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index:100000000;
}

.dropdown-content a {
  float: none;
  color: black;
  padding: 4px;
  padding-left: 14px;
  padding-right: 14px;
  text-decoration: none;
  display: block;
  text-align: left;
  border-bottom:1px dotted #eee;
}

.topnav a:hover {
  border-bottom:1px solid #779a0f;
}

.dropdown-content a:hover {
  background-color: #f6f6f6;
  color: black;
  border-bottom:1px solid #fff;
}

.dropdown-m:hover .dropdown-content {
  display: block;
  z-index:100000000;
}
.btn-order-now {
		display:none;
}


.read-more-state {
  display: none;
}

.read-more-target {
  opacity: 0 !important;
  max-height: 0 !important;
  font-size: 0 !important;
  transition: .25s ease !important;
}

.read-more-state:checked ~ .read-more-wrap .read-more-target {
  opacity: 1 !important;
  font-size: inherit !important;
  max-height: 999em !important;
}

.read-more-state ~ .read-more-trigger:before {
  content: 'Weiterlesen...';
}

.read-more-state:checked ~ .read-more-trigger:before {
  content: 'Weniger...';
}
.read-more-state:checked ~ .read-more-trigger:before { display:none;}
.read-more-state:checked ~ .read-more-trigger { display:none;}

.read-more-trigger {
  cursor: pointer;
  display: inline-block;
  padding: 3px;
  padding-left: 10px;
  padding-right: 10px;
  color: #fff;
  font-weight:normal;
  font-size: 1.1em;
  line-height: 2;
  border-radius: 5px;
  background-color:#779a0f;
  box-shadow:1px 1px 5px #aaa;
  margin-top:-20px;
  margin-bottom:20px;
}

@media screen and (max-width: 600px) {
  .topnav a:not(:first-child), .dropdown-m .dropbtn {
    display: none;
  }
  .topnav a.icon {
    float: right;
    display: block;
	margin-right:0px;
  }
  .topnav  {
    padding:10px;
    padding-top:6px;
    padding-bottom:1px;
	border:1px solid #ddd;
  }
}

@media screen and (max-width: 600px) {
.content {
	margin-top:0px;
}

  .topnav.responsive {position: relative;}
  .topnav.responsive .icon {
    position: absolute;
    right: 10px;
    top: 5px;
  }
  .topnav.responsive a {
    float: none;
    display: block;
    text-align: left;
  }
  .topnav.responsive .dropdown-m {float: none;}
  .topnav.responsive .dropdown-content {position: relative;}
  .topnav.responsive .dropdown-m .dropbtn {
    display: block;
    width: 100%;
    text-align: left;
	padding-top:5px;
	padding-bottom:6px;
  }
	.btn-order-now {
		display:block;
		font-size:15px;
		background:#779a0f !important;
		width:100%;
		margin-top:2px;
		margin-bottom:3px;
		line-height:2.1 !important;
	}
}




.tab .tab-nav>li>a {
    color: #222;
	font-weight:bold;
	font-size:15px;
}
	.newbutton {background-color: #779a0f;
    color: #fff;
    padding: 2px;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    }
	
	
	.main p, .eleven li { color:#333;font-size:15px;line-height:1.6;}

.item-info .btn-small, .text .btn-small, .tab-pane .btn-small {max-width:250px;}


.embed-container { position: relative; padding-bottom: 62.25%; height: 0; overflow: hidden; max-width: 100%; height: auto; } 
	.embed-container iframe, .embed-container object, .embed-container embed { position: absolute; top: 0; left: 0; width: 100%; height: 100%; }
 
 	.item-image {text-align:center;}

.pricetable td {vertical-align:top;border-bottom:1px dashed #ddd;}
 img.responsive-img-left {float:left !important;margin-right:15px;}
img.responsive-img-right {float:right;margin-left:15px;}
	.text-all { font-size:15px !important;color:#111 !important;line-height:1.4 !important;background-color:#f9f9f9;border-radius:20px;padding:10px;padding-top:18px;}
.item-info .btn-small, .text .btn-small, .tab-pane .btn-small { background:#779a0f !important;font-size:17px !important;height:35px !important;line-height:1.4 !important;
		width:90% !important;margin:0px !important;left:5% !important;margin-top:10px !important;border-radius:7px;}
.col-btn .btn { background:#779a0f !important;font-size:14px !important;line-height:1.2 !important;
		margin:0px !important;left:0px !important;border-radius:7px;}

		
.whatsappfooter {position: fixed;left:0;top:0;width:100%;height:30px;background-color: #779a0f;color:white;text-align:center;
font-size:14px;padding-top:7px;border-top:1px solid #fff;z-index:2000;}
.whatsappfooter a {color:white;}
.whatsappfooter img {width:13px;}
.header-row {padding-top:0px;}

.greenmenu { font-weight:bold;color:#779a0f;}
.newmenu { background-color:#779a0f;color:#fff;padding:2px;padding-left:5px;padding-right:5px;border-radius:8px;font-size:9px;}

		.cc_dialog {padding:10px !important;padding-left:1rem !important;padding-right:1rem !important;}
		.light.cc_dialog { background-color:#779a0f !important;}
		.light.cc_dialog button.cc_b_ok { background-color:orange !important;}
		.light.cc_dialog .cc_dialog_headline, .light.cc_dialog .cc_dialog_text {color:#fff !important;line-height:1.1 !important;}
		.cc_dialog_text {font-size:14px !important;}
		.cc_dialog button {font-size:13px !important;}
		.light.cc_dialog button.cc_b_cp {font-weight:normal !important;background-color:none !important;color:#fff;}
		.cc_b_cp {background:none !important;color:#fff !important;}
		.ytvideo {width:100%;height:360px;}
		
@media only screen and (max-width: 500px) {
	.ytvideo {height:165px;}
	.brand {padding:0px !important;}
	#select-box-container {padding-top:5px !important;}
	.item-image img{width:100% !important;}
	.item-title {font-size:16px !important;color:#111 !important;}
	.item-tags, .container p, .post, .container ul, .sidebar-block, .tab-nav, .tab-content, .footer-nav li, #country, .tinynav, .table-striped td 
	{ font-size:15px !important;color:#000 !important;line-height:1.5 !important;}
	.footer-nav li {padding-bottom:20px;}
	.text { font-size:15px !important;color:#111 !important;line-height:1.4 !important;background-color:#f9f9f9;border-radius:20px;padding:10px;}
	.item-info { height:225px;}
	.item-info .btn-small, .text .btn-small, .tab-pane .btn-small { background:#779a0f !important;font-size:17px !important;height:35px !important;line-height:1.4 !important;
		width:90% !important;margin:0px !important;left:5% !important;margin-top:10px !important;}
	.col-btn .btn { background:#779a0f !important;font-size:18px !important;height:35px !important;line-height:1.8 !important;width:90% !important;margin:0px !important;left:0px !important;margin-top:10px !important;}
	.ls-layer .btn-small { background:#779a0f !important;font-size:18px !important;height:30px !important;line-height:1.6 !important;width:78% !important;margin:0px !important;left:0px !important;margin-top:10px !important;}
	.btn-medium { background:#779a0f !important;font-size:18px !important;height:30px !important;line-height:1.6 !important;width:78% !important;margin:0px !important;left:0px !important;margin-top:10px !important;}
	img.responsive-img {width:100% !important; margin-bottom:15px;}
	.sidebar-block ul.arrow-list li {padding-left:0px;border-bottom:1px dotted #ccc;width:100%;}
	.sidebar-block ul.arrow-list li:hover {width:100% !important;}
	.sidebar-block ul.arrow-list li a {width:90%;height:100% !important;display:inline-block;padding:6px;}
	.sidebar-block ul.arrow-list li a:hover {background:#779a0f;color:#fff !important;}
	.tags li a , .arrow-list li a{color:#000;}
	.responsive-img-off, .ribbon {display:none !important;}
	.main p a {font-weight:bold;border-bottom:1px dotted #333;}
	.main p a:hover {background:#779a0f;color:#fff;}
	sup {color:#111 !important;}
	.alert p {font-size:12px !important;}
	.tab .tab-nav > li {border:1px solid #bbb;}
	.highlight {padding-top:13px !important;padding-bottom:10px !important;}
} 