
.table thead{
	background: linear-gradient(to bottom, #DAECF8 0%, #C9DCE8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
	background: -moz-linear-gradient(to bottom, #DAECF8 0%, #C9DCE8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background: -webkit-linear-gradient(to bottom, #DAECF8 0%, #C9DCE8 100%) repeat scroll 0 0 rgba(0, 0, 0, 0);
		background:  #DAECF8;
		
    border-color: #9EC5DC;
    color: #23485A;
	font-weight:bold;
	font-size:14px;
}
</style> 


 

.table th, .table td {
	padding:5px !important;
	line-height:25px !important;
	text-align:left;
	vertical-align:middle;
	border-top:1px solid #ddd
}

.textarea, input[type="text"], input[type="password"], input[type="datetime"], input[type="datetime-local"], input[type="date"], input[type="month"], input[type="time"], input[type="week"], input[type="number"], input[type="email"], input[type="url"], input[type="search"], input[type="tel"], input[type="color"], .uneditable-input{
	color:#000;
}
.textarea:focus, input[type="text"]:focus, input[type="password"]:focus, input[type="datetime"]:focus, input[type="datetime-local"]:focus, input[type="date"]:focus, input[type="month"]:focus, input[type="time"]:focus, input[type="week"]:focus, input[type="number"]:focus, input[type="email"]:focus, input[type="url"]:focus, input[type="search"]:focus, input[type="tel"]:focus, input[type="color"]:focus{
color:#000;
}	

.btn-mini, .dropdown-menu .btn-mini {
    border-radius: 3px;
    font-size: 12px;
    padding: 0 8px;
}






.wrapper {
  background: #fff;
}

.boxed-layout {
  padding: 0;
  box-shadow: 0 0 5px #ccc;
  margin-left: auto !important;
  margin-right: auto !important;
  background: url(../img/patterns/15.png) repeat;
}

/*Parallax Backgrounds
------------------------------------*/
.parallax-bg {
	background: url(../img/blur/img1.jpg) 50% 0 repeat fixed;		
}

/*Parallax Counter Block*/
.parallax-counter {
	padding: 60px 0;
	background: url(../img/bg/9.jpg) 50% 0 no-repeat fixed;	
}

.parallax-counter h4 {
	color: #fff;
	font-size: 18px;
}

.parallax-counter .counters {
	color: #fff;
	padding: 20px 0;
	font-weight: 200;
	background: rgba(0,0,0,0.6);
}

/*Parallax Team*/
.parallax-team {
	background: url(../img/team/faces.jpg) 50% 0 repeat fixed;	
}

.parallax-team,
.parallax-team .title-box-v2 {
	position: relative;
}

.parallax-team:before {
	top: 0;
	left: 0;
	width: 100%;
	height: 100%; 
	content: " ";
	position: absolute;
	background: rgba(255,255,255,0.9);
}

/*Top Bar (login, search etc.)
------------------------------------*/
.maintenance_block
{
	font-family: Arial,Helvetica,sans-serif,"Trebuchet ;
}

.maintenance_block h1
{
	color: red;
	font-size: 2.2em;
}
.maintenance_block p
{
	font-size: 16px;
	line-height: 22px;
}
.maintenance_block .txt_center
{
	text-align: center;
	font-size: 22px;
	margin-top: 20px;
}
.maintenance_block ul
{
	list-style-type: none;
	padding-left: 10px;
}
.maintenance_block ul li
{
	font-size: 16px;
	line-height: 22px;
}
.maintenance_block ul li:nth-child(2),.maintenance_block ul li:nth-child(3),.maintenance_block ul li:nth-child(5)
{
	padding-left: 20px;
}
.topbar {
	z-index: 12;
	padding: 8px 0;
	position: relative;
}

.topbar ul.loginbar {
	margin: 0;
	padding-left: 0px;
}

.topbar ul.loginbar > li {
	display: inline;
	list-style: none;
	position: relative;
	/* padding-bottom: 15px; */
	color: #fff;
	display: inline-block;
}

.topbar ul.loginbar > li > a, 
.topbar ul.loginbar > li > a:hover {
	color: #fff;
	font-size: 11px;
	text-transform: uppercase;
}

.topbar ul.loginbar li i.fa { 
	color: #bbb;
}

.topbar ul.loginbar li.topbar-devider { 
	top: -1px;
	padding: 0;
	font-size: 8px;
	position: relative;
	margin: 0 9px 0 5px;
	font-family: Tahoma;
	border-right: solid 1px #FFF700;
}

/*Lenguages*/
.topbar ul.lenguages {
	top: 25px;
	left: -75px;
	display: none;
	padding: 5px 0;
	padding-left: 0; 
	list-style: none;
	min-width: 115px;
	position: absolute;
	border: 2px solid #0089e1;
     color: #fff;
	
	background: rgb(0,146,228); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,146,228,1) 0%, rgba(66,183,240,1) 14%, rgba(66,183,240,1) 31%, rgba(0,146,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,146,228,1)), color-stop(14%,rgba(66,183,240,1)), color-stop(31%,rgba(66,183,240,1)), color-stop(100%,rgba(0,146,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092e4', endColorstr='#0092e4',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	text-align:center;
}
.topbar ul.lenguages:hover {
	top: 25px;
	left: -75px;
	display: none;
	padding: 5px 0;
	padding-left: 0; 
	list-style: none;
	min-width: 115px;
	position: absolute;
	border: 2px solid #0089e1;
    color: #fff;
	
	background: rgb(0,146,228); /* Old browsers */
background: -moz-linear-gradient(top,  rgba(0,146,228,1) 0%, rgba(66,183,240,1) 14%, rgba(66,183,240,1) 31%, rgba(0,146,228,1) 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,146,228,1)), color-stop(14%,rgba(66,183,240,1)), color-stop(31%,rgba(66,183,240,1)), color-stop(100%,rgba(0,146,228,1))); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(top,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* IE10+ */
background: linear-gradient(to bottom,  rgba(0,146,228,1) 0%,rgba(66,183,240,1) 14%,rgba(66,183,240,1) 31%,rgba(0,146,228,1) 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#0092e4', endColorstr='#0092e4',GradientType=0 ); /* IE6-9 */

    -webkit-border-radius: .5em;
    -moz-border-radius: .5em;
    border-radius: .5em;
    -webkit-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    -moz-box-shadow: 0px 0px 3px rgba(0,0,0,.5);
    box-shadow: 0px 0px 3px rgba(0,0,0,.5);
	text-align:center;
}

.topbar li:hover ul.lenguages {
	display: block;
	min-width: 115px;
}

.topbar ul.lenguages:after {
	top: -8px;
	width: 0; 
	height: 0;
	right: 5px;
	content: " "; 
	display: block; 
	position: absolute;
	border-bottom: 6px solid #0089e1;	
	border-left: 6px solid transparent;
	border-right: 6px solid transparent;
	border-left-style: inset; 
	border-right-style: inset; 
}

.topbar ul.lenguages li a {
	color: #555;
	display: block;
	font-size: 10px;
	padding: 2px 12px;
	margin-bottom: 1px;
	text-transform: uppercase; 
}

.topbar ul.lenguages li.active a i {
	color: #999;
	float: right;
	margin-top: 2px;
}

.topbar ul.lenguages li a:hover, 
.topbar ul.lenguages li.active a {
	background: #fafafa;
	color: #0f9adb;
	font-weight:normal;
	text-decoration:none;
}

.topbar ul.lenguages li a:hover {
background: #fafafa;
	color: #0f9adb;
	font-weight:normal;
	text-decoration:none;
	
}

/*Top Bar v1 (login, search etc.)
------------------------------------*/
.topbar-v1 {
	background: #fdfdfd;
	border-bottom: solid 1px #f0f0f0;
}

/*Top Contacts*/
.topbar-v1 ul {
	margin: 0;
}

.topbar-v1 .top-v1-contacts li {
	color: #666;
	padding: 5px 0;
	font-size: 12px;
	margin-right: 15px;
	display: inline-block;
}

.topbar-v1 .top-v1-contacts i {
	color: #999;
	font-size: 13px;
	margin-right: 3px;
}

/*Top Data*/
.topbar-v1 .top-v1-data {
	text-align: right;
}

.topbar-v1 .top-v1-data li {
	padding: 5px 11px;
	display: inline-block;	
	border-right: solid 1px #eee;
}

.topbar-v1 .top-v1-data li:first-child {
	border-left: solid 1px #eee;
}

.topbar-v1 .top-v1-data li a {
	font-size: 12px; 
}

.topbar-v1 .top-v1-data li a:hover {
	text-decoration: none;
}

.topbar-v1 .top-v1-data li i {
	color: #777;
	font-size: 13px; 
}

.topbar-v1 .top-v1-data li a:hover i {
	color: #72c02c;
}

/*Responsive Topbar v1*/
@media only screen and (max-width: 992px) {
	.topbar-v1 ul {
		text-align: center !important;
	}

	.topbar-v1 .top-v1-contacts {
		margin: 10px 0;
	}

	.topbar-v1 .top-v1-data li {
		top: 1px;
		padding: 6px 16px;
		margin-left: -5px;
		position: relative;
		border: solid 1px #eee;
	}		
}

.topbar_links a{
color: #fff !important;
text-decoration: none;
border-bottom: 1px solid #fff;
	font-weight:bold;
}
.topbar_links a:hover{
	color:#fff !important;
	text-decoration: none;
border-bottom: 1px solid white;
font-weight:bold;
}

.topbar_links_download a{
color:#FF9 !important;
text-decoration: none;
border-bottom: 1px solid #FF9;
font-weight:bold;
}
.topbar_links_download a:hover{
	color:#fff !important;
	text-decoration: none;
border-bottom: 1px solid white;
font-weight:bold;
}


/*Header Default
------------------------------------*/
.header {
	z-index: 99;
	position: relative;
	border-bottom: solid 1px #eee;
	width:100%;
	margin-left: auto;
    margin-right: auto;
}
.footer {
	width:100%;
	margin-left: auto;
    margin-right: auto;
}

.header .navbar {
	margin: 0;
	min-height: inherit;
}

.header .navbar-default {
	border: none;
	background: none;
}

.header .navbar-collapse {
	position: relative;
	/*max-height: inherit;*/
}

/*Brand*/
.header .navbar-brand { 
	z-index: 1;
	top: 5px;
	position: relative;
	padding: 0 10px 10px;
}

/*@media only screen and (max-width: 992px) {
	.header .navbar-brand { 
		top: 0;
		height: 80px;
		width:100%;
	}
	
	.wrapper {
	width:767px !important;
}
	.header {
	width:767px !important;
}

.footer {
width:767px !important;
}	
}


@media only screen and (min-width: 992px) {
	.header .navbar-nav {
		float: none;
		width:100%;
	}	
	.wrapper {
	width:100%;
}
	.header {
	width:100%;
}
.footer {
width:100%;
}
}
@media only screen and (min-width:768px) and (max-width:979px) {
	.header .navbar-nav {
		float: none;
		width:1000px;
		width:100%;
	}	
	.wrapper {
	width:1000px;
}
	.header {
	width:1000px;
}
.footer {
width:1000px;
}
}*/

.header .navbar-default .navbar-nav > li > a {
	color: #fff;
	font-size: 14px;
	font-weight:400;
	text-transform:none;
	 /*font-weight: bold !important; */
	 /* background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box; */
	/* text-shadow: 1px 1px 0 #fff; */
}

.header .navbar-default .navbar-nav > li > a:hover {
	color: #fff;
	font-size: 14px;
	font-weight:400;
	text-transform:none;
	border:none;
	 /*font-weight: bold !important; */
	 /* background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box; */
	/* text-shadow: 1px 1px 0 #fff; */
}

.header .navbar-default .navbar-nav > .active > a {
	color: #fff !important;
}

/*Dropdown*/
.header .navbar-right .dropdown-menu {
	right: inherit;
}
.navbar-default .navbar-nav > li > a {
    color: #fff;
	/* background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box; */
}
.navbar-default .navbar-nav > li > a:hover {
    border:none;
}


/*Navbar Toggle*/
.navbar-toggle,
.navbar-default .navbar-toggle:hover, 
.navbar-default .navbar-toggle:focus {
	color: #fff;
	/* background: #1183BB;
	background: linear-gradient(to bottom, #0092E4 0%, #42B7F0 14%, #42B7F0 31%, #0092E4 100%) repeat scroll 0 0 rgba(0, 0, 0, 0); */
    border-left-style: solid;
    border-left-width: 1px;
    border-right-style: solid;
    border-right-width: 1px;
	border-left-color:#72C8EB;
	border-right-color:#1183BB;
	padding: 20px 20px 2px;
}

.navbar-default .navbar-toggle {
	/* border-color: #5fb611; */
}

.navbar-default .navbar-toggle:hover {
	/* background: #5fb611; */
}

.navbar-default .navbar-toggle .fa {
	color: #fff;
	font-size: 19px;
}


/*Responsive Navbar*/
@media only screen and (max-width: 767px) {
	.header .navbar-default .navbar-nav > li > a {
		font-size: 14px;
		padding: 9px 8.5px;
	}

	.header .navbar-default .navbar-nav > li a {
		/*margin-bottom: 1px;*/
		color:#fff;
		border-bottom: solid 1px #005F90;
		border-top: solid 1px #005F90;
		background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box;
	}

	.header .navbar-default .navbar-nav > li > a:focus {
		/* background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box; */
		color:#fff;
		 background: url("../images/selected.png") repeat-x; 
	}

	.header .navbar-default .navbar-nav > li > a:hover {
		color: #fff;
		 background: url("../images/selected.png") repeat-x; 
	}

	.header .navbar-default .navbar-nav > .active > a,
	.header .navbar-default .navbar-nav > .active > a:hover,
	.header .navbar-default .navbar-nav > .active > a:focus {
		color: #005F90;
		/* background: #72c02c; */
		/*border-bottom: solid 2px #72c02c;*/
	}

	.header .dropdown-submenu li a { 
		font-size: 12px;
	}	
}

@media only screen and (min-width: 767px) {
	/*Navbar Collapse*/
	.header .navbar-collapse {
		padding: 0;
	}

	/*Navbar*/
	.header .navbar-nav {
		top: 0px;
		position: relative;
	}

	.header .navbar-default .navbar-nav > li > a {
		padding: 9px 8.5px 9px 8.5px;
		margin-left:3px;		
	}

	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:focus {	
		/* border-bottom: solid 2px transparent; */
	}

	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > .active > a {
		/* border-bottom: 2px solid #006598; */
		
	}
	
	.header .navbar-default .navbar-nav > li > a,
	.header .navbar-default .navbar-nav > li > a:hover,
	.header .navbar-default .navbar-nav > li > a:focus,	
	.header .navbar-default .navbar-nav > .active > a, 
	.header .navbar-default .navbar-nav > .active > a:hover, 
	.header .navbar-default .navbar-nav > .active > a:focus {
		background: none;
	}
	

	.header .navbar-default .navbar-nav > .open > a,
	.header .navbar-default .navbar-nav > .open > a:hover,
	.header .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
	}

	/*Dropdown Menu*/
	.header .dropdown-menu { 
		padding: 0;
		border: none;
		min-width: 200px;
		border-radius: 0; 
		z-index: 9999 !important;
		margin-top: -2px !important; 
		border-top: 2px solid #006598; 
		border-bottom: solid 2px #687074; 
		background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box;
	}

	.header .dropdown-menu li a { 
		color: #fff; 
		font-size: 13px; 
		font-weight: 400; 
		padding: 6px 15px; 
		/* border-bottom:1px solid #e7e7e7;
		background: #007DBA; */
		background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box;
		/*  border:1px solid #0093c6; */
	}

	.header .dropdown-menu .active > a,
	.header .dropdown-menu li > a:hover {
	color:#fff;
 background: url("../images/selected.png") repeat-x; 
/* border-radius:10px; */
	 /* border:1px solid #0093c6;  */
	}

	.header .dropdown-menu li > a:focus {
		color:#fff;
background:url(../images/Menu_BG_image.png) no-repeat; background-position:center; background-origin: content-box;
/* border-radius:10px; */
	/* border:1px solid #0093c6; */
	}

	.header .navbar-nav > li.dropdown:hover > .dropdown-menu {
		display: block;
	}	
}

/*Search Box*/
.header .navbar .nav > li > .search {
	color: #aaa;
	cursor: pointer;
	min-width: 35px;
	font-size: 15px;
	text-align: center;
	background: #f7f7f7;
	padding: 11px 0 12px;
	display: inline-block;
	border-bottom: solid 2px #aaa;
}

.header .navbar .nav > li > .search:hover {
	color: #72c02c;
	background: #f7f7f7;
	border-bottom-color: #72c02c;
}

.header .navbar .search-open {
	right: 0; 
	top: 38px; 
	display: none;
	padding: 14px; 
	position: absolute;
	background: #fcfcfc; 
	border-top: solid 2px #eee;
	box-shadow: 0 1px 3px #ddd; 
}

.header .navbar .search-open form {
	margin: 0;	
}

@media only screen and (min-width: 767px) {
	.header .navbar .search-open {
		width: 330px;
	}

	.header .open > .dropdown-menu,
	.header-v1 .open > .dropdown-menu {
		display: none;
	}
}

@media only screen and (max-width: 767px) {
	.header .navbar .nav > li > .search {
		color: #999;
		width: 35px;
		height: 34px;
		line-height: 12px;
		text-align: left;
		text-align: center;
		margin: 5px 10px 0;
		background: #eee;
		border-bottom: none;
	}

	.header .navbar .nav > li > .search:hover {
		background: #5fb611;
		color: #fff !important;
	}

	.header .navbar .search-open {
		top: 5px;
		padding: 0;
		left: 48px;
		border-top: none;
		box-shadow: none;
		background: none; 
		margin-right: 10px;
	}
}

/*Header v1
------------------------------------*/
.header-v1 {
	border-bottom: none; 
}

/*Brand*/
.header-v1 .navbar-brand {
	top: 2px;
	padding: 0 10px 10px;
}

/*Search Box*/
.header-v1 .navbar .search-open {
	background: #f8f8f8; 
}

@media only screen and (max-width: 767px) {
	.header-v1 .navbar .search-open {
		bottom: -6px; 
	}	
}

.header-v1 .navbar .nav > li > .search {
	padding: 11px;
	border: none;
	min-width: 37px;
}

.header-v1 .navbar .nav > li > .search:hover {
	background: #72c02c;
	color: #fff !important;
}

/*Toggle*/
.header-v1 .navbar-toggle {
	margin-top: 3px;
}

/*Responsive Header v1*/
@media only screen and (min-width: 767px) and (max-width: 992px) {
	/*Brand*/
	.header-v1 .navbar-brand {
		margin-bottom: 15px;
	}
}

@media only screen and (min-width: 767px) {
	/*Navbar*/
	.header-v1 .navbar-default .navbar-nav > li {
		margin-left: 1px;
	}

	.header-v1 .navbar-default .navbar-nav > li > a {
		padding: 9px 30px 6px 20px;		
	}

	.header-v1 .navbar-default .navbar-nav > .active > a,
	.header-v1 .navbar-default .navbar-nav > li > a:hover,
	.header-v1 .navbar-default .navbar-nav > li > a:focus {
		color: #fff !important;
		background: #72c02c !important;
	}

	.header-v1 .navbar-default .navbar-nav > .open > a,
	.header-v1 .navbar-default .navbar-nav > .open > a:hover,
	.header-v1 .navbar-default .navbar-nav > .open > a:focus {
		color: #fff;
		background: #72c02c;		
	}

	/*Dropdown Menu*/
	.header-v1 .dropdown-menu { 
		background: #fafafa;
	}
}

/*Header Fixed
------------------------------------*/
/*Header*/
.header-fixed .header {
	height: 78px;
}

.header-fixed .header.header-fixed-shrink {
	top: 0;
	left: 0;
	width: 100%;
	height: 95px;
	z-index: 9999;
	position: fixed;
	margin-top: -35px;
	background: rgba(255,255,255, 0.9);
	border-bottom-color: #f5f5f5;
	-webkit-transition: height 0.6s;
	-moz-transition: height 0.6s;
	transition: height 0.6s;
}

/*Brand*/
.header-fixed .header.header-fixed-shrink .navbar-brand { 
	top: 10px;
	z-index: 1;
	position: relative;
	padding: 0 10px 10px;
}

.header-fixed .header.header-fixed-shrink .navbar-brand img {
	width: 90%;
}

.header-fixed .header.header-fixed-shrink .search,
.header-fixed .header.header-fixed-shrink .active a {
	border-bottom: none !important;
}

.header-fixed .header.header-fixed-shrink .dropdown > a:after {
	top: 19px;
}

/*Toggle*/
.header-fixed .navbar-toggle {
	margin-top: 5px;
}

/*Search Bar*/
.header-fixed .header.header-fixed-shrink .search {
	margin-top: 12px;
	padding: 8px !important;
	color: #585f69 !important;
	background: none !important;
}

.header-fixed .header.header-fixed-shrink .search-open {
	border-top: none;
	background: rgba(255,255,255, 0.9);	
}

/*Responsive Fixed Header*/
@media only screen and (max-width: 992px) {
	/*Header*/
	.header-fixed .header {
		height: 118px;
	}

	.header-fixed .header.header-fixed-shrink {
		height: 135px;
	}
}

@media only screen and (max-width: 767px) {
	/*Header*/
	.header-fixed .header,
	.header-fixed .header.header-fixed-shrink {
		height: 88px;
	}

	/*Navbar*/
	.header-fixed .header .navbar-nav {
		background: #fff;
		padding: 6px 0;
		margin-top: 0px;
		border: solid 1px #eee;
	}
	
	.header-fixed .header .navbar-default .navbar-collapse, 
	.header-fixed .header .navbar-default .navbar-form {
		border: none;
	}

	/*Toggle*/
	.header-fixed .navbar-toggle {
		margin-top: 9px;
	}

	/*Search*/
	.header-fixed .header.header-fixed-shrink .navbar .nav > li > .search {
		top: 5px;
		position: relative;
	}	
}

@media only screen and (min-width: 767px) {
	/*Navbar*/
	.header-fixed .header.header-fixed-shrink .navbar-nav > li > a {
		padding: 19px 30px 18px 20px;
		border-bottom: solid 1px transparent !important;
	}

	/*Search Bar*/
	.header-fixed .header.header-fixed-shrink .search-open {
		top: 56px;
	}	
}

/*Dropdown Submenu for BS3
------------------------------------*/
.dropdown-submenu { 
   position: relative; 
}

.dropdown > a:after,
.dropdown-submenu > a:after {
    top: 8px;
    right: 9px;
    font-size: 11px;
    content: "\f105";
    position: absolute;
    font-weight: normal;
    display: none;
    font-family: FontAwesome;
}

@media only screen and (max-width: 767px) {
  .dropdown-submenu > a:after {
      content: " ";
  }
}

.dropdown > a:after {
    top: 9px;
    right: 10px;
    content: "\f107";
}

.dropdown-submenu > .dropdown-menu { 
   top: 0; 
   left: 100%; 
   margin-top: -5px; 
   margin-left: 0px; 
}

.dropdown-submenu:hover > .dropdown-menu {  
   display: block;
}

@media only screen and (max-width: 767px) {
  .dropdown-submenu > .dropdown-menu {  
     display: block;
     margin-left: 15px;
  }
}

.dropdown-submenu.pull-left {
   float: none;
}

.dropdown-submenu.pull-left > .dropdown-menu {
   left: -100%;
   margin-left: 10px;
}

.dropdown-menu li [class^="fa-"],
.dropdown-menu li [class*=" fa-"] {
  left: -3px;
  width: 1.25em;
  margin-right: 1px;
  position: relative;
  text-align: center;
  display: inline-block;
}
.dropdown-menu li [class^="fa-"].fa-lg,
.dropdown-menu li [class*=" fa-"].fa-lg {
  /* increased font size for fa-lg */
  width: 1.5625em;
}

/*Menu Icons*/
.menu-icon {
   margin-right: 10px;
   font-weight: 200;
}

/*Dropdown Show*/
.dropdown-show {
  position: relative;
  display: inline-block;
  box-shadow: 0 0 4px #eee;
}

/*Main Styles
------------------------------------*/

.small_heading{
		color: #005f90;
		font-weight:bold;
}
/*Purchase Block*/
.purchase {
	padding: 5px 0 20px;
	border-bottom: solid 1px #eee;
	background: url(../images/Menu_BG.png) no-repeat;
	background-position:top center;
	margin-top:-9px;
}
.purchase p {
	margin-bottom: 0;
	line-height: 1.5em;
}
/*.purchase span {
	color: #199DDE;
	font-size: 15px;
	line-height: 25px;
	font-weight: bold;
	margin-bottom: 12px;
	font-family: Arial, Helvetica, sans-serif; 	

}
*/
.purchase .btn-buy {
	text-align: center;
}

.purchase .btn-buy a {
	margin-top: 27px;
}

.purchase .btn-buy a i {
	margin-right: 5px;
}

@media only screen and (max-width: 992px) {
	.purchase {
		text-align: center;
	}

	.purchase span {
	/*	font-size: 22px;*/
		line-height: 29px;
	}

	.purchase .btn-buy a {
		margin-top: 25px;
		font-size: 16px;
	}
}

/*Service*/
.service {
	overflow: hidden; 
	margin-bottom: 10px;
	padding: 15px 15px 10px;
}
.service:hover {
	background: #fcfcfc;
	box-shadow: 0 0 5px #ddd;
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}
.service:hover i {
	color: #656565;
}

.service .desc {
	padding: 0 15px; 
	overflow: hidden;
}
.service .desc h4 {
	font-size: 22px;
	line-height: 25px;
}

.service .service-icon {
	float: left;
	padding: 10px;
	color: #72c02c;
	font-size: 35px;  
	text-align: center;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service .service-icon.icon-cogs {
	font-size: 37px;
}
.service .service-icon.icon-plane {
	font-size: 43px;
}

/* Recent Work  */
.recent-work a {
	text-align: center;
	background: #fcfcfc;
	display: inline-block;
}

.recent-work a:hover {
	text-decoration: none;
}

.recent-work a:hover strong {
	color: #555;
}

.recent-work em.overflow-hidden {
	display: block;
}

.recent-work a span {
	display: block;
	padding: 10px;
	border-bottom: solid 2px #eee;
}

.recent-work a strong {
	color: #555;
	display: block;
}

.recent-work a i {
	color: #777;
}

.recent-work a img {
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}

.recent-work a:hover img {
	opacity: 0.8;
   -webkit-transform: scale(1.2) rotate(3deg);
   -moz-transform: scale(1.2) rotate(3deg);
   -o-transform: scale(1.0) rotate(3deg);
   -ms-transform: scale(1.2) rotate(3deg);
   transform: scale(1.2) rotate(3deg);
}

.recent-work a:hover span {
	border-bottom: solid 2px #72c02c;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.3s ease-in-out;
}

/* Work */
.work {
	margin-top: 6px;
}
.work .details {
	padding: 10px;
}
.work .caption {
	display: block;
	padding-top: 5px;
	color: #585f69 !important;
	font-size: 18px !important;
}
.work .caption:hover {
	cursor: pointer;
	color: #444 !important;
	text-decoration: underline;
}

/*Footer*/
.footer {
	color: #b9b9b9;
	background: #585f69;
	/*background:#96befe;
 background-image:  url(""),  linear-gradient(to bottom, #96befe, #779edc);*/
	padding: 20px 0 30px;
}

.footer.margin-top-0 {
	margin-top: 0;
}

.footer p,
.footer a {
	font-size: 12px;
} 
.footer p {
	color: #b9b9b9;
} 

.footer a {
	color: #b9b9b9;
}
.footer a:hover {
	color: #fff;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.footer h2, 
.footer h3,
.footer h4 {
	background: none;
	text-shadow: none;
}

/*Footer Subsribe*/
.footer .footer-subsribe {
	width: 85%;
}

/*Footer Blog Posts*/
.footer .blog-list {
	margin: 0;
	padding: 0;
	color: #dadada;
	list-style: none;
}

.footer .blog-list li {
	padding: 0 0;
	margin-bottom: 7px; 
}
.footer .blog-list li span {
	color: #818488;
}

.footer .dl-horizontal,
.footer .dl-horizontal:hover {
	border: none !important;
	background: none !important;
}
.footer .posts .dl-horizontal a {
	color: #dadada;
}
.footer .dl-horizontal a:hover {
	color: #a8f85f !important;
}
.footer .dl-horizontal img {
	border-color: #888 !important;
}

/*Copyright*/
.copyright {
	font-size: 12px;
	padding: 8px 0 9px;
	background: #3e4753;
	border-top: solid 1px #777;	
}

.copyright p {
	color: #dadada;
	margin-top: 12px;
}

.copyright a {
	margin: 0 5px;
	color: #72c02c;
}
.copyright a:hover {
	color: #a8f85f;
}

.copyright a img {
	margin-top: 5px;
}

/*Breadcrumbs
------------------------------------*/ 
/*Default Breadcrumbs*/
.breadcrumbs {
	overflow: hidden;
	padding: 10px 0 6px;
	border-bottom: solid 1px #eee;
	background: url(../img/breadcrumbs.png) repeat;
}
.breadcrumbs h1 {
	color: #666;
	font-size: 22px;
	margin-top: 8px;
}

.breadcrumb { 
	top: 10px;
	padding-right: 0;
	background: none;
	position: relative;
}
.breadcrumb a {
	color: #777;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
	color: #72c02c;
	text-decoration: none;
}

@media only screen and (max-width: 550px) {
	.breadcrumbs h1.pull-left,
	.breadcrumbs ul.pull-right {
		width: 100%;
		text-align: center;
	}

	.breadcrumbs h1.pull-left {
		margin-bottom: 0;
	}

	.breadcrumbs .breadcrumb {
		top: 0;
		margin-bottom: 10px;
	}
}

/*Thumbnails
------------------------------------*/
a.thumbnail {
	padding: 0;
	border: none;
	margin-bottom: 15px;
}

.thumbnail-style { 
	padding: 7px;
	margin-bottom: 20px; 
}
.thumbnail-style:hover { 
	box-shadow: 0 0 8px #ddd; 
    -webkit-transition: box-shadow 0.2s ease-in-out;
    -moz-transition: box-shadow 0.2s ease-in-out;
    -o-transition: box-shadow 0.2s ease-in-out;
    transition: box-shadow 0.2s ease-in-out;
}

.thumbnail h3,
.thumbnail-style h3 {
	margin: 6px 0 8px 0;
}

.thumbnail h3 a,
.thumbnail-style h3 a {
	color: #585f69;
	font-size: 20px;
}

.thumbnail h3 a:hover,
.thumbnail-style h3 a:hover {
	color: #72c02c;
	text-decoration: none;
}

.thumbnail-style .thumbnail-img {
	position: relative;
	margin-bottom: 11px;
}

.thumbnail-style a.btn-more {
	right: -10px;
	bottom: 10px;
	color: #fff;
	padding: 1px 6px;
	position: absolute;
	background: #72c02c;
	display: inline-block; 
}
.thumbnail-style a.btn-more:hover {
	text-decoration: none;
	box-shadow: 0 0 0 2px #377500;
}
.thumbnail-style:hover a.btn-more {
	right: 10px;
}

.thumbnail-kenburn img {
	left: 10px;
	margin-left: -10px;
	position: relative;
   -webkit-transition: all 0.8s ease-in-out;
   -moz-transition: all 0.8s ease-in-out;
   -o-transition: all 0.8s ease-in-out;
   -ms-transition: all 0.8s ease-in-out;
   transition: all 0.8s ease-in-out;
}
.thumbnail-kenburn:hover img {
   -webkit-transform: scale(1.2) rotate(2deg);
   -moz-transform: scale(1.2) rotate(2deg);
   -o-transform: scale(1.2) rotate(2deg);
   -ms-transform: scale(1.2) rotate(2deg);
   transform: scale(1.2) rotate(2deg);
}
 
/*Servive Blocks
------------------------------------*/
/*Service Alternative Block*/
.service-alternative .service:hover { 
	background: #76ca2c;
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}
.service-alternative .service:hover i,
.service-alternative .service:hover p,
.service-alternative .service:hover h4 { 
	color: #fff;
}

/*Servive Block Versions*/
.service-v1 h2 {
	margin: 15px 0 10px;
	font-size: 20px;
	line-height: 28px;
}

.service-v1 p {
	text-align: justify;
}

/*Blog Posts
------------------------------------*/ 
.posts .dl-horizontal a {
	color: #555;
}

.posts .dl-horizontal { 
	margin-bottom: 15px;
	overflow: hidden;
}

.posts .dl-horizontal dt { 
	width: 60px; 
	float: left;
}

.posts .dl-horizontal dt img { 
	width: 60px; 
	height: 60px;
	padding: 2px;
	margin-top: 2px; 
	border: solid 1px #ddd;
}

.posts .dl-horizontal dd { 
	margin-left: 70px;
}

.posts .dl-horizontal dd p { 
	margin: 0;
}

.posts .dl-horizontal dd a {
	font-size: 14px;
	line-height: 16px !important; 
}

.posts .dl-horizontal dd a:hover { 
	color: #72c02c; 
	text-decoration: none;
}

.posts .dl-horizontal:hover dt img,
.posts .dl-horizontal:hover dd a { 
	color: #72c02c;
	border-color: #72c02c !important;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
	transition: all 0.4s ease-in-out;
}

/*About Page
------------------------------------*/
.team ul.team-socail { 
	text-align: right;
}

.team ul.team-socail li {
	padding: 0 !important;
	margin: 0 !important;
}

.team ul.team-socail li a,
.team ul.team-socail li a:hover {
	text-decoration: none;
}

.team ul.team-socail li i {
	color: #aaa;
	padding: 3px;
	min-width: 30px;
	font-size: 20px;
	text-align: center;
	background: #f7f7f7;
	display: inline-block;
}

.team ul.team-socail li i:hover {
	color: #fff;
	background: #72c02c;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.team .thumbnail-style {
	padding: 12px;
}

.team .thumbnail-style img {
	margin-bottom: 7px;
}

.team .thumbnail-style h3 {
	margin-bottom-bottom: 5px;
}

.team .thumbnail-style:hover h3 a {
	color: #72c02c !important;
}

.team .thumbnail-style small {
	display: block;
	margin-top: 5px;
	font-size: 12px;
}

/*About Me Page
------------------------------------*/
.about-me {
	overflow: hidden;
}

.about-me h2 {
	margin: 0;
	font-size: 20px;
	text-transform: uppercase;
}

.about-me span {
	color: #999;
	display: block;
	font-size: 14px;
	margin-bottom: 10px;
}

.about-me .social-icons {
	margin-top: 7px;
}

/*About My Goals*/
.about-my-goals h2 {
	text-transform: uppercase;
}

/*About Skills*/
.about-skills {
	padding: 40px 0; 	
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	background: url(../img/breadcrumbs.png) repeat;
}

/*Gallery Page
------------------------------------*/
.gallery-page .thumbnail,
.gallery-page .thumbnail:hover {
	padding: 0;
	border: none;
	box-shadow: none;
}
.gallery-page .thumbnails {
	margin-bottom:6px;
}

/*Privacy Page
------------------------------------*/
.privacy a {
	text-decoration: underline;
}
.privacy a:hover {
	color: #72c02c;
	text-decoration: none;
}

/*Portfolio Item Page v1
------------------------------------*/
.portfolio-item h2 {
	color: #555;
	font-size: 24px;
	margin: 0 0 15px;
}
.portfolio-item li {
	padding: 3px 0;
} 
.portfolio-item p a {
	text-decoration: underline;
}
.portfolio-item p a:hover {
	text-decoration: none;
}

/*Portfolio Item v1*/
.portfolio-item1 ul {
	margin: 10px 0 20px;
}

.portfolio-item1 li {
	font-size: 16px;
	margin-bottom: 3px;
}

.portfolio-item1 li i {
	font-size: 18px;
	margin-right: 4px;
}

/*Sidebar Features
------------------------------------*/
/*Blog Tags*/
ul.blog-tags li {
	display: inline-block;
}

ul.blog-tags a {
	font-size :13px;
	padding: 2px 7px;
	background: #f7f7f7;
	margin: 0 3px 6px 0;
	display: inline-block;
}

ul.blog-tags a i {
	color: #666;
}

ul.blog-tags a:hover {
	background: #72c02c;
}

ul.blog-tags a:hover,
ul.blog-tags a:hover i {
	color: #fff !important;
	text-decoration: none;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

/*Blog Photo Stream*/
.blog-photos li {
	display: inline;
}
.blog-photos li img {
	opacity: 0.6;
	width: 58px;
	height: 58px;
	margin: 0 2px 8px;
}
.blog-photos li img:hover {
	opacity: 1;
	box-shadow: 0 0 0 2px #72c02c;
}

/*Blog Latest Tweets*/
.blog-twitter .blog-twitter-inner {
	padding: 10px;
	background: #f7f7f7;
	position: relative;
	margin-bottom: 10px;
	/*border-top: solid 2px #eee;*/
}

.blog-twitter .blog-twitter-inner,
.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	-ms-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-webkit-transition: all 0.3s ease-in-out;	
}

.blog-twitter .blog-twitter-inner:after,
.blog-twitter .blog-twitter-inner:before {
	width: 0; 
	height: 0;
	right: 0px;
	bottom: 0px;
	content: " "; 
	display: block; 
	position: absolute;
}

.blog-twitter .blog-twitter-inner:after {
	border-top: 15px solid #eee;	
	border-right: 15px solid transparent;
	border-left: 0px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-right-style: inset; /*FF fixes*/
}
.blog-twitter .blog-twitter-inner:before {
	border-bottom: 15px solid #fff;	
	border-right: 0 solid transparent;
	border-left: 15px solid transparent;
	border-left-style: inset; /*FF fixes*/
	border-bottom-style: inset; /*FF fixes*/
}

.blog-twitter .blog-twitter-inner:hover {
	border-color: #72c02c;
	border-top-color: #72c02c;	
}
.blog-twitter .blog-twitter-inner:hover:after {
	border-top-color: #72c02c;	
}

.blog-twitter .blog-twitter-inner span.twitter-time {
	color: #777;
	display: block;
	font-size: 11px; 
}

.blog-twitter .blog-twitter-inner a {
	color: #72c02c;
	text-decoration: none;
}
.blog-twitter .blog-twitter-inner a:hover {
	text-decoration: underline;
}

.blog-twitter .blog-twitter-inner i.fa {
	top: 2px;
	color: #bbb;
	font-size: 18px;
	position: relative;
}

/*Choose Block*/
.who li { 
	margin-bottom: 6px;
}
.who li i { 
	color: #72c02c; 
	font-size: 13px;
	margin-right: 8px;
	position: relative; 
}
.who li:hover i, 
.who li:hover a { 
	color: #777;
}
.who li:hover a:hover {
	text-decoration: none;
}

/*Promo Page
------------------------------------*/
/*Slider Part*/
.fullwidthbanner-container.slider-promo {
	max-height: 460px !important;
}

.slider-promo-info-bg {
	padding: 25px 20px 20px;
	background: url(../img/bg-black.png) repeat;
}

.slider-promo-info span.big-size { 
	color: #fff;
	display: block;
	font-size: 30px;
	margin-bottom: 25px;
	text-shadow: 0 !important;
}

.slider-promo-info p {
	color: #fff;
	font-size: 16px;
	margin-bottom: 0;
}

/*Promo Box*/
.promo-box {
	padding: 20px;
	margin: 25px 0 20px;
	text-align: center;
}

.promo-box i {
	display: block;
	font-size: 50px;
}

.promo-box p {
	font-size: 14px;
	margin-bottom: 0;
}

.promo-box strong,
.promo-box strong a {
	color: #555;
	display: block;
	font-size: 20px;
	font-weight: 200; 
	margin: 20px 0 15px;
}

.promo-box:hover strong, 
.promo-box:hover strong a {
	color: #72c02c;
}

/*Promo Service*/
.promo-service {
	margin-bottom: 20px;
}

.promo-service li {
	margin-bottom: 5px;
}

.promo-service a.btn-u {
	margin: 0 20px 10px 0;
}

/*Promo Elements*/
.title-box {
	font-size: 16px;
	text-align: center;
	padding: 10px 0 30px;
	border-bottom: solid 1px #eee;
}

.title-box .title-box-text {
	color: #555;
	display: block;
	font-size: 35px;
	font-weight: 200;
}

@media only screen and (max-width: 768px) {
	.title-box .title-box-text {
		font-size: 26px;
		line-height: 34px;
		margin-bottom: 10px;
	}
	.title-box p {
		font-size: 15px;
	}
}

.block-blockquote {
	margin: 20px 0; 
	text-align: center;
	border: dashed 1px #ccc;
}

.block-blockquote-inner {
	padding: 15px; 
}

.block-blockquote p {
	font-size: 26px;
	margin-bottom: 0;
}

/*Info Blocks*/
.info-blocks {
	margin-bottom: 15px;
}

.info-blocks:hover i.icon-info-blocks {
	color: #72c02c;
    -webkit-transition:all 0.2s ease-in-out;
    -moz-transition:all 0.2s ease-in-out;
    -o-transition:all 0.2s ease-in-out;
    transition:all 0.2s ease-in-out;	
}

.info-blocks i.icon-info-blocks {
	float: left;
	color: #777;
	font-size: 30px;
	min-width: 50px;
	margin-top: 10px;
	text-align: center;
}

.info-blocks .info-blocks-in {
	padding: 0 10px;
	overflow: hidden;
}

.info-blocks .info-blocks-in h3 {
	color: #555;
	font-size: 20px;
	line-height: 28px;
}

.info-blocks .info-blocks-in p {
	font-size: 12px;
}

/*Brand Page
------------------------------------*/
.brand-page .btn {
	margin-bottom: 10px;
}

/*Form Pages
------------------------------------*/
.form-page input,
.form-page select {
	margin-bottom: 10px;
}

/*Labels and Badges Page
------------------------------------*/
ul.labels-demo {
  margin: 5px 0;
}

ul.labels-demo li {
  list-style: none;
  display: inline-block;
  margin: 0 5px 2px 0;
}

.badge-sidebar {
	border-left: solid 1px #eee;
}

@media only screen and (max-width: 991px) {
	.badge-sidebar {
		border-left: none;
	}
}

/*Line Icon Page
------------------------------------*/
.line-icon-page .item-box {
	width: 25%;
	float: left;
	height: 90px;
	text-align: center;
	padding: 20px 10px;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
	word-wrap: break-word;
}

@media only screen and (max-width: 768px) {
	.line-icon-page .item-box {
		height: 115px;    
  }
}

@media only screen and (max-width: 450px) {
	.line-icon-page .item-box {
		height: 130px;    
  }
}

.line-icon-page .item-box:hover {
	background: #fafafa;
}

.line-icon-page .item span {
	display: block;
	font-size: 28px;
	margin-bottom: 10px;
}

.line-icon-page .item:hover {
	color: #72c02c;
}

/*GLYPHICONS Icons Page
------------------------------------*/
/*Special styles for displaying the icons and their classes*/
.bs-glyphicons {
	padding-left: 0;
	list-style: none;
	overflow: hidden;
	padding-bottom: 1px;
	margin-bottom: 20px;
}

.bs-glyphicons li {
	width: 25%;
	float: left;
	height: 115px;
	padding: 10px;
	font-size: 12px;
	line-height: 1.4;
	text-align: center;
	margin: 0 -1px -1px 0;
	border: 1px solid #ddd;
}

.bs-glyphicons .glyphicon {
	display: block;
	font-size: 24px;
	margin: 5px auto 10px;
}

.bs-glyphicons li:hover {
	color: #72c02c;
	background-color: #fafafa;
}

@media only screen and (min-width: 768px) {
	.bs-glyphicons li {
	  width: 12.5%;
	}
}

/*Contact Pages
------------------------------------*/
.map {
	width: 100%; 
	height: 350px;
	border-top: solid 1px #eee;
	border-bottom: solid 1px #eee;
}

.gm-style-iw {
	/*overflow: inherit !important;*/
}

.map-box {
	height: 250px;
}

.map-box-space {
	margin-top: 15px;
}

.map-box-space1 {
	margin-top: 7px;
}

/*Background Opacity
------------------------------------*/
.service-or {
	overflow: hidden;
	position: relative;
}

.service-bg {
    background-color: rgba(255,255,255,0.1);
    width: 250px;
    padding: 60px;
    position: absolute;
    top: -10px;
    right: -100px;
    transform: rotate(55deg);   
    -o-transform: rotate(55deg);
    -ms-transform: rotate(55deg);
    -moz-transform: rotate(55deg);
    -webkit-transform: rotate(55deg);
}

/*Service Block v2
------------------------------------*/
.servive-block-v2 .servive-block-in {
	padding: 20px 30px;
	text-align: center;
	margin-bottom: 15px;
	background: rgba(255,255,255,0.2);
}

.servive-block-v2 .servive-block-in img {
	width: 100%;
	margin-bottom: 15px;
}

.servive-block-v2 .servive-block-in i {
	font-size: 40px;
}

.servive-block-v2 .servive-block-in h4 {
	line-height: 25px;
}

.servive-block-v2 .servive-block-in p {
	margin-bottom: 20px;
}

.servive-block-v2 .servive-block-in i,
.servive-block-v2 .servive-block-in h4,
.servive-block-v2 .servive-block-in p {
	color: #fff;
}

/*Easy Block
------------------------------------*/
.easy-block-v1 {
	position: relative;
}

.easy-block-v1 img {
	width: 100%;
}

.easy-block-v1 .overflow-h h3 {
	width: 60%;	
	float: left;
	font-size: 18px;
	line-height: 24px;
	margin-bottom: 5px;
}

.easy-block-v1 .easy-block-v1-badge {
	left: 0px;
	top: 10px;
	z-index: 1;
	color: #fff;
	padding: 4px 10px;
	position: absolute;
}

/*Easy Block v2
------------------------------------*/
.easy-block-v2 {
	overflow: hidden;
	position: relative;
	margin-bottom: 20px;
}

.easy-block-v2 img {
	width: 100%;
}

.easy-bg-v2 {
	top: 5px;
	color: #fff;
	width: 100px;
	padding: 5px;
	right: -32px;
	font-size: 13px;
	position: absolute;
	text-align: center;
	letter-spacing: 2px;
	transform: rotate(45deg);   
	-o-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
}

.rgba-red { background-color: rgba(231,76,60,0.8);}
.rgba-blue{ background-color: rgba(52,152,219,0.8);}
.rgba-default { background-color: rgba(114,192,44,0.8);}
.rgba-purple { background-color: rgba(155,107,204,0.8);}

/*Easy Block v3
------------------------------------*/
.easy-block-v3 {
	text-align: left;
	background: #585f69;
	margin-bottom: 10px;
	padding: 30px 20px 20px;
}

.easy-block-v3.first { 
	background: #696f77; 
}
.easy-block-v3.second { 
	background: #707780; 
}
.easy-block-v3.third { 
	background: #787f88; 
}

.easy-block-v3 i {
	color: #fff;
	float: left;
	font-size: 30px;
	min-width: 45px;
	padding-top: 10px;
}

.easy-block-v3 .inner-faq-b {
	overflow: hidden;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3 {
	font-size: 21px;
	margin-bottom: 8px;
}

.easy-block-v3 .inner-faq-b h4 {
	color: #fff;
	font-size: 17px;
	margin-bottom: 2px;
}

.easy-block-v3 .inner-faq-b h2,
.easy-block-v3 .inner-faq-b h3,
.easy-block-v3 .inner-faq-b p {
	color: #fff;
}

/*Full Width Block
------------------------------------*/
.full-w-block {
	padding: 30px 0;
	background: #282828;
}

.full-w-block .info-blocks i,
.full-w-block .info-blocks-in h3 {
	color: #fff;
}

.full-w-block .info-blocks-in p {
	color: #ccc;
}

.full-w-block .info-blocks:hover i.icon-info-blocks {
	color: #fff;
}

/*Team v2
------------------------------------*/
.team-v2 {
	position: relative;
	margin-bottom: 20px;
}

.team-v2 img {
	width: 100%;
}

.team-v2 .inner-team {
	padding: 20px;
	background: #fff;
	text-align: center;
}

.team-v2 .inner-team h3 {
	margin: 0;
}

.team-v2 .inner-team small {
	display: block;
	font-size: 12px;
	margin-bottom: 7px;
}

.team-v2 .inner-team p {
	font-size: 13px;
}

.team-v2 .inner-team hr {
	margin: 10px 0 15px;
}

/*Team-Social ---- Temporary*/
.team-social {
	margin-bottom: 0;
}

.team-social li {
	padding: 0 2px;
}

.team-social li a {
	font-size: 14px;
	padding: 6px 4px;
	border-radius: 50% !important;
}

.team-social li i {
	min-width: 20px;
}

.team-social li a.fb {
	color: #4862a3;
	border: 1px solid #4862a3;
}

.team-social li a.tw {
	color: #159ceb;
	border: 1px solid #159ceb;
}

.team-social li a.gp {
	color: #dc4a38;
	border: 1px solid #dc4a38;
}

.team-social li a:hover {
	text-decoration: none;
}

.team-social li a.fb:hover {
	color: #fff;
	background: #4862a3;
}

.team-social li a.tw:hover {
	color: #fff;
	background: #159ceb;
}

.team-social li a.gp:hover {
	color: #fff;
	background: #dc4a38;
}

/*Simple Block
------------------------------------*/
.simple-block {
	margin-bottom: 20px;
}	

.simple-block img {
	width: 100%;
}

.simple-block p {
	text-align: center;
}

.simple-block .carousel-indicators {
	top: 10px;
	left: 65%;
	text-align: right;
}

.simple-block .carousel-indicators .active {
	background: #555;
}

.simple-block .carousel-indicators li {
	border-color: #555;
}

.simple-block .carousel-inner > .item {
	margin: 0;
}

/*Two Blocks
------------------------------------*/
.two-blocks {
	text-align: center;
}

.two-blocks-in {
	margin-bottom: 30px;
}

.two-blocks-in i {
	color: #fff;
	padding: 11px;
	font-size: 30px;
	min-width: 50px;
	text-align: center;
	background: #585f69;
	margin-bottom: 10px;
	display: inline-block;
}

/*Three Blocks
------------------------------------*/
.three-blocks {
	text-align: center;
}

.three-blocks-in {
	margin-bottom: 30px;
}

.three-blocks-in i {
	color: #777;
	padding: 9px 6px;
	font-size: 20px;
	min-width: 40px;
	margin-bottom: 10px;
	border: 1px solid #777;
}

.three-blocks-in h3 {
	font-size: 20px;	
	margin-bottom: 7px;
}

/*Temperory Classes
------------------------------------*/
/*Banner-info*/
.banner-info {
	margin-bottom: 10px;
}

.banner-info i {
	float: left;
	color: #fff;
	padding: 11px;
	/*min-width works with line-icon*/
	min-width: 40px;
	font-size: 22px;
	text-align: center;
	margin: 7px 20px 0 0;
}

/*min-width works with FontAwesome*/
.banner-info i.fa {
	min-width: 46px;
}

.banner-info.light i {
	border: 1px solid #fff;
}

.banner-info.dark i { 
	background: #585f69;
}

.banner-info h3 {
	font-size: 21px;
	margin-bottom: 5px;
}

.banner-info.light h3 { color: #fff; }
.banner-info.light p { color: #eee; }

/*Breadcrumb-V2*/
.breadcrumbs-v2 {
	text-align: center;
	position: relative;
	background: url(../img/bg/11.jpg) no-repeat center;
}

.breadcrumbs-v2-in {
	padding: 60px 0;
	position: relative;
}

.breadcrumbs-v2 h1 {
	color: #fff;
	text-transform: uppercase;
}

.breadcrumb-v2 li a,
.breadcrumb-v2 li.active {
	color: #fff;
}

.breadcrumb-v2 li i {
	color: #fff;
	min-width: 19px;
	padding: 3px 7px;
	margin-right: 5px;
	text-align: center;
	border: 1px solid #fff;
}

/*Breadcrumbs-v3*/
.breadcrumbs-v3 {
	padding: 10px 0;
	background: #585f69;
	border-bottom: 1px solid #eee;
}

.breadcrumbs-v3 h1 {
	color: #fff;
	margin: 3px 0;
	font-size: 22px;
	font-weight: 200;
}

.breadcrumbs-v3 .breadcrumb {
	padding: 0;
	margin-top: 2px;
	margin-bottom: 0;
}

.breadcrumbs-v3 .breadcrumb li a {
	color: #fff;
}

/*Title-Box-V2*/
.title-box-v2 {
	text-align: center;
	margin-bottom: 40px;
}

.title-box-v2 h2 {
    font-size: 25px;
    text-transform: uppercase;
}

.title-box-v2 p {
	font-size: 13px;
}

/*remove padding from "Col-"*/
.no-space {
	padding: 0;
}

/*List Style v1*/
.list-style-v1 li {
	margin-bottom: 7px;
}

.list-style-v1 i {
	margin-right: 5px;
}




/*==================================Header Part completed ========================*/

.phone_class{
	color:#005f90;
	font-size:13px;
}

.callUS_class{
	color:#666;
	font-size:11px;
}

.product_Title{
	color:#005f90;
	font-size:12px;
	font-weight:bold;
}



.mail_link a{
	color:  #005f90;
	font-size:11px;
	font-weight:normal;
text-decoration:none;
}
.mail_link a:hover{
	color: #0c91d2;
	font-size:11px;
	font-weight:normal;
	text-decoration:none;
}
.mail_link a:focus{
	color:  #0c91d2;
	font-size:11px;
	font-weight:normal;
text-decoration:none;
}





/******************************************************/
/****** BOTTOM PERSPECTIVE SHADOW ******/

.BottomShadow {
	/*position: relative;	*/
/*	height: 50px;*/
}



.BottomShadow:before {
	-moz-transform: skew(50deg);
	-webkit-transform: skew(50deg);
	-o-transform: skew(50deg);
	transform: skew(50deg);	
}

.BottomShadow:after {
-moz-transform: skew(-50deg);
	-webkit-transform: skew(-50deg);
	-o-transform: skew(-50deg);
	transform: skew(-50deg);
}

/* NORMAL */
.BSmall.BNormal {
		-moz-box-shadow: 0 52px 26px -36px rgba(0,0,0,0.8);
	-webkit-box-shadow: 0 52px 30px -39px rgba(0,0,0,0.8);
	box-shadow: 0 52px 30px -39px rgba(0,0,0,0.8);
}
.BMedium.BLight {
	-moz-box-shadow: 0 58px 26px -36px rgba(0,0,0,0.7);
	-webkit-box-shadow: 0 60px 44px -39px rgba(0,0,0,0.7);
	box-shadow: 0 58px 30px -39px rgba(0,0,0,0.7);
}

.BMedium.BLight:before {
	right: 60px;
	-moz-box-shadow: 9px 30px 18px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 14px 25px 26px rgba(0, 0, 0, 0.2);
	box-shadow: 9px 30px 18px rgba(0, 0, 0, 0.2);
}

.BMedium.BLight:after {
	left: 60px;
	-moz-box-shadow: -9px 30px 18px rgba(0, 0, 0, 0.2);	
	-webkit-box-shadow: -14px 25px 26px rgba(0, 0, 0, 0.2);
	box-shadow: -9px 30px 18px rgba(0, 0, 0, 0.2);
}


/* NORMAL */
.BMedium.BNormal {
	-moz-box-shadow: 0 15px 35px -5px rgba(0,0,0,0.8);
	-webkit-box-shadow: 14px 35px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 0 15px 35px -5px rgba(0,0,0,0.8);
}

.BMedium.BNormal:before {
	right: 60px;
	-moz-box-shadow: 9px 35px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 14px 35px 26px rgba(0, 0, 0, 0.3);
	box-shadow: 9px 35px 18px rgba(0, 0, 0, 0.3);
}

.BMedium.BNormal:after {
	right: 60px;
	-moz-box-shadow: -9px 35px 18px rgba(0, 0, 0, 0.3);
	-webkit-box-shadow: 14px 35px 26px rgba(0, 0, 0, 0.3);
	box-shadow: -9px 35px 18px rgba(0, 0, 0, 0.3);
}

/*.container .BottomShadow:before{
	 margin-right:25px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.container .BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 830px;
    position: absolute;
    width: 30px;
    z-index: 1;
}


@media only screen and(min-width:768px) and (max-width:979px) {

.BottomShadow:before{
	 margin-right:120px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 630px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
}

@media only screen and(min-width:980px) and (max-width:1200px) {
.BottomShadow:before{
	 margin-right:4%;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 82%;
    position: absolute;
    width: 30px;
    z-index: 1;
}	
	
}

@media only screen and(max-width:767px) {
.BottomShadow:before{
	 margin-right:120px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 630px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
}

@media only screen and(max-width:480px) {
	.BottomShadow:before{
	 margin-right:50px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 560px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
}

@media only screen and(max-width:979px) {
	.BottomShadow:before{
	 margin-right:50px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 560px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
}

@media only screen and(min-width:980px) {
.BottomShadow:before{
	 margin-right:120px;
    top: 105px;
    content: "";
    height: 40px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
.BottomShadow:after {
top: 105px;
    content: "";
    height: 40px;
    margin-right: 900px;
    position: absolute;
    width: 30px;
    z-index: 1;
}
}*/


/* =========================   Pharmacy Links   =============================  */

.link_icon a{
	font-size:12px;
	/*background:url(../images/Bullet.png) scroll 0 0;
	background-repeat:no-repeat;*/
	background-position:left;
	vertical-align:middle;
	color:#474747;
	text-decoration:none;		
}

.link_icon a:hover{
	font-size:12px;
	background-position:left;
		vertical-align:middle;
	color:#199DDE;
	text-decoration:none;

}

.column_background{
	background: #2e93ea; /* Old browsers */
background: -moz-linear-gradient(left,  #2e93ea 0%, #ffffff 3%, #ffffff 97%, #25a0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2e93ea), color-stop(3%,#ffffff), color-stop(97%,#ffffff), color-stop(100%,#25a0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #2e93ea 0%,#ffffff 3%,#ffffff 97%,#25a0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #2e93ea 0%,#ffffff 3%,#ffffff 97%,#25a0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #2e93ea 0%,#ffffff 3%,#ffffff 97%,#25a0ed 100%); /* IE10+ */
background: linear-gradient(to right,  #2e93ea 0%,#ffffff 3%,#ffffff 97%,#25a0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e93ea', endColorstr='#25a0ed',GradientType=1 ); /* IE6-9 */


	
	
}

.column_background:hover{
		background: #2e93ea; /* Old browsers */
background: -moz-linear-gradient(left,  #2e93ea 0%, #f2f2f2 3%, #f2f2f2 97%, #25a0ed 100%); /* FF3.6+ */
background: -webkit-gradient(linear, left top, right top, color-stop(0%,#2e93ea), color-stop(3%,#f2f2f2), color-stop(97%,#f2f2f2), color-stop(100%,#25a0ed)); /* Chrome,Safari4+ */
background: -webkit-linear-gradient(left,  #2e93ea 0%,#f2f2f2 3%,#f2f2f2 97%,#25a0ed 100%); /* Chrome10+,Safari5.1+ */
background: -o-linear-gradient(left,  #2e93ea 0%,#f2f2f2 3%,#f2f2f2 97%,#25a0ed 100%); /* Opera 11.10+ */
background: -ms-linear-gradient(left,  #2e93ea 0%,#f2f2f2 3%,#f2f2f2 97%,#25a0ed 100%); /* IE10+ */
background: linear-gradient(to right,  #2e93ea 0%,#f2f2f2 3%,#f2f2f2 97%,#25a0ed 100%); /* W3C */
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#2e93ea', endColorstr='#25a0ed',GradientType=1 ); /* IE6-9 */

box-shadow: 0 10px 6px -6px #bbb;
	-moz-box-shadow: 0 10px 6px -6px #bbb;
	-webkit-box-shadow: 0 10px 6px -6px #bbb;
	

}




.blue{
	color:#199DDE;
	font-weight:bold;
	font-size:20px;
}
.vision_title{
	color:#199DDE;
	font-weight:bold;
	font-size:12px;
}
.table_shadow{
	box-shadow: 0 0 10px #BDBDBD;
-webkit-box-shadow: 0 0 10px #BDBDBD;
-moz-box-shadow: 0 0 10px #BDBDBD;
}

.box_shadow{
	box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
}
.box_shadow:hover{
	box-shadow: 0 0 10px #7ec7ff;
	-webkit-box-shadow:0 0 10px #7ec7ff;
-moz-box-shadow: 0 0 10px #7ec7ff;
}

.table_border{
	border: 1px solid #96c9f5;
	padding:10px;
}
.table_border_index{
	border: 1px solid #96c9f5;
}
.termsCondition_text{
	text-align:justify !important;
	padding-right:10px;
}

.description{
	font-size:11px !important;
}
/* section header */
.section_header {
	text-align: center;
	font-weight: bolder;
	color: #252b34;
	margin-top: 10px;
	position: relative;
	margin-bottom: 10px;
}
.section_header.left span {
	margin-left: 0px;
	text-align: left;
}
.section_header hr {
	border-top: 1px solid #BEC0C3;
	border-bottom: 2px solid white;
	width: 36%;
	position: absolute;
}
.section_header hr.left { }
.section_header hr.right {
	right: 0px;
	top: 0px;
}
.section_header span {
	width: 100%;
	display: block;
	margin: 0 auto;
}
.section_header small {
	margin-left: 20px;
	font-size: 16px;
	color: #7f8387;
	display: none;
}
.purchase  ol {
    color: #199DDE;
    display: block;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 15px;
    font-weight: bold;
    line-height: 25px;
    margin-bottom: 12px;
}
.termsCondition_text{
	color:#000 !important;
}

/* pricing charts section */
#pricing { }
#pricing .section_header {
	
	margin-bottom: 10px;
}
#pricing .section_header hr {
	width: 35%;
}
#pricing .price_wrapper {
	background-color: #fafafa;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px 2px #dbdbdb;
	border-radius: 6px;
	/* width: 331px; */
	width: 481px;
	min-height: 375px;
	position: relative;	
}
#pricing .price_wrapper:hover {
	background-color: #f1f1f1;
	border: 1px solid #d9d9d9;
	box-shadow: 0px 0px 5px 2px #b2b2b2;
	border-radius: 6px;
	/* width: 331px; */
	width: 481px;
	min-height: 375px;
	position: relative;	
}

#pricing .price_wrapper.regular .section_header {
	background: url('../img/chart1.png') 0 0 no-repeat;
}
#pricing .price_wrapper.pro {
	/* width: 331px; */
	width: 481px;
	margin: 0 auto;
}
#pricing .price_wrapper.pro .section_header {
	background: url('../img/chart2.png') 0 0 no-repeat;
}
#pricing .price_wrapper section .btn {
	left: 35%;
}
#pricing .price_wrapper .section_header {
	height: 20px;
	color: #199DDE;
	padding: 2% 0px 0px 2%;
}
#pricing .price_wrapper .section_header > span {
	font-size: 24px;
	font-style: normal;
	text-align:center;
}
#pricing .price_wrapper .section_header .price {
	font-size: 20px;
	top: 0px;
	position: relative;
	font-weight: bold;
}
#pricing .price_wrapper .section_header .price span {
	font-size: 48px;
	margin-right: 10px;
}
#pricing .price_wrapper .section {
	padding: 15px 30px;
}
#pricing .price_wrapper .section h3 {
	color: #535861;
	font-size: 15px;
	line-height: 22px;
}
#pricing .price_wrapper .section ul.perks {
	list-style-type: none;
	margin-left: 0px;
	margin-top: 18px;
}
#pricing .price_wrapper .section ul.perks li {
	padding: 3px 0px;
}
#pricing .price_wrapper .section ul.perks i {
	margin-right: 10px;
}
#pricing .price_wrapper .section .btn {
	width:99%;
	margin-top:3px;
	margin-bottom:3px;
	font-weight: bold;
}


