@charset 'UTF-8';
@import url("font-awesome.min.css");
@import url("https://fonts.googleapis.com/css?family=Source+Sans+Pro:300,300italic,400,400italic,600");

/*
	Telephasic by HTML5 UP
	html5up.net | @n33co
	Free for personal and commercial use under the CCA 3.0 license (html5up.net/license)
*/

/*********************************************************************************/
/* Basic                                                                         */
/*********************************************************************************/

	body
	{
		background: #f5f7fa;
        overflow-x: hidden;
	}

		body.is-loading *
		{
			-moz-transition: none !important;
			-webkit-transition: none !important;
			-o-transition: none !important;
			-ms-transition: none !important;
			transition: none !important;
			-moz-animation: none !important;
			-webkit-animation: none !important;
			-o-animation: none !important;
			-ms-animation: none !important;
			animation: none !important;
		}

	body,input,textarea,select, button, label
	{
		font-family: 'Source Sans Pro', sans-serif;
		font-weight: 300;
		color: #52575c;
		line-height: 1.75em;
		font-size: 15pt;
	}

	h1,h2,h3,h4,h5,h6
	{
		font-weight: 300;
		color: #52575c;
	}

		h1 a, h2 a, h3 a, h4 a, h5 a, h6 a
		{
			color: inherit;
			text-decoration: none;
		}

	h2
	{
		font-size: 3em;
		line-height: 1.1em;
	}

	h3
	{
		font-size: 1.5em;
		line-height: 1.5em;
	}

	a
	{
		color: inherit;
		text-decoration: none;
		border-bottom: dotted 1px #62676c;
		-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
	}

		a:hover
		{
			color: #f35858;
			border-bottom-color: rgba(255,255,255,0);
		}

	strong, b
	{
		font-weight: 400;
		color: #42474c;
	}

	em, i
	{
		font-style: italic;
	}

	sub
	{
		position: relative;
		top: 0.5em;
		font-size: 0.8em;
	}

	sup
	{
		position: relative;
		top: -0.5em;
		font-size: 0.8em;
	}

	hr
	{
		border: 0;
		border-top: solid 1px #c2c7cc;
	}

	blockquote
	{
		border-left: solid 0.5em #c2c7cc;
		padding: 1em 0 1em 2em;
		font-style: italic;
	}

	p, ul, ol, dl, table, .features
	{
		margin-bottom: 1.5em;
	}

	br.clear
	{
		clear: both;
	}

	.feature
	{
		text-align: center;
	}

	/* Sections/Article */

		section,
		article
		{
			margin-bottom: 0em;
		}

			section > :last-child,
			article > :last-child
			{
				margin-bottom: 0;
			}

			section:last-child,
			article:last-child
			{
				margin-bottom: 0;
			}

		.row > section,
		.row > article
		{
			margin-bottom: 0;
		}

		header
		{
			margin-bottom: 1.3em;
		}

			header > p
			{
				display: block;
				color: #f35858;
				padding: 0.75em 0 1em 0;
				font-size: 1.5em;
				line-height: 1.5em;
			}

			header.major
			{
				text-align: center;
			}

	/* Image */

		.image
		{
			display: inline-block;
			-moz-transition: opacity 0.25s ease-in-out;
			-webkit-transition: opacity 0.25s ease-in-out;
			-o-transition: opacity 0.25s ease-in-out;
			-ms-transition: opacity 0.25s ease-in-out;
			transition: opacity 0.25s ease-in-out;
			outline: 0;
			border: 0;
		}

			.image img
			{
				display: block;
				width: 100%;
			}

			.image.fit
			{
				display: block;
				width: 100%;
			}

			.image.featured
			{
				display: block;
				width: 100%;
				margin: 0 0 3em 0;
			}

			.image.left
			{
				float: left;
				margin: 0 2em 2em 0;
			}

			.image.centered
			{
				display: block;
				margin: 0 0 3em 0;
			}

				.image.centered img
				{
					margin: 0 auto;
					width: auto;
				}

			a.image:hover
			{
				opacity: 0.85;
			}

	/* List */

		ul
		{
		}

			ul.default
			{
				list-style: disc;
				padding-left: 1em;
			}

				ul.default li
				{
					padding-left: 0.5em;
				}

			ul.actions
			{
				padding-top: 4em;
			}

				ul.actions.major
				{
					text-align: center;
				}

				ul.actions li
				{
					display: inline-block;
					margin-left: 1em;
				}

					ul.actions li:first-child
					{
						margin-left: 0;
					}

			ul.divided
			{
			}

				ul.divided li
				{
					border-top: solid 1px #d2d7dc;
					padding-top: 2em;
					margin-top: 2em;
				}

				ul.divided li:first-child
				{
					padding-top: 0;
					margin-top: 0;
					border-top: 0;
				}

			ul.icons
			{
			}

				ul.icons li:before
				{
					display: inline-block;
					color: #fff;
					background: #61666b;
					width: 2em;
					height: 2em;
					border-radius: 0.35em;
					text-align: center;
					line-height: 2em;
					margin-right: 0.75em;
				}

			ul.menu
			{
			}

				ul.menu li
				{
					display: inline-block;
					border-left: solid 1px #d2d7dc;
					padding-left: 1em;
					margin-left: 1em;
				}

				ul.menu li:first-child
				{
					border-left: 0;
					padding-left: 0;
					margin-left: 0;
				}



		ol
		{
		}

			ol.default
			{
				list-style: decimal;
				padding-left: 1.25em;
			}

				ol.default li
				{
					padding-left: 0.25em;
				}

	/* Form */

		form
		{
		}

			form .actions
			{
				padding-top: 0;
			}

			form label
			{
				display: block;
				font-weight: 300;
				color: #52575c;
				margin: 0 0 0.5em 0;
			}

			form input[type="text"],
			form input[type="email"],
			form input[type="password"],
			form select,
			form textarea
			{
				-webkit-appearance: none;
				display: block;
				background: #f9fbfe;
				border: solid 1px #d2d7dc;
				border-radius: 0.35em;
				width: 100%;
				line-height: 1.5em;
				padding: 0.75em;
				-moz-transition: background-color 0.25s ease-in-out;
				-webkit-transition: background-color 0.25s ease-in-out;
				-o-transition: background-color 0.25s ease-in-out;
				-ms-transition: background-color 0.25s ease-in-out;
				transition: background-color 0.25s ease-in-out;
			}

				form input[type="text"]:focus,
				form input[type="email"]:focus,
				form input[type="password"]:focus,
				form select:focus,
				form textarea:focus
				{
					background: #fff;
				}

				form textarea
				{
					min-height: 7em;
				}

				form .formerize-placeholder
				{
					color: #555 !important;
				}

				form ::-webkit-input-placeholder
				{
					color: #555 !important;
				}

				form :-moz-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-placeholder
				{
					color: #555 !important;
				}

				form :-ms-input-placeholder
				{
					color: #555 !important;
				}

				form ::-moz-focus-inner
				{
					border: 0;
				}

	/* Table */

		table
		{
			width: 100%;
		}

			table.default
			{
				width: 100%;
			}

				table.default tbody tr
				{
					border-top: solid 1px #D2D7DC;
				}

				table.default tbody tr:nth-child(2n+1)
				{
					background: #f9fbfe;
				}

				table.default td
				{
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default th
				{
					text-align: left;
					font-weight: 400;
					padding: 0.5em 1em 0.5em 1em;
				}

				table.default thead
				{
				}

				table.default tfoot
				{
					border-top: solid 1px #D2D7DC;
				}

				table.default tbody
				{
				}

	/* Button */

		input[type="button"],
		input[type="submit"],
		input[type="reset"],
		.button
		{
			display: inline-block;
			color: inherit;
			background: none;
			text-decoration: none;
			border: solid 1px #c2c7cc;
			border-radius: 0.15em;
			padding: 0.8em 2em 0.8em 2em;
			cursor: pointer;
			outline: 0;
			-moz-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			-webkit-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			-o-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			-ms-transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
			transition: color 0.25s ease-in-out, border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
		}

			input[type="button"]:hover,
			input[type="submit"]:hover,
			input[type="reset"]:hover,
			.button:hover
			{
				color: #f35858;
				border-color: rgba(243,88,88,0.5);
			}

/*********************************************************************************/
/* Icons                                                                         */
/*********************************************************************************/

	.icon {
		text-decoration: none;
	}

		.icon:before {
			display: inline-block;
			font-family: FontAwesome;
			font-size: 1.25em;
			text-decoration: none;
			font-style: normal;
			font-weight: normal;
			line-height: 1;
			-webkit-font-smoothing:antialiased;
			-moz-osx-font-smoothing:grayscale;
		}

		.icon > .label {
			display: none;
		}

/*********************************************************************************/
/* Wrappers                                                                      */
/*********************************************************************************/

	.wrapper
	{
		position: relative;
		background: #fff;
		overflow-x: hidden;
		padding: 3em 0 3em 0;
	}
    .campaign{
        background: #261D2F;
    }
    .ticket-crm{
		background: #152e38;
        overflow: hidden;
    }
	.ticket-crm h2{
		color: #fff;
	}
    .ticket-crm section {
        width: 100%;
    }
    .ticket-crm-content{
        position: relative;
    }
    .content-wrap{
        width: 49%;
        padding: 1% 0;
        float: left;
    }
    .content-text-wrap {
        width: 74%;
        margin: 300px auto 20px;
		color: #ccc;
    }
    .ticket-crm-content .content-wrap.crm-content-wrap{
        background-color: #F4F4F4;
    }

    .ticket-crm-content h2{
        font-size: 1.4em;
		color: #fff;
    }
    .content-wrap.crm-content-wrap h2{
        color:#20AAEB;
    }
    .ticket-crm section .bg-image{
        width: 84%;
        background-size: cover;
        position: absolute;
        left: 0;
        right: 0;
        top: 75px;
        margin: 0 auto;
    }
    .campaign-images{
        position: absolute;
        top: 3em;
        left: 7em;
        height: 100%;
        overflow: hidden;
        width:100%
    }
    .campaign header{
        margin-bottom: 0;
    }
    .campaign-images .campaign-slider-images{
        opacity: 0;
        position: absolute;
        top:0;
        left:0;
        -webkit-transition: opacity 0.5s ease;
        -moz-transition: opacity 0.5s ease;
        -ms-transition: opacity 0.5s ease;
        -o-transition: opacity 0.5s ease;
        transition: opacity 0.5s ease;

    }
    .campaign-images[data-image="1"] .image1{
        opacity: 1;
    }
    .campaign-images[data-image="2"] .image2{
        opacity:1;
    }
    .campaign-images[data-image="3"] .image3 {
        opacity: 1;
    }

    .campaign section{
     width:100%;
    }
    .campaign,.campaign .title {
        color: #FCFEFD;

    }
    .campaign section .bg-image{
        width: 100%;
        height: 550px;
        background-size: cover;
        position: relative;
    }
	.whatsapp-management {

	}
	.whatsapp-management section{
		width: 100%;
	}
	.whatsapp-management .whatsapp-image{
		width: 41%;
		margin: 0 auto;
	}
	.whatsapp-management .whatsapp-img {
		width: 100%;
	}

	.web-conversation{
		background-color: #261d2e;
	}
	.web-conversation section{
		width: 100%;
	}
	.web-conversation .webconversation-image{
		width: 41%;
		margin: 0px auto;
	}
	.web-conversation .webconversation-img {
		width: 100%;
	}
    .web-conversation h2{
		color: #fff;
	}
	.web-conversation .about-content{
		color: #fff;
	}




    .workflow-management{

    }
    .workflow-management section{
        width: 100%;
        text-align: center;
    }
    .workflow-management section .bg-image{
        /*background-image: url('images/workflow.png');*/
        width: 100%;
        background-size: cover;
    }
    .workflow-management section .bg-image .bg-img{
        max-width: 862px;
    }
	.image-wrapper
	{
		position: relative;
	}

		.image-wrapper .image
		{
			position: relative;
			z-index: 2;
		}

		.image-wrapper.first:before
		{
			content: '';
			display: block;
			width: 2000%;
			height: 100%;
			position: absolute;
			left: -1000%;
			top: 0;
			z-index: 1;
			box-shadow: inset 0px 0px 0px 1px #e8e8e8;
			background: #f6f8fb url('images/image-wrapper.svg');
		}

	#wrapper
	{
		position: relative;
		padding: 4em 0 2em 0;

		background-color:		#208767;
		/*background-image:		url('images/top_bg.jpg');*/

        /*
            background-image:		url('images/overlay.png'),	url('images/header.svg'),	-moz-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
            background-image:		url('images/overlay.png'),	url('images/header.svg'),	-webkit-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
            background-image:		url('images/overlay.png'),	url('images/header.svg'),	-o-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
            background-image:		url('images/overlay.png'),	url('images/header.svg'),	-ms-linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
            background-image:		url('images/overlay.png'),	url('images/header.svg'),	linear-gradient(75deg, #FF7088 15%, #F2B69D 55%);
            background-size:		128px 128px,				100% 620%,					auto;
            background-repeat:		repeat,						no-repeat,					no-repeat;*/
	}

		.homepage #wrapper
		{
			padding: 6em 0 0 0;

			/*background-size:	128px 128px,				100% 100%,					auto;*/
		}

	#promo-wrapper
	{
		position: relative;
		background-image:		url('images/overlay.png'),	url('../images/promo.jpg');
		background-size:		192px 192px,				cover;
		background-position:	top left,					center center;
		color: #fff;
		text-align: center;
		padding: 6em 0 6em 0;
	}

	#footer-wrapper
	{
		-webkit-transform: translate3d(0,0,0);
		position: relative;
        padding: 0;
		/*background-image:		url('images/overlay.png'),	url('images/footer.svg');*/
		background-size:		128px 128px,				100% 100%;
	}
#footer-wrapper .menu{
    display: inline-block;
}
#footer-wrapper .social_links{
    position: absolute;
    right: 0;
    top:37px;
	margin: 0;
}
/*********************************************************************************/
/* Header                                                                        */
/*********************************************************************************/

	#logo
	{
		position: absolute;
		z-index: 1;
		top: 0;
		left: 50%;
		width: 15em;
		margin-left: -7.5em;
	}

		#logo a
		{
			display: block;
			width: 100%;
			height: 4em;
			line-height: 4em;
			background: rgba(255,255,255,1);
			border: solid 1px;
			border-color: #fff;
			border-color: rgba(255,255,255,0.75);
			border-top: 0;
			border-radius: 0 0 0.35em 0.35em;
			color: #fff;
			display: inline-block;
			font-weight: 600;
			letter-spacing: 3px;
			text-align: center;
			text-transform: uppercase;
            padding:3% 0 0 0;
		}
        #logo img{
            width:76%
        }

	#nav
	{
		text-align: center;
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 4em;
		line-height: 4em;
	}

		#nav > ul
		{
			margin: 0;
		}

			#nav > ul > li > ul
			{
				display: none;
			}

			#nav > ul > li
			{
				display: inline-block;
                width: 7em;
			}

				#nav > ul > li > span,
				#nav > ul > li > a
				{
					color: #fff;
					text-decoration: none;
					outline: 0;
					border: 0;
					border: solid 1px rgba(255,255,255,0);
					border-radius: 0.35em;
					padding: 0.1em 1em 0.3em 1em;
					-moz-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-webkit-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-o-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					-ms-transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
					transition: border-color 0.25s ease-in-out, background-color 0.25s ease-in-out;
				}
                #nav > ul > li > a:hover{
                    background: rgba(255, 255, 255, 0.21);
                }
                #nav > ul > li.home_login > a:hover{
                    background: rgb(241, 32, 32);
                }
                #nav > ul > li > a.selected{
                    background: rgba(255, 255, 255, 0.21);
                }
                #nav > ul > li > a:active{
                    background: rgba(255, 255, 255, 0.31);
                }
			#nav > ul > li.active > span,
			#nav > ul > li.active > a
			{
				border-color: rgba(255,255,255,0.75);
				background-color: rgba(255,255,255,0.15);
				color: #fff;
			}
            .home_login{
                margin-right: -6em;

            }
            .home_login a{
                background: rgb(222, 68, 68);
            }

			#nav > ul > li:first-child
			{
				margin-left: 0;
			}

			#nav > ul > li.break
			{
				margin-left: 20em;
			}

	.dropotron
	{
		text-align: left;
		line-height: 2em;
		border-radius: 0.35em;
		min-width: 12em;
		background: #fff;
		line-height: 1em;
		padding: 0.85em 0 0.85em 0;
		box-shadow: 0px 1px 3px 0px rgba(0,0,0,0.25);
		margin-top: -0.8em;
	}

		.dropotron a,
		.dropotron span
		{
			display: block;
			padding: 0.65em 1em 0.65em 1em;
			border-top: solid 1px #e8e8e8;
			border-bottom: 0;
		}

		.dropotron li:first-child > a,
		.dropotron li:first-child > span
		{
			border-top: 0;
		}

		.dropotron li.active > a,
		.dropotron li.active > span
		{
			color: #f35858;
		}

	.dropotron.level-0
	{
		font-size: 0.9em;
		margin-top: 0;
	}

		.dropotron.level-0:before
		{
			content: '';
			position: absolute;
			top: -1em;
			width: 1em;
			height: 1em;
			border-bottom: solid 0.5em #fff;
			border-left: solid 0.5em rgba(255,255,255,0);
			border-right: solid 0.5em rgba(255,255,255,0);
		}

		.dropotron.level-0.center:before
		{
			left: 50%;
			margin-left: -0.5em;
		}

		.dropotron.level-0.left:before
		{
			left: 1em;
		}

		.dropotron.level-0.right:before
		{
			right: 1em;
		}

