/*------------------------------------------------------------------
Project:	Trent - Responsive One Page Parallax Template
Version:	1.0
Last change:	10/05/2014
Assigned to:	ClaPat 
Primary use:	Showcase Portfolio 
-------------------------------------------------------------------*/
/*   
Company: TapaTalk
Author: Jeff Schumann
Author URL: http://www.backwardsfour.com
Version: 1.0
Date: 12/23/20
*/


@import url("css/sliders.css");
@import url("css/blog.css");


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

1. General Styles
2. Preloader
3. Sections Styles
4. Animations
5. Shortcodes
6. Contact Map
7. Contact Form
8. Footer

**JEFF'S UPDATES BEFORE THE MEDIA QUERIES***

9. Responsive Media Querries

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


@font-face {
	font-family: 'Optima-Italic';
	src: url('/fonts/Optima-Italic.eot');
	src: url('/fonts/Optima-Italic.eot?#iefix') format('embedded-opentype'),
	       url('/fonts/Optima-Italic.woff') format('woff'),
	       url('/fonts/Optima-Italic.ttf')  format('truetype');
}

@font-face {
	font-family: 'Open-Sans';
	src: url('/fonts/Open-Sans.eot');
	src: url('/fonts/Open-Sans.eot?#iefix') format('embedded-opentype'),
	       url('/fonts/Open-Sans.woff') format('woff'),
	       url('/fonts/Open-Sans.ttf')  format('truetype');
}

@font-face {
	font-family: 'Open-Sans-Light-Italic';
	src: url('/fonts/Open-Sans-Light-Italic.eot');
	src: url('/fonts/Open-Sans-Light-Italic.eot?#iefix') format('embedded-opentype'),
	       url('/fonts/Open-Sans-Light-Italic.woff') format('woff'),
	       url('/fonts/Open-Sans-Light-Italic.ttf')  format('truetype'),
	       url('fonts/Open-Sans-Light-Italic.svg#Open-Sans-Light-Italic') format('svg');
}


/* 1. General Styles */

	html,body{
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-weight: 400;
		font-size:13px;
		height:100%;
		width:100%;
		color:#999999;
		background:#fff;
	}

	body{
		overflow-x:hidden;
		/*min-height: 100%;*/
		/*display: flex;*/
		/*flex-direction: column;*/
	}

  #panel{
    position: relative;
    width: 100%;
    height: auto;
  }

	#panel:after{
		content: '';
    display:block;
    clear: both;
	}

	html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td {
		border: 0;
		margin: 0;
		outline: 0;
		padding: 0;
		vertical-align: baseline;
	}

	article,
	aside,
	details,
	figcaption,
	figure,
	footer,
	header,
	hgroup,
	nav,
	section {
		display: block;
	}

	audio,
	canvas,
	video {
		display: inline-block;
		max-width: 100%;
	}

	address {
		font-style: italic;
		margin-bottom: 24px;
	}

	abbr[title] {
		border-bottom: 1px dotted #2b2b2b;
		cursor: help;
	}

	b,
	strong {
		font-weight: 600;
	}

	cite,
	dfn,
	em,
	i {
		font-style: italic;
	}

	mark,
	ins {
		background: #fff9c0;
		text-decoration: none;
	}

	code,
	kbd,
	tt,
	var,
	samp,
	pre {
		font-family: monospace, serif;
		font-size: 15px;
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		line-height: 1.6;
	}

	pre {
		border: 1px solid rgba(0, 0, 0, 0.1);
		-webkit-box-sizing: border-box;
		-moz-box-sizing:    border-box;
		box-sizing:         border-box;
		margin-bottom: 24px;
		max-width: 100%;
		overflow: auto;
		padding: 12px;
		white-space: pre;
		white-space: pre-wrap;
		word-wrap: break-word;
	}

	blockquote,
	q {
		-webkit-hyphens: none;
		-moz-hyphens:    none;
		-ms-hyphens:     none;
		hyphens:         none;
		quotes: none;
	}

	blockquote:before,
	blockquote:after,
	q:before,
	q:after {
		content: "";
		content: none;
	}

	blockquote {
		color: #000;
		font-size: 19px;
		font-style: italic;
		font-weight: 300;
		line-height: 1.2631578947;
		margin-bottom: 24px;
		font-family:Georgia, "Times New Roman", Times, serif;
		border-left:2px #ddd solid;
		padding:20px;
	}

	.light-content blockquote {
		color:#fff;
		border-left:2px #333 solid;
	}

	blockquote cite,
	blockquote small {
		color: #2b2b2b;
		font-size: 16px;
		font-weight: 400;
		line-height: 1.5;
	}

	blockquote em,
	blockquote i,
	blockquote cite {
		font-style: normal;
	}

	blockquote strong,
	blockquote b {
		font-weight: 400;
	}

	small {
		font-size: smaller;
	}

	big {
		font-size: 125%;
	}

	sup,
	sub {
		font-size: 75%;
		height: 0;
		line-height: 0;
		position: relative;
		vertical-align: baseline;
	}

	sup {
		bottom: 1ex;
	}

	sub {
		top: .5ex;
	}

	dl {
		margin-bottom: 24px;
	}

	dt {
		font-weight: bold;
	}

	dd {
		margin-bottom: 24px;
	}

	ul,
	ol {
		list-style: none;
		margin: 0 0 24px 20px;
	}

	ul {
		list-style: disc;
	}

	ol {
		list-style: decimal;
	}

	li > ul,
	li > ol {
		margin: 0 0 0 20px;
	}

	figure {
		margin: 0;
	}

	fieldset {
		border: 1px solid rgba(0, 0, 0, 0.1);
		margin: 0 0 24px;
		padding: 11px 12px 0;
	}

	legend {
		white-space: normal;
	}

	button,	input {
		line-height: normal;
	}

	input,
	textarea {
		background-image: -webkit-linear-gradient(hsla(0,0%,100%,0), hsla(0,0%,100%,0)); /* Removing the inner shadow, rounded corners on iOS inputs */
	}

	button, html input[type="button"], input[type="reset"], input[type="submit"] {
		cursor: pointer;
	}

	button[disabled],
	input[disabled] {
		cursor: default;
	}

	input[type="checkbox"],
	input[type="radio"] {
		padding: 0;
	}

	input[type="search"] {
		-webkit-appearance: textfield;
	}

	input[type="search"]::-webkit-search-decoration {
		-webkit-appearance: none;
	}

	button::-moz-focus-inner, input::-moz-focus-inner {
		border: 0;
		padding: 0;
	}

	textarea {
		overflow: auto;
		vertical-align: top;
	}

	table, th, td {
		border: 1px solid rgba(0, 0, 0, 0.1);
	}

	table {
		border-collapse: separate;
		border-spacing: 0;
		border-width: 1px 0 0 1px;
		margin-bottom: 24px;

		width: 100%;
	}

	caption, th, td {
		font-weight: normal;
		text-align: left;
	}

	th {
		border-width: 0 1px 1px 0;
		font-weight: bold;
	}

	td {
		border-width: 0 1px 1px 0;
	}

	del {
		color: #767676;
	}

	hr {
		background-color: rgba(0, 0, 0, 0.1);
		border: 0;
		height: 1px;
		background-color:#ebebeb;
		margin-bottom: 40px;
		width:100%;
		float:left;
	}

	::selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

	::-moz-selection {
		background: #000;
		color: #fff;
		text-shadow: none;
	}

	h1, h2, h3, h4, h5, h6 {
		font-weight: 400;
		-webkit-font-smoothing: antialiased;
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		color:#000;
		margin-bottom:10px;
	}

	.light-content h1, .light-content h2, .light-content h3, .light-content h4, .light-content h5, .light-content h6 {
		color:#fff;
	}

	h1{
		font-size:48px;
		line-height: 54px;
	}

	h2{
		font-size: 36px;
		line-height: 48px;
	}

	h3{
		font-size:32px;
		line-height: 36px;
	}

	h4{
		font-size:24px;
		line-height: 30px;
	}

	h5{
		font-size:18px;
		line-height: 24px;
	}

	h6{
		font-size:14px;
		line-height: 18px;
	}

	strong {
		font-weight:700;
	}

	p {
		color: #4c5256;
		font-size:17px;
		margin-bottom:20px;
		line-height:25px;
	}

	.light-content p {
		color:rgba(255,255,255,0.6)
	}

	.light-content i {
		color:#fff;
	}

	.container {
		margin:0 auto;
		padding:70px 20px;
	}

	.container.small-width {
		width:980px;
		padding: 70px 0 40px 0;
	}
	.container.small-width.feature{
		padding: 80px 0 20px 0;
	}
	.container.small-width.top{
			padding-top: 100px;
		}
	.container.small-width.feature .one_half{
		margin-bottom: 0;
	}

	.container.no-padding {
		padding:0px 20px;
	}

	a:hover, a:active, a:focus {
	  outline: 0;
	  color: #999;
	}

	a {
        text-decoration: none;
        -webkit-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
           -moz-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
            -ms-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
             -o-transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
                transition: background-color .3s ease, border .3s ease, color .3s ease, opacity .3s ease-in-out, outline .3s ease;
    }

	a {
		outline: 0;
	}

	a:hover {
		text-decoration:none;
	}

	.one_half {
    	width: 48%;
		margin-bottom: 20px;
		margin-right: 4%;
		position: relative;

		display: inline-block;
		vertical-align: top;
	}

	.last {
		margin-right:0px!important;
	}

	.text-align-center {
		text-align:center;
	}

	.text-align-left {
		text-align:left!important;
	}

/* 2. Preloader */

	.mask {
		background-color:#FFF;
		width:100%;
		height:100%;
		position:fixed;
		z-index:100000;
	}

	#loader {
		background:url(images/project-loader.gif) center center no-repeat;
		height: 2px;
		width: 140px;
		left: 50%;
		top: 50%;
		position: absolute;
		margin: -1px 0 0 -70px;
	}

