/* #Reset & Basics 
================================================== */
	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, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline; }
	article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
		display: block; }
	body {
		line-height: 1; }
	ol, ul {
		list-style: none; }
	blockquote, q {
		quotes: none; }
	blockquote:before, blockquote:after,
	q:before, q:after {
		content: '';
		content: none; }
	table {
		border-collapse: collapse;
		border-spacing: 0; }



/* #Basic Styles
================================================== */
	body {
		
		font: 13px/21px 'Open Sans', arial, sans-serif;
		color: #555555;
		-webkit-font-smoothing: antialiased; /* Fix for webkit rendering */
		-webkit-text-size-adjust: 100%;
 }

/* #Typography
================================================== */

@font-face {
  font-family: 'OpenSans-Light';
  font-style: normal;
  font-weight: normal;
  src: local('OpenSans-Light'), local('OpenSans-Light'), url('../fonts/OpenSans-Light.ttf') format('truetype');
}

@font-face {
  font-family: 'OpenSans-Regular';
  font-style: normal;
  font-weight: normal;
  src: local('OpenSans-Regular-webfont'), local('OpenSans-Regular-webfont'), url('../fonts/OpenSans-Regular-webfont.ttf') format('truetype');
}

	h1, h2, h3, h4, h5, h6 {
		color: #555;
		font-family: "Open Sans", arial, serif;
		font-weight: normal; 
	}
	h1 a, h2 a, h3 a, h4 a, h5 a, h6 a { font-weight: inherit; }
	h1 { font-size: 29px; line-height: 38px; margin-bottom: 14px;}
	h2 { font-size: 21px; line-height: 28px; margin-bottom: 10px; }
	h3 { font-size: 18px; line-height: 26px; margin-bottom: 8px; }
	h4 { font-size: 16px; line-height: 24px; margin-bottom: 8px; margin-top: 4px; }
	h5 { font-size: 15px; line-height: 21px; }
	h6 { font-size: 14px; line-height: 21px; }
	.subheader { color: #777; }

	p { margin: 0 0 20px 0; }
	p img { margin: 0; }
	p.lead { font-size: 21px; line-height: 27px; color: #777;  }

	em { font-style: italic; }
	strong { font-weight: bold; color: #333; }
	small { font-size: 80%; }

/*	Blockquotes  */
	blockquote, blockquote p { font-size: 17px; line-height: 24px; color: #777; font-style: italic; }
	blockquote { margin: 0 0 20px; padding: 9px 20px 0 19px; border-left: 1px solid #ddd; }
	blockquote cite { display: block; font-size: 12px; color: #555; }
	blockquote cite:before { content: "\2014 \0020"; }
	blockquote cite a, blockquote cite a:visited, blockquote cite a:visited { color: #555; }

	hr { border: solid #ddd; border-width: 1px 0 0; clear: both; margin: 10px 0 30px; height: 0; }
        span#User_accept input{float:left;}
        span#User_accept label{float:left;width:11%;}
        span#User_accept br{display:none;}

/* #Links
================================================== */
	a, a:visited { color: #444; outline: 0; text-decoration: none;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;			
	}
	a:hover, a:focus { color: #106da3; }
	p a, p a:visited { line-height: inherit; }


/* #Lists
================================================== */
	ul, ol { margin-bottom: 20px; }
	ul { list-style: none outside; }
	ol { list-style: decimal; }
	ol, ul.square, ul.circle, ul.disc { margin-left: 30px; }
	ul.square { list-style: square outside; }
	ul.circle { list-style: circle outside; }
	ul.disc { list-style: disc outside; }
	ul ul, ul ol,
	ol ol, ol ul { margin: 4px 0 5px 30px; }
	ul ul li, ul ol li,
	ol ol li, ol ul li { margin-bottom: 6px; }
	li { line-height: 1.5em; margin-bottom: 12px; }
	ul.large li { line-height: 21px; }
	li p { line-height: 21px; }

/* #Images
================================================== */

	img.scale-with-grid {
		max-width: 100%;
		height: auto; }
	.frame-scale-with-grid {
		max-width: 100%; }

		
	#google_map iframe {
		width: 100%;
		height: 416px;
		border: 0;
	}	

	.alert{padding:8px 35px 8px 14px;margin-bottom:20px;text-shadow:0 1px 0 rgba(255, 255, 255, 0.5);background-color:#fcf8e3;border:1px solid #fbeed5;-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;text-align:center;}
	.alert,.alert h4{color:#c09853;}
	.alert h4{margin:0;}
	.alert strong{color:#B94A48;}
	.alert .close{position:relative;top:-2px;right:-21px;line-height:20px;}
	.alert-success{background-color:#dff0d8;border-color:#d6e9c6;color:#468847;}
	.alert-success h4{color:#468847;}
	.alert-danger,.alert-error{background-color:#f2dede;border-color:#eed3d7;color:#b94a48;}
	.alert-danger h4,.alert-error h4{color:#b94a48;}
	.alert-info{background-color:#d9edf7;border-color:#bce8f1;color:#3a87ad;}
	.alert-info h4{color:#3a87ad;}
	.alert-block{padding-top:14px;padding-bottom:14px;}
	.alert-block>p,.alert-block>ul{margin-bottom:0;}
	.alert-block p+p{margin-top:5px;}

/* #Forms
================================================== */

	form {
		margin-bottom: 20px; }
	fieldset {
		margin-bottom: 20px; }
	input[type="text"],
	input[type="password"],
	input[type="email"],
	textarea,
	select {
		border: 1px solid #ccc;
		padding: 6px 4px;
		outline: none;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
		border-radius: 2px;
		font: 13px Arial, sans-serif;
		color: #777;
		margin: 0;
		width: 210px;
		max-width: 100%;
		display: block;
		background: #fff;  }
	select {
		padding: 0; }
	input[type="text"]:focus,
	input[type="password"]:focus,
	input[type="email"]:focus,
	textarea:focus {
		border: 1px solid #aaa;
 		color: #444;
 		-moz-box-shadow: 0 0 3px rgba(0,0,0,.2);
		-webkit-box-shadow: 0 0 3px rgba(0,0,0,.2);
		box-shadow:  0 0 3px rgba(0,0,0,.2); }
	textarea {
		min-height: 60px; }
	label,
	legend {
		display: block;
	
		font-size: 13px;  }
	select {
		width: 220px; }
	input[type="checkbox"] {
		display: inline; }
	label span,
	legend span {
		font-weight: normal;
		font-size: 13px;
		color: #444; }

/* #Misc
================================================== */
	.remove-bottom { margin-bottom: 0 !important; }
	.half-bottom { margin-bottom: 10px !important; }
	.add-bottom { margin-bottom: 20px !important; }



/* #Buttons
================================================== */

.button, a.button,
	button,
	input[type="submit"],
	input[type="reset"],
	input[type="button"] {
		border-style: solid;
		border-width: 0;
		-moz-border-radius: 3px;
		-webkit-border-radius: 3px;
		border-radius: 3px;
		
	/*	box-shadow: 0 1px 0 rgba(255, 255, 255, 0.15) inset, 0 0;*/
		background-image: -moz-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -ms-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -o-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-image: linear-gradient(top, rgba(255, 255, 255, 0.2), rgba(0, 0, 0, 0.1));
		background-repeat: repeat-x;
	/*	border-color: rgba(0, 0, 0, 0.03) rgba(0, 0, 0, 0.05) rgba(0, 0, 0, 0.15);*/
		color: white;
		text-shadow: 0 1px rgba(0, 0, 0, 0.4);
		background-color: #374045;
		text-decoration: none;
		font-size: 16px;
		font-family: "Open Sans", arial;
		font-weight: 400;

		display: inline-block;
		cursor: pointer;
		line-height: normal;
		padding: 5px 14px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
}


.button:hover, a:hover.button,
	button:hover,
	input[type="submit"]:hover,
	input[type="reset"]:hover,
	input[type="button"]:hover {

		background-color: #0ad1e5;
	  
	  }

.button:active,
	button:active,
	input[type="submit"]:active,
	input[type="reset"]:active,
	input[type="button"]:active {
		
		background-color: #3d494f;
		
		}

	.button.full-width,
	button.full-width,
	input[type="submit"].full-width,
	input[type="reset"].full-width,
	input[type="button"].full-width {
		width: 100%;
		padding-left: 0 !important;
		padding-right: 0 !important;
		text-align: center; }

	/* Fix for odd Mozilla border & padding issues */
	button::-moz-focus-inner,
	input::-moz-focus-inner {
    border: 0;
    padding: 0;
	}

.button_hilite, a.button_hilite{
	background-color: #0ad1e5;
}	
.button_hilite:hover, a:hover.button_hilite{
	background-color: #374045;
}

.button_pale, a.button_pale{
	color: #374045;
	background-color: #f8f8f8;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.4);
}	
a:hover.button_pale{
	color: #fff;
	background-color: #374045;
	text-shadow: 0 1px 0 rgba(0, 0, 0, 0.4);
}
.button, button.sm_button, a.sm_button,
	input[type="submit"].sm_button,
	input[type="reset"].sm_button,
	input[type="button"].sm_button {
		
		font-size: 13px;
}


/* #Main Navigation
================================================== */

/* menu */
#menu-holder {
	background: #fff;
	position:relative;
}
#menu {
	height: 40px;
	padding: 0px 0 0 5px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-top:10px; float:right;
	
}
#menu a{
	font-size: 15px;	
	text-decoration: none;
}
#menu ul {
	list-style: none;
	margin: 0;
	padding: 0; float:left;
}
#menu ul li {
	margin-bottom: 0;
}
#menu > ul > li {
	position: relative;
	float: left;
	z-index: 1015;
	padding: 0px 2px 0px 0px;
		
}
#menu > ul > li:hover {
}
#menu > ul > li > a {
	color: #fff; 
	
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 15px 0px 15px;
	z-index: 6;
	position: relative;
	background:url(../img/menu-bg.png) repeat-x;
	margin-left:6px;
			
			-webkit-border-radius:5px;
			-moz-border-radius:5px;
			border-radius:5px;
	
	-webkit-transition: all 0.2s linear;
	-moz-transition: all 0.2s linear;
	-ms-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	font-weight:normal
}
#menu > ul > li:hover > a {
	background:url(../img/menu-bg-o.png) repeat-x;

}
#menu > ul > li > a > span {
	padding: 0px 0px 0px 14px;
	background: url('../images/arrow_down_tiny.png') right center no-repeat;
}
#menu > ul > li > a .home_icon{
	width: 16px;
	height: 40px;
	padding:0;
	display: block;
	background: url('../images/home_icon_dark.png') center center no-repeat;
}

#menu > ul > li > div {
	display: none;
	background: #FFFFFF;
	position: absolute;
	left: -1px;
	z-index: 1020;
	padding: 0px 0 5px;
	background: url('../images/menu_pale.png');
	background-image: -moz-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -o-linear-gradient(#f8f8f8,#eeeeee);
	background-image: -webkit-linear-gradient(#f8f8f8,#eeeeee);
	background-image: linear-gradient(#f8f8f8,#eeeeee);
	
	border: 1px solid #e8e8e8;
	border-top: 1px solid #d2d2d2;
	border-right: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	-moz-border-radius: 0 0 4px 4px;
    -webkit-border-radius: 0 0 4px 4px;
    -khtml-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;	
    
	webkit-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	-moz-box-shadow: 1px 1px 3px rgba(0,0,0,0.12); 
	box-shadow: 1px 1px 3px rgba(0,0,0,0.12);
}

#menu > ul > li > div > ul {
	display: table-cell;
	border-top: 3px solid #e9e9e9;
	padding-top: 7px;
}
#menu > ul > li ul + ul {
	padding-left: 20px;
}

#menu > ul > li ul > li {
	position:relative;
}

#menu > ul > li ul > li > a {
	padding: 7px 0px 9px;
	margin: 0 16px;
	color: #222;
	text-shadow: 0px 1px 0px #fff;
	display: block;
	white-space: nowrap;
	min-width: 160px;
	font-size: 14px;
	background: url('../images/main_nav_bgr_sep_vertical.png') bottom left repeat-x;	
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
#menu > ul > li ul > li > a > span {
	background: url('../images/arrow_left_tiny.png') -20px center no-repeat;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
#menu > ul > li ul > li > a:hover > span {
	background: url('../images/arrow_left_tiny.png') left center no-repeat;
	padding-left: 12px;
}
#menu > ul > li ul > li > a.last_submenu_item{
	padding: 7px 0px 7px;
	background: none;		
}
#menu > ul > li ul > li > a:hover {
	text-decoration: none;
}
#menu > ul > li > div > ul > li > a {
	color: #444;
}
	
	
	#menu > ul.social > li > a 
	{
	background:none; 
	line-height: 40px;
	text-decoration: none;
	display: block;
	padding: 0px 5px 0px 5px;
	margin-top:4px; 
	}



#ipadsocial
{
display:none;
}
/* 4rd level : End */


#select_menu {
	display: none;
}
#select_submenu {
	display: none;
}
#select_menu {
   
    border-radius:4px;
    background: #f8f8f8;
    color:#888;
    border:none;
    outline:none;
   
    -webkit-appearance:none; 
    cursor:pointer;
}
/* #Main Navigation :: END
================================================== */