/*********************************************************************************/
/* Hero                                                                          */
/*********************************************************************************/

	#hero
	{
		position: relative;
		color: #fff;
		text-align: center;
		z-index: 1;
	}

    #hero .bg-image{
        width: 64%;
        margin: 0px auto 1.3em;
    }
    .bg-img {
        width: 100%;
    }

		#hero h2
		{
			color: #fff;
			font-size: 3em;
		}

		#hero strong
		{
			color: inherit;
		}

		#hero header > span
		{
			color: #fff;
		}

		#hero p
		{
			font-size: 1.3em;
			line-height: 1.3em;
		}

		#hero .button
		{
			/*background: #fff;
			border-color: rgba(255,255,255,0);*/
            background: rgb(163, 63, 63);
            border-color: rgba(255, 255, 255, 0);
			color: #fff;
			font-size: 1.25em;
		}

        #hero .button:hover
        {
            /*border-color: rgba(255,255,255,0.75);
            background-color: rgba(255,255,255,0.15);*/
            border-color: rgba(200, 160, 160, 0.75);
            background-color: rgba(200, 160, 160, 0.15);
            color: #fff;
        }

		#hero a
		{
			color: #fff;
			border-color: #fff;
			border-color: rgba(255,255,255,0.5);
		}

			#hero a:hover
			{
				border-color: rgba(255,255,255,0);
			}