@media only screen and (max-width: 480px) {

	#pricing .price_wrapper {
		width: 321px !important;
	}
	#pricing .price_wrapper .header .price span {
		font-size: 38px;
	}
	
		#login {
    margin-top: 50%;
}

}



@media only screen and (min-width: 768px) and (max-width: 979px) { 
	
	#pricing .price_wrapper {
		width: 240px !important;
	}
	#pricing .price_wrapper .section_header .price span {
		font-size: 25px;
	}
	#pricing .price_wrapper.pro {
		min-height: 400px;
		position: relative;
		top: -10px;
	}
	#pricing .price_wrapper.regular .section_header {
		background: url('../img/chart1_small.png') 0 0 no-repeat;
	}
	#pricing .price_wrapper.pro .section_header {
		background: url('../img/chart2_small.png') 0 0 no-repeat;
	}
	#testimonials .phrases_wrapper {
		padding-left: 0px;
		padding-right: 0px;
	}
	#testimonials .phrases_wrapper .phrase .span3 {
		margin-left: 30px;
		width: 228px;
	}
	#login {
    margin-top: 20%;
}
	
}

@media only screen and (min-width: 768px) and (min-width: 979px) { 
.section_header small {
		display: inline-block;
	}
	#pricing .price_wrapper.lite {
		float: right;
		right: -30px;
	}
	#pricing .price_wrapper.standard {
		left: -20px;
	}
}