/*

Dashboard Menu
=======================*/

	
	
	#quick_links {
	height: 40px;
	padding: 0px 0 0 30px;
	margin-top:20px; float:right;
	
	}
	#quick_links a{
		font-size: 15px;	
		text-decoration: none;
	}
	#quick_links ul {
		list-style: none;
		margin: 0;
		padding: 0;
	}
	#quick_links ul li {
		margin-bottom: 0;
	}
	#quick_links > ul > li {
		position: relative;
		float: left;
		z-index: 1015;
		padding: 0px;
		border-right:#fff 1px solid;
			
	}
	#quick_links > ul > li:hover {
	}
	#quick_links > ul > li > a {
		color: #fff; 
		

		text-decoration: none;
		display: block; height:50px;
		padding: 10px;
		z-index: 6;
		position: relative;
		background:#168cbe;
	
		text-align:center;
		
		font-weight:normal;
		font-size: 11px;
		
		-webkit-transition: all 0.2s linear;
		-moz-transition: all 0.2s linear;
		-ms-transition: all 0.2s linear;
		-o-transition: all 0.2s linear;
		transition: all 0.2s linear;
	}
	#quick_links > ul > li > a.big
	{
	width:60px;
	}
	#quick_links > ul > li:hover > a {
		background:#282828
	
	}
	
	
/*
Dashboard Tables
==================================*/
	.box_a .no_sp .table {margin:0; width:100%;}
    .box_a .no_sp .table th {border-top:none}
    .box_a .no_sp .table td {border:none;vertical-align:middle;}
    .box_a .no_sp .table tr td + td,.box_a .no_sp .table tr th + th {border-left:1px solid #ddd}
    .box_a .no_sp .table tr th {}
	.box_a .no_sp .table tr td{border-bottom:1px solid #ddd}
    .box_a .no_sp .table tr + tr td {}
	.table_a th, .table_a td {padding:2px 6px}
	

	
/* todo table */
.todo tr td:first-child {width:20px;text-align:left}
.todo tr td:last-child {width:34px; }
	
.todo tr td .yellowsp
{
	background:#FF6600; padding:2px; color:#fff;  font-size:9px;
	 -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
     border-radius: 3px;
	 float:left; position:relative; margin:4px;  margin-right:8px;padding:0px 5px;  clear:both;

}

/* commun table */
    .commun tr td:first-child {width:160px;text-align:left}
    .commun tr td:last-child {width:20px}
	.commun tr td{padding:8px;}
	
/* client table */
	.client tr td{padding:4px 8px;}
	td.bluebg
	{
	background-color:#e7f6fc !important;

	}
	.scrolllist
	{
	width:300px; height:260px; overflow:scroll
	}
    
    .pagination { margin: 10px 0;  }
    .pagination ul { margin:0;display:inline-block;margin-left:10px; }
    .pagination li { list-style:none; display:inline }
    .pagination li a,.pagination li span { display: block;float:left; text-decoration: none; background: #fff; border: solid 1px #ddd;border-right:none; padding: 4px 8px; }
    .pagination li:last-child a  {border-right:1px solid #ddd}
    .pagination li a:hover, .pagination .active {background:#F5F5F5;color:#3A7EA2}
    .pagination .active {cursor:default;color:#222}
    .pagination li>div {float:left}

		
/* invoices */
    #inv_form .row-fluid + .row-fluid {margin-top:20px}
    #inv_form .form-actions {margin:0}
    #inv_all_items .inv_add_remove {padding-top:32px}
    #inv_all_items .inv_add_remove i {cursor:pointer}
    #calculations {padding-top:10px}
    #calculations [class*="span"] {min-height:24px;line-height:24px}

    
	
	.box_a .no_sp .table.invoice_table tr td{border-bottom:1px solid #ddd}
	
	.box_a .no_sp .table tr td.leftnobdr{border-left:none;}
	
	
   
	.invoice_table th {text-align:left; color:#236087;}
    .invoice_table td {vertical-align:middle; padding:5px;}
    .invoice_table .text-right {text-align:right}
    .invoice_table th:last-child,.invoice_table td:last-child {text-align:center}
    .invoice_table .last_row p {margin-bottom:10px}

.table thead th {background-color:#e7f6fc !important; padding:10px; font-family: 'Roboto Condensed', arial, sans-serif; font-weight:normal;	font-size: 11pt; text-transform:uppercase
}
.sepH_a { margin-bottom: 6px }
.sepH_b { margin-bottom: 12px }
.bluebg {background-color:#e7f6fc !important; font-family: 'Roboto Condensed', arial, sans-serif; font-weight:normal;	font-size: 11pt; }

/* #Main containers + Common styles
================================================== */

#wrapper{
	width: 100%;
	margin: 20px auto;
	text-align: left;
	background: white;

	-webkit-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	-moz-box-shadow: 0px 0px 10px rgba(0,0,0,0.1);
	box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);	
	
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
}
#wrapper.full_wrapper{
	width: 100%;
	margin: 0px auto;
	padding: 20px 0 0;
}
/* 
	author: istockphp.com
*/
#backgroundPopup { 
	z-index:1;
	position: fixed;
	display:none;
	height:100%;
	width:100%;
	background:#000000;	
	top:0px;  
	left:0px;
}
#toPopup {
    font-family: "lucida grande",tahoma,verdana,arial,sans-serif;
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #ccc;
    border-radius: 0;
    color: #333333;
    display: none;
	font-size: 14px;
    left: 56%;
    margin-left: -402px;
    position: fixed;
    top: 32%;
    width: 40%;
    z-index: 2;
    padding:2px;
}
#toPopup .wrapper{
    padding:2px;
    border:1px solid #ccc;
    border-radius:2px;
}
div.loader {
    background: url("../img/loading.gif") no-repeat scroll 0 0 transparent;
    height: 32px;
    width: 32px;
	display: none;
	z-index: 9999;
	top: 40%;
	left: 50%;
	position: absolute;
	margin-left: -10px;
}
div.close {
   background: url("../img/delete.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    cursor: pointer;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 15px;
    width: 20px;
}

span.ecs_tooltip {
    background: none repeat scroll 0 0 #000000;
    border-radius: 2px 2px 2px 2px;
    color: #FFFFFF;
    display: none;
    font-size: 11px;
    height: 16px;
    opacity: 0.7;
    padding: 4px 3px 2px 5px;
    position: absolute;
    right: -62px;
    text-align: center;
    top: -51px;
    width: 93px;
}
span.arrow {
    border-left: 5px solid transparent;
    border-right: 5px solid transparent;
    border-top: 7px solid #000000;
    display: block;
    height: 1px;
    left: 40px;
    position: relative;
    top: 3px;
    width: 1px;
}
div#popup_content {
    margin: 4px 7px;
}
.res
{
width:100%; 
/*position:fixed; */
z-index:99999;
}
.header{
	padding: 0px; 
	}
.header.bgbrown
{
background:#222;padding: 10px 0px 0px 0px;


}
.header #topmenu {
	padding: 0px 0 0 5px;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	font-size: 15px;
	margin-top:-4px; float:right; text-align:right;
	background:#222; padding:10px 20px 0px 20px; width:61px;
	clear:right;
	background: url(../img/socialbg.png) no-repeat right bottom;
	
	
}
/*.header #topmenu:hover{
	margin-top:-4px
}*/

.header #topmenu  ul{
	margin: 0;
}
.header #topmenu ul li{
	display: inline-block;
	padding-right: 4%;
	color:#b6bdc1;
	font-size: 13px;
}
.social_mobile
{
position:static; top:0;  display:none;
background: url(../img/socialbg.png) no-repeat right bottom;
 height:50px; width:210px; margin:0 auto;  padding-left:5px; padding-top:4px;
}