#hero ul.actions{
    display: none;
}
/*********************************************************************************/
/* Promo                                                                         */
/*********************************************************************************/

	#promo
	{
		background: rgba(255,255,255,0.05);
		border: solid 1px rgba(255,255,255,0.25);
		border-radius: 0.5em;
		padding: 1.75em 2.5em 1.75em 2.5em;
		display: inline-block;
		position: relative;
		z-index: 1;
	}

		#promo h2
		{
			color: #fff;
			display: inline-block;
			margin-right: 1em;
			font-size: 1.75em;
		}

		#promo .button
		{
			background: #fff;
			border-color: rgba(255,255,255,0);
			color: #27636B;
			font-size: 1.25em;
		}

			#promo .button:hover
			{
				border-color: rgba(255,255,255,0.75);
				background-color: rgba(255,255,255,0.15);
				color: #fff;
			}

/*********************************************************************************/
/* Main                                                                          */
/*********************************************************************************/

	#main
	{
		padding-bottom: 4em;
	}

/*********************************************************************************/
/* Sidebar                                                                       */
/*********************************************************************************/

	#sidebar
	{
	}

		#sidebar section
		{
			border-top: solid 1px #d2d7dc;
			margin-top: 3em;
			padding-top: 3em;
		}

		#sidebar section:first-child
		{
			border-top: 0;
			margin-top: 0;
			padding-top: 0;
		}