/* 3. Section pages styles */

	section {
		position: relative;
		background-color:#FFF;
		/*border-bottom:#f0f0f0 1px solid;*/
	}

	.overlay {
		width:100%;
		height:100%;
	}

	.section-title {
		display:table;
		margin:0 auto;
		text-align:center;
		padding-bottom:60px;
	}
	.section-title.left{
		text-align: left;
		margin-left: 0;
	}

	.blue{
		color: #ffffff!important;
	}
	.left{
		text-align: left;
	}

	.title-content {
		display:table-cell;
	}

	.section-title h3 {
		color: #484F59;
		display:inline-block;
		line-height:36px;
		padding:0;
		letter-spacing:2px;
	}
	.section-title.blue h3{
		color: #ffffff;
	}

	.sub-text
	{
		color:#a6abae;
		font-size:22px;
		font-weight:lighter;
		padding-top:20px;
		line-height:30px;
	}

	.title-dots {
		display:block;
		text-align:center;
		line-height:3px;
		margin: 16px auto;
	}

	.title-dots li {
		width:3px;
		height:3px;
		background-color:#20b8dc;
		list-style:none;
		display:inline-block;
		margin:0 5px;
	}
	.section-content
	{
		color: #606a78;
		text-align:center;
		font-size: 16px;
	}
	.section-content.left{
		text-align: left;
	}
	.section-content.blue{
		color: #ffffff;
	}

	.column-container
	{
		width:100%;
		display:flex;
		flex-flow:row wrap;
	}
	.three-column .column
	{
		width:33.3%;
		text-align:center;
	}
	.four-column .column
	{
		width:25%;
		text-align:center;
	}

	.light-content .section-title h3 {
		background-color:#fff;
		color:#000;
	}

	.light-content .title-dots li {
		background-color:#fff;
	}

	/* Home Section */

	#home {
		height: 100%;
		position: relative;
		width: 100%;
		background-color:#000;
		overflow:hidden;
	}
	#home p.subtext
	{
		font-weight:300;
		margin-bottom:25px;
	}
	.home-image {
		background-position:center center;
		width:100%;
		height:100%;
		background-size:cover;
	}

	.home-content {
		height: 100%;
		position: relative;
		width: 100%;
		background:url(images/homeheader.png) cover center center;
	}

	.content-center {
		box-sizing: border-box;
		display: table;
		height: 100%;
		padding: 0 7%;
		text-align: center;
		width: 100%;
	}

	.content-vertical-center {
		display: table-cell;
		vertical-align: middle;
	}

	/* Call To Action */
	#call-to-action.cta-dark {
		background-color:#000;
		border:none;
	}

	/* Parallax Styles */
	.parallax {
		text-align: center;
		background-repeat: no-repeat;
		background-size: cover;
	}

	.parallax-overlay {
		background-color:rgba(0,0,0,0.80);
	}

	/* Mobilize Page */

	#mobilize .section-title
	{
        margin: 40px 0 0 0;
		text-align:left;
	}

	#mobilize .section-title h3
	{
		line-height:36px;
	}

	#mobilize .sub-text
	{
		padding-top:10px;
		margin-right: 100px;
	}

	#mobilize .title-dots
	{
		text-align:left;
	}
	#mobilize .section-content
	{
		padding-top: 0px;
		margin-bottom:60px;
		margin-top:30px;
		text-align:left;
	}

	/* Wordpress Page */
	#wordpress{
		background-color: #f8f8f8;
	}

	#wordpress .container{
		padding-top: 80px;
	}
	#wordpress .section-title
	{
		padding-bottom:0px;
		padding-top:0px;
		text-align:left;
		margin:0px;
	}

	#wordpress .section-title h3
	{
		line-height:36px;
		float:left;
	}

	#wordpress .sub-text
	{
		padding-top:20px;
	}

	#wordpress .title-dots
	{
		text-align:left;
	}
	#wordpress .section-content
	{
		padding-top:10px;
		text-align:left;
		margin-bottom: 10px;
	}

		/* Build Page */

	#build .section-title
	{
		margin:0;
		padding-bottom:0;
		padding-top: 90px;
		text-align:left;
	}

	#build .section-title h3
	{
		padding:0px 0px 0px 30px;
		line-height:50px;
		font-family: Helvetica;
		color:#383838;
		display:block;
	}
	#build .section-content {
		padding-top: 0px;
		text-align: left;
	}

	#build ul {
		font-size:18px;
		color:#31b6ea;
		list-style: square;
	}
	#build ul li {
		padding-bottom: 12px;
		color:#31b6ea;
	}
	#build ul span{
		font-weight: 300;
	}

	/* Grow Page */

	.numeric-value
	{
		font-size:65px;
		font-weight:100;
		color:#000;
	}
	.stat-label
	{
		padding-top:25px;
		display:block;
		font-size:20px;
		font-weight:400;
		color:#20b8dc;
	}

    /* PBYO Page */
	#pbyo
	{
		background: #f8f8f8;
	}
	#pbyo .section-title{
		padding-bottom: 30px;
	}
	#pbyo .section-title h3{
		font-family: Helvetica;
		color:#383838;
		padding-bottom: 0px;
	}
	#pbyo .section-title p{
		font-family: Helvetica;
		font-size: 22px;
		color:#939898;
	}

	#pbyo .clapat-counter .subject {
		font-family: Helvetica;
		font-size: 18px;
		color: #4c5256;
		padding-top:15px;
		font-weight: 400;
	}

	#pbyo .section-content
	{
		line-height: 25px;
		padding-top: 20px;
		width:75%;
		margin:0 auto;
		text-align: left;
		font-family: Helvetica;
		font-size:18px;
		color:#4c5256;
	}
	#pbyo .clapat-counters .number:after
	{
		content:'m+';
	}
	/* Monetize Page */

	#monetize
	{
		background-color:white;
	}
	#monetize .section-title,
	#monetize .title-dots
	{
		text-align:left;
	}
	#monetize .section-title
	{
			width:auto;
			padding-bottom:40px;
	}
	#monetize .sub-text
	{
		padding-top:10px;
		margin-bottom: 0px;
	}
	#monetize .section-image
	{
		position:relative;
	}
	#monetize .section-image img
	{
		position:absolute;
		top:0;
		right:0;
	}
	#monetize .section-content
	{
		padding-top:0px;
		width:90%;
		text-align:left;
		font-size: 18px;
		line-height: 25px;
	}
	#monetize .clapat-button
	{
		margin-top:20px
	}

	/* Branded Page */

	#brand .section-title{
		padding-bottom:30px;
	}
	#brand .section-title h3{
		padding-bottom:0px;
	}
	#brand .section-image
	{
		text-align:center;
	}
	#brand .sub-text{
		margin-bottom: 10px;
	}
	#brand .section-content
	{
		margin: 30px 200px 30px 200px;
		text-align:center;
		margin-bottom:0px;
		padding-top: 10px;
		padding-bottom: 30px;
	}

	/* Boost Page */
	#boost
	{
		background: #f8f8f8;
	}
	#boost .section-image
	{
		text-align:center;
	}
	#boost .section-title
	{
		padding-bottom: 30px;
	}
	#boost .sub-text
	{
		margin: 0px 300px 0px 300px;
	}
	#boost .section-content
	{
		padding-top: 70px;
		text-align:center;
		margin: 0 auto;
		width: 75%;
		padding-bottom: 40px;
	}


	/* EBYO Page */

	#ebyo .section-image
	{
		text-align:center;
	}
	#ebyo .section-title{
		padding-bottom: 30px;
	}
	#ebyo h2{
		text-align:center;
		padding-top: 15px;
		font-size:18px;
		font-weight: 400;
	}
	#ebyo .section-title h3{
		padding-bottom: 0px;
		font-family: Helvetica;
		color:#383838;
	}
	#ebyo .section-title p{
		font-family: Helvetica;
		font-size: 22px;
		color:#939898;
	}
	#ebyo .section-content
	{
		padding-top: 20px;
		width: 75%;
		margin: 0 auto;
		text-align: left;
		font-family: Helvetica;
		font-size: 18px;
		color: #4c5256;
	}


	/* Partners Page */

	#partners
	{
	}
	#partners .container
	{
		padding:55px 20px;
	}
	#partners .section-title h3
	{
		color:#FFF;
		padding:10px 0;
	}
	.logo-container
	{
		width:220px;
		height:80px;
		margin:0 auto;
		display:block;
		margin-left: -24px;
	}
	.watchuseek .logo-container
	{
		background:url('images/Forumlogo7.png') no-repeat;
		background-size: 100% 100%;
	}
	.xda .logo-container
	{
		background:url('images/Forumlogo8.png') no-repeat;
		background-size: 100% 100%;
	}
	.vwvortex .logo-container
	{
		background:url('images/Forumlogo6.png') no-repeat;
		background-size: 100% 100%;
	}
	.macrumors .logo-container
	{
		background:url('images/Export_Home7_1.png') no-repeat;
		background-size: 100% 100%;
	}
	.autoguide .logo-container
	{
		background:url('images/Export_Home7_2.png') no-repeat;
		background-size: 100% 100%;
	}
	.waze .logo-container
	{
		background:url('images/Export_Home7_3.png') no-repeat;
		background-size: 100% 100%;
	}
	.bigfooty .logo-container
	{
		background:url('images/Export_Home7_4.png') no-repeat;
		background-size: 100% 100%;
	}
	.mountainbikereview .logo-container
	{
		background:url('images/Forumlogo5.png') no-repeat;
		background-size: 100% 100%;
	}
	.logo-label
	{
		color:#fff;
		font-weight:100;
		font-size:24px;
		display:block;
		margin-top:30px;
	}

	/* Inactive Page */

	#inactive
	{

	}
	#inactive .content-button
	{
		padding-top:50px;
		text-align:center;
	}
	#inactive .section-content
	{
		text-align:center;
		padding-top:0;
	}

	/* GetStarted Page */

	#getstarted
	{
		background: #f8f8f8;
	}
	#getstarted .content-button
	{
		padding-top:50px;
		text-align:center;
	}
	#getstarted .section-title
	{
		padding-bottom: 0px;
	}
	#getstarted .section-title h3
	{
		font-family: Helvetica;
		color:#383838;
	}

	#getstarted .section-content
	{
		text-align:center;
		padding-top: 20px;
		margin: 0 auto;
		text-align: left;
		font-family: Helvetica;
		font-size: 18px;
		color: #4c5256;
	}

	/* Support Page */

	#support .column-container
	{
		margin:0 auto;
		align-items:flex-start;
		align-content:space-around;
		justify-content:center;
	}
	#support .column
	{
		width:auto;
		padding:20px 5px;
		margin-bottom:60px;
	}
	#support .logo-container
	{
		width:158px;
		height:178px;
		display:block;
	}
	.activation .logo-container
	{
		background:url('images/support_activation.png') no-repeat center;
	}
	.features .logo-container
	{
		background:url('images/support_monetization.png') no-repeat center;
	}
	.byo .logo-container
	{
		background:url('images/support_byo.png') no-repeat center;
	}
	.owners .logo-container
	{
		background:url('images/support_profile.png') no-repeat center;
	}
	.monetization .logo-container
	{
		background:url('images/support_plugin.png') no-repeat center;
	}
	.plugin .logo-container
	{
		background:url('images/support_feature.png') no-repeat center;
	}
	.gear .logo-container
	{
		background:url('images/support_gear.png') no-repeat center;
	}
	.logo-label
	{
		color:#000;
		font-weight:400;
		font-size:20px;
		display:block;
		margin-top:0;
		text-transform: uppercase;
		line-height: 25px;
	}
	#support #quote .quote
	{
			font-size:32px;
			font-weight:300;
	}