ul.social_mobile li{
	padding-right: 6%; float:left; color:#fff;
}
ul.social_mobile li:first-child{padding-left:20px;}
ul.social_mobile li:last-child{
	padding-right: 0;
}


.header #topmenu .social 
{
 width:120px; float:right; position:relative;
}
.header #topmenu .social li{
	padding-right: 2%; 
}
.header #topmenu ul li:last-child{
	padding-right: 0;
}

.header #topmenu .contact_support{
	text-align: center; float:left; position:relative
}
.header #topmenu .contact_support span{
	
	color: #ccd4d8;
	padding-left: 5px;
}
.header #topmenu .contact_support li a{
	color: #ccd4d8; font-size:14pt;
}
.header #topmenu .contact_support li a:hover{
	color: #fff;
	-webkit-transition: 0.3s all ease;
	-moz-transition: 0.3s all ease;
	-o-transition: 0.3s all ease;
	-ms-transition: 0.3s all ease;
	transition: 0.3s all ease;
}



.featured
{
background:#f2f2f2;  

}
.bluewrap{
background:#093e5d; 
}
.titlebar
{
	width:100%;position:relative; float:left;
	background:#1587b7;
	margin-top:155px; padding:20px 0px; 
	color:#fff; text-align:center;
	font: 30px/30px 'Roboto Condensed',sans-serif; 
	text-transform:uppercase;
	
	
	
}
.titlebar.notitle
{
padding:5px 0px; 
}
.inner-title
{
	width:100%;position:relative; float:left;
	margin-top:0;margin-left:15px; padding:10px 0px; 
	color:#414141; text-align:left;
	font: 24px/24px 'Roboto Condensed',sans-serif; 
	text-transform:uppercase;
}
.breadcrumbs
{
	width:100%;position:relative; float:left;
	background:#323232;
	margin-top:200px; padding:10px 0px 0px 0px; 
	color:#fff; text-align:center;
	font-family: 'Roboto Condensed', arial, sans-serif; font-weight:normal;
	font-size: 14pt;

}
	#breadcrumbs-dashboard{width:35%; float:left; position:relative}
    #breadcrumbs-dashboard ul {margin:0;overflow:hidden}
    #breadcrumbs-dashboard ul li {list-style:none;display:block;float:left;line-height:20px;font-size:14px;color:#fff;}
	#breadcrumbs-dashboard ul li a{color:#fff;}
    #breadcrumbs-dashboard .crumb_sep {margin:0 15px}
    #breadcrumbs-dashboard .crumb_sep i {font-size:6px;color:#fff;vertical-align:1px}
	
	#page-heading
	{
	width:60%; float:right; position:relative; color:#fff;padding-right:30px;
	}
	#page-heading h2
	{
		position:relative;float:left;
		width:100%;
		text-align:right;
		font: 17px/30px 'Roboto Condensed',sans-serif; 
	    text-transform: none;
		margin-bottom:20px; color:#fff; margin:0;  margin-top:-6px;
		
		
	}
.innerpage
{
	width:100%;position:relative; float:left;
	background:#f9f9f9;
	/*margin-top:100px;*/
	min-height:200px;
	padding-top:20px;
}

.h5 {
	height: 5px;
}
.h10 {
	height: 10px;
}
.h15 {
	height: 15px;
}
.h20 {
	height: 20px;
}
.h40 {
	height: 40px;
}
.mt50 {
	margin-top: 50px !important;
}
.divider_bgr {
	background: url('../images/header_bgr_diag.png') left top;
}

.title {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 400;
	background: url('../images/header_bgr_diag.png') left top;
	font-size: 20px;
	line-height: 18px;
	margin: 20px 0 22px;
	letter-spacing: -1px;
}
.title span{
	background: #fff;
	padding-right: 12px;
}

.sidebar {
	padding-bottom: 20px;
	margin-top: -30px;
}
.sidebar .title {
	font-size: 18px;
	line-height: 18px;
	margin-top: 30px;
}

.heading {
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	font-size: 26px;
	line-height: 30px;
	margin: 30px 0 24px;
	letter-spacing: -1px;
	padding-bottom: 10px;
	background: url('../images/header_bgr.png') left top;
}
.heading span{
	display: block;
	line-height: 30px;
	background: #fff;
	padding-bottom: 10px;
}

.header {
background:url('../img/logo-bg-blue.jpg'); 
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			border-top:#222 10px solid;
			padding-bottom:10px;
}

.header_left img{
	 padding-top:20px;
}

.header_contacts {
	height:20px;
	margin: 20px 0 46px;
	font-size: 12px;
	color:#888888;
}

.header_phone{
	float: left;
	padding-left: 22px;
	background: url('../images/header_phone.png') left center no-repeat;
	margin-left: 20px;
}
.header_mail{
	float: left;
	padding-left: 23px;
	background: url('../images/header_mail.png') left center no-repeat;
}




.header_soc_search a {
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}
	
.header_search {
	/*
	height: 32px;
	float: right;
	*/
}
.header_search form {
	margin-bottom: 0;
}


.header_contacts 	{float: left; margin: 0px; height: auto; background:#222222 }
.header_phone		{ float: left; display: inline; margin: 4px 14px 5px 0; }
.header_mail 		{ float: left; display: inline; margin-top: 4px;}

.header_soc_search {
	float: left; padding-top:0px;display: inline; 
	
}

#s{
	float: right;
	position: relative;
	top: 0px;
	right: -22px;
	width: 150px;
	margin-bottom: 0;
	border: 1px solid #eeeeee;
	padding: 7px 30px 7px 8px;
	font-size: 13px;
	color: #ccc;
	background: #fbfbfb;
	
	-moz-border-radius: 4px;
	-webkit-border-radius: 4px;
	border-radius: 4px;
	
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}
#s:focus {
	width: 180px;
	border: 1px solid #eeeeee;
	color: #888;
	-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
	-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
	box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
}
#s:hover {
	width: 180px;	
}
.button_search{
	float: right;
	position: relative;
	top: 0px;
	right: 5px;
	padding: 0;
	background: url('../images/button_search.png') center center no-repeat;
	width: 22px;
	height: 31px;
	cursor: pointer;
	border: none;
	z-index: 100;
	box-shadow: none;
}
.button_search:hover{
	background: url('../images/button_search.png') center center no-repeat;
	border: none;
}


.section_big_title {
	text-align: center;
	margin: 0px;
}
.section_big_no_m {
	margin: 10px 0 0;
}
.section_big_title h1{
	margin: 30px 0 0;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	font-size: 31px;
	line-height: 38px;
	color:#444;
	letter-spacing: -1px;
}
.section_big_title h1 strong{
	font-weight: 400;	
	text-transform: uppercase;
	color:#0ad1e5;
}
.section_big_title h2{
	margin: 2px 0 22px;
	font-family: 'Open Sans', arial, sans-serif;
	font-size: 21px;
	line-height: 28px;
	font-style: italic;		
	font-weight: 300;
	color:#969696;
}

.section_featured_services{
	position: relative;
}

.section_featured_services h4 a{
font-size: 15px; font-family:'OpenSans-Regular', Calibri, Arial, Helvetica, sans-serif; color:#1485c6;
   text-transform:uppercase;
 text-align:center; display:block; width:100%;
 
 
 
 
 
}

.section_featured_services h4 a:hover
{
background:#1485c6; color:#fff; 
}
.section_featured_services p{
	color: #777;
	font-size: 12px; margin:10px;
}
.section_featured_services li
{
min-height:230px;
}
.section_featured_services li:hover
{
background:#cccccc
}


.bluewrap_section{
	position: relative;
}


.bluewrap_section h4{
	margin: 14px 0 6px;
	font-size: 16px;
	line-height: 24px;
	color:#fff;
}
.bluewrap_section p{
	color: #fff;
	font-size: 12px;
}

.hometext
{
width:90%;  min-height:140px; z-index:0;
text-align:center;font-size: 15px;font-family:'OpenSans-Light', Calibri, Arial, Helvetica, sans-serif;
	color:#909090;position: relative;	margin: 0 auto; margin-top:20px; line-height:22px
}
.blue
{
color:#078aba;
}
.specialxt{
font-size:11px; font-weight:800
}

.lawyerlink
{
clear:left;font-size: 12px; font-family:'OpenSans-Regular', Calibri, Arial, Helvetica, sans-serif; color:#1485c6;
 border-bottom:#1485c6 1px solid; border-top:#1485c6 1px solid; padding:3px 0px; text-transform:uppercase;
 text-align:center;
}
.lawyerlink:hover
{
background:#1485c6; color:#fff; padding:4px 15px;
}