/*********************************************************************************/
/* Footer                                                                        */
/*********************************************************************************/

	#footer
	{
		position: relative;
		z-index: 1;
	}

		#footer header.major
		{
			margin-bottom: 3em;
		}

/*********************************************************************************/
/* Copyright                                                                     */
/*********************************************************************************/

	#copyright
	{
		position: relative;
		z-index: 1;
		text-align: center;
		color: #a2a7ac;
		padding-top: 2em;
		margin-top: 0em;
        cursor: pointer;
	}
#copyright .menu li{
    border:0;
}
#copyright .menu li a{
    border:0;
    color: #DDD;
    text-decoration: none;
}
#copyright .menu li a:hover{
    color: #FFF;
}
#copyright .menu li.name a:hover{
    color: #DDD;
}
#hero a.learn_more,.learn_more{
    color: #5BBD18;
    font-weight: bold;
    font-size: 0.8em;
}
#hero a.learn_more:hover,.learn_more:hover{
    color: #1AD732;
    border-bottom-color: rgba(255, 255, 255, 0);
}

.learn_more:after{
    content: "...";
}
.video{
    cursor: pointer;
    background-color: rgba(0, 0, 0, 0.2);
    width: 73%;
    margin:3em auto 0;
    padding:10px;
    overflow: hidden;

}
.video .thumbnail{
    width:300px;
    float: left;
    position: relative;
}
.workflow-management .video{
    background-color: rgba(0, 0, 0, 0.03);
}
.video .thumbnail .play-button{
    position: absolute;
    top: 34%;
    left: 38%;
    background: url('images/play.png') no-repeat;
    width: 77px;
    height: 77px;
}
.video .thumbnail .play-button:hover{
    background: url('images/play_hover.png') no-repeat;
}
.video .thumbnail img{
    width:100%;
    display: block;
}
.video .content{
    margin: 2em 0em 0 10em;
    font-size: 1.7em;
    font-style: italic;
    text-align: left;
}
.about-content{
    line-height: 1.5em;
    font-size: 1.5em;
    margin: 0em auto 0;
    width: 89%;
    text-align: center;
}