@media only screen and (max-width: 979px) {

	#pricing .price_wrapper {
		margin: 0 auto;
		margin-bottom: 20px !important;
	}
		#login {
    margin-top: 20%;
}
}


@media only screen and (min-width: 1200px) {
	.section_header small {
		display: inline-block;
	}
	#pricing .price_wrapper.lite {
		float: right;
		right: -30px;
	}
	#pricing .price_wrapper.standard {
		left: -18px;
	}
}

@media only screen and (min-width: 980px) {
	#pricing .price_wrapper.pro {
		position: relative;
		top: -20px;
		height: 420px;
		z-index: 9;
		box-shadow: 0px 0px 5px 4px #E8E8E8;
	}
}


/* ===================== checkbox ================= */
input[type=checkbox].ace, input[type=radio].ace {
	opacity:0;
	position:absolute;
	z-index:1;
	width:18px;
	height:18px
}
input[type=checkbox].ace:checked, input[type=radio].ace:checked, input[type=checkbox].ace:focus, input[type=radio].ace:focus {
	outline:none!important
}
input[type=checkbox].ace+.lbl, input[type=radio].ace+.lbl {
	position:relative;
	z-index:1;
	display:inline-block;
	margin:0;
	line-height:20px;
	min-height:14px;
	min-width:14px;
	margin-top:-5px;
	font-weight:normal
}
input[type=checkbox].ace+.lbl.padding-16::before, input[type=radio].ace+.lbl.padding-16::before {
margin-right:16px
}
input[type=checkbox].ace+.lbl.padding-12::before, input[type=radio].ace+.lbl.padding-12::before {
margin-right:12px
}
input[type=checkbox].ace+.lbl.padding-8::before, input[type=radio].ace+.lbl.padding-8::before {
margin-right:8px
}
input[type=checkbox].ace+.lbl.padding-4::before, input[type=radio].ace+.lbl.padding-4::before {
margin-right:4px
}
input[type=checkbox].ace+.lbl.padding-0::before, input[type=radio].ace+.lbl.padding-0::before {
margin-right:0
}
input[type=checkbox].ace+.lbl::before, input[type=radio].ace+.lbl::before {
font-family:fontAwesome;
font-weight:normal;
font-size:11px;
color:#32a3ce;
content:"\a0";
background-color:#fafafa;
border:1px solid #6fb3e0;
box-shadow:1px 2px 2px rgba(0, 0, 0, 0.2);
border-radius:0;
display:inline-block;
text-align:center;
vertical-align:middle;
height:15px;
line-height:13px;
min-width:15px;
margin-right:1px;
margin-top:10px;
}
input[type=checkbox].ace:checked+.lbl::before, input[type=radio].ace:checked+.lbl::before {
display:inline-block;
content:'\f00c';
background-color:#f5f8fc;
border-color:#adb8c0;
box-shadow:0 1px 2px rgba(0, 0, 0, 0.05), inset 0 -15px 10px -12px rgba(0, 0, 0, 0.05), inset 15px 10px -12px rgba(255, 255, 255, 0.1)
}
input[type=checkbox].ace:hover+.lbl::before, input[type=radio].ace:hover+.lbl::before, input[type=checkbox].ace+.lbl:hover::before, input[type=radio].ace+.lbl:hover::before {
border-color:#ff893c
}
input[type=checkbox].ace:active+.lbl::before, input[type=radio].ace:active+.lbl::before, input[type=checkbox].ace:checked:active+.lbl::before, input[type=radio].ace:checked:active+.lbl::before {
box-shadow:0 1px 2px rgba(0, 0, 0, 0.05), inset 0 1px 3px rgba(0, 0, 0, 0.1)
}
input[type=checkbox].ace.ace-checkbox-2+.lbl::before, input[type=radio].ace.ace-checkbox-2+.lbl::before {
box-shadow:none
}
input[type=checkbox].ace.ace-checkbox-2:checked+.lbl::before, input[type=radio].ace.ace-checkbox-2:checked+.lbl::before {
background-color:#f9a021;
border-color:#f9a021;
color:#FFF
}
input[type=checkbox].ace:disabled+.lbl::before, input[type=radio].ace:disabled+.lbl::before, input[type=checkbox].ace[disabled]+.lbl::before, input[type=radio].ace[disabled]+.lbl::before, input[type=checkbox].ace.disabled+.lbl::before, input[type=radio].ace.disabled+.lbl::before {
background-color:#DDD!important;
border-color:#CCC!important;
box-shadow:none!important;
color:#BBB
}
input[type=radio].ace+.lbl::before {
border-radius:32px;
font-family:Arial, Helvetica, sans-serif;
font-size:36px
}
input[type=radio].ace:checked+.lbl::before {
content:"\2022"
}
input[type=checkbox].ace.ace-switch {
	width:55px;
	height:20px
}
input[type=checkbox].ace.ace-switch+.lbl {
	margin:0 4px;
	min-height:24px
}
input[type=checkbox].ace.ace-switch+.lbl::before {
font-family:Arial, Helvetica, sans-serif;
content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
color:#999;
font-weight:bold;
font-size:11px;
line-height:18px;
line-height:21px\9;
height:18px;
overflow:hidden;
border-radius:12px;
background-color:#f5f5f5;
box-shadow:inset 0 2px 2px 0 rgba(0, 0, 0, 0.2);
border:1px solid #CCC;
text-align:left;
float:left;
padding:0;
width:50px;
text-indent:-19px;
text-indent:-21px\9;
margin-right:0;
-webkit-transition:text-indent .4s ease;
-moz-transition:text-indent .4s ease;
-o-transition:text-indent .4s ease;
transition:text-indent .4s ease
}
input[type=checkbox].ace.ace-switch+.lbl::after {
font-family:Arial, Helvetica, sans-serif;
content:'|||';
font-size:10px;
font-weight:lighter;
color:#e5e5e5;
background-color:#FFF;
text-shadow:-1px 0 0 rgba(0, 0, 0, 0.15);
text-align:center;
border-radius:12px;
width:22px;
height:22px;
line-height:20px;
position:absolute;
top:-2px;
left:-3px;
padding:0;
box-shadow:0 1px 1px 1px rgba(0, 0, 0, 0.3);
text-shadow:0 1px 1px rgba(0, 0, 0, 0.3) inset;
-webkit-transition:left .4s ease;
-moz-transition:left .4s ease;
-o-transition:left .4s ease;
transition:left .4s ease
}
input[type=checkbox].ace.ace-switch:checked+.lbl::before {
text-indent:9px;
color:#FFF;
background-color:#8ab2c9;
border-color:#468fcc
}
input[type=checkbox].ace.ace-switch:checked+.lbl::after {
left:34px;
background-color:#FFF;
color:#8ab2c9
}
input[type=checkbox].ace.ace-switch.ace-switch-2+.lbl::before {
content:"YES\a0\a0\a0\a0\a0\a0\a0\a0NO"
}
input[type=checkbox].ace.ace-switch.ace-switch-3+.lbl::after {
font-family:FontAwesome;
font-size:13px;
line-height:23px;
content:"\f00d";
top:-1px
}
input[type=checkbox].ace.ace-switch.ace-switch-3:checked+.lbl::after {
content:"\f00c"
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
content:"ON\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0OFF";
font-family:Arial, Helvetica, sans-serif;
font-weight:bolder;
font-size:12px;
line-height:19px;
height:20px;
overflow:hidden;
line-height:21px\9;
border-radius:12px;
background-color:#8b9aa3;
border:1px solid #8b9aa3;
color:#FFF;
width:52px;
text-indent:-25px;
text-indent:-28px\9;
display:inline-block;
position:relative;
box-shadow:none;
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
transition:all .4s ease
}
input[type=checkbox].ace.ace-switch.ace-switch-4+.lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::after {
font-family:Arial, Helvetica, sans-serif;
content:'|||';
text-shadow:-1px 0 0 rgba(0, 0, 0, 0.2);
font-size:7px;
font-weight:lighter;
color:#8b9aa3;
text-align:center;
position:absolute;
border-radius:12px;
color:#5b6a73;
top:2px;
left:2px;
width:18px;
height:18px;
line-height:16px;
background-color:#FFF;
-webkit-transition:all .4s ease;
-moz-transition:all .4s ease;
-o-transition:all .4s ease;
transition:all .4s ease
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::before, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
text-indent:9px;
background-color:#468fcc;
border-color:#468fcc
}
input[type=checkbox].ace.ace-switch.ace-switch-4:checked+.lbl::after, input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::after {
left:34px;
background-color:#FFF
}
input[type=checkbox].ace.ace-switch.ace-switch-5+.lbl::before {
content:"YES\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0NO"
}
input[type=checkbox].ace.ace-switch.ace-switch-5:checked+.lbl::before {
text-indent:8px
}
input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl {
	position:relative
}
input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl::before {
font-family:FontAwesome;
content:"\f00d";
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
box-shadow:none;
border:0;
font-weight:lighter;
font-size:16px;
border-radius:12px;
display:inline-block;
background-color:#888;
color:#f2f2f2;
width:52px;
height:22px;
line-height:20px;
text-indent:32px;
-webkit-transition:background .1s ease;
-moz-transition:background .1s ease;
-o-transition:background .1s ease;
transition:background .1s ease
}
input[type=checkbox].ace.ace-switch.ace-switch-6+.lbl::after {
content:'';
text-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
position:absolute;
top:2px;
left:3px;
border-radius:12px;
box-shadow:0 -1px 0 rgba(0, 0, 0, 0.25);
width:10px;
height:10px;
text-align:center;
background-color:#f2f2f2;
border:4px solid #f2f2f2;
-webkit-transition:left .2s ease;
-moz-transition:left .2s ease;
-o-transition:left .2s ease;
transition:left .2s ease
}
input[type=checkbox].ace.ace-switch.ace-switch-6:checked+.lbl::before {
content:"\f00c";
text-indent:6px;
color:#FFF;
border-color:#b7d3e5;
background-color:#ff893c
}
input[type=checkbox].ace.ace-switch.ace-switch-6:checked+.lbl::after {
left:32px;
background-color:#FFF;
border:4px solid #FFF;
text-shadow:0 -1px 0 rgba(0, 200, 0, 0.25)
}
input[type=checkbox].ace.ace-switch.ace-switch-7 {
	width:75px
}
input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl {
	position:relative
}
input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::before {
content:"OFF\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0\a0ON";
font-weight:bolder;
font-size:14px;
line-height:20px;
background-color:#FFF;
border:2px solid #AAA;
border-radius:0;
box-shadow:none;
color:#aaa;
width:70px;
height:22px;
line-height:22px;
overflow:hidden;
text-indent:4px;
display:inline-block;
position:relative;
-webkit-transition:all .2s ease;
-moz-transition:all .2s ease;
-o-transition:all .2s ease;
transition:all .2s ease
}
input[type=checkbox].ace.ace-switch.ace-switch-7+.lbl::after {
content:'\f00d';
font-family:FontAwesome;
font-size:16px;
position:absolute;
top:3px;
left:39px;
width:32px;
height:20px;
line-height:18px;
text-align:center;
background-color:#aaa;
color:#FFF;
border-radius:0;
box-shadow:none;
-webkit-transition:all .2s ease-in-out;
-moz-transition:all .2s ease-in-out;
-o-transition:all .2s ease-in-out;
transition:all .2s ease-in-out
}
input[type=checkbox].ace.ace-switch.ace-switch-7:checked+.lbl::before {
color:#468fcc;
background-color:#FFF;
text-indent:-33px;
border-color:#6fb3e0
}
input[type=checkbox].ace.ace-switch.ace-switch-7:checked+.lbl::after {
left:3px;
content:'\f00c';
background-color:#468fcc;
color:#FFF
}