/* 4. Image & Div Animation */

	img.img-with-animation, .has-animation {
		opacity: 0;
		position: relative;
	}

	img.img-with-animation[data-animation="grow-in"].full-opacity {
		opacity: 1;
	}

	img.img-with-animation[data-animation="fade-in-from-left"] {
		left: -40px;
		padding-right: 30px;
	}

	.has-animation[data-animation="fade-in-from-left"] {
		left: -40px;
	}

	img.img-with-animation[data-animation="fade-in-from-right"] {
		right: -40px;
		padding-left: 30px;
	}

	.has-animation[data-animation="fade-in-from-right"] {
		right: -40px;
	}

	img.img-with-animation[data-animation="fade-in-from-bottom"] {
		bottom: -80px;
	}

	.has-animation[data-animation="fade-in-from-bottom"] {
		bottom: -50px;
	}

	img.img-with-animation[data-animation="fade-in-from-left"], img.img-with-animation[data-animation="fade-in-from-right"] {
		margin: 0 auto;
	}


/* 5.  Shortcodes */

	/* Next Section */

	.next-section {
		width:60px;
		height:60px;
		background-color:#000;
		background-image:url(images/next_section.png);
		background-size: 34px 18px;
		background-repeat:no-repeat;
		background-position:13px 21px;
		position:absolute;
		bottom:0px;
		left:50%;
		margin-left:-30px;
		opacity:0.5;
	}

	.next-section:hover {
		opacity:1;
	}

	/* Radial Counters */

	.radial-counter {
		display:block;
		margin:0 50px;
		cursor:default;
		margin:10px;
	}

	.radial-counter input {
		cursor:default;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif !important;
		font-weight:400!important;
		font-size:13px!important;
		height:50px!important;
		width:50px!important;
		background-color:#000!important;
		border-radius:100%;
		margin-left: -95px!important;
    	margin-top: 45px!important;
	}

	.radial-counter-name {
		margin-top:15px;
	}

	.radial-counter-info {
		margin-top:10px;
	}

	.light-content .radial-counter input {
		background-color:#fff!important;
		color:#000!important;
	}

	/*  Alert Boxes  */

	.alertboxes {
		float:left;
		width:100%;
	}

	.shortcode_alertbox {
		color: #FFFFFF;
		display: block;
		line-height: 20px;
		margin-bottom: 20px;
		padding: 15px 40px 15px 14px;
		position: relative;
	}

	.shortcode_alertbox .box_close {
		background: url("images/close_box.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-position:10px 10px;
		background-size:20px 20px;
		display: block;
		height: 40px;
		position: absolute;
		right: 5px;
		top: 5px;
		width: 40px;
		cursor:pointer;
	}

	.shortcode_alertbox b {
		color:inherit;
	}

	.shortcode_alertbox.box_black {
		background: none repeat scroll 0 0 #000;
		color:#999;
	}

	.shortcode_alertbox.box_black b {
		color:#fff;
	}

	.shortcode_alertbox.box_black .box_close {
		background: url("images/close_box1.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
		background-position:10px 10px;
		background-size:20px 20px;
	}

	.shortcode_alertbox.box_gray {
		background: none repeat scroll 0 0 #eeeeee;
		color:#999;
	}

	.shortcode_alertbox.box_red {
		background: none repeat scroll 0 0 #F9E5E6;
		color:#B3696C;
	}

	.shortcode_alertbox.box_blue {
		background: none repeat scroll 0 0 #D8ECF5;
		color: #528DA9;
	}

	.shortcode_alertbox.box_yellow {
		background: none repeat scroll 0 0 #FCF7D9;
    	color: #C4A21B;
	}

	.shortcode_alertbox.box_green {
		background: none repeat scroll 0 0 #E3EBC6;
		color: #8FA442;
	}

	/* Toggle */

	.toggle-wrap {
		float:left;
		width:100%;
	}

	.toggle-title {
		background: #eeeeee;
		cursor: pointer;
		padding: 10px 15px;
		margin-bottom: 10px;
		display: block;
		font-size:13px;
		font-weight:bold;
	}

	.toggle-title:after {
		content:"+";
		float:right;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size:17px;
		font-weight:bold;
	}

	.toggle-title a {
		color:#999;
		text-decoration: none;
	}

	.toggle-title:hover {
		background: #000;
	}

	.toggle-title:hover a{
		color:#fff;
	}

	.toggle_container {
		padding-bottom: 10px;
		padding-top: 5px;
		padding-left: 10px;
		padding-right: 10px;
		font-size:13px;
	}

	.toggle-active {
		color:#fff;
		background: #000;
	}

	.toggle-active:after {
		content:"_";
		margin-top:-7px;
	}

	.toggle-active a {
		color:#FFF;
	}

	.light-content .toggle-title {
		background: #333;
		color:#fff;
	}

	.light-content .toggle-title:hover {
		background: #fff;
	}

	.light-content .toggle-title a {
		color:#fff;
	}
	.light-content .toggle-title:hover a {
		color:#000;
	}

	.light-content .toggle-active {
		color:#000;
		background: #fff;
	}

	.light-content .toggle-active a {
		color:#000;
	}





	/*  Tabs  */

	.tab-shortcode {
		float:left;
		width:100%;
	}

	ul.tabs {
		overflow: hidden;
		margin: 0px;
	}

	ul.tabs li {
		float: left;
		margin: 0px;
		list-style: none;
	}

	ul.tabs li a {
		display: block;
		background-color: #e5e5e5;
		padding: 6px 20px;
		margin-right: 5px;
		color: #666;
		text-decoration: none;
		font-size:13px;
	}

	ul.tabs .tab-active a {
		color: #fff;
		background-color: #000;
	}

	ul.tabs li a:hover{
		color: #fff;
		background-color: #000;
	}

	.tab_container {
		clear: both;
		padding: 20px 25px;
		margin-top:-1px;
		font-size:13px;
		border:#ebebeb solid 1px;
	}

	.light-content ul.tabs li a {
		background-color: #333;
		color:#999;
	}

	.light-content ul.tabs .tab-active a, .light-content ul.tabs li a:hover{
		color: #000;
		background-color: #fff;
	}

	.light-content .tab_container {
		border:#fff solid 1px;
		background-color:#fff;
		margin-top:0px;
	}


	/* List Styles */

	.list_square ul {
		display: block;
		list-style-type: none;
		margin: 0;
		padding: 0;
	}

	.list_square ul > li:before {
		background-color: #000;
		content: "";
		display: block;
		height: 7px;
		left: 0;
		position: absolute;
		top: 7px;
		width: 7px;
	}

	.list_square ul > li, .list_number ul > li {
		color: #999;
		font-weight: 400;
		margin: 0 0 8px;
		padding: 0 0 0 22px;
		position: relative;
	}

	.icon_list {
		margin-bottom: 22px;
	}

	.icon_list i {
		border-radius: 2em;
		color: #000;
		font-size: 18px;
		height: 27px;
		line-height: 27px;
		text-align: center;
		width: 27px;
	}

	.icon_list p {
		margin: 0 0 10px;
		padding: 0 0 0 38px;
		position: relative;
	}

	.list_number ul  {
		counter-reset: li;
		margin-left:0px;
	}

	.list_number ul > li:before {
		counter-increment: li;
		content: counter(li, decimal-leading-zero);
		display: inline-block;
		height: 20px;
		left: 0;
		line-height: 20px;
		padding: 0;
		position: absolute;
		text-align: center;
		top: 1px;
		width: 20px;
		background-color: #000;
		color: #fff;
		height: 31px;
		line-height: 31px;
		top: -5px;
		width: 31px;
	}

	.list_number ul li {
		margin-bottom: 22px;
		padding-left: 43px;
		list-style:none;
	}

	.light-content .list_square ul > li:before {
		background-color: #fff;
	}

	.light-content .icon_list i {
		color: #fff;
	}

	.light-content .list_number ul > li:before {
		background-color: #fff;
		color: #000;
	}




	/* Buttons */

	.clapat-button {
		font-size:16px;
		line-height:16px;
		padding:11px 20px;
		background-color:#000;
		color:#fff;
		display:inline-block;
		letter-spacing:1px;
		font-weight:400;
		-webkit-font-smoothing: antialiased;
	}
	.button-fix {
		line-height:1.5;
		font-family: Helvetica;
		font-size: 18px;
		color:#4c5256;
		width: 114px;
		height: 27px;
		text-align: center;
	}

	.clapat-button.medium {
		text-transform:uppercase;
		line-height:14px;
		padding:13px 30px;
	}

	.clapat-button.big {
		text-transform:uppercase;
		line-height:15px;
		padding:16px 40px;
	}

	.clapat-button.outline {
		border:#4c5256 2px solid;
		color:#000;
		background-color:transparent;
		padding:9px 18px;
	}
	.clapat-button.outline.addSiteBtn{
		width:400px;
		height:30px;
		line-height:30px;
	}

	.clapat-button.medium.outline {
		padding:11px 28px;
	}

	.clapat-button.big.outline {
		padding:14px 38px;
	}

	.clapat-button.outline.trans {
		border:#eaeaea 2px solid;
		color:#000;
		background-color:transparent;
	}

	.clapat-button:hover {
		opacity:0.6;
		color:#fff;
	}

	.clapat-button.outline:hover,
	#support .column-container a .column:hover {
		background-color:#4c5256;
		color:#fff;
		opacity:1;
	}

	.clapat-button.outline.trans:hover {
		background-color:transparent;
		border:#000 2px solid;
		color:#000;
		opacity:1;
	}

	.clapat-button-outline {
		font-size:13px;
		text-transform:uppercase;
		line-height:13px;
		padding:9px 20px;
		border:2px #000 solid;
		color:#000;
	}

	.clapat-button-outline:hover {
		color:#fff;
		background-color:#000;
	}


	.light-content .clapat-button.outline {
		background-color:transparent;
		color:#000;
		width: 100px;
		margin: 0 36px 0;
		border:2px #000 solid;
	}

	#call-to-action .light-content .clapat-button.outline {
		width: 200px;
	}


	.light-content .clapat-button.outline:hover {
		color:#000;
		background-color:#fff;
	}

	.light-content .clapat-button {
		background-color:#fff;
		color:#000;
	}

	.light-content .clapat-button i {
		color:#000;
	}

	.light-content .clapat-button.outline.trans {
		border:#333 2px solid;
		color:#fff;
		background-color:transparent;
	}

	.light-content .clapat-button.outline.trans:hover {
		background-color:transparent;
		border:#fff 2px solid;
		color:#fff;
		opacity:1;
	}





	/* Our Team */

	.our-team {
		display:block;
		text-align:center;
		margin-left:0px;
	}

	.our-team li.team-member {
		width:130px;
		height:130px;
		margin:0 20px 20px 20px ;
		list-style:none;
		display:inline-block;
		background-color:#e4e4e4;
		background-size:cover;
		border-radius:50%;
	}

	.team-overflow {
		width:260px;
		height:260px;
		margin:20px;
		overflow:hidden;
		position:absolute;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;

	}

	.team-info {
		width:260px;
		height:260px;
		background: #000;
		padding:0px;
		margin-top:190px;
		position:absolute;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}

	.our-team li:hover  .team-info {
		margin-top:0px;
		padding:20px;
	}

	.our-team li:hover .team-overflow {
		margin:0px;
		width:300px;
		height:300px;
	}

	.team-name {
		color:#fff;
		margin-top:15px;
		margin-bottom:2px;
		text-transform:uppercase;
	}

	.team-function {
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color: rgba(255,255,255,0.4);
		margin-bottom:30px;
	}

	.team-description {
		margin-bottom:40px;
	}

	.light-content .team-info {
		background-color:#fff;
	}

	.light-content .team-name {
		color:#000;
	}

	.light-content .team-function {
		color: rgba(0,0,0,0.4);
	}

	.light-content .socials li a {
		border-right: 1px dotted rgba(0, 0, 0, 0.2);
		color: rgba(0, 0, 0, 0.4 );
	}

	.light-content .socials li a:hover {
		color: rgba(0, 0, 0, 1);
	}

	/* Progress Bars */

	.progress-bar {
		text-align: left!important;
		margin: 0px!important;
	}

	ul.progress-bar {
		margin:0;
	}

	.progress-bar li {
		list-style: none!important;
	}

	.progress-bar li i {
		margin:0;
	}

	.progress-bar li:last-child span {
		margin-bottom: 0px;
	}

	.progress-bar li .bar-wrap {
		margin-bottom:20px;
		background-color: #e4e4e4;
	}

	.progress-bar li span {
		height: 15px;
		width: 0px;
		display: block;
		background-color: #000;
	}

	.progress-bar li p {
		margin-bottom:5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
	}

	.progress-bar li span {
		overflow: visible!important;
		position: relative;
	}

	.progress-bar li span strong {
		position: absolute;
		right: -0px;
		top: -25px;
		padding: 4px 0px;
		color: #000;
		line-height: 12px;
		font-size: 11px;
		opacity: 0;
		display: block;
	}

	.progress-bar li span strong i {
		font-style:normal;
	}

	.progress-bar li span strong.full:after {
		left: 15px;
	}

	.progress-bar li span strong.full {
		width: 43px;
		text-align: center;
	}

	.light-content .progress-bar li span {
		background-color:#fff;
	}

	.light-content .progress-bar li .bar-wrap {
		background-color:#333;
	}

	.light-content .progress-bar li span strong {
		color:#fff;
	}

	/* Number Counters */
	.grow .container {
		padding: 40px 20px 60px 15px;
	}
	.clapat-counters {
		display:block;
		text-align:center;
		margin-left:0px;
	}

	.clapat-counter {
		text-align: center;
		list-style:none;
		display:inline-block;
		vertical-align: top;
		padding:0 40px;
		/*border-right:1px solid #f0f0f0;*/
		border:0;
	}

	.clapat-counter:last-child {
		border-right:none;
	}

	.clapat-counter .number,
	.clapat-counter .numberSub {
		color: #000;
		display: inline-block;
		vertical-align: top;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 48px;
		font-weight:300;
		line-height: 48px;
		margin-bottom: 5px;
	}

	.clapat-counter .subject {
		font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
		font-size: 20px;
		color:#20b8dc;
		border:1px solid #e2e2e2;
	}

	.light-content .clapat-counter .number {
		color:#fff;
	}

	.light-content .clapat-counter {
		border-right:1px solid rgba(255,255,255,0.1);
	}

	.light-content .clapat-counter:last-child {
		border-right:none;
	}

	/* Quote */

	.quote {
		font-weight:300;
		text-align:center;
		font-style:normal;
		color:#000;
		font-size:30px;
		margin:20px 0;
		line-height:36px;
	}

	span.quote-img-left  {
		background-image: url("images/quote1.png");
		background-size: 21px 17px;
		display: inline-block;
		height: 17px;
		margin-bottom: 9px;
		margin-right: 10px;
		/*opacity: 0.5;*/
		opacity: 1;
		width: 21px;
	}

	span.quote-img-right  {
		background-image: url("images/quote2.png");
		background-size: 21px 17px;
		display: inline-block;
		height: 17px;
		margin-bottom: 9px;
		margin-left: 10px;
		opacity: 1;
		/*opacity: 0.5;*/
		width: 21px;
	}

	.quote-author {
		color: #999999;
		text-align:center;
		font-size:16px;
		text-transform: uppercase;
	}

	.light-content .quote {
		color:#FFF;
	}
	.light-content .black {
		color:#000;
	}
	.light-content .quote span {
		color: #20b8dc;
	}

	.light-content span.quote-img-left  {
		background-image: url("images/quote1-white.png");
	}

	.light-content span.quote-img-right  {
		background-image: url("images/quote2-white.png");
	}

	/* Square Icon Boxes */

	.icon-square-box {
		padding:60px 20px 20px;
		border:#e5e5e5 1px solid;
		margin-top:30px;
		text-align:center;
	}

	.box-icon {
		width:60px;
		height:60px;
		text-align:center;
		background-color:#000;
		left:50%;
		position:absolute;
		margin-left:-30px;
		margin-top:-90px;
	}

	.box-icon-border {
		width:56px;
		height:56px;
		border:2px solid #000;
		opacity:1;
		text-align:center;
		position:absolute;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
		-webkit-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;
		z-index:10;
		float:left;
	}

	.icon-square-box:hover .box-icon-border {
		-webkit-transform: scale(1.1);
		-moz-transform: scale(1.3);
		-ms-transform: scale(1.3);
		-o-transform: scale(1.3);
		transform: scale(1.1);
	}

	.box-icon i {
		color:#fff;
		line-height:60px;
	}

	.light-content .box-icon {
		background-color:#fff;
	}

	.light-content .box-icon-border {
		border:2px solid #fff;
	}

	.light-content .box-icon i {
		color:#000;
	}

	.light-content .icon-square-box {
		border:solid 1px rgba(255,255,255,0.1)
	}


	/* Typing Text */

	#typed {
		font-size:36px;
		line-height:40px;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		color:#000;
		font-weight:200;
		text-transform:uppercase;
	}

	.small-type #typed {
		font-size:18px;
		line-height:24px;
	}

	.light-content #typed {
		color:#fff;
	}

	.small-type .typed-cursor {
		font-size:18px;
	}

	.typed-cursor {
		opacity: 1;
		font-weight: 100;
		color:#000;
		-webkit-animation: blink 0.7s infinite;
		-moz-animation: blink 0.7s infinite;
		-ms-animation: blink 0.7s infinite;
		-o-animation: blink 0.7s infinite;
		animation: blink 0.7s infinite;
		font-size:36px;
	}

	.light-content .typed-cursor{
		color:#fff;
	}

	@keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
	}

	@-webkit-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
	}

	@-moz-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
	}

	@-ms-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
	}

	@-o-keyframes blink{
		0% { opacity:1; }
		50% { opacity:0; }
		100% { opacity:1; }
	}


	/* Countdown */

	#countdown_dashboard {
		margin-bottom: 50px;
		display: table;
		width: 100%;
	}

	.digit {
		color: #000;
		display: inline-block;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 48px;
		font-weight: 800;
		height: 100px;
		line-height: 100px;
		overflow: hidden;
		position: relative;
		text-align: center;
		vertical-align: middle;
	}

	.light-content .digit {
		color:#fff;
	}



	/* Menu list */

	.menu-list-items {
		margin:0;
	}

	span.dots {
		background-image: radial-gradient(circle closest-side, #b3b3b3 99%, rgba(0, 0, 0, 0) 1%);
		background-position: center bottom;
		background-repeat: repeat-x;
		background-size: 6px 3px;
		border: 0 none;
		bottom: 5px;
		display: block;
		height: 2px;
		left: 0;
		margin: 0;
		position: absolute;
		right: 0;
		z-index: 1;
	}

	.menu-list-item {
		margin-bottom: 30px;
		position: relative;
		list-style:none;
		text-align:left;
	}

	.menu-list-item:last-child {
		margin-bottom: 0;
	}

	.menu-list-item-title {
		background-color: white;
		margin-bottom: 0;
		margin-top: 0;
		padding-right: 96px;
		position: relative;
		text-align: left;
	}

	.menu-list-item-title .item_title {
		background-color: white;
		position: relative;
		z-index: 5;
		padding-right: 5px;
		font-weight:bold;
		line-height:30px;
	}

	.ingredients {
		background-color: white;
		position: relative;
		z-index: 5;
	}

	.menu-item-price {
		background-color: white;
		max-width: 96px;
		position: absolute;
		right: 0;
		top: 10px;
		z-index: 1;
		padding-left:5px;
		color:#000;
	}






/* 6. Portfolio */

	.container.portfolio-title {
		padding-bottom:0px;
	}

	#portfolio {
		padding-bottom: 0;
	}





	/* Portfolio Filters */

	#filters {
		margin-top: -20px;
		margin-bottom: 60px;
		text-align: center;
		display: block;
		float: none;
		z-index: 2;
		position: relative;
	}

	#filters ul {
		margin-left:0px;
	}

	#filters ul li {
		display: inline-block;
		margin:0 5px;
	}

	#filters ul li a {
		display: block;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:#999;
	}

	#filters ul li a:after {
		content: "/";
		padding-left: 15px;
		color:rgba(0,0,0,0.2);
	}

	#filters ul li:last-child a:after {
		content:"";
		padding-left:0px;
	}

	#filters ul li a:hover , #filters ul li a.active  {
		color: #000;
	}





	/* Portfolio Items */

	#portfolio-wrap {
		position: relative;
		padding: 0;
		width: 100%;
		margin: 0 auto;
		display: block;
		margin-bottom:60px;
	}

	#portfolio-wrap.boxed {
		width:1260px;
	}

	.portfolio-item {
		padding: 0;
		position: relative;
		overflow: hidden;
		margin:20px;
		opacity:0;
	}

	.portfolio-item .portfolio-image {
		background-position: center center;
		background-repeat: no-repeat;
		background-size:cover;
		display: block;
		overflow: hidden;
		padding-bottom: 64%;
		position: relative;
	}

	.open-project-link {
		width:100%;
		height:100%;
		position:absolute;
		z-index:100;
	}

	.portfolio-item:hover .project-overlay {
		opacity:1;
		transition:all 0.4s ease 0s;
		-moz-transition:all 0.4s ease 0s;
    	-webkit-transition:all 0.4s ease 0s;
    	-ms-transition:all 0.4s ease 0s;
		-o-transition:all 0.4s ease 0s;
	}

	.project-overlay {
		background-color:#000;
		width:100%;
		height:100%;
		position:absolute;
		top:0;
		left:0;
		opacity:0;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		cursor:pointer;
	}

	.project-border {
		border:rgba(255,255,255,0.3) 1px solid;
		margin:2%;
		height:93%;
	}

	.project-overlay.alternate {
		background-color:transparent;
	}

	.project-overlay.alternate .project-border {
		border:none;
		background-color:#000;
		height: 90%;
		margin: 3%;
	}

	.project-info {
		position:absolute;
		height:100px;
		width:95.5%;
		top:50%;
		margin-top:-50px;
		text-align:center;
	}

	.project-name {
		color:#fff;
		text-transform:uppercase;
		margin-top:32px;
		margin-bottom:0px;
		opacity:0;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;
	}

	.portfolio-item:hover .project-name {
		opacity:1;
		-webkit-transition: opacity .2s .3s;
		-moz-transition: opacity .2s .3s;
		-ms-transition: opacity .2s .3s;
		-o-transition: opacity .2s .3s;
		transition: opacity .2s .3s;
	}

	.project-categories {
		font-size:13px;
		color:#fff;
		opacity:0;
		margin-top:5px;
		font-family:Georgia, "Times New Roman", Times, serif;
		font-style:italic;
		color:rgba(255,255,255,0.6);
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;

	}

	.portfolio-item:hover .project-categories {
		opacity:0.5;
		-webkit-transition: opacity .4s .6s;
		-moz-transition: opacity .4s .6s;
		-ms-transition: opacity .4s .6s;
		-o-transition: opacity .4s .6s;
		transition: opacity .4s .6s;
	}





	/* Portfolio Isotope Transitions */

	.isotope, .isotope .isotope-item {
		-webkit-transition-duration: 0.8s;
		-moz-transition-duration: 0.8s;
		-ms-transition-duration: 0.8s;
		-o-transition-duration: 0.8s;
		transition-duration: 0.8s;
	}

	.isotope {
		-webkit-transition-property: height, width;
		-moz-transition-property: height, width;
		-ms-transition-property: height, width;
		-o-transition-property: height, width;
		transition-property: height, width;
	}

	.isotope .isotope-item {
		-webkit-transition-property: -webkit-transform, opacity;
		-moz-transition-property: -moz-transform, opacity;
		-ms-transition-property: -ms-transform, opacity;
		-o-transition-property: -o-transform, opacity;
		transition-property: transform, opacity;
	}

	.isotope.no-transition, .isotope.no-transition .isotope-item, .isotope .isotope-item.no-transition {
		-webkit-transition-duration: 0s;
		-moz-transition-duration: 0s;
		-ms-transition-duration: 0s;
		-o-transition-duration: 0s;
		transition-duration: 0s;
	}





	/* Portfolio Expander */

	#project-page-holder {
		height:0px;
		transition:all 0.6s ease 0s;
		-moz-transition:all 0.6s ease 0s;
    	-webkit-transition:all 0.6s ease 0s;
    	-o-transition:all 0.6s ease 0s;
	}

	#loader-line-box {
		opacity:0;
		height:2px;
		width:140px;
		left:50%;
		margin-left:-70px;
		margin-top:50px;
		background-image:url(images/project-loader.gif);
		background-size:140px 3px;
		position:absolute;
	}

	#project-page-data {
		height: 0;
		position: absolute;
		width: 100%;
		opacity:0;
		margin-bottom: 0px;
		padding-bottom:100px;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
	}

	#project_close {
		background-color: #fff;
		height: 51px;
		position: absolute;
		right: 0;
		width: 50px;
		background-image:url(images/close.png);
		background-size:50px 50px;
		display:block;
	}

	#project_close.close-center {
		display: block;
		margin: 50px auto 30px;
		position: relative;
		right: auto;
	}

	.project-page {
		background-color:#FFF;
		width:100%;
		height:auto;
		left:0;
	}

	.project-page .container {
		margin-bottom:80px;
		margin-top:60px;
	}

	.project-big-image {
		width:100%;
		height:600px;
		background-size:cover;
		background-position: center center;
	}





	/* Project Sharing Icons */

	.project-sharing {
		display:block;
		text-align:center;
		margin-left:-4px;
	}

	.project-sharing li {
		display:inline-block;
		margin:0 15px;
	}

	.project-sharing li a {
		width:50px;
		line-height:50px;
		height:50px;
		display:inline-block;
		border:#f7f7f7 solid 3px;
		color:#000;
		font-size:18px;
	}

	.project-sharing li a:hover {
		border:#000 solid 3px;
		color:#000;
	}





