/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/*
 * Custom Style Sheet - Use this file to style your content
 */

/* Layout
----------------------------------------------------------------------------------------------------*/

.custom-logo { 
	width: 280px;
	height: 72px;
	background-size: contain;
	background-image:url(../../../images/yootheme/logo.gif), url(../../../images/yootheme/logo.png);
	background-position: 0 0, 75px 0;
	background-repeat:no-repeat, no-repeat;
}

.margin-tb-20 { margin: 20px 0; }
.margin-l-40 { margin-left: 40px; }

.width50 { 
	width: 50% !important; 
}

.width100 { 
	width: 100% !important; 
}


/* Modules
----------------------------------------------------------------------------------------------------*/

/* Fixing the flickering for -webkit- browsers */
.module { -webkit-backface-visibility: hidden; }


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-teaser1 {
	background-image: url(../../../images/banner1.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser2 {
	background-image: url(../../../images/banner2.jpg);
	background-position: 0 50%;
	background-repeat: no-repeat;
	background-size: cover;
}

.frontpage-teaser3 {
	background-image: url(../../../images/banner3.jpg);
	background-position: 50% 50%;
	background-repeat: no-repeat;
	background-size: cover;
}


/* Frontpage: Features
----------------------------------------------------------------------------------------------------*/

.frontpage-features { 
	margin-top: 30px; 
	overflow: hidden;
}

.frontpage-features h1 {
	margin: 20px 0 5px 0;
	font-size: 19px;
	line-height: 20px;
}

/* Frontpage: Check
----------------------------------------------------------------------------------------------------*/

.frontpage-check {
	float: left;
	margin-bottom: 20px;
	text-transform: uppercase;
}


/* Frontpage: Team
----------------------------------------------------------------------------------------------------*/

.frontpage-team h1 {
	margin: 20px 0 0 0;
	font-size: 40px;
	line-height: 41px;
}

.frontpage-team p {
	margin: 10px 0 0 0;
	font-size: 17px;
	line-height: 22px;
}


/* Frontpage: Contact
----------------------------------------------------------------------------------------------------*/

ul.line.frontpage-contact > li {
	margin: 0;
	padding: 15px 0;
	border-top: none;
	background: url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact > li:first-child { 
	background: url(../images/line_bg.png) top repeat-x,
				url(../images/line_bg.png) bottom repeat-x;
}

ul.line.frontpage-contact strong {
	float: left;
	width: 140px;
	text-transform: uppercase;
	color: #FFF;
	font-weight: normal;
}

ul.line.frontpage-contact div { display: inline-block; }


/* Frontpage: Clients
----------------------------------------------------------------------------------------------------*/

.frontpage-clients a {
	float: left;
	opacity: 0.5;
	margin: 0 -1px -1px 0;
	border: 1px solid #616a73;
	border: 1px solid rgba(255,255,255,0.5); 
}

.frontpage-clients a:hover {
	opacity: 1;
	border: 1px solid #FFF;
	background-color: rgba(255,255,255,0.05);
}

.frontpage-teaser { line-height: 0; }
.frontpage-teaser img { 
	display: block; 
	line-height: 0;
}


/* Responsive 
----------------------------------------------------------------------------------------------------*/

/* Only Phones and Tablets (Portrait) */
@media (max-width: 959px) {

	/* Layout */
	.margin-l-40 { margin-left: 0; }


}

/* Only Tablets (Portrait) */
@media (min-width: 768px) and (max-width: 959px) {

	/* Layout */
	#block-bottom-b .width33 { width: 100%; }

	.frontpage-features img {
		float: none;
		margin: auto auto 15px;
	}

	.frontpage-check.width50 { width: 100%; }
	

}


/* -------------------------------------- Scroll bar style */

::-webkit-scrollbar {
    width: 12px;
    background-color: #333;
}
 
::-webkit-scrollbar-track {
    -webkit-box-shadow: inset 0 0 6px rgba(0,70,0, 0.3); 
    border-radius: 10px;
    background-color: #333;
}
 
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    -webkit-box-shadow: inset 0 0 6px rgba(0,70,0, 0.55); 
    background-color:#eee;
}
::-webkit-scrollbar-thumb:active{
    background-color:#eee;
}


/* ------------------------------------------------------------ Fluid Grid */

.column-padding {
	padding:0.5em;
}

.four {
	width:25%; 
	float:left;
}

.three {
	width:33.3333%; 
	float:left;
}

.row {
	overflow: auto;
	display: block;
}

.two {
	width:50%; 
	float:left;
}

.one {
	width:100%; 
	float:left;
}

@media (max-width: 768px){
	.two {
		width:100%; 
		float:left;
	}
}


/* ------------------------------------------------- Align, Floats & Other */

.align-left {
	text-align: left;
}

.float-left {
	float: left;
}

.align-right {
	text-align: right;
}

.float-right {
	float: right;
}

.hidden {
	display:none !important;
}


/* ------------------------------------ Fix Contacts Call to Action Sidebar */

#name, #email, #cf_3, #cf_4 {
	width:100%;
}

div.contact-us > h3 {
	background: transparent !important;
	color:#eee !important;
}

div.contact-us {
	box-shadow: none; 
	color: #eee;
}

.front-page-boxes-mb {
	box-shadow: none;
	color: #eee;
	background: transparent;
	padding: 20px;
	border: 1px solid #DBDBDB;
	margin: 10px !important;
}

.mod-box .module-title {
	color: #eee !important;
}

.bg-colored .mod-box-default a {
	color: #ffcc00 !important;
}

/* ------------------------------------ Header mark up */
#block-header {
	border-bottom: 1px solid #E0E0E0;
	background: #eee;
}