/*------------------------Tooltip-------------------*/

#tooltip {
	position: absolute;
	left: -9999px;
	top: -9999px;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-family: ubuntu_light;
	font-size: 11px;
	font-weight:bold;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-shadow: 0 0 5px 1px #444; 
	 z-index:9999;
	
}

/* IE hack*/
/*#tooltip .tipHeader {margin-bottom:-6px;}*/
 
#tooltip .tipBody {
/*	background:url(../images/tipBody.gif);*/
    /*background-color:#000;
    border-bottom-style:solid;
    border-top-style:solid;*/
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px #444; 
	
    padding:4px;
    background: #1ac6ff;
	background-image: linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );
	background-image: -o-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );
	background-image: -moz-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239));
	background-image: -webkit-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239));
	background-image: -ms-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );


	color: #000;
}
 
#tooltip .tipFooter {
    height:8px;
 /*   background:url(../images/tipFooter.gif) no-repeat;*/
 background: #183bad;
	background-image: linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -o-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -ms-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(36,78,122)),
		color-stop(0.65, rgb(15,105,194))
	);
	color: #fff;
}


.top{
	width: 100% !important;
	left: 0 !important;
	border-radius: 0 !important;
}
.bottom{
	width: 100% !important;
	left: 0 !important;
	top: auto !important;
	border-radius: 0 !important;
}


