/* Yahoo! CSS Reset */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
	margin: 0;
	padding: 0;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
fieldset, img {
	border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
	font-style: normal;
	font-weight: normal;
}
ol, ul {
	list-style: none;
}
caption, th {
	text-align: left;
}
h1, h2, h3, h4, h5, h6 {
	font-size: 100%;
	font-weight: normal;
}
q:before, q:after {
	content: '';
}
abbr, acronym {
	border: 0;
}
/* End of Yahoo! CSS Reset */

article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
body {
	font-family: 'Open Sans', sans-serif;
	background:#fff;
}
.wrapper {
	min-width: 1000px;
	max-width: 1400px;
	margin: 0 auto;
	
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
/*
.navbar-brand{
	height:inherit;
	padding:5px 0;
	line-height:inherit;
}
.menu{
	float:right;
	padding:11px 0;
	padding-right:20px;
}
.nav-bg{
	background:#fff;
	/*background:#f28858;
	border-bottom:3px solid #565656;
	margin-bottom:0;
}
.menu li:first-child{
	margin-left:0;
}
.menu li{
	margin-left:5px;
}
.menu > li > a{
	font-size:13px;
	color:#454545;
	font-weight:500;
	display:block;
	padding:8px 20px;
	
	text-transform: uppercase;
text-decoration: none;
cursor: pointer;
/*
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
}*/
/*.navbar-inverse .navbar-nav > li > a{
	color:#454545;
	
}
.navbar-inverse .navbar-nav > li > a:hover, .navbar-inverse .navbar-nav > li > a:focus,.navbar-inverse .navbar-nav>.active>a{
	background:#fff;
	color:#FC4242;
	
}
.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
	background-color:#fff;
}
.menu li a:hover{
	background:#fff;
	border-bottom:none;
}
*/
.clear{clear:both;}/* clear float */

/* top menu 
-----------------------------------------------------------------------------*/
.logo{
	float: left;
	/*margin-top: 2.2em;
	margin-right:10px;*/
	margin-left:35px;
	margin-top:10px;
	padding-top:8px;
}
.top-nav{
	float:right;
	position: relative;
	width: 57%;
	padding:2px 0;
	padding-right:36px;
	
}
/*----top-nav-----*/
.flexy-menu{
	margin: 0;
	padding: 0;
	position: relative;
	/*font-family: 'Open Sans', sans-serif;
	padding:8px 20px;*/
	list-style: none;
	float:right;
	font-size:13px;
	color:#454545;
	font-weight:500;
	display:block;
	text-transform: uppercase;
text-decoration: none;
cursor: pointer;
	
}
.flexy-menu li{
	display:inline;
	font-size:13px;
	margin:0;
	padding:0;
	float:left;
	line-height:20px;
	position:relative;
	color:#454545;
	font-weight:500;
}
.flexy-menu>li>a{
	padding: 2.5em 1.5em;
	color:#454545;
	font-weight: 600;
	font-size: 1.19em;
	text-decoration: none;
	display: block;
	text-transform: uppercase;
	-webkit-transition: color .2s linear,background .2s linear;
	-moz-transition: color .2s linear,background .2s linear;
	-o-transition: color .2s linear,background .2s linear;
	transition: color .2s linear,background .2s linear;
}
.flexy-menu li:hover>a{
	color:#FC4242;
}
.flexy-menu li.active a{
	color:#FC4242;
}
.flexy-menu li.right{
	float:right;
}
.flexy-menu ul,.flexy-menu ul li ul{
	list-style: none;
	margin: 0;
	padding: 0;
	display: none;
	position: absolute;
	z-index: 99999;
	width: 170px;
	background: rgba(44, 62, 80, 0.71);
	box-shadow: 0 1px 1px rgba(0,0,0,0.3);
}
.flexy-menu ul{
	top:60px;
	left:0;
}
.flexy-menu ul li ul{
	top:0;
	left:100%;
}
.flexy-menu ul li{
	clear:both;
	width:100%;
	border:0;
	font-size:12px;
}
.flexy-menu ul li a{
	padding:10px 20px;
	width:100%;
	color:#dedede;
	font-size:13px;
	text-decoration:none;
	display:inline-block;
	float:left;
	clear:both
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	-webkit-box-sizing:border-box;
	-webkit-transition:color .2s linear,background .2s linear;
	-moz-transition:color .2s linear,background .2s linear;
	-o-transition:color .2s linear,background .2s linear;
	transition:color .2s linear,background .2s linear;
	}
.flexy-menu>li .arrow{
	position:absolute;
	color:#dedede;
	top:20px;
	right:8px;
	font-size:17px;
}
.flexy-menu ul>li .arrow{
	top:10px;
	right:8px;
}
.thin>li>a{
	padding:10px 22px;
}
.thin ul{
	top:40px;
}
.thin>li .arrow{
	top:10px;
}
.thick>li>a{
}
.thick ul{
	top:100px;
}
.thick>li .arrow{
	top:40px;
}
.flexy-menu i{
	line-height:20px!important;
	margin-right:6px;
	font-size:18px;
	float:left;
}
.flexy-menu>li.showhide{
	display:none;
	width:100%;
	height:50px;
	cursor:pointer;
	color:#dedede;
	background:#333;
}
.flexy-menu>li.showhide span.title{
	margin:16px 0 0 25px;
	float:left;
}
.flexy-menu>li.showhide span.icon{
	margin:17px 20px;
	float:right;
}
.flexy-menu>li.showhide .icon em{
	margin-bottom:3px;
	display:block;
	width:20px;
	height:2px;
	background:#ccc;
}


/* top Header 
-----------------------------------------------------------------------------*/
.headertop {
	background:#2A6496;
	padding:10px 0 10px 0px;
	height:25px;
}



/* Header
-----------------------------------------------------------------------------*/
.header {
	
	background: #fff;
	
	position: relative;
min-height: 50px;
/*margin-bottom: 20px;
margin-top: 20px;*/
border: 1px solid transparent;
}

.wrap{
	width:100%;
	/*width:80%;*/
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}

.features{
	/*margin-top:2em;*/
	
	text-align:center;
}
/* Middle
-----------------------------------------------------------------------------*/
.content {
	background:#EEE;
}


.features h2{
	font-size:22px;
	color:#f28858;
	font-weight:700;
	text-transform:uppercase;
	margin:15px 0;
}
.features p{
	color:#333;
	font: 14px/23px "Open Sans",sans-serif;
	/*line-height:1.6em;
	padding:5px 0;*/
	width:85%;
	margin:0 auto;
}
.support a.read-more{
	display:inline-block;
	color:#1299DB;
	font-size:16px;
	font-weight:600;
	padding:12px 35px;
	background:#fff;
	border:3px solid #1299DB;
	/*border-bottom:4px solid #576f6f;*/
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top:10px;
}

.features a.read-more{
/*	position:absolute;
	color:#fff;
	font-size: 16px;
	font-weight: normal;
	text-align: center;
	text-transform: uppercase;
	background-color: #ff9900;
	padding: 12px 25px;
	margin-left: -65px;
	border-radius:4px;*/
	
	
	
	display:inline-block;
	color:#fff;
	font-size:16px;
	font-weight: normal;
	padding:12px 35px;
	background:#ff9900;
	/*border:4px solid #1299DB;*/
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	-o-border-radius:4px;
	text-decoration:none;
	text-transform:uppercase;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	margin-top:10px;
}


.features a.read-more:hover{
	/*background:#1299DB;
	border:3px solid #1299DB;
	color:#fff;*/
	
	color:#000;
	background-color: #ff9900;
}

.features a.read-more:active,.support a.read-more:active{
	position:relative;
	/*bottom:-2px;*/
}
.support a.read-more{
	background:#f28858;
	border-bottom:4px solid #b56642; 
	padding:8px 35px;
	font-size:16px;
	margin-top:12px;
}
.support a.read-more:hover{
	background:#EC7945;
	border-bottom:4px solid #D1612E;
}
.support{
	background:#f5f5f5;
	padding:15px 10px;
	margin:1% 0;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-moz-border-radius:5px;
}
.support h2{
	font-size:25px;
	color:#636363;
	font-weight:700;
	text-transform:capitalize;
	margin:0;
	text-align:center;
	margin-bottom:15px;
}
.support p{
	color:#687170;
	font-size:15px;
	line-height:1.6em;
	padding:5px 0;
}

/********** Login *************/


a.but_hand_right {
	padding: 10px 22px 10px 22px;
	margin: 0px 0px 0px 0px;
	background: #ff8100;
	border-bottom: none;
	/*font: 12px 'Open Sans',sans-serif;*/
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #fff;
	font-weight: 600;
	-moz-border-radius: 3px;
	-o-border-radius: 3px;
	-webkit-border-radius: 3px;
	-ms-border-radius: 3px;
	border-radius: 3px;
	/*padding:3px 13px 3px 13px; 
	margin-right:20px;*/
	 
	
}
a.but_hand_right:hover {
	color: #fff;
	background-color: #ff9900;
	text-decoration:none;
}

.col-xs-3 {
  width: 28%;
 position: relative;
  min-height: 1px;
/*  padding-right: 15px;
  padding-left: 15px;*/
float: left;
}
/* other pages
-----------------------------------------------------------------------------*/
.contact_right{
	background:#ededed;
	padding:28px 0px 0px 5px;
	float:right;
	width:43%;
	min-height:1px;
	position:relative;

}
.contact_left{
	background:#ededed;
	padding:1%;
	float:left;
	width:53%;
	min-height:1px;
	position:relative;

}


.col-md-4{
	width:50%;
		position:relative;
	min-height:1px;
	float:left;
	padding:0px 15px 0px 15px;
}

/*.col-md-8{
	width:50%;
		position:relative;
	min-height:1px;
	float:left;
	padding:0px 15px 0px 15px;
}
*/
ul.contact_info {
	padding: 0;
	list-style: none;
	margin: 0;
}
ul.contact_info li{
	margin:1em 0;
}
ul.contact_info li i{
	float:left;
	margin-right:15px;
	font-size:25px;
	color:#717171;
}
ul.contact_info li span{
	float:left;
}
ul.contact_info span {
	color:#717171;
	font-size:14px;
	font-weight:700;
	line-height: 1.6em;
}
ul.contact_info span.msg a {
	color:#717171;
}
ul.contact_info span.msg:hover{
	text-decoration:underline;
}
.contact-form_grid {
	text-align: center;
}
.contact-form_grid input[type="text"],.contact-form_grid textarea {
	display: block;
	width: 99%;
	padding:12px;
	outline: none;
	font-size: 14px;
	font-weight:bold;
	color: #b5b5b5;
	background: #FFF;
	border: none;
	border-radius: 0.3em;
	-webkit-border-radius: 0.3em;
	-moz-border-radius: 0.3em;
	-o-border-radius: 0.3em;
	margin-bottom:1em;
	font-family:'Open Sans', sans-serif;
}
.contact-form_grid input[type="text"]:focus,.contact-form_grid textarea:focus {
	color:#ADADAD;
}
 .contact-form_grid textarea {
	height:170px;
	resize:none;
}
.contact-form_grid input[type="submit"] {
	display:block;
	font-size:18px;
	font-weight:600;
	color:#FFF;
	text-transform:uppercase;
	padding:12px 0px;
	width:100%;
	background:#0078CE;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	-o-border-radius:5px;
	border:none;
	border-bottom:3px solid #2B2B2B;
	transition: all 0.3s ease-out;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	-webkit-apperance:none;
	font-family:'Open Sans', sans-serif;
	outline:none;
	
	
}
.contact-form_grid input[type="submit"]:hover {
	 background:#2B2B2B;
	 border-bottom:4px solid #0078CE;
}
.contact-form_grid input[type="submit"]:active {
  position:relative;
  bottom:-2px;
}
/***** 404 ****/
.page-not-found{
	text-align:center;
	color: #353434;
}
.page-not-found h4{	
	font-size:5em;
	text-shadow: 1px 1px 1px #FFF, 2px 2px 1px #888;
	text-transform:uppercase;
}
.page-not-found h3{
	font-size: 12em;
	text-shadow: 1px 1px 1px #FFF, 3px 2px 1px #888;
	font-weight:bold;
}

.col-xs-8 {
  position: relative;
  min-height: 1px;
 /* padding-right: 15px;
  padding-left: 15px;
  float: left;*/
}


/* tables */
.table-style {
	float: left;
	width: 100%;
}
.table-list {
	float: left;
	background-color: #fff;
	border: 1px solid #dddddd;
	margin-bottom:20px;
	width: 100%;
}
.table-list th {
	padding: 18px 10px;
	background-color: #eee;
}
.table-list td {
	padding: 5px 10px;
	text-align: center;
	font-size:12px;
	font-weight:600;
	background-color: #f5f5f5;
}
.table-list tr:hover td {
	background-color: #f9f9f9;
}





.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}
.container {
 /* padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
  padding:0px;
}

.container-fluid {
 /* padding-right: 15px;
  padding-left: 15px;*/
  margin-right: auto;
  margin-left: auto;
}
.row {
/*  margin-right: -15px;
  margin-left: -15px;*/
}