#copyright .social-icons {
    margin:0 auto;
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url("../../admin/images/sprites/website_sprite.png") no-repeat;
    background-position: 0px -180px;
}
#copyright .social_links li{
    margin-left: 0;
    padding-left: 0;
}
#copyright .social_links li a{
    border:0;
}
#copyright  .facebook{
    background-position: 0px -180px;
}
#copyright .twitter{
    background-position: -33px -180px
}
#copyright .googleplus{
    background-position: -65px -180px;
}
#copyright .linkedin{
    background-position: -128px -180px;
}
#copyright .pinterest{
    background-position: -96px -180px;
 }
#copyright .name{
    padding-left: 0em;
    margin-left: 0.5em;
}
.scroll_top{
    position: fixed;
    top: 10px;
    left: 7px;
    z-index: 10;
    display: none;
    cursor: pointer;
}
#video_player{
    display:none ;
    position: absolute;
    top:0;
    left:0%;
    width: 100%;
    background-color: rgba(255, 255, 255, 0.9);
    bottom: 0;
    z-index: 20;
}
#login_page .close,#video_player .close{
    cursor: pointer;
    float: right;
    color: rgb(6, 6, 6);
    font-weight: bold;
    margin: 14px auto 0;
    width: 21%;
}

.company_login_page #login_page .close {
    display: none;
}
#video_player .video-frame{
    width:65%;
    height:500px;
    margin: 3em auto 0;
    display: block;
}
#login_page{
    display:none ;
    position: fixed;
    top:0;
    left:0%;
    width: 100%;
    background-color:#FFF;
    bottom: 0;
    z-index: 20;
    overflow: auto;
 }