/* ------------------------------------ Article mark up */
.article-basic {
	color:#eee;
	line-height: 22px; 
	font-size: 15px; 
	/*
	font-family: Noteworthy-Light;
	*/
}

.bg-color1 strong {
	color: #ffcc00 !important;
}

.bg-color2 strong {
	color: #ffcc00 !important;
}

.itemBackToTop {
	display: none;
}

.bg-colored a {
	color: #ffcc00;
	text-shadow: 0 -1px 0 rgba(0,0,0,0.4);
}

.bg-colored a:hover {
	color: #ff9000;
}



/* ------------------------------------ Testimonial mark up */
.RSWS_testi_block {
	background: transparent;
	border: 0;
	margin-top: 5em;
}

.RSWS_submit_link {
	display: none;
}

.RSWS_left_quote {
	display: none;
}

.RSWS_right_quote {
	display: none;
}

.bg-colored em, .mod-box-colored em {
	color: #999;
}



/* ------------------------------------ Menu mark up */
.menu-dropdown .level2 a.current {
	color: #ffcc00 !important;
}



/* ------------------------------------ Big contact form mark up */
.bfQuickMode .bfFieldset-t, 
.bfQuickMode .bfFieldset-b,
.bfQuickMode .bfFieldset-r,
.bfQuickMode .bfFieldset-l,
.bfQuickMode .bfFieldset-tr,
.bfQuickMode .bfFieldset-tl,
.bfQuickMode .bfFieldset-br,
.bfQuickMode .bfFieldset-bl,
.bfQuickMode .bfFieldset-m,
.bfQuickMode p.bfElemWrap,

.bfQuickMode .bfLegend-r,
.bfQuickMode .bfLegend-l,
.bfQuickMode .bfLegend-m {
	background: transparent;
}

.bfQuickMode .bfLegend-m {
	margin: 0;
	color: #ffcc00;
	font-size: 110%;
}

.bfQuickMode .bfWrapperBlock {
	margin: 0 auto;
	width: 90%;
	float: left;
	clear: left;
	height: auto;
}

.bfQuickMode .bfNoSection {
	margin: 10px 0;
	/*margin-bottom: 5em;*/
}
#ff_elem5, #ff_elem5_1, #ff_elem5_2 {
	width: auto !important;
}

.ff_elem {
	/*width:90% !important;*/
}

#bfElementGroupNoWrap5 {
	width: auto;
}

@media (max-width: 767px){
	.bfQuickMode .bfWrapperBlock {
		margin: 0;
		width: 100%;
		float: left;
		height: auto;
	}
	
	
	.custom-logo { 
		width: 380px;
		height: 72px;
		background-size: contain;
		background-image:url(../../../images/yootheme/logo.gif), url(../../../images/yootheme/logo.png);
		background-position: 0 0, 81px 0px;
		background-repeat:no-repeat, no-repeat;
	}
}


/* -------------------------------------- Infinite showcase background markup */
.frontpage-showcase-backgrounds {
	background-position: top center;
	background-repeat: no-repeat;
	height: 459px;
	background-size: 2500px 459px !important;
}

.frontpage-showcase-image1 {
	background: url('/~waggasol/images/keys.jpg');
}


/* -------------------------------------- YooTheme fixes */
.width33 {
	width: 32% !important;;
}
.width50 {
	width: 49% !important;;
}

@media (max-width: 767px){
	.width33 {
		width: 100% !important;;
	}
	.width50 {
		width: 100% !important;;
	}
}

.itemFullText img {
	padding-bottom: 1em;
}

.menu-dropdown a.level1 > span, .menu-dropdown span.level1 > span {
	padding: 0 10px !important;
}



@media (max-width: 767px){
	.itemFullText img {
		padding-left: 0em;
		width:100%;
		max-width:400px;
	}
	
	.product-table td {
		float: left;
		clear: left;
		}
}

@media (min-width: 768px) {
	.itemFullText img {
		padding:0;
		margin-left: 2em;
		margin-bottom: 2em;
		border-radius: 10px !important;
	}
}

.RSWS_testimonial span {
	font-size: 13pt;
}

#bfLabel5 {
	font-size:160%;
}

.contact-info {
	font-size:150%;
}

div .force-size > a {
	font-size:11pt !important;
}

.product-table td {
		min-width: 180px;
}

.product-table {
		width: 100%; 
		height: auto;
}

.bfSubmitButton {
	float: left;
	clear: left;
}

#ff_form5 label#bfLabel305 {
max-width: 91% !important;
}

#ff_form5 label {
max-width: 215px;
}

#header-responsive .custom-logo.size-auto {
max-width: 380px;
}