ol,ul{list-style:none;margin:0;padding:0;
list-style-type:decimal; list-style-position:inside;
font:14px/23px "Open Sans",sans-serif;
	color:#333;}
.about-desc{
	/*margin:2em 0;*/
	margin:0;
	padding:10px 75px 0px 32px;
}
.about-desc p{
	font:14px/23px "Open Sans",sans-serif;
	color:#333;
	padding:5px 0;
	line-height:1.8em;
}


.about-desc h2{
	font-size:20px;
	color:#636363;
	font-weight:700;
	text-transform:uppercase;
	margin:20px 0;
}

.about-desc h3{
	font-size:22px;
	font-family: "Raleway",sans-serif;
    font-weight: normal;
	text-transform:uppercase;
	margin:20px 0;
		
    line-height: 25px;
    margin-bottom: 20px;
    font-style: normal;
}



/* Footer
-----------------------------------------------------------------------------*/
.footer {
	height: 90px;
	background: #2A6496;
	padding-left:46px;
}

.footer-bottom{
	
	
	/*background:#1299DB;*/
	background:#2A6496;
	
	padding:1% 0;
}
.copy-right{
	float:left;
}
.copy-right p{
	font-size:13px;
	color:#999;
	font-style: normal;
	font-weight: normal;
	text-transform:capitalize;
	padding-top:8px;
	/*font-family:Verdana, Geneva, sans-serif;*/
}
.copy-right p a{
	color:#999;
	text-decoration:none;
	font-size: 10px;
	text-align: right;
	/*margin-top: 10px;
	
	color: #999;
	*/
	
}
.copy-right p a:hover{
	text-decoration:none;
	color:#e3e3e3;
}

.bottom-nav{
	float:right;
}
.bottom-nav p{
	font-size:13px;
	color:#fff;
	/*color:#0a6084;*/
	font-weight:normal;
	text-transform:capitalize;
	padding-top:8px;
	font-family:Verdana, Geneva, sans-serif;
}
.bottom-nav p a{
	/*color:#14739a;*/
	color:#fff;
	text-decoration:none;
}
.bottom-nav p a:hover{
	
	color:#2a2a2a;
	text-decoration:underline;
}

/* scroll up */
.scrollup{
    width:40px;
    height:40px;
    opacity:1;
    position:fixed;
    bottom:22px;
    right:20px;
    display:none;
    text-indent:-9999px;
	background:url(../images/scroll-top-arrow.png) no-repeat left top;
	/*background: url("images/scroll-top-arrow.png") no-repeat left top;
    background: url(images/scroll-top-arrow.png) no-repeat left top;*/
	z-index: 999;
}