/*----------------Tooltip end----------------------------*/

.submenu_dropdown a {color:#333 !important;
/*text-shadow:1px 1px 0 #d7d7d7;*/
}



.submenu_dropdown a:hover,
.submenu_dropdown:focus > a {
	
	color: #ffffff !important;
	/*text-shadow:1px 1px 0 #333333;*/
	background: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC') #0081c2;
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC'), -moz-linear-gradient(top, #0088cc, #0077b3);
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC'), -webkit-gradient(linear, 0 0, 0 100%, from(#0088cc), to(#0077b3));
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC'), -webkit-linear-gradient(top, #0088cc, #0077b3);
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC'), -o-linear-gradient(top, #0088cc, #0077b3);
	background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAG0lEQVQIW2NkYGAwBuKzQAwGjDAGNgGwSgwVAFCGAgUGpiTrAAAAAElFTkSuQmCC'), linear-gradient(to bottom, #0088cc, #0077b3);
	background-repeat: repeat;
}

/*----------------Widget Toolbar----------------------------*/

.widget-toolbar.no-border:before {
	display:none
}
.widget-toolbar label {
	display:inline-block;
	vertical-align:middle;
	margin-bottom:0
}
.widget-toolbar>a {
	font-size:14px;
	margin:0 1px;
	display:inline-block;
	padding:0;
	line-height:24px
}
.widget-toolbar>a:hover {
	text-decoration:none
}
.widget-header-large>.widget-toolbar>a {
	font-size:15px;
	margin:0 1px
}
.widget-toolbar>.btn {
	line-height:27px;
	margin-top:-2px
}
.widget-toolbar>.btn.smaller {
	line-height:26px
}
.widget-toolbar>.btn.bigger {
	line-height:28px
}
.widget-toolbar>.btn-small {
	line-height:27px
}
.widget-toolbar>.btn-small.smaller {
	line-height:23px
}
.widget-toolbar>.btn-small.bigger {
	line-height:25px
}
.widget-toolbar>.btn-mini {
	line-height:22px
}
.widget-toolbar>.btn-mini.smaller {
	line-height:21px
}
.widget-toolbar>.btn-mini.bigger {
	line-height:23px
}
.widget-toolbar>.btn-minier {
	line-height:18px
}
.widget-toolbar>.btn-minier.smaller {
	line-height:17px
}
.widget-toolbar>.btn-minier.bigger {
	line-height:19px
}
.widget-toolbar>.btn-large {
	line-height:36px
}
.widget-toolbar>.btn-large.smaller {
	line-height:34px
}
.widget-toolbar>.btn-large.bigger {
	line-height:38px
}
.widget-toolbar-dark {
	background:#444
}
.widget-toolbar-light {
	background:rgba(255, 255, 255, 0.85)
}
.widget-toolbar>[data-action]>[class*="icon-"] {
margin-right:0
}
.widget-toolbar>[data-action]:focus {
	text-decoration:none
}
[class*="header-color-"]>.widget-toolbar>[data-action] {
text-shadow:0 1px 1px rgba(0, 0, 0, 0.2)
}
[class*="header-color-"]>.widget-toolbar>[data-action="settings"] {
color:#d3e4ed
}
[class*="header-color-"]>.widget-toolbar>[data-action="reload"] {
color:#deead3
}
[class*="header-color-"]>.widget-toolbar>[data-action="collapse"] {
color:#e2e2e2
}
[class*="header-color-"]>.widget-toolbar>[data-action="close"] {
color:#ffd9d5
}
.header-color-orange>.widget-toolbar>[data-action] {
text-shadow:none
}
.header-color-orange>.widget-toolbar>[data-action="settings"] {
color:#559aab
}
.header-color-orange>.widget-toolbar>[data-action="reload"] {
color:#7ca362
}
.header-color-orange>.widget-toolbar>[data-action="collapse"] {
color:#777
}
.header-color-orange>.widget-toolbar>[data-action="close"] {
color:#a05656
}
.widget-toolbar>[data-action="settings"], .header-color-dark>.widget-toolbar>[data-action="settings"] {
color:#99cadb
}
.widget-toolbar>[data-action="reload"], .header-color-dark>.widget-toolbar>[data-action="reload"] {
color:#acd392
}
.widget-toolbar>[data-action="collapse"], .header-color-dark>.widget-toolbar>[data-action="collapse"] {
color:#aaa
}
.widget-toolbar>[data-action="close"], .header-color-dark>.widget-toolbar>[data-action="close"] {
color:#e09e96
}
.widget-body {
	border:1px solid #CCC;
	border-top:0;
	background-color:#FFF
}
.widget-main {
	padding:5px
}
.widget-main.padding-32 {
	padding:32px
}
.widget-main.padding-30 {
	padding:30px
}
.widget-main.padding-28 {
	padding:28px
}
.widget-main.padding-26 {
	padding:26px
}
.widget-main.padding-24 {
	padding:24px
}
.widget-main.padding-22 {
	padding:22px
}
.widget-main.padding-20 {
	padding:20px
}
.widget-main.padding-18 {
	padding:18px
}
.widget-main.padding-16 {
	padding:16px
}
.widget-main.padding-14 {
	padding:14px
}
.widget-main.padding-12 {
	padding:12px
}
.widget-main.padding-10 {
	padding:10px
}
.widget-main.padding-8 {
	padding:8px
}
.widget-main.padding-6 {
	padding:6px
}
.widget-main.padding-4 {
	padding:4px
}
.widget-main.padding-2 {
	padding:2px
}
.widget-main.padding-0 {
	padding:0
}
.widget-main.no-padding {
	padding:0
}
.widget-toolbar .progress {
	vertical-align:middle;
	display:inline-block;
	margin:0
}
.widget-toolbar>.dropdown, .widget-toolbar>.dropup {
	display:inline-block
}
.widget-toolbar>.dropdown>.dropdown-menu:before, .dropdown-menu.dropdown-caret:before {
	border-bottom:7px solid rgba(0, 0, 0, 0.2);
	border-left:7px solid transparent;
	border-right:7px solid transparent;
	content:"";
	display:inline-block;
	left:9px;
	position:absolute;
	top:-7px
}
.widget-toolbar>.dropdown>.dropdown-menu:after, .dropdown-menu.dropdown-caret:after {
	border-bottom:6px solid #fff;
	border-left:6px solid transparent;
	border-right:6px solid transparent;
	content:"";
	display:inline-block;
	left:10px;
	position:absolute;
	top:-6px
}
.widget-toolbar>.dropdown>.dropdown-menu.pull-right:before, .dropdown-menu.pull-right.dropdown-caret:before {
	left:auto;
	right:9px
}
.widget-toolbar>.dropdown>.dropdown-menu.pull-right:after, .dropdown-menu.pull-right.dropdown-caret:after {
	left:auto;
	right:10px
}
.widget-header[class*="header-color-"] {
color:#FFF;
filter:progid:DXImageTransform.Microsoft.gradient(enabled=false)
}
.header-color-blue {
	background:#307ecc;
	border-color:#307ecc
}