.pic {
	position:relative;
	display: block;
}
.pic img{
	width: 100%;
	display: block;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;
}
a .img_overlay {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_plus.png);
	background-position: center center;
	background-repeat: no-repeat;
	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
	
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
a:hover .img_overlay {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
	
a .img_overlay_zoom {
	position: absolute;
	top:0;
	left: 0;
	width: 100%;
	height: 100%;
	background: #333;
	background-color: rgba(0, 0, 0, 0.3);
	background-image: url(../images/icon_zoom.png);
	background-position: center center;
	background-repeat: no-repeat;

	opacity: 0;
	filter: alpha(opacity=0);
    z-index: 0;
    
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
    
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;
	border-radius: 3px;	
}
a:hover .img_overlay_zoom {
	opacity: 1;
	filter: alpha(opacity=100);
    z-index: 1;	
	}
	
.section_featured_texts {
	margin: 34px 0 40px;
}
.section_featured_texts_no_m {
	margin-bottom: 10px;	
}
.section_featured_texts .icon{
	float: left;
	margin: 1px 16px 66px 0;
	width: 37px;
	height: 37px;	
}
.section_featured_texts h3 {
	font-weight: 600;
	font-size: 20px;
	line-height: 26px;
	color: #555;
	letter-spacing: -1px;
	margin-left: 54px;
}
.section_featured_texts h3 a{
	color: #555;
}
.section_featured_texts h3 a:hover{
	color: #0ad1e5;
}
.section_featured_texts p {
	color: #777;
	font-size: 13px;
	line-height: 21px;
	margin-right: 12px;
	margin-left: 54px;
}

.media_item {
	border-bottom: 1px dotted #EEE;
	margin: 20px 0 20px;
	padding-bottom:60px;
}


/* Icons */
.big_screen {
	background: url(../images/icon_big_screen.png) center center no-repeat;
}
.big_cog {
	background: url(../images/icon_big_cog.png) center center no-repeat;
}
.big_profile {
	background: url(../images/icon_big_profile.png) center center no-repeat;
}
.big_brush {
	background: url(../images/icon_big_brush.png) center center no-repeat;
}
.big_chat {
	background: url(../images/icon_big_chat.png) center center no-repeat;
}
.big_check {
	background: url(../images/icon_big_check.png) center center no-repeat;
}
.big_download {
	background: url(../images/icon_big_download.png) center center no-repeat;
}
.big_graph {
	background: url(../images/icon_big_graph.png) center center no-repeat;
}
.big_heart {
	background: url(../images/icon_big_heart.png) center center no-repeat;
}
.big_portfolio {
	background: url(../images/icon_big_portfolio.png) center center no-repeat;
}
.big_university {
	background: url(../images/icon_big_university.png) center center no-repeat;
}
.big_pencil {
	background: url(../images/icon_big_pencil.png) center center no-repeat;
}



/* LISTS */

ul.arrowed{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.arrowed li {
	padding: 0 0 0 20px;
	background: url('../images/arrow.png') 0px 3px no-repeat;
	margin-bottom: 6px;
}
ul.dotted{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.dotted li {
	padding: 0 0 0 20px;
	background: url('../images/dot.png') 0px 3px no-repeat;
	margin-bottom: 6px;
}
ul.checked{
	list-style: none;
	margin: 0;
	padding: 0;
}
ul.checked li {
	padding: 0 0 0 26px;
	background: url('../images/check.png') 0px 3px no-repeat;
	margin-bottom: 6px;
}
/* Page elements */

.page_heading{
	margin: 46px 0 10px;
	background: url('../images/heading_bgr.png') left top repeat-x;
}
.page_heading h1{
	display: inline;
	font-family: 'Open Sans', arial, sans-serif;
	font-weight: 300;
	font-size: 28px;
	line-height: 28px;
	background: #fff;
	margin:0;
	padding-right: 10px;
}
.breadcrumb {
	margin: 16px 0 0;
	height: 20px;
	line-height: 20px;	
}
.breadcrumb a.first_bc{
	-moz-border-radius: 4px 0 0 4px;
    -webkit-border-radius: 4px 0 0 4px;
    -khtml-border-radius: 4px 0 0 4px;
    border-radius: 4px 0 0 4px;
}	
.breadcrumb a{
	float: left;
	color: #666;
	font-size: 11px;

	background: #f8f8f8 url('../images/grad_menu.png') top left repeat-x;
	
	text-shadow: 0 1px 0 rgba(256,256,256,0.8);
	   	    
	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;	
	
    line-height: 20px;
}
.breadcrumb a:hover {
	color:#0ad1e5;
}
.breadcrumb a span{
	display: block;
	line-height: 20px;
	background:url('../images/breadcrumb_divider.png') center right no-repeat;
	padding: 0 20px 0 12px;
}
.breadcrumb a.last_bc span{
	display: block;
	line-height: 20px;
	background:url('../images/breadcrumb_divider_last.png') center right no-repeat;
	padding: 0 20px 0 12px;
}


/* Comments Section */

.plawza_input,
	input[type="text"].plawza_input, 
	input[type="password"].plawza_input, 
	input[type="email"].plawza_input, 
	textarea.plawza_input, 
	select.plawza_input{
		width: 90%;
		border: 1px solid #EEE;
		padding: 7px 8px 7px 8px;
		font-size: 13px;
		background: #FBFBFB;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
		border-radius: 4px;
		-moz-box-shadow: inset 0 0 6px rgba(0,0,0,.05);
		-webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
		box-shadow: inset 0 0 6px rgba(0, 0, 0, .05);
		transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
		-webkit-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
		-moz-transition: all 0.3s cubic-bezier(0.4,0.1,0.2,0.7);
}
textarea.plawza_input {
	width: 400px;
}
.plawza_input:focus {
	border: 1px solid #ccc !important;
}


.no_bm {
	margin-bottom: 0;
}



/* Sequence Slider */

#slider_holder {
	height: 100%;
	position: relative; margin-top:11%;
}

#sequence {
	/*backface-visibility prevents graphical glitches when frames are animating*/
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	-o-backface-visibility: hidden;
	backface-visibility: hidden;
	
	overflow: hidden;
}
#sequence ul {
	margin: 0;
}
#sequence ul li{ 
	z-index: 1;
	margin: 0 !important;
}

.prev, .next {
	cursor: pointer;
	position: absolute;
	top: 170px;
	height: 41px;
	width: 41px;
	z-index: 20;
		
	background: #556167;
	background: rgba(85, 97, 103, 0.7);
	
	transition: all 0.3s;
	-webkit-transition: all 0.3s;
    -moz-transition: all 0.3s;
     
    filter: alpha(opacity=0); 
    opacity: 0;
    
	-moz-border-radius: 21px;
    -webkit-border-radius: 21px;
    -khtml-border-radius: 21px;
    border-radius: 21px;		 	 
}
.prev {
	left: 15px;
}
.next {
	right: 15px;
}

.next > span, .prev > span {
	background: url(../images/slider_arrows.png) no-repeat;
	display: block;
	height: 21px;
	width: 21px;
	margin: 10px;

-webkit-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
   -moz-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
    -ms-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
     -o-transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000); 
        transition: all 0.4s cubic-bezier(0.165, 0.840, 0.440, 1.000);		
}
.prev > span {
	background-position: 0px 0px;

}
.next > span {
	background-position: -21px 0px;

}

.next:hover,.prev:hover {
	background: #0ad1e5;
}
.next:hover span,.prev:hover span{
	background-position-y: -21px;	
}

#sequence li > * {
	position: absolute; top:0;
}

#sequence {
	height: 320px;
	margin: 0 auto;
	position: relative;
	max-width: 1400px;
}
#slider_holder h2.tag
{
width:100%;text-align:center; color:#cb4f1f;
font:25pt/24pt 'Open Sans',Arial, Helvetica, sans-serif;margin-bottom:0px; font-weight:bold; letter-spacing:-1px;
}
.info {
	color: black;
	left: 80%;
	top: 20%;
	width: 50%;
	z-index: 10;
	vertical-align: middle;
    opacity: 0;
    filter: alpha(opacity=0);
    display: none;
	margin-top:40px;
}

.info.animate-in {
	left: 58%;
	top: 20%;
    opacity: 1;
    filter: alpha(opacity=100); 	
-webkit-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
   -moz-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
    -ms-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
     -o-transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s; 
        transition: all 1s cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.5s;
}

.info.animate-out {
	left: 80%;
    filter: alpha(opacity=0); 
    opacity: 0;
	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;
}


