/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017-mar-25, 09:26:50
    Author     : Martin
*/

html,body {
	height:100%;
}


/*
	Front page
*/
body.fp {
	padding: 0; 
	margin: 0; 
}

body.fp .btn-lg {
	text-shadow: 1px 1px 1px #555;
}

body.fp  .ta-btn-choose-mobile {
	display: none;
}
body.fp .mobile-headline {
	display: none;
}

body.fp div.container-fluid {
	padding-left: 0;
	padding-right: 0;
	text-align: center;
}

body.fp div.branding {
	position: absolute; 
	top: 0;
	color: #fff;
	width: 100%;
}
body.fp div.branding div.logo {
	padding-top: 40px;
	width: 50%;
	float: left;
}
body.fp div.branding div.login {
	padding-top: 55px;
	width: 50%;
	float: right;
}
	body.fp div.branding div.login a {
		background-color: #078bb2;
		border-radius: 4px; 
		padding: 10px 14px;
		color: #fff;
	}
	body.fp div.branding div.login a:hover { text-decoration: none; background-color: #2798ba; }

body.fp div.container-fluid div.ta-slide.slide-0	{background: url(../images/bg0.jpg); background-size: cover;}
body.fp div.container-fluid div.ta-slide.slide-1	{background: url(../images/bg1.jpg); background-size: cover;}
body.fp div.container-fluid div.ta-slide.slide-2	{background: url(../images/bg2.jpg); background-size: cover;}
body.fp div.container-fluid div.ta-slide.slide-3	{background: url(../images/bg3.jpg); background-size: cover;}
body.fp div.container-fluid div.ta-slide.slide-4	{background: url(../images/bg4.jpg); background-size: cover;}
body.fp div.container-fluid div.ta-slide.slide-5	{background: url(../images/bg5_2.jpg); background-size: cover;}

body.fp div.container-fluid div.ta-slide.slide-0 a:hover,
body.fp div.container-fluid div.ta-slide.slide-1 a:hover,
body.fp div.container-fluid div.ta-slide.slide-2 a:hover,
body.fp div.container-fluid div.ta-slide.slide-3 a:hover,
body.fp div.container-fluid div.ta-slide.slide-4 a:hover,
body.fp div.container-fluid div.ta-slide.slide-5 a:hover
{ text-decoration: none; }

body.fp div.container-fluid div.ta-slide {
	height: 100%;
	width: 100%;
	display: none;
}
body.fp div.container-fluid div.ta-slide.current {
	display: block;
}

body.fp div.container-fluid span.ta-slide-box {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
	color: #fff;
}

body.fp div.container-fluid div.ta-slide h1 {
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 400%;
	font-family: 'Raleway';
}
body.fp div.container-fluid div.ta-slide h1 strong {
	font-weight: 700;
}
body.fp div.container-fluid div.ta-slide h3 {
	margin: 0;
	padding: 0 0 40px 0;
	font-size: 200%;
	font-family: 'Raleway';
}

body.fp div.container-fluid div.ta-slide div.functions {
	min-width: 260px;
	max-width: 260px;
	display: inline-block;
	margin: 0 auto 40px auto;
	text-align: left;
	line-height: 30px;
	position: relative;
	font-size: 120%;
	font-family: 'Raleway';
	vertical-align: top;
}



/* Animation */

.pulse {
	animation: pulse_7530 6s linear infinite;
	transform-origin: 50% 50%;
}

@keyframes pulse_7530 {
	0% { transform: rotate(0deg) }
	1.5% { transform: rotate(-2deg) }
	3% { transform: rotate(2deg) }
	4.5% { transform: rotate(-1deg) }
	6% { transform: rotate(1deg) }
	8% { transform: rotate(0deg) }
	100% { transform: rotate(0deg) }
}

body.fp div.container-fluid div.ta-slide div.functions span		{ width: 25px; display: inline-block; }
body.fp div.container-fluid div.ta-slide div.functions.left		{ padding-left: 80px; }
body.fp div.container-fluid div.ta-slide div.functions.right	{ padding-left: 50px; }
body.fp div.container-fluid div.ta-slide div.line				{ height: 1px; background-color: #fff; width: 600px; margin: 0 auto 40px auto; }
body.fp div.container-fluid div.ta-slide div.line span			{ background-color: #292929; border:1px solid #fff; border-radius: 4px; position: relative; top: -10px; padding:4px 8px; color: #fff; }

div.clear {
	clear: both;
	margin: 10px 0;
}

body.fp ul.footer {
	clear: both;
	position: absolute;
	bottom: 50px;
	width: 100%;
	overflow: hidden;
	font-family: 'Raleway';
}
	body.fp ul.footer strong {
		font-weight: 700;
	}

	body.fp ul.footer.nav span {
		border-right: 1px solid #000;
	}
	body.fp ul.footer.nav span:last {
		border-right: 0px solid #000;
	}
	body.fp ul.footer.nav span small {
		display: block;
		font-weight: normal;
	}
	body.fp ul.footer.nav {
		
	}
	body.fp ul.footer.nav li span {
		padding: 13px 10px;
		color: #000;
		font-size: 120%;
	}
	body.fp ul.footer.nav li.active span, body.fp ul.footer.nav li.active span:hover {
		background: #fff;
		opacity: 1;
	}
	body.fp ul.footer.nav li span:hover {
		background: #b6d8e3;
		cursor: pointer;
		opacity: 1;
	}
	body.fp ul.footer.nav span {
		border-radius: 0px;
		display: block;
		text-align: center;
		padding-top: 20px !important;
		padding-bottom: 20px !important;
		background-color: #b2b2b2;
		opacity: 0.8;
	}


div.footer-line {
	position: absolute;
	bottom: 0;
	text-align: center;
	width: 100%;
	color: #fff;
	font-size: 80%;
	padding-bottom: 20px;
	opacity: 0.5;
}
	div.footer-line a,div.footer-line a:active {
		color: #fff;
	}




/* Functions */
.functions-bar {
	font-size: 70%;
	vertical-align: bottom;
	border-top: 1px dotted #ccc;
	padding-top: 10px;
	margin: 0px 33px 75px 33px;
}
.functions-read-more {
	font-size: 90%;
	margin: 0 auto;
	display: block;
	margin-top: 10px;
	text-align: center;
}

.functions-bar span {
	margin-left: 4px;
	color: #333333;
	padding: 2px 5px;
	-webkit-border-radius: 2px;
	-moz-border-radius: 2px;
	border-radius: 2px;
	border:1px solid #333333;
	background-color:#ffffff;
	display:inline-block;
	line-height:16px;
	text-align:center;
}
.functions-bar span.erp { border-color: #333333; background-color: #fff; color: #333333;}
.functions-bar span.lawyer {border-color: #563012; background-color: #fff; color: #563012;}
.functions-bar span.consult {border-color: #936f19; background-color: #fff; color: #936f19;}
.functions-bar span.construction {border-color: #0b6a96; background-color: #fff; color: #0b6a96;}
.functions-bar span.electrician {border-color: #129221; background-color: #fff; color: #129221;}


/*
	Front page
*/
.signup-frontpage {
	text-align: center;
}
.signup-frontpage input[type=text] {
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	min-width: 250px;
	background-color: #fff;
	border: 1px solid #0089b3;
}
.signup-frontpage button {
	background-color: #0089b3;
	color: #fff;
	padding: 9px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0px;
}
.signup-frontpage button:hover {
	background-color: #007599;
}

input[type="text"]::placeholder, input[type="password"]::placeholder {
	color: #555;
}

.pricetag {
	display: inline-block;
	float: right;
	background-color: #006f90;
	color: #fff;
	padding: 2px 4px;
}
.industries:hover {
	-webkit-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.42);
	-moz-box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.42);
	box-shadow: 0px 0px 19px -2px rgba(0,0,0,0.42);
	-webkit-transition: all 0.5s;
	-moz-transition: all 0.5s;
	-ms-transition: all 0.5s;
	-o-transition: all 0.5s;
	transition: all 0.5s;
}
.small {
	font-size: 80%;
}
.book-webdemo {
	text-decoration: none;
	background-color: #0089b3;
	color: #fff;
	padding: 9px 16px;
	-webkit-border-radius: 4px;
	-moz-border-radius: 4px;
	border-radius: 4px;
	border: 0px;
}
.book-webdemo:hover {
	color: #ffffff;
	background-color: #007599;
}

.signuptriss {
	border-top: 1px dotted #ccc;
	margin-top: 20px;
	padding-top: 20px;
	font-size: 90%;
}
.signuptriss img {
	margin: 0 20px 0 0;
}

/*
	Footer
*/
.widget_text:last-child {
}


/*
	Front page news
*/
.frontpage-news .post-format-standard {
	-webkit-box-shadow: 0px 0px 65px -19px rgba(0,0,0,0.75);
	-moz-box-shadow: 0px 0px 65px -19px rgba(0,0,0,0.75);
	box-shadow: 0px 0px 65px -19px rgba(0,0,0,0.75);
	padding: 30px;
	background-color: #f1f1f1;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.frontpage-news .post-format-standard:hover {
	background-color: #bfe2ed;
	-webkit-transition: background-color 0.5s;
	-moz-transition: background-color 0.5s;
	-ms-transition: background-color 0.5s;
	-o-transition: background-color 0.5s;
	transition: background-color 0.5s;
}
.frontpage-news .post-content a {
	color: #0e0e0e;
	font: normal 700 22px / 36px "Roboto", Helvetica, Arial, Verdana, sans-serif;
}
.frontpage-news .post-content p.text-small {
	font-size: 100%;

	color: #0e0e0e;
}


.form-success {
	background-color: #d1ffe3 !important;
}

/*
	Main Content
*/

ul.topinfo	{  }
ul.topinfo li	{ display: inline; padding: 0 10px; border-right: 1px solid #adadad; font-size: 90% }
ul.topinfo li a	{ text-decoration: none !important; }
ul.topinfo li a:hover	{ text-decoration: underline !important; }
	ul.topinfo li i		{ padding-right: 4px; font-size: 95%; }
ul.topinfo li:first-child	{ padding-left: 0px; }
ul.topinfo li:last-child	{ border-right: none; }

.ta-headline {
	font-weight: normal !important;
}
.ta-headline strong {
	font-weight: 700;
}

.ta-headline-border-bottom {
	display: inline-block;
	padding-right: 20px;
	border-bottom: 4px solid #32a5c6;
}
/*
div.bg-fixed > div.wpb_row { height: 100%; }
div.bg-fixed > div.wpb_row > div.vc_column_container {height: 100%}
div.bg-fixed > div.wpb_row > div.vc_column_container > div.vc_column-inner {height: 100%;}
div.bg-fixed > div.wpb_row > div.vc_column_container > div.vc_column-inner > div.wpb_wrapper {height: 100%;}
.ta-splash {
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
*/
p.bigger {
	font-size: 100%;
	color: #333;
}
p.smaller {
	font-size: 90%;
}

.ta-placeatbottom {
	position: relative;
	bottom: 0;
	height: 66px;
	margin: 0 auto;
	line-height: 60px;
}

.ta-placeatbottom h4 {
	margin:0;
}

.ta-function {
	background-color: #2798ba;
}
.ta-function-square {
	max-width: 360px;
	max-height: 100px;
	height: 100px;
	width: 100%;
	text-align: center;
	font-size: 120%;
	margin: 10px 10px 10px 10px;
	padding: 30px 0 20px 0;
	color: #0a94bb;
	background-color: #fff;
	float: left;
	overflow: hidden;
}

.ta-function-square span {
	display: none;
	color: #fff;
	font-size: 75%;
	line-height: 1.5em;
	padding: 5px 10px;
}

.ta-function-square:hover { 
	background-color: #0a94bb; 
	color: #fff;
	cursor: pointer;
}
.ta-function-square:hover span {
	display: block;
}
.ta-function-square:hover i {
	display: none;
}

.ta-function-square i { 
	display: block; 
	font-size: 300%;
	margin-bottom: 10px;
	color: #0a94bb;
}

.ta-function-hidden {
	display: none;
}

.ta-pricetag h1,.ta-pricetag h4 {color: #fff !important;}
.ta-pricetag {
	width: 200px;
	height: 200px;
	padding: 20px;
	text-align: center;
	border-radius: 50%;
	background-color: #12aad4;
	border: 5px #0a94bb solid;
	margin: 0 auto;
	
}
.ta-pricetag span {
	display: block;
	position: relative;
	top: 50%;
	transform: translateY(-50%);
}
.ta-pricetag h1 { font-size: 500%; }
.ta-pricetag h4 { font-size: 90%; padding-top: 10px; }
.ta-bold {font-weight: bold !important;}
.ta-bold a {font-weight: bold !important;}
.ta-center { text-align: center; }



/*
	Quick guide
*/

.ta-slideshow {
	background-color: #f3f3f3;
	border: 1px solid #eee;
	padding:20px;
}

.ta-slideshow .text {
	width:43%;
	float: left;
	font-size: 110%;
	color: #555;
	text-align: left;
}
.ta-slideshow .image {
	width:55%;
	float: right;
}
.ta-slideshow .image img {
	width:100%;
}
.ta-slideshow .clearfix {
	clear: both;
}


/*
	Misc markup
*/
.hlink {
	color: #333;
	text-decoration: none;
}
.hlink:hover {
	color: #333;
	text-decoration: none;
}


/*
	Order page
*/

.ta-orderform {}
.ta-orderform h1 { margin:0; }
.ta-orderform label { display: block; font-weight: bold; color: #fff }
.ta-orderform input[type="text"], .ta-orderform select {
	width: 100%;
	color: #000;
}

.ta-orderform div {
	border-top:1px dotted #fff;
	padding:6px 10px 0px 10px;
	margin-top:6px;
	color: #fff;
}
.ta-orderform .ta-bold {
	font-weight: bold !important;
}
.ta-orderform div a {
	color: #fff;
}

.industry-headline a {
	display: block;
}

input[type=text], input[type=password], select, textarea {
	color: #333 !important;
}
input[type=text]:focus, input[type=password]:focus, select:focus, textarea:focus {
	color: #333 !important;
}
#order_title { font-size: 250%; border-top: 1px solid #ccc; max-width: 560px; margin: 20px auto 0px auto; padding-top: 20px; }

div.ta-headline-faq {
	font-size: 95%;
}
div.ta-headline-faq i {
	display: inline-block;
	margin-left: -15px;
	position: relative;
	left: -15px;
	color: #0a94bb;
}
div.ta-headline-faq h4 { 
	font-weight: bold; 
	margin-left: 15px;
}
div.ta-headline-faq p {
	margin-left: 15px;
}



/*
	Functions table
*/
.ta-functions-table-container table tr:nth-child(even), .ta-functions-table-container table thead tr  {
    background-color: #f3f3f3;
}
.ta-functions-table-container table td:first-child {
	width: 15px;
	padding-right: 5px;
	padding-left: 15px;
	text-align: center;
}
.ta-functions-table-container {
	display: none;
	margin-bottom: 40px;
}

.ta-orderform-background {
	background: #e3f7fd; /* Old browsers */
	background: -moz-radial-gradient(center, ellipse cover, #e3f7fd 0%, #84cbdf 100%); /* FF3.6-15 */
	background: -webkit-radial-gradient(center, ellipse cover, #e3f7fd 0%,#84cbdf 100%); /* Chrome10-25,Safari5.1-6 */
	background: radial-gradient(ellipse at center, #e3f7fd 0%,#84cbdf 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e3f7fd', endColorstr='#84cbdf',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */
}


/*
	Video page
*/
h2.wpb_singleimage_heading	{ font-size: 100%; line-height: 150%; font-weight: bold; padding-top: 4px; }



/*
	Success Page
*/

.success {
	width: 90% !important;
	margin:0 auto;
}
.success p {
	font-size:16px;
	line-height:24px;
}
.success h1 {
	margin-bottom:40px;
}
.success h3 {
	margin-bottom:30px;
}
.success .username {
	width: 48%;
	float: left;
	margin-right:10px;
	text-align: right;
}
.success .username span {
	display: inline-block;
	background-color: #0085ac;
	color: #fff;
	padding:10px 20px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family:Consolas, Monaco, monospace;
}
.success .password {
	width: 48%;
	float: left;
	margin-left:10px;
	text-align: left;
}
.success .password span {
	display: inline-block;
	background-color: #0085ac;
	color: #fff;
	padding:10px 20px;
	-webkit-border-radius:2px;
	-moz-border-radius:2px;
	border-radius:2px;
	font-family:Consolas, Monaco, monospace;
}

.success .stripe {
	background-color: #298ab6;
}
.success .stripe.legend h1 {
	padding-top: 80px;
	color: #fff
}
.success .stripe.legend p {
	padding-bottom: 80px;
	color: #fff;
}
.success .stripe.legend p a, .success .stripe.legend p a:hover {
	color: #fff;
}


.success1 {
	width: 50%;
	text-align: center;
	margin-top:20px;
	padding:20px 0px;
	float: left;
	background-color: #fff;
}
.success2 {
	width: 50%;
	text-align: center;
	margin-top:20px;
	padding:20px 0px;
	float: left;
	background-color: #fff;
}

.success1 .phone {
	padding-left: 2%;
	text-align: left;
}
.success2 .phone {
	padding-left: 2%;
	text-align: left;
}
.success1 .email {
	padding-left: 2%;
	text-align: left;
}
.success2 .email {
	padding-left: 2%;
	text-align: left;
}

.success1 img,.success2 img {
	border-right:30px solid #fff;
	border-left:30px solid #fff;
	outline:1px solid #ccc;
}





/*
	ROI Calculator
*/
.slider-container {
	border: 1px solid #ccc;
	border-radius: 4px;
	margin-bottom: 20px;
	padding: 20px;
	background-color: #0d9fc8;
}
.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
	border: 1px solid #ccc;
	background: #ededed;
	font-weight: normal;
	color: #2b2b2b;
}
.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active {
	background-color: #8ed4e8;
}

.ui-slider-horizontal .ui-slider-handle {
	top: -.7em;
	margin-left: -.6em;
}
.ui-slider .ui-slider-handle {
	position: absolute;
	z-index: 2;
	width: 2em;
	height: 2em;
	cursor: default;
	-ms-touch-action: pan-x;
	touch-action: pan-x;
}

.slider-container h5	{
	margin-bottom: 15px;
	color: #fff;
}
.slider-container i, .slider-container span {
	color: #fff;
}
.slider-text		{
	display: block;
	text-align: center;
	margin: 20px 0px 0px 0px; }

span.loss		{
	float: right;
}
li.savingspotential	{
	font-weight: bold;
}

div.roi-explanation	{ color: #828282; padding: 10px 20px; margin-left: 34px; background-color: #eee; border: 1px solid #d6d6d6; border-radius: 4px; }



/**
Resellers
 */

.reseller-images .toolbar {
	background-color: #1395bc;
	text-align: center;
	height:40px;
	padding:20px;
	margin-bottom: 20px;
}
	.reseller-images .toolbar input[type="text"] {
		width: 40%;
		float: left;
	}
	.reseller-images .toolbar input[name="agent"] {
		width: 38%;
		margin-left: 15px;
	}
	.reseller-images .toolbar input[type="button"] {
		width: 18%;
		margin-left: 15px;
		background-color: #097293;
	}
	.reseller-images .toolbar input[type="button"]:hover {
		background-color: #1c84a5;
	}

	.reseller-images .agent-link-text ul {
		list-style-type: none;
		margin-left: 0px;
	}

	.reseller-images .agent-link {
		background-color: #ccc;
		padding:20px;
		margin-bottom:20px;
	}

	.reseller-images .agent-link img {
		display: block;
		margin: 0 auto;
	}

	.reseller-images .agent-link input[name='url_generated'] {
		display: inline-block;
		width:90%;
	}

	.reseller-images .agent-link .btn-copy {
		display: inline-block;
	}

	.reseller-images .agent-link-social {
		background-color: #ccc;
		padding:20px;
		margin-bottom:20px;
	}

	.reseller-images .agent-link-social img {
		display: inline-block;
		float: left;
	}
	.reseller-images .agent-link-social ol {
		display: inline-block;
		padding-left:20px;
		max-width:350px;
	}
	.reseller-images .agent-link-social ol li {
		color: #3b3f4a;
	}
	.reseller-images .agent-link-social .url_generated {
		background-color: #fff;
		color: #3b3f4a;
		padding: 4px 8px;
	}


canvas#dataChart {
	width: 100%;
	max-height:600px;
	height:1px;
}

.h4-1,.h4-2 {
	float: left;
	width: 49%;
	clear: none;
	text-align: center;
}

input[name="rsl_users"] {
	background-color: #fff;
	color:#0084ab;
	border:2px solid #0084ab;
	transition: all 0.5s;
	width: 5rem;
	text-align: center;
	color: #0084ab !important;
	font-size: 16px;
	font-weight:bold;
	padding:20px;
}

input[name="rsl_users"]:focus {
	background-color: #0084ab;
	color: #fff !important;
	border:2px solid #0084ab;
	transition: all 0.5s;
}

.loader {
	border: 16px solid #f3f3f3;
	border-top: 16px solid #0084ab;
	border-radius: 50%;
	width: 80px;
	height: 80px;
	margin:0 auto;
	animation: spin 1s linear infinite;
}

@keyframes spin {
	0% { transform: rotate(0deg); }
	100% { transform: rotate(360deg); }
}




/*
	Media Queries
*/


/* Extra small devices (phones, 767px and below) */
@media (max-width: 767px) {
	
	.ta-hide-on-phones {display: none;}
	.ta-splash {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	
}

/* Small devices (tablets, 768px up to 991px) */
@media (min-width: 768px) and (max-width: 991px) {
	
	body.fp ul.footer {
		clear: both;
		position: relative;
		bottom: 0px;
		width: 100%;
		overflow: hidden;
		font-family: 'Raleway';
	}
	
	.ta-hide-on-phones {display: none;}
	.ta-splash {
		position: relative;
		top: 50%;
		transform: translateY(-50%);
	}
	body.fp div.container-fluid div.ta-slide h1 {
		padding: 0 0 30px 0;
		font-size: 350%;
	}
	body.fp div.container-fluid div.ta-slide h3 {
		padding: 0 0 40px 0;
		font-size: 150%;
	}
	body.fp div.container-fluid div.ta-slide div.functions {
		min-width: 260px;
		max-width: 260px;
		margin: 0 auto 40px auto;
		line-height: 26px;
		font-size: 110%;
		font-family: 'Raleway';
		vertical-align: top;
	}
}



/* Medium devices (desktops, 992px and up to 1200px) */
@media (min-width: 992px) and (max-width: 1200px) {

	div.branding {
		position: relative;
		top: 0;
		clear: both;
		overflow: hidden;
	}
	body.fp ul.footer {
		clear: both;
		position: relative;
		bottom: 0px;
		width: 100%;
		overflow: hidden;
		font-family: 'Raleway';
	}

	body.fp div.container-fluid div.ta-slide h1 {
		padding: 0 0 30px 0;
		font-size: 350%;
	}
	body.fp div.container-fluid div.ta-slide h3 {
		padding: 0 0 40px 0;
		font-size: 150%;
	}
	body.fp div.container-fluid div.ta-slide div.functions {
		min-width: 260px;
		max-width: 260px;
		margin: 0 auto 40px auto;
		line-height: 26px;
		font-size: 110%;
		font-family: 'Raleway';
		vertical-align: top;
	}

}


/* Large devices (desktops, 1200px and up to 1599px) */
@media (min-width: 1201px) and (max-width: 1599px) {


	body.fp div.container-fluid div.ta-slide h1 {
		padding: 0 0 30px 0;
		font-size: 350%;
	}
	body.fp div.container-fluid div.ta-slide h3 {
		padding: 0 0 40px 0;
		font-size: 150%;
	}
	body.fp div.container-fluid div.ta-slide div.functions {
		min-width: 260px;
		max-width: 260px;
		margin: 0 auto 40px auto;
		line-height: 26px;
		font-size: 110%;
		font-family: 'Raleway';
		vertical-align: top;
	}

}