/* 6. Contact Map */
	#contact-parallax .map_container {
		width: 100%;
		position: relative;
		width:100%;
		height:400px;
		margin-bottom:20px;
	}
	.map_canvas.usa,
	.map_canvas.china {
		position:absolute;
		top: 0;
		width:40%;
		height: 206px;
	}
	.map_canvas.usa {
		left:0;
	}
	.map_canvas.china {
		right: 0;
	}

	#map_canvas_usa,
	#map_canvas_china {
		width:100%;
		height:206px;
		z-index:0;
		position:relative;
	}
	#map_canvas_usa {
		top: 0;
		left: 0;
	}
	#map_canvas_china {
		top: 0;
		right: 0;
	}
	.map_container h4 {
	  font-size: 19px;
	}


/*	.map-overlay {
		width:100%;
		height:100%;
		position:absolute;
		background-color: rgba(0, 0, 0, 0.85);
		top:0;
		text-align:center;
		transition: margin-top 0.5s ease 0s;
		-moz-transition:margin-top 0.5s ease 0s;
		-webkit-transition:margin-top 0.5s ease 0s;
		-o-transition:margin-top 0.5s ease 0s;
	}

	.map-overlay.overlay-hide {
		margin-top:-700px;
	}

	.toggle-map {
		position:absolute;
		z-index:10;
		width:100px;
		height:35px;
		background-color:#fff;
		left:50%;
		margin-left:-50px;
		bottom:0;
		box-shadow: 0px 1px 3px rgba(0,0,0,0.1);
	}
	.hide-overlay {
		cursor:pointer;
		width:100px;
		height:35px;
		line-height:35px;
		position:absolute;
		opacity:0.6;
		color:#000;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;
	}

	.hide-overlay:hover {
		opacity:1;
	}

	.contact-details-table {
		display:table;
		width:100%;
		height:100%;
	}

	.contact-details-table-cell {
		display:table-cell;
		vertical-align:middle;
	}

	.contact-details-table-cell i {
		font-size:24px;
		line-height:24px;
		color:#000;
		width:24px;
		height:24px;
		border:#000 solid 2px;
		padding:13px;
		margin-bottom:30px;
	}

	.contact-details-table-cell h2 {
		font-weight:bold;
		color:#000;
	}

	.light-content .contact-details-table-cell i {
		color:#fff;
		border:#fff solid 2px;
	}

	.light-content .contact-details-table-cell h2 {
		color:#fff;
	}
	*/