.info  h2{
	color: #fff;
/*	text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/	
	font:22pt/24pt 'Open Sans',Arial, Helvetica, sans-serif;margin-bottom:20px; font-weight:bold; letter-spacing:-1px; color:#036296;
	letter-spacing: -1px;
	text-transform: uppercase;	
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	display: inline-block;
	margin: 0 0 6px 0;
}
.info h1{
	font:25pt/24pt 'Open Sans',Arial, Helvetica, sans-serif; color:#c75016; font-weight:bold;
		margin-bottom:10px;
}
.info p{
	color: #3c4549;
	width:80%;
	font-size: 13px;
	line-height: 20px;
	text-shadow: 0 1px 0 rgba(256, 256, 256, 0.5);
	margin: 0 0 8px;
}


.info a, .info a.features
		{
		padding:10px 20px;background:#c75016; float:left; color:#fff;
		-moz-box-shadow:inset 0px 1px 0px 0px #fce2c1;	-webkit-box-shadow:inset 0px 1px 0px 0px #fce2c1;	box-shadow:inset 0px 1px 0px 0px #fce2c1;
	background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f38047), color-stop(1, #c14215) );
	background:-moz-linear-gradient( center top, #f38047 5%, #c14215 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38047', endColorstr='#c14215');
	background-color:#f38047;
	-webkit-border-radius:6px;	
	border-radius:6px;
	-moz-border-radius:6px;
	
	text-indent:0px;
	border:1px solid #d05417;
	display:inline-block;	
	text-align:center; font-size:12pt; font-weight:bold; margin-top:10px; margin-right:10px;
		}
		
		
		
		
		.info a:hover
		{
		background:#f38047
		}
		
		
.slider_img {
	max-height: 100%;
	width: auto;
	left: 0%;
	top: 0px;
    filter: alpha(opacity=0); 
    opacity: 0;
	z-index: 6;
}

.slider_img.animate-in {
	left: 25%;
	top: 0px;
    filter: alpha(opacity=100); 
    opacity: 1;
	z-index: 4;
/*	
	-webkit-transition: all 1s cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-moz-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-ms-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	-o-transition: all 1s  cubic-bezier(0.2,0.1,0.1,0.9) 0.3s;
	transition: all 1s  cubic-bezier(0.5,0.1,0.1,0.9) 0.3s;
*/
-webkit-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
   -moz-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
    -ms-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
     -o-transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s; 
        transition: all 500ms cubic-bezier(0.165, 0.840, 0.440, 1.000) 0.3s;		
}

.slider_img.animate-out {
	left: -340%;
	top: 0px;
    filter: alpha(opacity=0); 
    opacity: 0;
	z-index: 2;
	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;	
}


.slider_bgr {
    height: auto;
    width: 100%;
	left: 0;
    filter: alpha(opacity=0); 
    opacity: 0;
	top: 0;
	vertical-align: middle;

	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1;
}

.slider_bgr.animate-in {
    filter: alpha(opacity=100); 
    opacity: 1;

	z-index: 1;
}

.slider_bgr.animate-out {
    filter: alpha(opacity=0); 
    opacity: 0;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	z-index: 1;
}


.sequence-preloader .preloading .circle {
    fill: #ccc !important;
}
div.inline{
    background-color: #ccc !important;
}



.plborder
{
background:#fff;
width:97%;
border:#ddd 1px solid;
padding:50px 0px;
text-align:center;
margin:10px;
}

/* Sequence Slider::END */


.formSep { padding: 10px 10px; clear: both }
    .formSep + .formSep { border-top: none }
	
	
	
	.box_a {border:1px solid #ddd;background:#fff;position:relative;  margin-bottom:10px;}
	
	.box_a.noborder {border:none; background:none;}
	
    .box_a .box_a_heading {padding:1% 1% 0 1%;background:#eee;-webkit-box-shadow: inset 0 1px 0 #f9f9f9;-moz-box-shadow: inset 0 1px 0 #f9f9f9;box-shadow: inset 0 1px 0 #f9f9f9; float:left; width:98%;}
	
	.box_a.noborder .box_a_heading {height:106px;padding:0 5px;background:none;}
	
    .box_a .box_a_heading h3 {		font-family: 'Roboto Condensed', arial, sans-serif; font-weight:normal;	font-size: 12pt;	text-transform:uppercase; float:left;white-space: nowrap}
	
	.box_a.noborder .box_a_heading h2 {float:left; 	font-size: 14pt; font-family:'Roboto Condensed', Calibri, Arial, Helvetica, sans-serif; color:#414141; border-bottom:#ccc 1px solid; border-top:#ccc 1px solid; padding:3px 0px; text-transform:uppercase; text-align:center;   letter-spacing:0px;  margin-top:50px; margin-bottom:20px; width:90%; margin-left:20px;
	}
	
	
	.box_a .box_a_content label{margin-top:6px; }
	
	.label {-webkit-border-radius:2px;-moz-border-radius:2px;border-radius:2px;line-height:12px; padding:4px}
    .label-task {background-color:#5DA423; color:#fff; font-size:10px; float:right;}
	
	
    .box_a.noborder .box_a_content label{margin-top:6px; text-transform:uppercase }
   
   
	.box_a .box_a_content
	{
	padding:0px 15px; padding-bottom:40px;
	}
	.box_a .box_a_content.minheight
	{
	min-height:300px; 
	}
	
	.box_a .box_a_content.nopadding
	{
	padding:0;
	}
	.box_a.noborder .box_a_content
	{
	padding:0 30px;
	}
	
    .box_a + .box_a {margin-top:30px}   
        
    .box_a .box_a_heading .label {margin:10px 0 0}
	

		.box_a_content input[type="checkbox"]	
		{
		width:20px;float:left; margin-left:-20px;
		}		
		.practicelabel,.practicelabel label
		{
		width:50%;  position:relative; float:left;
		 font-size:8pt;  margin:8px 0px;
		 
		}
		.box_a.noborder .box_a_content .practicelabel>label{
			margin-top:0px;
			width:auto;
		}		
		.termsdiv
		{
		width:98%; height:100px; overflow:auto;
		padding:10px;  margin:20px 0px 30px 0px;
		background-color:#b9babb; font-size:10pt;
		border:1px solid #b9babb;
		}
		
		.termsdiv-payment
		{
		width:100%; clear:left;
		padding:10px; 
	   font-size:10pt;
		margin:0px auto;
		text-align:left;
		
		}
		.termsdiv-payment h2
		{
		border-bottom:#ccc 1px solid; padding:10px 0px; margin-bottom:20px; margin-top:20px;
		font-size:15px; color:#1b5d8d;
		}





/* #Footer
================================================== */
.footerouter
{
width:100%;position:relative; float:left;


}
.footerouter.brown
{
background: #282828;min-height: 100px;border-bottom:#1e1e1e 12px solid;

}
#footer {
	width:1000px;
	clear: both;
		font-size: 11px;
	
			color: #fff;
}
#extra-footer {
	width:90%; position:relative; margin: 0px auto;
	clear: both;
	font-size: 11px;
	
}
.footerlinks
		{
		width:100%; float:left;position:relative;
		color:#D1D6D9;font-size: 9px;text-align:center; margin-bottom:10px
		 /*margin-bottom:10px;margin-top:10px;*/
		}
.footerlinks a
		{
		font-size:11px !important;text-decoration:none;color:#D1D6D9 !important;margin-right:24px;
		}
.footerlinks a:hover
		{
		text-decoration:underline;color:#127ebc !important;
		}
				
		.sociallinks
		{
		width:100%;text-align:left;position:relative;margin-top:0px;color:#909090;font-size:11px; height:20px; float:left;
		}	
		.sociallinks img
		{
		margin-right:5px;
		}		
		hr
		{
		clear:left;border-top:#ccc 1px solid; width:100%; margin:0 auto;
		}
		
		.copyright{width:100%; text-align:center;color:#000;/*909090*/font-size:11px; margin-top:5px;}
		




#wrapper.full_wrapper #footer {
	width: 100%;
}

.footer_inside {
	margin: 20px 15px;
	margin-bottom:0;
}

#footer h3 {
	color: #d1d6d9;
	font-size: 15px;
	line-height: 21px;	
	margin-top: 0px;
	margin-bottom: 14px;
}
#footer.footer_dark h3{
	color: #818f96;
	text-shadow: 0px -1px 0px #111;
}
#footer .column {
	float: left;
	width: 18%;
	min-height: 100px;
}
#footer .big_column {
	float: right;
	width: 28%;
	min-height: 100px;
}
#footer p {
	margin-bottom: 0;
}


.footer_news_item img
{
text-align:left; width:80px;margin-right:20px; margin-top:10px;
	
	-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			
}
#footer.footer_dark .icon_phone, #footer.footer_dark .icon_mail, #footer.footer_dark .icon_loc{
	color: #748188;
	text-shadow: none;
}

#footer .columns ul {
	margin: 0px 0 0 18px;
	list-style: none;
	padding: 0;
}
#footer .columns ul li {
	margin-bottom: 4px;
	background: url('../images/arrow_footer_list.png') -5px 1px no-repeat;
	padding-left: 16px;
}
.margined_left {
	margin-left: 18px;
}
#footer a {
	text-decoration: none;
	padding: 0px;
	font-size: 16px;
	line-height: 15px;
	color:#fff;

	-webkit-transition: all 0.2s ease-out;
	-moz-transition: all 0.2s ease-out;
	-o-transition: all 0.2s ease-out;
	-ms-transition: all 0.2s ease-out;
	transition: all 0.2s ease-out;			
}
#footer a:hover {
	color:#127ebc;
}

.footer_pic img{
	float:left;
	border: 3px solid #5d5d5d;
	margin: 2px 14px 22px 0;

	-webkit-transition: all 0.3s linear;
	-moz-transition: all 0.3s linear;
	-ms-transition: all 0.3s linear;
	-o-transition: all 0.3s linear;
	transition: all 0.3s linear;		
}
.footer_pic img:hover{
	border: 3px solid #127ebc;
}
.footer_news_item {
	font-size: 11px;
	line-height: 15px;
	margin-right: 12px;
}
.footer_news_item p{
	font-size: 11px;
	line-height: 15px;
	margin-bottom: 12px;	
}
.footer_news_item h4 {
	font-size: 11px;
	line-height: 15px;	
	color:#949ea3;
}
.qcf-style {
	text-align: left;
	margin: 0 0 10px 0;	padding: 20;
	}

.qcf-style form {
	margin: 0;
	padding: 0;

	}

.qcf-style p {
	margin:  4px 0 4px 0;
	padding: 0;line-height:18px; font-size:11px;
	}