.company_login_page{
    overflow: hidden;
}
.company_login_page #navButton{
    display: none !important;
}
.company_login_page #login_page{

}
.company_login_page #login_page .login_content {

}
.company_login_page #login_page .forget-password-content{

}
#login_page .login_content{
    margin: 3.5em auto 0;
    width: 27%;
    min-width: 300px;
    max-width: 600px;
}
#login_page  .logo{
     /*width: 31%;*/
    /*margin: 0px auto 0.2em;*/
    margin-bottom: 2em;
}
#login_page .company_login_logo{
    width: 36%;
    margin: 0px auto 0.2em;
}
#login_page  .company_login_logo .logo{
    border:0;
    margin: -2em 0 0;
}
#login_page  .logo img{
    width: 100%;
}
#login_page  .company_name{
    min-width: 30%;
    margin: 0 auto 1.5em;
    max-width: 100%;
}

#login_page  .company_name h1{
    text-align: center;
    font-weight: bold;
    font-size: 3em;
    line-height: 0.9em;
}

#login_page .facebook_login{
    height: 2.5em;
    line-height: 1.7em;
    background-color: #5975AD;
    color:#fff;
    margin-top:0.5em;
    padding: 0.45em 0 1em;
    cursor: pointer;
    text-align: center;
    min-height: 52px;
}
#login_page .facebook_login:hover{
     background-color: rgb(73, 91, 127);
}
#login_facebook_loading{
    margin: 0.2em 0 0;
}
#login_page .facebook_login .fb-logo{
    display: inline-block;
    width: 32px;
    height: 32px;
    background: transparent url("../../admin/images/sprites/website_sprite.png") no-repeat;
    background-position: -388px -180px;
}
#login_page .facebook_login .content{
    font-size: 1em;
    display: inline-block;
    overflow: hidden;
}
#login_page .login-form .info{
	font-size: 10px;
	float: right;
	margin-top: -5px;
}
#login_page  .error {
    position: relative;
}
#login_page  .error input {
    border: 1px solid #d81e21;
    outline: none;
}
#login_page .error-message{
    position: absolute;
    bottom: 0;
    right: 0;
    font-size: 0.7em;
    background: rgba(228, 65, 65, 0.96);;
    line-height: 1.4em;
    padding: 0 1em;
    color: rgb(255, 255, 255);
}
#login_page .user-inputs.error .status{
    display:block;
    background-position: -355px -215px;
}
#login_page .user-inputs.correct .status{
    display:block;
    background-position: -358px -181px;
}
#login_page .remember-me {
    margin: 10px 0 20px;
    text-align: right;
}
#login_page .remember-me label {
    line-height: 20px;
    font-size: 0.8em;
    color: #777;
    font-weight: 100;
}
#login_page .remember-me:hover label {
    color: #333;
}
#login_page .submit-btn,#login_page .loading-btn {
    margin: 0 auto;
    width: 50%;
}
#login_page .loading-btn {
    display: none;
}
#login_page .submit-btn button, #login_page .loading-btn button{
    width: 100%;
    border: 0;
    padding: 6% 13%;
    background-color: #238948;
    border-radius: 3px;
    cursor: pointer;
    font-size: 1em;
    font-weight: 100;
}
#login_page .loading-btn button {
    cursor: default;
}