/* 7. Contact Formular */

	#contact-formular {
		text-align:center!important;
	}
	/*input[type="text"], textarea */
	#sh-text {
		color: #000;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 13px;
		height: 40px;
		padding-left: 3%;
		padding-right: 3%;
		padding-top: 10px;
		padding-bottom: 10px;
		width: 100%;
		background:#f5f5f5;
		border-radius:0px;
		margin-bottom:20px;
		border:0;
		transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-webkit-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		box-sizing: border-box;
	}

	input[type=text]:focus, textarea:focus, input[type=email]:focus {
		background-color: #e1e1e1;
	}

	#contact-formular textarea {
		height:160px;
		resize:none;
	}

	input[type="submit"]	{
		color:#fff;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		font-size: 13px;
		text-transform:uppercase;
		padding:10px 30px;
		letter-spacing:0;
		line-height:14px;
		cursor:pointer;
		border:none;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
    	-webkit-transition:all 0.3s ease 0s;
    	-o-transition:all 0.3s ease 0s;
		text-align:center;
		letter-spacing:1px;
	}

	.error_message {
		text-align:center;
		margin-bottom:30px;
		font-size:13px;
		color:#e93735;
		font-weight:bold;
	}

	#success_page {
		text-align:center;
	}

	#success_page p {
		color:#999999;
		margin-top:20px;
	}

	#message fieldset {
		border:none;
	}

	.light-content input[type="text"], .light-content textarea {
		color: #fff;
		background:#333;
	}

	.light-content input[type=text]:focus, .light-content textarea:focus, .light-content input[type=email]:focus {
		background-color: #444;
	}