widget-toolbar.no-border:before {
    display: none;
}
.widget-toolbar:before {
    -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    border-color: #D9D9D9;
    border-image: none;
    border-style: solid;
    border-width: 0 1px 0 0;
    bottom: 3px;
    content: "";
    display: inline-block;
    left: -1px;
    position: absolute;
    top: 3px;
}

/* .input-icon > [class*="icon-"] {
    bottom: 1px;
    color: #909090;
    display: inline-block;
    font-size: 16px;
    left: 3px;
    line-height: 28px;
    padding: 0 3px;
    position: absolute;
    top: 1px;
    z-index: 2;
} */
.nav-search-icon {
    border: 0 none;
    border-radius: 0;
    padding: 0 3px;
}

.input-icon {
	position:relative
}
span.input-icon {
	display:inline-block
}
.input-icon>input {
	padding-left:24px;
	padding-right:6px
}
.input-icon.input-icon-right>input {
	padding-left:6px;
	padding-right:24px
}
/* .input-icon>[class*="icon-"] {
padding:0 3px;
z-index:2;
position:absolute;
top:1px;
bottom:1px;
left:3px;
line-height:28px;
display:inline-block;
color:#909090;
font-size:16px
} */
.input-icon.input-icon-right>[class*="icon-"] {
left:auto;
right:3px
}
.input-icon>input:focus+[class*="icon-"] {
color:#579
}