#login_page .loading-btn img {
    vertical-align: middle;
}
#login_page #reset_password_send_button{
     width: 71%;
    float: right;
}
#reset_password_send_button button{
    padding: 4% 4%;
    font-size: 0.6em;
}
#reset_password_send_button button:disabled:hover{
    background-color: #238948;
}
#login_page .forget-submit{
    display: none;
    width: 100%;
    margin:0 auto;
    overflow: hidden;
}
#forget_response_text{
    margin: 1.5em auto 0;
    width: 45%;
    text-align: center;
}
#forget_response_text b{
    font-weight: bold;
}
.submit_btn button:hover {
    background-color:#2F5D39;
}
#login_page .social_icons_login{
    width: 9%;
    margin: 1em auto 0;
}
#login_page .or{
    margin: 0.5em auto 0;
    width: 6%;
    font-size: 1em;
    font-weight: bold;
}

#login_page .forget-password{
    margin:0.2em auto 0;
    width: 24%;
    color: rgb(98,98, 98);
    cursor: pointer;
    float: left;
}
#login_page .login_content .forget-password{
    margin:2em auto 0;
    width: 100%;
    float: none;
    font-size: 0.9em;
    text-align: center;
}
#login_page .bottom-logo{
    position: absolute;
    right: 10px;
    bottom: 10px;
    width: 175px;
    padding: 0 10px;
}
#login_page .bottom-logo .powered{
    font-weight: bold;
    font-size: 15px;
    box-sizing: content-box;
    display: block;
    line-height: 23px;
}
#login_page .bottom-logo img{
    width:100%;
}
#login_page .login_content .forget-password:hover{
    text-decoration: underline;
}
/*Notification Css*/
#notification {
    margin: 0 auto;
    width: 100%;
    position: fixed;
    top: 80px;
    left: 0;
    font-size: 15px;
    text-shadow: none;
    text-align: center;
    overflow: hidden;
    z-index: 10010;
    pointer-events: none;
}
#notification .notification-body {
    border: 1px solid #f7c942 /*{e-bar-border}*/;
    background: #fadb4e /*{e-bar-background-color}*/;
    padding: 8px 10px;
    display: inline-block;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
    border-radius: 4px;
	font-size: 18px;
}
#notification .close {
    pointer-events: all;
    cursor: pointer;
}
/*contact form*/
section .contact_form_index{
    width: 100%;
    margin: 3em auto;
    padding: 1em;
    background-color: rgba(0,0,0,0.3);
}
.contact_form_index .index_send{
    display: inline-block;
    width: 15%;
    padding: 0.5em 0;
    margin-top: 0em;
}
.contact_form_index .contact-us-txt {
    margin-top: 0;
}
.contact_form_index .index_send:hover,.contact_form_index .submit:hover{
    color:#fff;
    background:#C34A4A;
}
.contact_form_index .email-input,.contact_form_index .mobile-input{
    position: relative;
	display: inline-block;
	width: 35%;
}
.contact_form_index .email-icon, .contact_form_index .mobile-icon{
    position: absolute;
    left: 0.7em;
    top: 0.6em;
    font-size: 1.3em;
	color: #888;
}
.contact_form_index .mobile-icon {
	left: 0.9em;
	top: 0.6em;
	font-size: 1.4em;
}
.contact_form_index #contact_email, .contact_form_index #contact_mobile {
    width: 98%;
    color: #000;
    text-indent: 2em;
    line-height: 1.3em;
    overflow: hidden;
    display: inline-block;
    border-radius: 4px;
}
.contact_form_index .name-form,.contact_form_index .social-address,.contact_form_index .success-message,.send-enquiry-txt{
    display: none;
}
.contact_form_index .name-form #contact_name,  .contact_form_index .name-form #contact_reason {
	width: 70%;
	margin: 0 auto 1em;
}
.contact-form input, .contact-form textarea {
    margin-bottom:1em;
    resize: none;;
}
.contact_form_index h1,.pricing-title{
    font-size: 3em;
    margin-bottom: 1em;
    font-family: 'Source Sans Pro', sans-serif;
    color: rgb(255, 255, 255);
}
.contact_form_index .contact-us-txt{
    line-height: 1.2em;

margin-bottom:0.5em;
}
.contact_form_index .contact-us-txt span{
    font-size: 0.8em;
    font-weight: bold;
}
.pricing-title{
    margin: 0.2em auto 1em;
    width: 41%;
}
.contact_form_index .contact_send{
    display: none;
}
.contact-form .next, .contact-form .submit {
    /*background: rgb(237, 79, 78);
    color: rgb(255, 255, 255);
    border: 0;*/
    background: rgb(237, 79, 78);
    color: rgb(255, 255, 255);
    border-radius: 3px;
    line-height: 1.7em;
    border-color: rgba(0, 0, 0, 0);
}
.success-message h1{
    line-height: 0.9em;
}
.success-message .spcl_txt{
    color:#F65A5A;
	display: block;
	font-weight: bold;
}

/*@media only screen and (max-width:450px){
	.company_login_page #login_page .login_content {
		width: 80%;
		margin: 4em auto 0;
		min-width: inherit;
		max-width: inherit;
	}

	.company_login_page #login_page .login_content input{
		font-size: 30pt;
	}

	.company_login_page #login_page .login_content .form-group {
		margin-bottom: 30px;
	}
	.company_login_page #login_page .login_content .form-group .form-input{
		padding: 30px;
		font-size: 35px;
	}
	.company_login_page #login_page .login_content .login-form .form-group .form-input{
		padding: 30px;
		font-size: 35px;
	}
	.company_login_page #login_page .remember-me {
		margin: 30px 0 45px;
	}
	.company_login_page #login_page .remember-me label{
		line-height: 57px;
	}
	.company_login_page #login_page .remember-me label input{
		zoom: 3;
	}
}*/