/* 8. Footer */

	#footer {
    position: relative;
    padding: 40px 0;
    text-align: center;
    background-color: #20b8dc;
    box-shadow: 0 1000px 0 1000px #20b8dc;
	}

	#footer .no-padding {
		padding: 0;
	}

	.socials {
		margin: 0 0 20px;
		display:block;
		width:100%;
	}

	.socials li {
		list-style:none;
		display:inline-block;
		margin-left: -4px;
	}

	.socials li:first-child {
		margin-left: 0px;
	}

	.socials li a {
		border-right: 1px dotted rgba(255, 255, 255, 0.2);
		padding:0 20px;
		color: rgba(255, 255, 255, 0.4);
		display: block;
		font-size: 16px;
		height: 20px;
		line-height: 10px;
		width:120px;
	}
	.socials li a img{
		position: relative;
		top: -10px;
		width: 130px;
		height: 40px;
		max-width: 130px;
	}
	.socials li:last-child a {
		border-right: none;
	}

	.socials li a:hover {
		color:#fff;
	}

	#menu_top {
		height:40px;
		width:40px;
		left:50%;
		margin-left:-20px;
		position:absolute;
		cursor:pointer;
		bottom:0;
		background-image:url(images/menu_bottom_top_bg.png);
		background-repeat:no-repeat;
		background-color:#222;
		background-size:18px 11px;
		background-position:11px 13px;
		transition:all 0.2s ease 0s;
		-moz-transition:all 0.2s ease 0s;
    	-webkit-transition:all 0.2s ease 0s;
    	-ms-transition:all 0.2s ease 0s;
		-o-transition:all 0.2s ease 0s;
	}

	#menu_top:hover {
		height:50px;
		background-position:11px 18px;
	}

   	/*Home subtext beneath logo*/
	p.subtext {
		color: #040404;
		font-size:30px;
		margin-bottom:64px;
		line-height:36px;
		font-weight: normal;
	}
	.slides.appStoreButtons li {
		background:#000000;
		width:176px;
		height:38px;
		line-height: 36px;
		margin:0 8px;
		text-align: center;
		display: inline-block;
	}
	.slides.appStoreButtons li img {
		border:0;
	}
	.slides.appStoreButtons li:hover,
	.slides.appStoreButtons li:active {
		background:#20b8dc;
	}

	.one_half.phone {
    	width: 46%;
		text-align: left;

	}

	.one_half.phone.t30{
		top: -30px;
	}

	.one_half.phone img {
		padding: 0;
		width: 450px;
		/*width: 70%;*/
	}

  .one_half.phone.vertical{
    text-align: center;
    height: 300px;
    width: 46%;
    margin: 0;
  }

  .one_half .last .vertical-remain{
    width: 52%;
  }

  .one_half.phone.vertical img{
    width: auto;
    height: 100%;
  }

	.one_half.last {
		color: #040404;
		-webkit-font-smoothing: antialiased;
	}

	.one_half.last .title {
		font-size: 36px;
		line-height: 1;
	}

	.one_half.last ul {
		font-size: 16px;
	}

	.one_half.last ul li {
	}

	.one_half.last ul li span {
		font-weight: bold;
	}

	#want-to-say-hello .overlay,
	#quote .overlay,
	#call-to-action .overlay {
		background-color:rgba(0,0,0,0.8)
	}
	#call-to-action h4 {
		font-weight:bold;
		text-align:center;
		font-style:normal;
		font-size:25px;
		margin:20px 0;
		line-height:36px;
	}
	#footer,
	#footer ul li a {
		color: #7ce5fe;
	}
	/***** For footer styling see navigation-style-1.css *****/
	#menu_top {
		background-color:#68cbe2;
		width: 60px;
		background-position: 21px 13px;
	}
	#menu_top:hover {
		background-position: 21px 13px;
	}

	/* DOWNLOAD */
	#download ul.head,
	#download ul.subhead {
		width: 100%;
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	#download ul.head li,
	#download ul.subhead li {
		color: #000000;
		width: 20%;
		height: 38px;
		line-height: 15px;
		padding: 0;
		text-align: center;
		display: inline-block;
		vertical-align: top;
		padding-top: 24px;
	}
	#download ul.head li{
		font-size: 15px;
		font-weight: bold;
		color: #484f59;
	}
	#download ul.head li:first-child,
	#download ul.subhead li:first-child{
		width: 25%;
	}
	#download ul.head li:last-child,
	#download ul.subhead li:last-child{
		width: 13%;
	}
	#download ul.subhead li:last-child a{
		text-decoration: none;
	}
	#download ul.subhead li{
		font-size: 14px;
	}
	.icon-icon_download{
		font-size: 26px;
	}
	#download .title-content img{
		width: 180px;
	}
	.colored .section-title{
		padding-bottom: 20px;
	}
	#download .section-title:first-child{
		padding:  20px 0 40px 0;
	}
	#download ul.head.colored {
		background: #f8f8f8;
	}
	#download ul.subhead.colored{
		background: #f8f8f8;
	}
	#download ul.subhead li {
		height: 44px;
		line-height: 18px;
	}
	.installContainerButtons {
		margin: 110px auto 0;
	}
	.installContainerButtons a {
		background: #e5e5e5;
		width:96px;
		height: 32px;
		line-height: 32px;
		text-align: center;
		display: inline-block;
	}
	.installContainerButtons a.on {
		color: #ffffff;
		background: #000000;
	}
	.installContainerButtons a.off {
		color: #000000;
		background: #e5e5e5;
	}
	.installContainer, .updateContainer, .uninstallContainer{
		width: 100%;
		border: 2px solid #e5e5e5;
		padding: 15px;
	}
	.updateContainer, .uninstallContainer{
		width: 100%;
		border:2px solid #e5e5e5;
		display: none;
	}
	.install_detail{
		padding: 15px;
		color: #484F59;
		font-size: 14px;
	}
    .install_detail ul{
        list-style: none;
    }
	code{
		font-family: 'GothamRnd Book';
		background-color: rgba(0, 0, 0, 0);
		border: 0 none;
		color: inherit;
		font-size: 13px;
		white-space: normal;
	}
	/* START HERE */
	.start-here {
		text-align: center;
		background-color:#ffffff;
	}

	.start-here .iconsContainer li{
		width:24%;
		display: inline-block;
		vertical-align: top;
		list-style-type: none;
		padding: 20px 0;
		text-align: center;
		float: left;
	}
	.start-here .iconsContainer li img{
		height: 60px;
		width: 180px;
	}
	.start-here .section-title {
		padding-bottom: 30px;
	}
	.start-here .section-title h3{
		padding-bottom: 10px;
	}
  .start-here .content-button {
    text-align: center;
    margin: 30px 0 20px;
  }
  .start-here .content-button a{
    vertical-align: baseline;
  }
	#platforms .icons{
		margin:90px 28px 26px;
	}
	#platforms .container
	{
		padding:50px 20px;
	}
	#platforms .section-content
	{
		padding-top:0;
	}
	#quote
	{
		font-size:32px;
	}
	#quote a,
	#github a
	{
		color:#20b8dc;
	}
	#github .container
	{
		padding:75px 20px;
	}
	#github .section-content
	{
		font-size:32px;
		line-height:36px;
		padding-top:0;
	}
	.nav a.colapse-menu.active,
	#footer .nav > li > a.active {
		color:#ffffff;
	}

	.learn-more{
		list-style-type: none;
		margin:0 0 90px;
		padding: 0;
	}
	.learn-more li{
		width:100%;
		height: 256px;
		padding: 0;
		margin: 0;
		display: block;
		position: relative;
	}
	.learn-more li img{
		padding: 0;
		position: absolute;
		top: 0;
		left: 30px;
	}
	.learn-more .title{
		color: black;
		margin: 0 0 0 186px;
		font-size: 36px;
		line-height: 1;
	}
	.learn-more .description{
		color: #6b6b6b;
		color: black;
		display: block;
		margin: 50px 0 0 186px;
		padding: 0;
		font-size: 16px;
		line-height: 24px;
	}
	.how-it-works{
		color: black;
		font-size:36px;
		margin: 0;
		padding: 0;
	}
	.how-it-works li{
		margin: 0 0 80px;
		padding: 0;
	}
	.how-it-works span{
		color:#6b6b6b;
		padding:0 0 0 0;
		display: inline-block;
		vertical-align: text-top;
		font-size:16px;
		line-height: 1.5;
		padding-left: 2em;
	}
	#hall-of-fame .section-title{
		width:auto;
	}
	.buttonsContainer{
		width:100%;
	}
	.buttonsContainer a {
		color: #000;
		background-color: transparent;
		width: 160px;
		height: 38px;
		padding: 9px 18px;
		margin: 30px 60px;
		line-height: 38px;
		text-align: center;
		font-size: 16px;
		border: #000 2px solid;
	}
	.hallContainer{
		margin: 0;
		padding: 0;
		list-style-type: none;
		text-align: center;
	}
	.hallContainer li{
		color:black;
		background: url("images/icon-star.png") no-repeat 0 0;
		width:250px;
		height: 40px;
		padding:0 0 0 32px;
		margin: 0 20px 80px 0;
		font-size: 20px;
		display: inline-block;
		text-align: left;
		vertical-align: top;
	}
	.paragraphs a {
		color:#00b1d8;
		text-decoration: none;
		font-weight: 700;
	}
	.paragraphs ul {
		color: #040404;
		font-size: 19px;
		margin-bottom: 20px;
		line-height: 30px;
	}
	.paragraphs ul li {
		margin-bottom: 20px;
	}
	.paragraphs .indent {
		text-indent: 20px;
	}
	.mobile-hover, .groups-hover{
		cursor: pointer;
		text-decoration: underline;
	}
	.mobile-hover:hover, .groups-hover:hover{
		text-decoration: underline;
		color: #08c;
	}