span.input-icon {
    display: inline-block;
}
.input-icon {
    position: relative;
}


/*======================= Container ========================*/

/*.container{
	width:1000px; 
}

@media only screen and (max-width:767px) {
.container{
	width:767px !important;
}
}
@media only screen and (min-width:768px) and (max-width:979px) {
.container{
	width:768px !important;
	margin-bottom:50px;
}
}
@media only screen and (min-width:1200px) {
.container{
	width:1000px !important;
}
}*/


/*======================= Colors ========================*/

.green {
color: #458746;
}
.red {
color: #B94846;
}
.blue {
color: #3986AC;
}
.yellow {
color: #F99406;
}

/*====================== Specials Reach US ======================*/
#example2 {
			/*position: fixed;*/
			line-height:1.7em;
			/*top:200px;
			right:-40px;*/
			font-size: 12px !important;
			text-align:left !important;
			float:right !important;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
#example3 {
			/*position: fixed;*/
			line-height:1.7em;
			/*top:200px;
			right:-40px;*/
			font-size: 12px !important;
			text-align:left !important;
			float:right !important;
			width: 250px;
			margin: 10px;
			height:350px;
			 background:url(../images/Reward_img.png) no-repeat; background-position:center right;
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		#example33 {
			/*position: fixed;*/
			line-height:1.7em;
			/*top:200px;
			right:-40px;*/
			font-size: 12px !important;
			text-align:left !important;
			float:right !important;
			width: 250px;
			margin: 10px;
			height:350px;
			 background:url(../images/Reward_img2.png) no-repeat; background-position:center right;
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		#example4 {
			/*position: fixed;*/
			line-height:1.7em;
			/*top:200px;
			right:-40px;*/
			font-size: 12px !important;
			text-align:left !important;
			float:right !important;
			width: 250px;
			margin: 10px;
			height:250px;
			background:url(../images/OfficeWork.png) no-repeat; background-position:center right;
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
		
/*@media only screen and (min-width: 640px) {
	
	#example2 {
			position: fixed;
			line-height:1.7em;
			top:200px;
			right:10px;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
}

		
		
@media only screen and (min-width: 768px) {
	
	#example2 {
			position: fixed;
			line-height:1.7em;
			top:300px;
			right:10px;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
}
			
		
		
@media only screen and (min-width: 979px) {
	
	#example2 {
			position: fixed;
			line-height:1.7em;
			top:200px;
			right:0px;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
}
		
		
		
@media only screen and (min-width: 1224px) {
	
	#example2 {
			position: fixed;
			line-height:1.7em;
			top:200px;
			right:200px;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
}

@media only screen and (min-width: 1824px) {
	
	#example2 {
			position: fixed;
			line-height:1.7em;
			top:200px;
			right:440px;
			width: 230px;
			margin: 10px;
			height:110px;
			background: #fff url(../images/ThameLogo_Transparent.png) no-repeat;
			background-position:center; 
				border: 1px solid #96c9f5;
padding:10px;
				box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);
	-webkit-box-shadow:0 0 10px rgba(189, 189, 189, 0.4);
-moz-box-shadow: 0 0 10px rgba(189, 189, 189, 0.4);

			z-index:10 !important;
		}
		
		
}
	*/
	
/*#form-container{
	margin-left:33%; margin-top:12%;  width:42%;
}
*/

@media  (min-width: 480px) {
#form-container{
	height:600px;
	padding-top:150px !important;
	margin-left:23%; margin-top:20%;  width:42%;
}
}

@media  (min-width: 768px) {
#form-container{
	margin-left:30%; margin-top:12%;  width:42%;
}
}



@media  (min-width: 979px) {
#form-container{
	
	margin-left:25%; 
	margin-top:12%;  
	width:42%;
}
}

@media  (min-width: 980px) {
#form-container{
	padding-top: 20px !important;
	height: 400px;
	margin-left: 33%;
    margin-top: 12%;
    width: 42%;
}
}

@media  (min-width: 1200px) {
#form-container{
	margin-left:30%; margin-top:12%;  width:42%;
}
}



/*============================ Sitemap Menu ===============================*/

.menu_Animate {padding:0; margin:0; list-style:none; width:100%; position:relative; z-index:100; margin:10px auto; height:260px;}
.menu_Animate li {width:100%; height:40px; float:left;}
.menu_Animate li a {display:block; width:100%; height:100%;}
.menu_Animate li a span {position:absolute; left:-9999px;}
.menu_Animate li.icons {position:absolute; left:0; top:0; width:100%; height:240px; z-index:-1;}
.menu_Animate li.icons r {display:block; width:100%; height:40px; padding-left:11px; line-height:40px; font:normal 13px/40px arial, sans-serif; font-weight:bold; color:#666; text-shadow:0px 0px 0px 1px rgba(8,145,209,0.8); 
background-image: url('data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAWSjEh8SSD7OUwAzAFJggTgHJAAAEkuAx5OdRJCAAAAAElFTkSuQmCC'), linear-gradient(to bottom, #ffffff, #e6e6e6);


box-shadow:0px 0px 0px 1px rgba(8,145,209,0.9); 
/* background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAWSjEh8SSD7OUwAzAFJggTgHJAAAEkuAx5OdRJCAAAAAElFTkSuQmCC"), linear-gradient(to bottom, #a4cde9, #77b2da); */
border-radius:5px;
-webkit-transition:0.2s;
-moz-transition:0.2s;
-ms-transition:0.2s;
-o-transition:0.2s;
transition:0.2s;
}

.menu_Animate li:hover {height:48px;  margin:-5px 0 0 0; width:100%; position:relative; z-index:100;}
.menu_Animate li.link2:hover {margin:-3px 0 0 0;}
.menu_Animate li.link3:hover {margin:-2px 0 0 0;}
.menu_Animate li.link4:hover {margin:-2px 0 0 0;}
.menu_Animate li.link5:hover {margin:-2px 0 0 0;}
.menu_Animate li.link6:hover {margin:-2px 0 0 0;}
.menu_Animate li.link7:hover {margin:-2px 0 0 0;}
.menu_Animate li.link8:hover {margin:-2px 0 0 0;}

.menu_Animate li.icons:hover {position:absolute; left:0; top:0; margin:0; width:100%; height:240px; z-index:-1;}

.menu_Animate li.link1:hover ~ li.icons r.icon1,
.menu_Animate li.link2:hover ~ li.icons r.icon2,
.menu_Animate li.link3:hover ~ li.icons r.icon3,
.menu_Animate li.link4:hover ~ li.icons r.icon4,
.menu_Animate li.link5:hover ~ li.icons r.icon5,
.menu_Animate li.link6:hover ~ li.icons r.icon6,
.menu_Animate li.link7:hover ~ li.icons r.icon7,
.menu_Animate li.link8:hover ~ li.icons r.icon8 {font-size:17px; height:48px; width:100%; line-height:48px; margin:-5px 0 -5px 16px; background-color:#c00; position:relative; z-index:10; box-shadow:0 0 20px rgba(0,0,0,0.6); color:#000;}

.menu_Animate li.link1:hover ~ li.icons r.icon2,
.menu_Animate li.link2:hover ~ li.icons r.icon1,
.menu_Animate li.link2:hover ~ li.icons r.icon3,
.menu_Animate li.link3:hover ~ li.icons r.icon2,
.menu_Animate li.link3:hover ~ li.icons r.icon4,
.menu_Animate li.link4:hover ~ li.icons r.icon3,
.menu_Animate li.link4:hover ~ li.icons r.icon5,
.menu_Animate li.link5:hover ~ li.icons r.icon4,
.menu_Animate li.link5:hover ~ li.icons r.icon6,
.menu_Animate li.link6:hover ~ li.icons r.icon5,
.menu_Animate li.link6:hover ~ li.icons r.icon7,
.menu_Animate li.link7:hover ~ li.icons r.icon6,
.menu_Animate li.link7:hover ~ li.icons r.icon8,
.menu_Animate li.link8:hover ~ li.icons r.icon7 {font-size:16px; height:46px; width:100%; line-height:46px; margin:-4px 0 -4px 12px; background-color:#b00; position:relative; z-index:9; box-shadow:0 0 15px rgba(0,0,0,0.7); color:#666;}

.menu_Animate li.link1:hover ~ li.icons r.icon3,
.menu_Animate li.link2:hover ~ li.icons r.icon4,
.menu_Animate li.link3:hover ~ li.icons r.icon1,
.menu_Animate li.link3:hover ~ li.icons r.icon5,
.menu_Animate li.link4:hover ~ li.icons r.icon2,
.menu_Animate li.link4:hover ~ li.icons r.icon6,
.menu_Animate li.link5:hover ~ li.icons r.icon3,
.menu_Animate li.link5:hover ~ li.icons r.icon7,
.menu_Animate li.link6:hover ~ li.icons r.icon4,
.menu_Animate li.link6:hover ~ li.icons r.icon8,
.menu_Animate li.link7:hover ~ li.icons r.icon5,
.menu_Animate li.link8:hover ~ li.icons r.icon6 {font-size:15px; height:44px; width:100%; line-height:44px; margin:-3px 0 0px 8px; background-color:#a00; position:relative; z-index:8; box-shadow:0 0 10px rgba(0,0,0,0.8); color:#333;}

.menu_Animate li.link1:hover ~ li.icons r.icon4,
.menu_Animate li.link2:hover ~ li.icons r.icon5,
.menu_Animate li.link3:hover ~ li.icons r.icon6,
.menu_Animate li.link4:hover ~ li.icons r.icon1,
.menu_Animate li.link4:hover ~ li.icons r.icon7,
.menu_Animate li.link5:hover ~ li.icons r.icon2,
.menu_Animate li.link5:hover ~ li.icons r.icon8,
.menu_Animate li.link6:hover ~ li.icons r.icon3,
.menu_Animate li.link7:hover ~ li.icons r.icon4,
.menu_Animate li.link8:hover ~ li.icons r.icon5 {font-size:14px; height:42px; width:100%; line-height:42px; margin:-2px 0 -2px 4px; background-color:#900; position:relative; z-index:7; box-shadow:0 0 5px rgba(0,0,0,0.9); color:#999;}





/*===================================== Animated button =========================================== */

.bubblewrap{
list-style-type:none;
margin:0;
padding:0;
cursor:pointer;
}

.bubblewrap li{
display:inline;
width: 105px;
height:100px;
cursor:pointer;
}

.bubblewrap li img{
/*width: 105px;  width of each image.*/
/*height: 100px;  height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-moz-transition:-moz-transform 0.1s ease-in; /*animate transform property */
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
cursor:pointer;
}

.bubblewrap li img:hover{
-moz-transform:scale(2.2); /*scale up image 1.8x*/
-webkit-transform:scale(2.2);
-o-transform:scale(2.2);
cursor:pointer;
}


/*========== another version ===================== */
.bubblewrap_addto{
list-style-type:none;
margin:0;
padding:0;
cursor:pointer;
}

.bubblewrap_addto li{
display:inline;
width: 105px;
height:100px;
cursor:pointer;
}

.bubblewrap_addto li img{
/*width: 105px;  width of each image.*/
/*height: 100px;  height of each image.*/
border:0;
margin-right: 12px; /*spacing between each image*/
-moz-transition:-moz-transform 0.1s ease-in; /*animate transform property */
-webkit-transition:-webkit-transform 0.1s ease-in; 
-o-transition:-o-transform 0.1s ease-in; /*animate transform property in Opera */
cursor:pointer;
}

.bubblewrap_addto li img:hover{
-moz-transform:scale(1.5); /*scale up image 1.8x*/
-webkit-transform:scale(1.5);
-o-transform:scale(1.5);
cursor:pointer;
}



/*------------------------Tooltip-------------------*/

#tooltip {
	position: absolute;
	left: -9999px;
	top: -9999px;
	text-align: center;
	padding-top:0px;
	padding-bottom:0px;
	padding-left:0px;
	padding-right:0px;
	font-family: ubuntu_light;
	font-size: 11px;
	font-weight:bold;
-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	border-shadow: 0 0 5px 1px #444; 
	 z-index:9999;
	
}

/* IE hack*/
/*#tooltip .tipHeader {margin-bottom:-6px;}*/
 
#tooltip .tipBody {
/*	background:url(../images/tipBody.gif);*/
    /*background-color:#000;
    border-bottom-style:solid;
    border-top-style:solid;*/
    -moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	-khtml-border-radius: 5px;
	border-radius: 5px;
	box-shadow: 0 0 5px 1px #444; 
	
    padding:4px;
    background: #1ac6ff;
	background-image: linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );
	background-image: -o-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );
	background-image: -moz-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239));
	background-image: -webkit-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239));
	background-image: -ms-linear-gradient(bottom, rgb(81,186,252) , rgb(59,170,239) );


	color: #000;
}
 