.qcf-style input[type=text], .qcf-style textarea, .qcf-style select, .qcf-style #submit {
	margin: 5px 3px 7px 0;
	padding: 6px;
	color: #747474; 
	font-size: 100%;
	border:1px solid #222222;
	width: 100%; 
	-moz-box-sizing: border-box; 
	-webkit-box-sizing: border-box; 
	box-sizing: border-box;background:#363636;
	-webkit-box-shadow: 0 5px 6px -6px black;
	   -moz-box-shadow: 0 5px 6px -6px black;
	        box-shadow: 0 5px 6px -6px black; 
	}
.qcf-style input[type=text], .qcf-style textarea
{
width: 100%; float:left;
}

.qcf-style h2
{
color:#fff; font-size:12pt;line-height:20px;
}
.qcf-style #sums , .qcf-style .input {
	color: #465069;
	font-size: 120%;
	}

.qcf-style input:focus , .qcf-style textarea:focus {
	background:#282828;
	}

.qcf-style input[type=text].required, .qcf-style textarea.required {
	border:1px solid #035f92;
	}

.qcf-style #submit {
	color: #FFF;
	background: #222;
	text-align: center;
	cursor: pointer; width:100px;
	}
 .qcf-style textarea
 {
 min-height:60px;
 }

/* Footer Icons*/
.icon_tweet {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_tweet.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_tweet:hover {
	background: url('../images/icon_tweet.png') center top no-repeat;
}
.icon_facebook {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_facebook.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_facebook:hover {
	background: url('../images/icon_facebook.png') center top no-repeat;
}
.icon_pinterest {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_pinterest.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_pinterest:hover {
	background: url('../images/icon_pinterest.png') center top no-repeat;
}
.icon_skype {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_skype.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;	
}
a.icon_skype:hover {
	background: url('../images/icon_skype.png') center top no-repeat;
}
.icon_google {
	float: right;
	width: 23px;
	height: 23px;
	background: url('../images/icon_google.png') center -23px no-repeat;
	text-indent: -9999px;
	margin-left: 12px;
}
a.icon_google:hover {
	background: url('../images/icon_google.png') top center no-repeat;
}


.icon_phone {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_phone.png') left 4px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_mail {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_mail.png') left 5px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}
.icon_loc {
	font-size: 13px;
	line-height: 24px;
	background: url('../images/icon_footer_loc.png') left 3px no-repeat;
	padding: 0 0 0 30px;
	margin-bottom: 6px;
}

#powered {
	float: left;
	margin-top: 1px;
	margin-right: 10px;
	font-size: 11px;
	color: #748188;
}
#powered a{
	font-size: 11px;
}
.footer_btm {
	clear: both;
	overflow: auto;
	padding: 10px 20px 10px;
	background: #222425;
	border-top: 1px solid #373737;
	
	-moz-border-radius: 0 0 4px 4px;
	-webkit-border-radius: 0 0 4px 4px;
	-khtml-border-radius: 0 0 4px 4px;
	border-radius: 0 0 4px 4px;
}

#wrapper.full_wrapper .footer_btm_inner {
	width: 960px;
	margin: 0px auto;
}

/* #Footer :: END
================================================== */