/* getting started switch-tab start */
	.half-tab{
		color: #fff;
		/*width: 50%;*/
		width: 490px;
		height: 280px;
		float: left;
	}
/*	.half-tab:hover{
		color: #000;
		opacity: 0.15;
	}*/
	.half-tab .img{
    width: 130px;
		height: 100%;
    float: left;
    text-align: center;
	}
	.half-tab .title{
		font-size: 20px;
		margin-top: 50px;
	}
	.half-tab .text{
		margin-top: 10px;
		margin-right: 10px;
	}
	.half-tab.selected, .view-caret.selected{
		background-color: #20b8dc;
	}
	.half-tab.unselected, .view-caret.unselected{
		background-color: #484F59;
	}
  .container.small-width.getting-started-switch-tab{
    padding-top: 20px;
  }
  .container.small-width.getting-started-switch-tab .half-tab{
    position: relative;
  }
  .container.small-width.getting-started-switch-tab .half-tab .content-button{
    position: absolute;
    width: 70%;
    height: 33px;
    bottom: 30px;
    left: 50%;
    margin-left: -118px;
  }
  .container.small-width.getting-started-switch-tab .half-tab .content-button a{
    display: block;
    position: relative;
    margin: 0 auto;
    width: 100%;
    height: 100%;
    box-sizing: border-box;
    bottom: 0;
    padding: 3px 10px;
    border: #fff 1px solid;
    font-size: 14px;
    line-height: 25px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #tt-mobile.unselected {
    box-shadow: -400px 0 0 0 #484F59;
  }
  #tt-mobile.selected {
    box-shadow: -400px 0 0 0 #20b8dc;
  }
  #tt-groups.unselected {
    box-shadow: 400px 0 0 0 #484F59;
  }
  #tt-groups.selected {
    box-shadow: 400px 0 0 0 #20b8dc;
  }
  #tt-mobile .img img, #tt-groups .img img {
    margin-top: 50px;
  }
  #tt-mobile .img img {
    width: 71px;
    height: 138px;
  }
  #tt-groups .img img {
    width: 90px;
    height: 111px;
  }
  .half-tab .text-and-button {
    width: 360px;
    height: 100%;
    float: left;
    position: relative;
  }
  .half-tab .text-and-button p {
    color: inherit;
    font-size: 14px;
  }
  /* getting started switch-tab end */
	.view-caret{
		bottom: 25px;
		opacity: 1;
		position: absolute;
		-webkit-transform: translateX(-50%) translateY(-50%);
		-moz-transform: translateX(-50%) translateY(-50%);
		-ms-transform: translateX(-50%) translateY(-50%);
		-o-transform: translateX(-50%) translateY(-50%);
		transform: translateX(-50%) translateY(-50%);
		-webkit-transition: opacity 250ms;
		-moz-transition: opacity 250ms;
		transition: opacity 250ms;
		box-sizing: border-box;
		-moz-box-sizing: border-box;
		-webkit-box-sizing: border-box;
		height: 30px;
		-webkit-transform: rotate(45deg);
		-moz-transform: rotate(45deg);
		-ms-transform: rotate(45deg);
		-o-transform: rotate(45deg);
		transform: rotate(45deg);
		width: 30px;
	}
	.view-caret.mobile{
		left: 180px;
	}
	.view-caret.groups{
		right: 180px;
	}