#tooltip .tipFooter {
    height:8px;
 /*   background:url(../images/tipFooter.gif) no-repeat;*/
 background: #183bad;
	background-image: linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -o-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -moz-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -webkit-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);
	background-image: -ms-linear-gradient(bottom, rgb(36,78,122) 6%, rgb(15,105,194) 65%);

	background-image: -webkit-gradient(
		linear,
		left bottom,
		left top,
		color-stop(0.06, rgb(36,78,122)),
		color-stop(0.65, rgb(15,105,194))
	);
	color: #fff;
}


.top{
	width: 100% !important;
	left: 0 !important;
	border-radius: 0 !important;
}
.bottom{
	width: 100% !important;
	left: 0 !important;
	top: auto !important;
	border-radius: 0 !important;
}


/*----------------Tooltip end----------------------------*/

/*====================== Accordian Panel ==============================================*/

  .sidebarmenu{
    margin:0px 0;
    padding:0;
     min-width:100%;
    max-width:100%;
    text-align:left;
    }
.sidebarmenu a.menuitem
{
     background:url(cupertino/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png) repeat-x ;
	 background-position:center;	
	text-decoration:none;
	font-weight:bold;
    color: #fff;
    display: block;
    position: relative;
   min-width:100%;
    max-width:100%;
    height:28px;
    margin:0 0 0px 0;
    line-height:28px;
    padding:0px 0 0 25px; 
    text-decoration: none; 
    font-family: Segoe UI;
    font-size: 10pt;    
    white-space: nowrap;
    text-align:left;
    border-right-color:#fff;
	border-right-style:solid;
	border-left-color:#fff;
	border-top-color:#fff;
	border-bottom-color:#fff;
	-webkit-border-top-left-radius:3px; 
	-webkit-border-top-right-radius:3px; 
	-moz-border-radius-topleft:3px; 
	-moz-border-radius-topright:3px; 
	-moz-box-shadow: 2px 2px 100px #9CF;
    -webkit-box-shadow: 2px 2px 100px #9CF;
    box-shadow: 2px 2px 7px #9CF;
	border-radius:3px; 
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-width:1px;
	text-align:left;
}



.sidebarmenu a.menuitem:hover
{
     background:url(cupertino/images/ui-bg_gloss-wave_55_5c9ccc_500x100.png)repeat-x;
	 background-position:center;
	text-decoration:none;
	font-weight:bold;
    color: #fff;
    display: block;
    position: relative;
     min-width:100%;
    max-width:100%;
    height:28px;
    margin:0 0 0px 0;
    line-height:28px;
    padding:0px 0 0 25px; 
    text-decoration: none; 
    font-family: Segoe UI;
    font-size: 10pt;    
    white-space: nowrap;
    text-align:left;
    border-right-color:#fff;
	border-right-style:solid;
	border-left-color:#fff;
	border-top-color:#fff;
	border-bottom-color:#fff;
	-webkit-border-top-left-radius:3px; 
	-webkit-border-top-right-radius:3px; 
	-moz-border-radius-topleft:3px; 
	-moz-border-radius-topright:3px; 
	-moz-box-shadow: 2px 2px 100px #9CF;
    -webkit-box-shadow: 2px 2px 100px #9CF;
    box-shadow: 2px 2px 7px #9CF;
	border-radius:3px; 
	border-top-style:solid;
	border-left-style:solid;
	border-bottom-style:solid;
	border-right-style:solid;
	border-width:1px;
	text-align:let;
    
    }

.sidebarmenu a.menuitem:visited, .sidebarmenu .menuitem:active{
color: white;
text-align:left;
}
.sidebarmenu a.menuitem .statusicon{
position: absolute;
top:7px;
left:9px;
border: none;
}

.sidebarmenu div.submenu{
background: none;
}
.sidebarmenu div.submenu ul{ 
list-style-type: none;
margin: 0;
padding: 5px 5px 5px 10px;

/* Modify by Ronak */

height:auto;
overflow-y:auto;

}

.sidebarmenu div.submenu ul li{

}
.sidebarmenu div.submenu ul li a{
display: block;
color: black;
text-decoration: none;
padding:5px 0;
padding-left: 10px;
}
.sidebarmenu div.submenu ul li a:hover{
background: #fefeff;
color: #0e4354;
}
/*====================== Accordian Panel ==============================================*/


/*================== All pages css ==================================== */

@media(min-width:768px) and (max-width:979px) {

#pricing .price_wrapper{
width:100% !important;
}

#phone_first {
	width:30%;
	margin-left:35%;
}
 #ExistingCustomer {
	width:30%;
	margin-left:35%;
}
	 #phone_second{
	width:30%;
	margin-left:35%;
}	
#newCustomer{
	width:30%;
	margin-left:35%;
}
	 #phone_third{
	width:30%;
	margin-left:35%;
}	

#first_table{
	display:none;
}
#second_table{
	display:none;
}




#first {
display:none;
}
 #second {
display:none;
}
	
#third{
display:none;
}
 #four{
display:none;
}	

#five{
	display:none;
}
#six{
	display:none;
}
#seven{
	display:none;
}
#eight{
	display:none;
}
#nine{
	display:none;
}










#login .login-wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 100% !important;
}
}

/*================== All pages css End ==================================== */


.statement_disabled{
	-webkit-border-radius: 4px; 
	-moz-border-radius: 4px; 	
	border-radius: 4px;
	min-height:29px; 
	text-align:center; 
	background:#f2f2f2; 
	font-weight:bold; color:#333;  
	border:1px solid #348AC2; 
	vertical-align:middle !important;
	
	 -moz-border-bottom-colors: none;
    -moz-border-left-colors: none;
    -moz-border-right-colors: none;
    -moz-border-top-colors: none;
    background-attachment: scroll;
    background-clip: border-box;
    background-color: #F5F5F5;
    background-image: url("data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAQAAAAECAYAAACp8Z5+AAAAHklEQVQIW2NkQAWSjEh8SSD7OUwAzAFJggTgHJAAAEkuAx5OdRJCAAAAAElFTkSuQmCC"), linear-gradient(to bottom, #FFFFFF, #E6E6E6);
    background-origin: padding-box;
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto auto;
    border-image: none;
    box-shadow: 0 1px 0 rgba(255, 255, 255, 0.2) inset, 0 1px 2px rgba(0, 0, 0, 0.05), 0 4px 8px rgba(0, 0, 0, 0.55);
    color: #333333;
    font-family: 'RobotoCondensed',Arial,san-serif;
    position: relative;
    text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.75);
	padding-top:5px;
	
	
}


.icon_for_jqgrid_OrderHistory{
	color:#0088CC;
	font-size:20px !important;
	cursor::pointer !important;
	vertical-align: middle !important;
}
.edit_icon_for_jqgrid_OrderHistory{
	color:#46a246;
	font-size:20px !important;
	cursor::pointer !important;
	vertical-align: middle !important;
}


/*============== Vision Background ======================*/
.vision_background{
	background:url(../images/Vision_background.png) no-repeat;
	background-position:left bottom;
}
/*============== Vision Background ======================*/



/*  offser Dialig Css for Mail */

.wrapper_dialog
{
	width:680px;
	margin:10px auto;
	padding:0px;
	font-family: calibri;
  text-align: center;
  color: #4d4d4d;
   line-height:20px;
}
.wrapper_dialog img
{
  width: 100%;
}
.discription
{
  padding:10px 20px;
}
.wrapper_dialog .bold_text
{
   font-size: 16px;
   font-weight: bold;
}
.wrapper_dialog .small_text
{
  font-size: 14px;
}
.wrapper_dialog .blue_text
{
  color: #124d9a;
    font-size: 16px;
   font-weight: bold;
}
.wrapper_dialog .btn_do
{
  background-color: #124d9a;
  padding:0px;
  border-radius: 10px;
  text-transform: uppercase;
  font-size: 2em;
  margin: 20px 0px;
  display: inline-block;
  color: #fff;
  text-decoration: none;
  min-width: 250px;
  min-height: 50px;
  line-height: 50px;
}
.wrapper_dialog  .mail_info
{
  border-top:1px solid #ccc;
  font-size: 10px;
  padding-top: 20px;
  margin:20px 0px;
}
.wrapper_dialog  .mail_info a
{
  text-decoration: none;
  color: #124d9a;
}
.wrapper_dialog .confirmation_info
{
	margin-top: 20px;
	font-size: 18px;
color:#000; 
}
.wrapper_dialog .confirmation_info input
{
	margin-right: 5px;
	margin-top: -2px;
}


.returnTbl 
{
	width:100%;
	margin: 0px auto;
}
.returnTbl tr td:nth-child(1)
{
	width: 130px;
}
.returnTbl tr td label
{
	
	color: #414848;
	padding-top: 8px;
	display: block;
}
.returnTbl tr td:nth-child(2) .form-control
{
	width: 100%;
	margin-bottom: 5px;
	border:1px solid #ccc;
	padding:5px;
	box-shadow:none;
    border-radius: 0 !important;
}

 .return_order
           {
               background: #f2f2f2;
              border: 1px solid #96c9f5;
              box-shadow:0 0 10px #BDBDBD;
               padding: 20px;
               position: relative;
               display: block;
               height: auto;
               border-radius: 10px;
           }
           .overflow_auto
           {
               overflow: hidden;
            }
          /*  .return_order:after
           {
               border-top: 50px solid #ccc;
               border-left: 30px solid transparent; 
               border-right: 30px solid transparent; 
               top: 100%;
               content: "";
               position: absolute;
               left: 45%;
               margin-left: -21px;
               width: 0; 
               height: 0;
           } */
          .img_return_order img
          {
          margin: 10px auto;
          max-width: 300px;
          display: block;
          z-index:9;
          position: relative;
          }
           .return_order
           {
            	width: 600px;
            	margin: -100px auto 10px;
            	padding-top: 100px;
            	
           }
           .return_order table
           {
           	width: 80%;
           	margin: 0px auto;
           }
             .return_order table .btn
             {
             margin-top: 5px;}
             