/* #LOGIN :: starts
================================================== */
			.login_box {width:400px;margin:0 auto;border:1px solid #ddd;background:#fff;position:relative;margin-bottom:20px;margin-top:20px;}
            .box_top,.box_footer {background:#f3f2f1;padding:10px; color:#145078;}
            .box_top {text-align:center;padding:10px 10px 8px}
            .box_top img {width:64px;height:30px}
            .box_content {border-width:1px 0;border-style:solid;border-color:#ddd;padding:20px 40px}
            .box_content p {margin:0;line-height:1.3}
            .box_content label {font-size:14px;margin:0;padding:0}
            .box_content .btn-block {margin:20px 0 10px}
            .minor_text {font-size:13px}
            
            .modal {-webkit-border-radius: 0;-moz-border-radius: 0;border-radius: 0;}
            .modal-header {border-bottom:none;background:#333;color:#fff}    
            .modal-header .close {color:#fff;opacity:0.8}    
            .modal-header .close:hover {color:#fff;opacity:1}    
            .modal-header h3 {font-size:16px;font-weight:normal}    
            .modal-body {padding:20px}
            .modal-body p {margin-bottom:10px}
            .modal-body p:last-child {margin:0}
            .modal-backdrop, .modal-backdrop.fade.in {opacity:0.5;filter: alpha(opacity=50)}
            .modal-footer {padding:6px 10px}
            
            /*label.error {position:relative;top:-8px;color:#dc0000;font-weight:700}*/
            label.error {position:relative;color:#dc0000;font-weight:700}
			
			.errorMessage {
				clear: both;
				color: #DC0000;
				float: left;
				text-align: center;
				width: 100%;
				margin-bottom:2px;
			}





/*
BUTTONS
===============================================*/


.btn {
  display: inline-block;
  *display: inline;
  padding: 4px 12px;
  margin-bottom: 0;
  *margin-left: .3em;
  font-size: 14px;
  line-height: 20px;
  color: #333333;
  text-align: center;
  text-shadow: 0 1px 1px rgba(255, 255, 255, 0.75);
  vertical-align: middle;
  cursor: pointer;
  background-color: #f5f5f5;
  *background-color: #e6e6e6;
  background-image: -moz-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#ffffff), to(#e6e6e6));
  background-image: -webkit-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: -o-linear-gradient(top, #ffffff, #e6e6e6);
  background-image: linear-gradient(to bottom, #ffffff, #e6e6e6);
  background-repeat: repeat-x;
  border: 1px solid #cccccc;
  *border: 0;
  border-color: #e6e6e6 #e6e6e6 #bfbfbf;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  border-bottom-color: #b3b3b3;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#ffffff', endColorstr='#e6e6e6', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  *zoom: 1;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn:hover,
.btn:focus,
.btn:active,
.btn.active,
.btn.disabled,
.btn[disabled] {
  color: #333333;
  background-color: #e6e6e6;
  *background-color: #d9d9d9;
}

.btn:active,
.btn.active {
  background-color: #cccccc \9;
}

.btn:first-child {
  *margin-left: 0;
}

.btn:hover,
.btn:focus {
  color: #333333;
  text-decoration: none;
  background-position: 0 -15px;
  -webkit-transition: background-position 0.1s linear;
     -moz-transition: background-position 0.1s linear;
       -o-transition: background-position 0.1s linear;
          transition: background-position 0.1s linear;
}

.btn:focus {
  outline: thin dotted #333;
  outline: 5px auto -webkit-focus-ring-color;
  outline-offset: -2px;
}

.btn.active,
.btn:active {
  background-image: none;
  outline: 0;
  -webkit-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
     -moz-box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
          box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.15), 0 1px 2px rgba(0, 0, 0, 0.05);
}

.btn.disabled,
.btn[disabled] {
  cursor: default;
  background-image: none;
  opacity: 0.65;
  filter: alpha(opacity=65);
  -webkit-box-shadow: none;
     -moz-box-shadow: none;
          box-shadow: none;
}

.btn-large {
  padding: 11px 19px;
  font-size: 17.5px;
  -webkit-border-radius: 4px;
     -moz-border-radius: 4px;
          border-radius: 4px;
}

.btn-large [class^="icon-"],
.btn-large [class*=" icon-"] {
  margin-top: 4px;
}

.btn-small {
  padding: 2px 10px;
  font-size: 11.9px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-small [class^="icon-"],
.btn-small [class*=" icon-"] {
  margin-top: 0;
}

.btn-mini [class^="icon-"],
.btn-mini [class*=" icon-"] {
  margin-top: -1px;
}

.btn-mini {
  padding: 0 6px;
  font-size: 10.5px;
  -webkit-border-radius: 3px;
     -moz-border-radius: 3px;
          border-radius: 3px;
}

.btn-block {
  display: block;
  width: 100%;
  padding-right: 0;
  padding-left: 0;
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

.btn-block + .btn-block {
  margin-top: 5px;
}

input[type="submit"].btn-block,
input[type="reset"].btn-block,
input[type="button"].btn-block {
  width: 100%;
}

.btn-primary.active,
.btn-warning.active,
.btn-danger.active,
.btn-success.active,
.btn-info.active,
.btn-inverse.active {
  color: rgba(255, 255, 255, 0.75);
}

.btn-primary {
  color: #ffffff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #1a5d8c;
  *background-color: #1a5d8c;
  background-image: -moz-linear-gradient(top, #364790, #1a5d8c);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#364790), to(#1a5d8c));
  background-image: -webkit-linear-gradient(top, #364790, #0044cc);
  background-image: -o-linear-gradient(top, #364790, #1a5d8c);
  background-image: linear-gradient(to bottom, #364790, #1a5d8c);
  background-repeat: repeat-x;
  border-color: #1a5d8c #1a5d8c #002a80;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#364790', endColorstr='#1a5d8c', GradientType=0);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
}

.btn-primary:hover,
.btn-primary:focus,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
  background-color: #1a5d8c;
  *background-color: #1a5d8c;
}

.btn-primary:active,
.btn-primary.active {
  background-color: #003399 \9;
}

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

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

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

color: #c14215!important;
font-size: 30pt!important;
font-weight: bold!important;
position:relative; float:left;

line-height:38px;
padding: 15px 5px; 
font-family:sans-serif;
margin-top:0px;
margin-bottom:10px;
letter-spacing:-3px;

text-align:center;

width:95%;

font-family:'OpenSans-Regular', Calibri, Arial, Helvetica, sans-serif;


border-radius: 10px;
	box-shadow: 
		0 1px 3px rgba(0, 0, 0, 0.1), 
		inset -2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset 2px 0 3px 2px rgba(255, 255, 255, 0.6), 
		inset -10px 0 10px 1px rgba(155, 155, 155, 0.1), 
		inset 10px 0 10px 1px rgba(155, 155, 155, 0.1);
		
	

}


.freetrial span.small
{
color:#000; font-size:18pt;font-family:'OpenSans-Light', Calibri, Arial, Helvetica, sans-serif;
font-weight:normal;letter-spacing:0px;
}

.freetrial span.promo-code
{
color:#000; font-size:12pt;font-family:'OpenSans-Light', Calibri, Arial, Helvetica, sans-serif;
font-weight:normal;letter-spacing:0px;
}
.freetrial span.promo-code a
{
color:#106da3;
font-weight:bold;
}
.freetrial span.promo-code a:hover
{
text-decoration:underline;
cursor:pointer;		
}	


		
		
/*
PAYMENT RIGHT CONTAINER
========================================*/		
#rightcontainer
{
position:relative; float:left;
width:100%;
padding:20px 0;
background:#e5e5e5;
-webkit-border-radius:0px 5px 5px 0px;
-moz-border-radius:0px 5px 5px 0px;
border-radius:0px 5px 5px 0px
}
#rightcontainer h5
{
font: 400 15px/36px 'Roboto Condensed';
    margin: 0 auto; padding:6px 10px;
    text-transform: uppercase;
    white-space: nowrap;
	background: rgb(125,126,125); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(125,126,125,1) 0%, rgba(14,14,14,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(125,126,125,1)), color-stop(100%,rgba(14,14,14,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(125,126,125,1) 0%,rgba(14,14,14,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#7d7e7d', endColorstr='#0e0e0e',GradientType=0 ); /* IE6-9 */
	width:80%; color:#fff;
	-webkit-border-radius:5px 5px 0px 0px;
	-moz-border-radius:5px 5px 0px 0px;
	border-radius:5px 5px 0px 0px
}
#rightcontainer ul
{list-style:none;width:100%; 
margin:0px auto;
display:block;padding:6px 10px;
}

#rightcontainer ul li
{margin-left:10px;
text-align:left;background-color:#fff;

}

#rightcontainer .testimonials-right
{
float:left;position:relative;
margin:20px 0;
}


#pricing_table {
color: #44525e;
 border: 1px solid #ccc; 
background: #fff;

border-radius: 5px;
-moz-border-radius: 5px;
-webkit-border-radius: 5px;

width:90%; margin:0px auto;
}

#pricing_table h3 {
color: #fff!important;
font-size: 1.1em!important;
font-weight: bold!important;
margin-bottom: 0!important;

text-transform: uppercase;
border-bottom: 1px solid #abc3cb;

background: #C5DFE7; /* old browsers */
background:-webkit-gradient( linear, left top, left bottom, color-stop(0.05, #f38047), color-stop(1, #c14215) );
	background:-moz-linear-gradient( center top, #f38047 5%, #c14215 100% );
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f38047', endColorstr='#c14215');
	
	

box-shadow:inset 0 1px 0 #e3eff3;
-moz-box-shadow:inset 0 1px 0 #e3eff3;
-webkit-box-shadow:inset 0 1px 0 #e3eff3;
-o-box-shadow:inset 0 1px 0 #e3eff3;
border: 1px solid #d05417;
border-top-left-radius: 5px;
border-top-right-radius: 5px;
-moz-border-radius-topleft: 5px;
-webkit-border-top-left-radius: 5px;
-moz-border-radius-topright: 5px;
-webkit-border-top-right-radius: 5px;

padding: 15px 5px; 
font-family:sans-serif;
margin-top:0;
letter-spacing:1px;

text-align:center;


}

#pricing_table p {
margin-bottom: 0!important;font: 400 15px/36px sans-serif; color:#484848;
display: block; }

.ie7 #pricing_table p.price_per_month {
height: 45px; }

#pricing_table p.price_plan {
float: left;

font-size: 1.2em;}

#pricing_table .row {
display: block;
border-bottom: 1px solid #ccc;
overflow: hidden;
padding: 20px 10px 0 20px; width:89%; margin:0px auto; }

#pricing_table .last {
border-bottom: none; }

#pricing_table span.currency {
vertical-align:super;
margin-top: -1em; margin-right:4px; }

#pricing_table span.price {
font-size: 3em; }

.ie7 #pricing_table span.price {
display: inline-block;
padding: 5px 0; }

.right {float: right;}

.txtleft
{
text-align:left;
}
.txtright
{
text-align:right;
}
.txtcenter
{
text-align:center;
}
.quote blockquote {
color: #284049;
display: block;
text-align:left;
font-size: 1.2em;
 width:79%; margin:0px auto; margin-top: 20px;
  font-family:Arial, Helvetica, sans-serif;
 }

.quote img {
background: #fff;
padding: 4px;
float: left;
border: 1px solid #c8cfd2; 
}

.quote .title {
text-align: left;
width: 80%; margin:0px auto;
color: #1587b7;
font-style: normal;
font-size: .9em;font-family:Arial, Helvetica, sans-serif;
 border-bottom:#ccc 1px dotted;
  padding-bottom:10px;}

.quote .title span {

text-transform: uppercase;
font-weight: bold;
font-size: .9em;
background:none;
letter-spacing: .1em;
margin-bottom: 5px; 
}

.cclogo
{
width:80%; margin:0px auto;
padding-top:30px;
text-align:center;
}
.cclogo img
{
margin:10px;
}






.eight
{
width:400px;
}
.lborder  {
	-webkit-box-shadow:-5px 0 5px -5px #666;
    -moz-box-shadow: -5px 0 5px -5px #666;
    box-shadow: -5px 0 5px -5px #666;
		}

::-webkit-scrollbar { width: 12px;  }

/* to style the scrollbar track, black outline curved border */
::-webkit-scrollbar-track {

background:#f6f6f6;
}

::-webkit-scrollbar-thumb {
-webkit-border-radius: 5px;

: 5px;
background: #888;
margin:4px;

}
::-webkit-scrollbar-thumb:window-inactive {
background: #bdb9b4;
}


.thanks-style{
position:relative;float:left;	background: none repeat scroll 0 0 #FFFFFF;
line-height:25px;color:#196496; font-size:17px;text-align:justify; width:700px;
padding:50px 30px;min-height:80px;margin:190px 50px 30px;
}
 


/* CUSTOM RESPONSIVE STYLES */

/* #Tablet (Portrait)
================================================== */

    /* Note: Design for a width of 768px */

    @media only screen and (min-width: 768px) and (max-width: 959px) 
	{
			.res
			{
			width:100%; position:relative; z-index:99999;
			}        
			


			#wrapper, #wrapper.full_wrapper
								{ width: 100%; margin: 0px auto; border-radius: 0px; padding:0;}
		   
			#footer 			{ width: 100%; }
			
			.footer_inside, #wrapper.full_wrapper .footer_inside 
								{ margin: 20px auto; width: 768px; }
			.footer_btm 		{ border-radius: 0; }
			.footer_btm_inner, #wrapper.full_wrapper .footer_btm_inner	{ width: 748px; margin: 0px auto; }
			
			
			.header_left 		{ text-align: center;}
			.header_left img 	{ margin: 0px 0 0 0px; max-width: 100%; height: auto;}
			
			
			.header_right 		{ text-align: center;}
				 
			/* Sequence slider */
			.prev, .next { top: 130px; height: 33px; width: 33px; }
			.prev 	{ left: 10px; }
			.next 	{ right: 10px; }
			.next > span, .prev > span { margin: 6px; }
	
			#slider_holder {
				height: 100%;
				position: relative; margin-top:0;
			}
		  
			#sequence 			{ height: 246px; }
	
			.info {
				color: black;	left: 50%;	top: 20%;	width: 40%;
				z-index: 10;	vertical-align: middle;    opacity: 0;    filter: alpha(opacity=0);
				display: none;	margin-top:40px;
			}
			.info  h2{
				
			/*	text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/	
				margin-bottom:10px; font-weight:bold; letter-spacing:-1px; color:#036296;
				letter-spacing: -1px;		display: inline-block;	margin: 0 0 6px 0;font:10pt/24pt 'Open Sans',Arial, Helvetica, sans-serif;
			}
			.info h1{
				font:18pt/20pt 'Open Sans',Arial, Helvetica, sans-serif; color:#c75016; font-weight:bold;
					margin-bottom:0px;
			}
			
	
	
			.info h3 { padding: 4px 6px;font-size: 20px;line-height: 20px;	margin: 0 0 20px 0;}
			.info p { font-size: 10px;line-height: 18px;margin: 0 0 20px;width: 100%;color: #3c4549;}
			.info a.link { font-size: 14px;line-height: 25px;margin: 0px;}
			
			.info a, .info a.features
			{
			padding:10px 10px;
			}
			
			.header .social li{
				padding-right: 2%;padding-left: 4%;
			}
			.header ul li:last-child{
				padding-right: 0;
			}
			
			.header .contact_support{
				text-align: right;  margin-right:4%;
			}
			.innerpage,.breadcrumbs
				{
					
					margin-top:0px; 
				}
				
				
				#plform .eight
				{
				width:300px;padding-left:20px;
				}
				#plform > .eight + .eight  {
					border-left:#000 1px dotted; padding-left:50px; width:280px;
						}
						#plform label.practicelabel
						{
						width:100%;
						}
						#plform 
				{
				width:90%;
				}
		.practicelabel
		{
		width:100%; 
		}
		
				#menu 				{ display: none; }
				#quick_links 		{ display: none; }
				
				#select_menu		{ display: block; width: 70%; padding: 8px; margin-bottom: 10px; margin-top:45px; background:#168cbe; color:#fff; float:left; position:relative; }
				#select_submenu		{ display: block; width: 100%; padding: 8px; margin-bottom: 10px; margin-top:25px; background:#168cbe; color:#fff;}
				.titlebar
				{
					
					margin-top:0px; padding:20px 0px; 
				}
				.innerpage
				{
				margin-top:0;
				}
				.commun tr td:first-child {width:78%;text-align:left; padding:10px;}
				
				#ipadsocial
				{
				float:left; position:relative; display:block; margin-top:7px; margin-left:10px;
				}
				#ipadsocial li
				{
				float:left; position:relative; margin:0px 3px;
				}
        
    }


/*  #Mobile (Portrait)
================================================== */

    /* Note: Design for a width of 320px */

    @media only screen and (max-width: 767px)
	{
	
				#wrapper, #wrapper.full_wrapper
									{ width: 100%; margin: 0px auto; border-radius: 0px; padding:0; }
				#footer 			{ width: 100%; }
				.footer_inside, #wrapper.full_wrapper .footer_inside 
									{ margin: 0px auto 10px; width: 300px; }
				.footer_btm 		{ border-radius: 0; }
				.footer_btm_inner, #wrapper.full_wrapper .footer_btm_inner
									{ width: 300px; margin: 0px auto; }
						
				.header_left 		{ text-align: center;}
				.header_left img 	{ margin: 0px 0 0 0px; max-width: 100%; height: auto;}
				
				.header_right 		{ text-align: right;}
				#menu 				{ display: none; }
				#quick_links 		{ display: none; }
				
				#select_menu		{ display: block; width: 100%; padding: 8px; margin-bottom: 10px;}
				#select_submenu		{ display: block; width: 100%; padding: 8px; margin-bottom: 10px; }
				
				.header_contacts 	{ text-align: right; margin: 0px; height: auto; background:#222222 }
				.header_phone		{ float: none; display: inline; margin: 4px 14px 5px 0; }
				.header_mail 		{ float: none; display: inline; margin-top: 4px;}
		
				.header_search		{ float: left; }
				#s					{ right: auto;}   	
				#s:focus, #s:hover	{ width: 150px; }
				.button_search		{ right: 26px; }
		
				.columns.title,
					.column.title	{ margin: 20px 0 22px; }
				.margined_left 		{ margin-left: 0; }
				#footer h3			{ margin-top: 30px; }
				#footer .columns ul { margin-left: 0; }
				#powered			{ display: none; }
				
				/* Page Specific */
				
				.related_posts_section 	{ margin: 0; }
				textarea.plawza_input		{ width: 100%; }
				.page_heading h1		{ font-size: 20px;}
				.section_big_title		{ margin: 10px 0 24px !important;}
				
				.section_featured_services .jcarousel-next-horizontal, .carousel_section .jcarousel-next-horizontal { right: 0px !important; }
				.section_featured_services .jcarousel-prev-horizontal, .carousel_section .jcarousel-prev-horizontal { right: 20px !important; }
				.section_featured_services .carousel_arrows_bgr, .carousel_section .carousel_arrows_bgr { width: 44px !important; }
				
				.htabs a 				{ padding: 6px 7px 5px 7px; font-size: 12px; margin-right: 2px; }
				.portfolio_description	{ padding-left: 0; }
				.services_description	{ padding-left: 0; margin-top: 20px !important; }
				
				/* Sequence slider */
				.prev, .next { top: 40%; height: 30px; width: 30px;}	
				.prev 	{ left: 0px; }
				.next 	{ right: 0px; }
				.next > span, .prev > span { margin: 4px; } 
				
				
				
				.bluewrap
				{
				margin-top:-20px;
				}     	
				.res
				{
				width:100%; position:relative; z-index:99999;
				}  
								#slider_holder {
					height: 100%;
					position: relative; margin-top:0;
				}
				#sequence 			{ height: 155px;}
				#slider_holder h2.tag
{
width:100%;text-align:center; color:#cb4f1f;
font:19pt/24pt 'Open Sans',Arial, Helvetica, sans-serif;margin-bottom:0px; font-weight:bold; letter-spacing:-1px;
}

				#sequence img
				{
				display:none;
				}
	
				.info {
					color: black;		width: 320px; margin-left:-150px;
					z-index: 10;	vertical-align: middle;    opacity: 0;    filter: alpha(opacity=0);
					display: none;	margin-top:40px;
				}
				.info  h2{
					
				/*	text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/	
					margin-bottom:10px; font-weight:bold; letter-spacing:-1px; color:#036296;
					letter-spacing: -1px;		display: inline-block;	margin: 0 0 6px 0;font:8pt/16pt 'Open Sans',Arial, Helvetica, sans-serif;
				}
				.info h1{
					font:12pt/20pt 'Open Sans',Arial, Helvetica, sans-serif; color:#c75016; font-weight:bold;
						margin-bottom:0px;
				}
				.info p{display:none;}
				.info a.link { font-size: 10px;line-height: 15px;margin: 0px;}
			
				.info a, .info a.features
				{
				padding:5px 10px;
				}
				.bluewrap_section ul li p
				{
				border-bottom:#fff 1px solid; padding-bottom:20px;
				}
				.innerpage, .breadcrumbs,.titlebar
				{
					
					margin-top:0px;  
				}
				#select_menu{width:90%; margin:0 auto; margin-bottom:10px;}
				
				.login_box {width:90%;}
				
				
				
				#plform .eight
				{
				width:99%;
				}
				#plform > .eight + .eight  {
				border-left:none; padding-left:0px; width:99%;
					}
					#plform label.practicelabel
					{
					width:100%;
					}
					.termsdiv
					{
					width:85%;
					
					}
					.lborder  {
			-webkit-box-shadow:none;
			-moz-box-shadow: none;
			box-shadow: none;
				}
			.practicelabel
			{
			width:100%; 
			}
			#breadcrumbs-dashboard{width:100%; }
			#page-heading{width:100%; float:left;}
			
			.social_mobile{ display:block;}
			.header #topmenu {
			margin-top:0px; float:left; text-align:left; position:static; 
			width:80%; display:none;
			}
			
			.header #topmenu .social, .header #topmenu .contact_support{float:left;}
			
			
			.sociallinks img
			{
			float:left;
			}
			.footerlinks
			{
			float:left; position:relative; text-align:left; margin-top:40px;
			}
    }



/* #Mobile (Landscape)
================================================== */

    /* Note: Design for a width of 480px */

    @media only screen and (min-width: 480px) and (max-width: 767px) 
	
	{
	
			.res
			{
			width:100%; position:relative; z-index:99999;
			}
			
			.footer_inside, #wrapper.full_wrapper .footer_inside
								{ margin: 0px auto 20px; width: 420px; padding:0;  }
			.footer_btm_inner, #wrapper.full_wrapper .footer_btm_inner
								{ margin: 0px auto; width: 420px; }
			#powered			{ display: block; }
			
			/* Page Specific */
			.htabs a 			{ padding: 6px 10px 5px 10px; font-size: 13px; }
			
			/* Sequence slider */
			.prev, .next { top: 40%; height: 30px; width: 30px; }
			.prev 	{ left: 0px; }
			.next 	{ right: 0px; }
			.next > span, .prev > span { margin: 4px; } 
			
			#slider_holder {
				height: 100%;
				position: relative; margin-top:0; 
			}	
	
			#slider_holder {
					height: 100%;
					position: relative; margin-top:0;
				}
				#sequence 			{ height: 125px;}
				#sequence img
				{
				display:none;
				}
	
				.info {
					color: black;		width: 320px; margin-left:-150px;
					z-index: 10;	vertical-align: middle;    opacity: 0;    filter: alpha(opacity=0);
					display: none;	margin-top:10px;
				}
			.info.animate-in { top: 25%; }
			.info h2 { padding: 0px 5px;font-size: 12px;line-height: 28px;margin: 0 0 2px 0;}
			.info h3 { padding: 4px 6px;font-size: 14px;line-height: 15px;	margin: 0 0 6px 0;}
			.info p { display: block; font-size: 7px;line-height: 15px;margin: 0 0 6px;width: 60%; display:none;}
			
			.info a.link { font-size: 11px;line-height: 25px;margin: 0px;}
			
			.info a, .info a.features
			{
			padding:5px 10px; font-size: 11px;
			}
	
	
			.info  h2{
				
			/*	text-shadow: 0 1px 0 rgba(0,0,0,0.2);*/	
				margin-bottom:0px; font-weight:bold; color:#036296; 	letter-spacing: -1px;		display: inline-block;	margin: 0 0 6px 0;font:7pt/12pt 'Open Sans',Arial, Helvetica, sans-serif;
				width:100%; 
			}
			.info h1{
				font:14pt/20pt 'Open Sans',Arial, Helvetica, sans-serif; color:#c75016; font-weight:bold;
					margin-bottom:0px; width:100%;
			}
			.bluewrap
			{
			margin-top:-20px;
			}
			.bluewrap_section ul li p
			{
			border-bottom:#fff 1px solid; padding-bottom:20px;
			}
			
			#extra-footer .footerlinks a
			{
			margin-right:14px; display:block; float:left;
			}
			
			.freetrial
			{
			width:100%; font-size: 16pt!important; letter-spacing:0px;
			}
			.freetrial span.small
			{
			font-size: 11pt!important; 

			}		
				#plform .eight
				{
				width:100%; 
				}
				#plform > .eight + .eight  {
					border-left:none; padding-left:0px; width:100%;
						}
						#plform label.practicelabel
						{
						width:100%;
						}
						
		.commun tr td:first-child {width:86%;text-align:left; padding:10px;}


		
    }
	
	
	
	
/*Added 26-09-13   */
.row-fluid .center{text-align:center;}
.row-fluid .leftsp{margin-left:10px;}
.row-fluid .errormsg{color:#FF0000; font-size:9px;clear:left; }

.sel-bill{height:25px; width:90%;}
.required{color:#FF0000;}

#google_map
{
width:275px; height:200px; overflow:hidden;
background:#363636;
-webkit-box-shadow: 0 8px 6px -6px black;
	   -moz-box-shadow: 0 8px 6px -6px black;
	        box-shadow: 0 8px 6px -6px black;
			border:#6c6c6c 3px solid;
}