/* Only Demo Styles for Switcher */
	#switch {
		background: #fff;
		position: fixed;
		display: none;
		top: 126px;
		z-index: 9999;
		width:300px;
		margin-left: -200px;
		border-radius: 0 5px 5px 0;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		-webkit-box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
		box-shadow: 0px 0px 4px 0px rgba(51, 51, 51, 0.2);
	}

	#switch h4 {
		margin-bottom: 20px;
		padding-bottom: 15px;
		padding-top: 5px;
		border-bottom:#ededed 1px solid;
	}

	#switch ul li {
		text-transform:uppercase;
		margin-bottom:0;
		font-size:12px;
		display:inline-block;
	}

	#show {
		z-index: 99999;
		margin-left:0px;
		position:fixed;left:0;
		top:20%;
		background: #222222;
		border-radius:0 3px 3px 0;
		margin-top:10px;
		padding: 20px 5px ;
		cursor: pointer;
	}

	#hide {
		cursor:pointer;
		line-height:13px;
		margin-bottom:0px;
		font-size: 12px;
		margin-bottom: 0px;
	}

	#setting {
		height: 100px;
		background-image: url('images/option_panel.png');
		background-repeat:no-repeat;
		background-size:20px 100px;
		width: 20px;
	}

	.wrap_pattern,.switchlayout {
		margin-bottom:10px;
	}

	.wrap_pattern h4 {
		margin-bottom: 5px!important;
	}

	.content-switcher{
		padding: 16px;
		overflow: hidden;
	}

	.content-switcher .m-btn{padding: 5px 10px;
		font-size: 12px;
		min-width: 70px;
	}

	.button.small.color.switch {
		font-size: 12px;
		text-transform: none;
		width: 40px;
		margin: 5px 0px;
		font-weight: normal;
		font-family: 'Roboto',"Helvetica Neue", Arial, Helvetica, sans-serif;
		text-shadow: 0px 1px 1px rgba(0, 0, 0, 0.3) !important;
		letter-spacing: 0;
	}

	#hide {
		position:absolute;
		background-color:#fff;
		height:40px;
		width:40px;
		top:7px;
		right:7px;
		border-radius: 0 5px 0px 0;
	}

	#hide img {
		opacity:0.3;
		transition:all 0.3s ease 0s;
		-moz-transition:all 0.3s ease 0s;
		-webkit-transition:all 0.3s ease 0s;
		-o-transition:all 0.3s ease 0s;
	}

	#hide img:hover {
		opacity:0.7;
	}


	.button {
		border-radius: 2px;
		cursor: pointer;
		display: inline-block;
		margin: 7px 7px 0 0;
		height: 15px;
		padding: 5px;
		width: 34px;
	}

	#switch p {
		margin:5px 0;
	}

	.styled-select select {
	   background:#f5f5f5;
	   border:#ededed 1px solid;
	   width: 270px;
	   padding: 5px;
	   font-size: 13px;
	   line-height: 1;
	   outline:none;
	   border-radius: 3px;
	   height: 34px;
	   -webkit-appearance: none;
	   margin:10px 0;
	}
	.navbar.navbar-fixed-top .navbar-inner
	{
		background:#20b8dc;
    height: 50px;
	}

	/** @Author: YHSPY
	  * @Date: 20150423;
	  */
	.grey
	{
		color:#AAA;
	}
    #hall-of-fame
    {
    	background-color: #f2f2f2;
    }
    .install_text2
    {
    	margin-top: 28px;
		font-size: 18px;
		color:#000;
    }
    .install_text3{
    	margin-top: 10px;
    }
    .add_site_button
    {
    	width: 500px;
    	height:20px;
    	cursor: pointer;
    	margin: auto;
    	background-color: #F35727;
		background-repeat: repeat-x;
		border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) #F35727;
		border-image: none;
		border-radius: 4px;
		border-style: solid;
		border-width: 1px;
		color: #ffffff;
		font-size: 18px;
		line-height: 20px;
		padding: 16px;
		text-align: center;
		vertical-align: middle;
		-webkit-box-shadow: 0px 2px 2px #c24620;
		-moz-box-shadow: 0px 2px 2px #c24620;
		box-shadow: 0px 2px 2px #c24620;
		text-shadow: 2px 2px 5px #333333;
    }
    .install_detail img
    {
    	text-align: center;
    }

    #sfree li,#spremium li,#senterprise li{
    	padding-bottom: 8px;
    }
    #sfree li span,#spremium li span,#senterprise li span{
    	color:#4c5256;
    }

    #partners .newlogo {
    	padding-top:20px;
    	width:100px;
    	height:auto;
    	float:left;
    	display:inline;
    	text-align: center;
    }

    #partners .logotext{
    	margin-top:40px;
    	height:auto;
    	float:left;
    	display:inline;
    }
    #partners .logop{
    	color:white;
    	font-size:18px;
    	font-family:Open-Sans-Light-Italic;
    }

    .block{
    	width:330px;
    }
    .blockheight{
    	height:570px;
    }

    .bluecircle{
    	border-radius:50%;
    	background-color:#2db8da;
    	width:200px;
    	height:200px;
    	margin-left:auto;
    	margin-right:auto;
    	position:relative;
    }

    .ml20 {
    	margin-left: 20px;
    }
    .ml40 {
    	margin-left: 40px;
    }
    .ml60 {
    	margin-left: 60px;
    }
    .ml70 {
    	margin-left: 70px;
    }
    .ml80 {
    	margin-left: 80px;
    }
    .ml90 {
    	margin-left: 90px;
    }
	.ml100 {
    	margin-left: 100px;
    }
    .ml120 {
    	margin-left: 120px;
    }
    .ml140 {
    	margin-left: 140px;
    }
    .ml180 {
    	margin-left: 180px;
    }
	.mr40{
    	margin-right: 40px;
    }
    .mr50{
    	margin-right: 50px;
    }
    .mr140{
    	margin-right: 140px;
    }
    .mr373{
    	margin-right: 373px;
    }
    .pl145{
    	padding-left: 145px
    }
    .w100p{
    	width: 100%;
    }
    .w760{
    	width: 760px;
    }
    .fl{
    	float:left;
    }

    /* Slide Menu */
    #fakeShadow {
    	position: fixed;
    	width: 100%;
	    display: none;
	    height: 100%;
	    z-index: 10000;
	    opacity: 0;
	    background-color: #000;
	}

    #menu {
    	background: #20b8dc;
    	font-size: 14px;
    	display: none;
    }

    #menu ul {
    	padding: 0;
	    margin: 0;
	    list-style-type: none;
    }

    #menu ul li.show {
    	border-left: solid 4px white;
    }

    #menu ul li.show span {
    	font-weight: bold;
    	font-size: 15px;
    	margin-left: 10px !important;
    }

    #menu ul li span {
    	display: block;
	    margin-left: 15px;
	    border-bottom: solid 1px rgba(255,255,255,0.3);
	    padding: 15px;
	    color: white;
    }

    #menu ul li span.first-class {
	    margin-left: 15px;
    }

    #menu ul li span.second-class {
    	margin-left: 25px;
    }

	.clapat-counter img{
		width: 95px;
		padding: 0 50px;
	}
    .clapat-button.whitebtn{
    	color: white;
    	border: #ffffff 2px solid;"
    }

    .navbar .nav > li > a{
    	padding: 0 35px;
    }

    .byo-link{
    	color: #26B6D8;
    	font-size: 17px;
    }
    .centerp{
    	text-align: center;
    }
    .section-title .title-content .centerp{
    	font-size: 16px;
    	color: #606a78;
    	margin: 0;
    }
    .one_half.border{
    	border: 1px solid #D4D4D4;
    	margin: 0;
    	height: 640px;
    }
    a.uline{
    	text-decoration: underline;
    }
	.bas .span6{
		margin-left: 0;
		margin-bottom: 55px;
	}

	.section-content .bas{
		margin: 0;
	}
    .section-content .bas img{
    	width: 90px;
    }
    .flex .section-content .bas img{
    	width: 60px;
    }
    .section-content .fleft{
    	float: left;
    }
    .section-content .fright{
    	margin-top: 15px;
    	text-align: left;
    	position: relative;
    	left: 5%;
    }
    .section-content .bas .text{
    	text-transform: uppercase;
    	text-align: left;
    	font-size: 15px;
    	font-weight: bold;
    	vertical-align: top;
    	display: inline-block;
    	width: 80%;
    	color: #383838;
    }
    .section-content .bas .content{
    	text-align: left;
    	font-size: 15px;
    	vertical-align: top;
    	display: inline-block;
    	width: 50%;
    	position: relative;
    }
    .flex .section-content .bas .content{
    	width: 80%;
    	margin-top: 10px;
    }
    .leftp{
    	text-align: left;
    	font-size: 17px;
    	color: #606a78;
    	margin: 0;
    }

    .eight li{
    	list-style: none;
    	width: 95px;
    	display: inline-block;
    	margin: 0 10px;
    }
    .eight img{
    	width: 100px;
    	height: 80px;
    	max-width: 100px;
    }
    .bas .span6:nth-child(even){
    	float:right;
    }

	.one_half.border .simg{
		text-align: center;
		margin-top: 20px;
	}
    .one_half.border .supportimg{
    	max-width: 400px;
    	height: 320px;
    }
    .title-content .avatar{
    	width: 54px;
    	display: inline-block;
    }
	.title-content .stitle{
		display: inline-block;
		font-size:24px;
		color:#484F59;
		text-align: left;
		width: 75%;
		line-height: 29px;
		vertical-align: middle;
	}
	.clapat-button.outline.whitebtn:hover{
		color: rgb(32, 184, 220);
		background-color: #ffffff;
	}
	.clapat-button.outline.whitebtn.blackbg:hover{
		color: #484F59;
		background-color: #ffffff;
	}
	#lookfor .section-title img{
		height: 350px;
		max-width: 450px;
	}
	#getting-start .one_half.phone img{
		width: 200px;
		margin:30px 0 0 0;
	}
	#getting-start .section-title.starttext{
		padding-top: 30px;
		padding-bottom: 30px;
	}
	#contact .one_half.last{
		margin-top: 30px;
	}
	.clapat-counters .clapat-counter{
		padding: 0 35px;
	}
	.navbar .nav{
		float: none;
	}
	.categories .span4{
		border: 1px solid #DDDDDD;
		margin-bottom: 20px;
		padding: 20px 0;
	}
	.categories .span4 img{
		width: 100px;
	}
	.categories .span4:nth-child(3n+1){
		margin-left: 0;
	}
	.categories .span4 div{
		text-transform: uppercase;
		font-size: 14px;
		font-weight: bold;
	}
	.dropdown-menu li{
		padding: 0;
	}
	.h24{
		font-size: 24px;
	}
	.one_half.gttext{
		width: 70%;
		margin-bottom: 0;
	}
	.one_half.gtimg{
		width: 25%;
	}
	.categories{
		width: 84%;
		margin: 0 auto;
	}
	.categories .span4 .faq-area{
		color: #484F59;
	}
	.categories .span4:hover{
		border: 1px #20b8dc solid;
	}
	section.colored{
		background: #f8f8f8;
	}
  section#software{
    margin-top: 50px;
  }
  section#software .container.small-width.feature, section#saas .container.small-width.feature{
    padding-top: 50px;
  }
	.comments{
		font-size: 13px;
		color: #606a78;
	}
	.flex .row-fluid{
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.flex .row-fluid .span6{
		margin-bottom: 20px;
		padding: 0;
	}
	.flex .section-content .fright{
		margin-top: 0;
		margin-right: 80px;
	}
	/*swiper*/
	.swiper-container {
        width: 100%;
        height: 100%;
    }
    .swiper-slide {
        text-align: center;
        font-size: 18px;
        background: #fff;

        /* Center slide text vertically */
        display: -webkit-box;
        display: -ms-flexbox;
        display: -webkit-flex;
        display: flex;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        -webkit-justify-content: center;
        justify-content: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        -webkit-align-items: center;
        align-items: center;
        height: 160px;
		width: 240px;
		margin-right: 20px;
    }
    .swiper-slide .logo{
    	width: 60px;
    	position: absolute;
    	top: 45px;
    }

    .swiper-slide .fname{
    	font-size: 17px;
    	color: #fff;
    	position: absolute;
    	top: 120px;
    }
    .x-container section.slider .cards .cards-list{
    	height: 220px;
    	padding-top: 10px;
    	text-align: center;
    	/*overflow-x: scroll;*/
    	overflow-x: hidden;
    	-webkit-overflow-scrolling: touch;
    	position: relative;
    	z-index: 10;
    	white-space: nowrap;
    }
    .x-container section.slider .cards .left-overlay {
    	left: -15px;
    	top: 0;
    	box-shadow: 2px 0 2px 0 rgba(0,0,0,0.18);

    	z-index: 20;
    }
    .x-container section.slider .cards .right-overlay {
    	right: -15px;
    	top: 0;
    	box-shadow: -2px 0 2px 0 rgba(0,0,0,0.18);

    	z-index: 20;
    }
    .x-container section.slider .cards .cards-list li:first-child {
    	padding-left: 110px;
    }
    .x-container section.slider .cards .cards-list li:last-child {
    	padding-right: 110px;
    }
    .x-container section.slider .cards .cards-list li {
    	display: inline-block;
    }
    .x-container section.slider .cards .cards-list li a, .x-container section.slider .cards .cards-list li img {
    	display: block;
    	height: 205px;
    	user-drag: none;
    	user-select: none;
    	-moz-user-select: none;
    	-webkit-user-drag: none;
    	-webkit-user-select: none;
    	-ms-user-select: none;
    }
    .x-container section.slider .cards .left-overlay, .x-container section.slider .cards .right-overlay {
    	height: 180px;
    	width: 100px;
    	position: absolute;
    	z-index: 20;
    }
    .x-container section.slider .cards .card-container {
    	position: relative;
    	margin: 30px -100px 15px -100px;
    	overflow: hidden;
    }
    .x-container section.slider .container {
    	overflow: hidden;
    }
    .x-container .container {
    	margin-right: auto;
    	margin-left: auto;
    	padding-left: 15px;
    	padding-right: 15px;
    }
    .x-container section.slider .cards {
    	margin: 0 auto;
    }
    .x-container section.slider .cards .scrollverlay.left {
    	left: 100px;
    }
    .x-container section.slider .cards .scrollverlay.right {
    	right: 100px;
    }
    .x-container section.slider .cards .scrollverlay {
    	height: 100%;
    	width: 100%;
    	position: relative;
    }