@charset "utf-8";
/* CSS Document */

@import url(https://fonts.googleapis.com/css?family=Roboto:100,200,300,400);


.bg_color1 {
	background:rgba(0,0,0,0.65);
}

.bg_color2 {
	background:#FFF;
}

.bg_color3 {
	background:rgba(255,255,255,0.85);
}

.bg_color4 {
	background:rgba(51,153,255,0.4);
}

.bg_color5 {
	background:rgba(0,0,0,0.85);
}

.bg_color6 {
	background:#09F;
}

fieldset {
	border:none;
	padding:0px;
	margin:0px;
}

body {
	background:#000;
	background-size:cover;
	background-attachment:fixed;
	margin:0;
	padding:0;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:14px;
	line-height:21px;
	color:#333;
}

header {
	background:rgba(255,255,255,0.1);
	width:100%;
	height:auto;
}

header .top {
	background:#09F;
	padding:0px 70px;
	margin:0px;
	border:none;
}

header .top .social {
	float:right;
}

header .top .social a img {
	width:28px;
	height:auto;
	margin-top:5px;
	margin-left:5px;
}

header .top a div {
	float:left;
	border-left:1px solid rgba(255,255,255,0.5);
	padding:0px 20px;
	line-height:38px;
	color:#FFF;
	font-size:15px;
}

header .top a {
	text-decoration:none;
}

header .top a div img {
	height:20px;
	margin-right:5px;
	position:relative;
	bottom:-5px;
}

header .top .phone div {
	border-left:none;
	padding-left:0px;
	color:#000;
}

header .top_head {
	background:#FFF;	
	padding:0px 50px;
	margin:0px;
	border:none;
}

input, textarea, select {
	background:#FFF;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:15px;
	width:94%;
	padding:13px 3%;
	margin:3px 0px;
	margin-bottom:20px;
	border:none;
	border-radius:4px;
		-moz-box-shadow: 0px 0px 1px 0px #000;
   -webkit-box-shadow: 0px 0px 1px 0px #000;
   box-shadow: 0px 0px 1px 0px #000;
}

input:focus, textarea:focus {
		-moz-box-shadow: 0px 0px 1px 0px #F00;
   -webkit-box-shadow: 0px 0px 1px 0px #F00;
   box-shadow: 0px 0px 1px 0px #F00;
}

input[type=radio], input[type=checkbox] {
	width:auto;
	padding:0px;
	margin:0px;
	
}

select {
	width:100%;
	padding:13px 2.5%;
}

.select2 {
	width:auto;
}

.form div {
	float:left;
	width:47%;
	padding:0px 1.5%;
	font-size:14px;
}

button {
	width:auto;
	padding:12px 30px;
	padding-top:8px;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:1.5em;
	font-weight:300;
	border-radius:4px;
	border:none;
	  -webkit-transition: all 0.4s;
      -moz-transition: all 0.4s;
      -ms-transition: all 0.4s;
      -o-transition: all 0.4s;
      transition: all 0.4s;	
}

button:hover {
	background:#222;
	color:#09F;
	cursor:pointer;
}

.big_button {
	background:#09F;
	color:#FFF;
	width:auto;
	padding:12px 27px;
	margin:0px;
	border:1px solid #09F;
	border-radius:5px;
	font-size:16px;
	float:right;
}

.content_page {
	height:auto;
	background:url(../images/new.jpg) center no-repeat fixed;
	background-size:cover;
}

.content_div {
	padding:50px 0px;
}

.content_div h1, .content_div h3 {
	text-align:center;
	color:#FFF;
	font-size:4.5em;
	font-weight:200;
	text-shadow: 1px 1px 5px #000;
	line-height:40px;
}

.content_div h3 {
	text-align:left;
	font-size:2.85em;
	line-height:15px;
	margin-top:5px;
	letter-spacing:-1px;
}

.portal_inner {
	width:40%;
	padding:3.5% 7.5%;
	margin:0 auto;
	font-size:16px;
	font-weight:200;
	text-align:left;
	border:1px solid #09F;
	border-radius:5px;
	color:#FFF;
}

.portal_inner table, .portal_inner2 table {
	width:100%;
	border-top:1px solid #DEDEDE;
	border-right:1px solid #DEDEDE;
}

.portal_inner table td, .portal_inner2 table td {
	padding:13px 5px;
	border:1px solid #DEDEDE;
	border-top-width:0px;
	border-right-width:0px;
	line-height:normal;
	font-size:15px;
	font-weight:300;
	text-align:center;
	color:#000;
}

.portal_inner2 table td {
	text-align:left;
}

.portal_inner table tr:nth-child(odd), .portal_inner2 table tr:nth-child(odd)  {
	background:none;
	color:#FFF;
}

.portal_inner2 table tr:nth-child(odd) td {
	color:#000;
}

.portal_inner2 table tr td span {
	color:#09F;
}

.portal_inner table tr:nth-child(odd) td{
	color:#FFF;
}

.portal_inner table tr:nth-child(even) {
	background:#DEDEDE;
}

.portal_inner2 table tr:nth-child(even) {
	background:none;
}

.portal_inner table strong, .portal_inner2 table strong {
	font-weight:700;
}

.portal_inner table strong a, .portal_inner2 table strong a {
/*	border-right:1px solid rgba(0,0,0,0.1);
*/	color:#0C0;
	cursor:pointer;
	font-weight:normal;
	text-decoration:none;
}

.portal_inner table strong a:hover, .portal_inner2 table strong a:hover {
	text-decoration:underline;
}

.portal_inner h2 {
	font-size:2em;
	font-weight:200;
	text-align:left;
	line-height:30px;
	margin-bottom:10px;
	margin-top:35px;
}



.portal_inner2 {
	width:80%;
	padding:3.5% 2.5%;
	margin:0 auto;
	font-size:16px;
	font-weight:300;
	text-align:left;
	border-radius:5px;
}

.portal_inner2 section {
	background:#06F;
	width:15%;
	height:auto;
	margin:1%;
	padding:2% 1.5%;
	float:left;
	text-align:center;
	color:#FFF;
	
	-webkit-border-radius: 3px;
	-khtml-border-radius: 3px;  
	-moz-border-radius: 3px;
	border-radius: 3px;
	
	-moz-box-shadow: 0px 0px 1px 0px #FFF;
   -webkit-box-shadow: 0px 0px 1px 0px #FFF;
   box-shadow: 0px 0px 1px 0px #FFF;

}

.portal_inner2 section:hover {
	background:#F00;
    transition:.75s;
}

.portal_inner2 section:hover h1 {
	color:#FFF;
}

.portal_inner2 section img {
	height:65px;
	margin-bottom:10px;
}

.portal_inner2 section h1 {
	color:#FFF;
	font-size:15px;
	font-weight:300;
	margin:0px;
	line-height:25px;
	text-shadow:none;
}



/*
header .logo_lt {
	width:25%;
	float:left;
	padding:7px 0px;
}

header .logo_lt img {
	width:55%;
	height:auto;
}

header .logo_rt {
	width:75%;
	float:right;
	text-align:right;
}

header .logo_rt .bottom {
	width:100%;
	float:right;
}

*/


/*Navigation*/
legend {
  padding: 7px 0;
  background: repeating-linear-gradient(45deg, #f0f2ed, #f0f2ed 20px, #f8f4eb 20px, #f8f4eb 40px);
  box-shadow: 0 4px 6px rgba(255,255,255,.2);  
}

.container {
	width:90%;
  margin: 0 auto;
}

.logo-box {
  float: left;
  margin-right: 20px;
}

.logo-box a {
  outline: none;
  display: block;
}

.logo-box img {display: block; height:70px;}

.logo-box2 img {display: block; height:50px;}

nav {
  overflow: hidden;
}

nav ul {
  list-style: none;
  margin: 0;
  padding: 0;
  float: right;
}

nav li {
  display: inline-block;
  margin-left: 50px;
  height: 70px;
  line-height: 70px;
  transition: .5s linear;
  
	text-decoration: none;
	color:#09F;
	font-size:17px;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-weight:500;
	letter-spacing:1px;
	text-transform:uppercase;
}

nav a {
  text-decoration: none;
  display: block;
  position: relative;
  color: #F00;
  text-transform: uppercase;
}

nav a:hover {
	color: #09F;
}

nav a:after {
  content: "";
  width: 0;
  height: 2px;
  position: absolute;
  left: 0;
  bottom: 15px;
  background: #F00;
  transition: width .5s linear;  
	color: #F00;
}

nav a:hover:after {width: 100%;}

nav .nav-active {
	color: #09F;
}







.flash_head {
	width:60%;
	margin:0 auto;
	padding:60px 0px;
	padding-bottom:25px;
	text-align:center;	
	font-family:'Roboto',Arial, Helvetica, sans-serif;
}

.flash_head h2 {
	font-size:5.5em;
	font-weight:400;
	color:#09F;
	line-height:75px;
}

.flash_head .line_below {
	width:15%;
	margin:0 auto;
	margin-bottom:25px;
	border-bottom:3px solid #FFF;
}

.flash_p {
	background:#09F;
	width:90%;
	padding:30px 5%;
	margin:0px;
	text-align:center;	
	color:#FFF;
	font-weight:300;
	line-height:30px;
}

.flash_p span:first-child {
	width:65%;
	padding:0px 2.5%;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:2.15em;
	font-weight:100;
	float:right;
}

.flash_p span:last-child {
	width:27%;
	padding:0px 1.5%;
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	font-size:13px;
	float:right;
	line-height:17px;
	text-align:left;
}

.flash_p span:last-child strong {
	font-size:17px;
	font-weight:300;
	line-height:27px;
}

.flash_p a {
	color:#000;
	text-decoration:none;
}

.flash_p a:hover {
	text-decoration:underline;
}

.container_a {
	padding:0px;
	margin:0px;
	border:none;
	width:100%;
	height:auto;
}

.container_b {
	margin:0 auto;
	margin-bottom:0px;
	width:100%;
	height:auto;
}

/*h3 {
	font-family:'Roboto',Arial, Helvetica, sans-serif;
	color:#000;
	font-size:35px;
	font-weight:400;
	margin:15px 0px;
	letter-spacing:-1px;
	text-transform:capitalize;
}

.line_below {
	width:10%;
	margin:0 auto;
	margin-top:25px;
	margin-bottom:35px;
	border-bottom:3px solid #09F;
}

.sect_a {
	padding:5% 10%;
	text-align:center;
	line-height:32px;
	font-size:24px;
	font-weight:300;
}

.sect_b {
	text-align:left;
	line-height:32px;
	font-size:20px;
	font-weight:300;
	padding:17%;
	padding-top:5%;
}

.sect_b img {
	width:80%;
	height:auto;
}

.sect_b h3 {
	text-align:center;
	font-size:30px;
	font-weight:300;
	color:#000;
	padding-top:5%;
}

.sect_b .line_below {
	width:20%;
	margin:0 auto;
	margin-bottom:25px;
	border-bottom:3px solid #09F;
}
*/
.floater {
	margin:0px;
	padding:0px;
	border:none;
}

.floater section {
	width:50%;
}

.floater .left {
	float:left;
}

.floater .right {
	float:right;
}

.floater img {
	width:50%;
	height:auto;
	margin:0 auto;
	margin:7.5% 20%;
}

.feat {
	margin:0px;
	margin-top:20px;
	padding:0px;
	border:none;
	height:50vh;
}

.feat section {
	width:22.5%;
	margin:1.25%;
	margin-bottom:0px;
	margin-top:40px;
	text-align:left;
	color:#333;
	float:left;
	font-size:15px;
	line-height:23px;
}

.feat section img {
	background:#FFF;
	width:100%;
	margin-bottom:15px;
	height:auto;
}

.feat section p {
	font-size:20px;
	margin:10px 0px;
	color:#000;
	text-transform:capitalize;
}

.feat .contact {
	text-align:left;
	width:62%;
	margin-top:0px;
}

.cd-fixed-bg {
  position: relative;
  min-height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  background-attachment: fixed;
  z-index: 1;
}

.cd-fixed-bg.cd-bg-1 {
  background-image: url("../images/2.jpg");
}

/* Back to top button */
#back-top {
	position: fixed;
	z-index:1001;
	bottom: 70px;
	right: 20px;
}

#back-top a {
	width: auto;
	display: block;
	text-align: center;
	font: 11px/100% Arial, Helvetica, sans-serif;
	text-transform: uppercase;
	text-decoration: none;
	color: #bbb;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover {
	color: #006;
}

/* arrow icon (span tag) */
#back-top span {
	width: 60px;
	height: 60px;
	display: block;
	margin-bottom: 7px;
	background:#999 url(../images/top.png) no-repeat center center;
	/* rounded corners */
	-webkit-border-radius: 100%;
	-moz-border-radius: 100%;
	border-radius: 100%;
	/* background color transition */
	-webkit-transition: 1s;
	-moz-transition: 1s;
	transition: 1s;
}

#back-top a:hover span {
	background-color: #006;
}

footer fieldset {
	padding:4% 7%;
	margin:0px;
	border:none;
}

footer fieldset section {
	width:31%;
	margin:1.16%;
	text-align:left;
	color:#CCC;
	float:left;
	font-size:15px;
	font-weight:300;
	line-height:22px;
}

footer fieldset p {
	color:#FFF;
	font-size:20px;
	font-weight:400;
	text-transform:capitalize;
}

footer fieldset a {
	color:#09F;
	text-decoration:none;
}

footer fieldset a div {
	width:100%;
	padding:10px 0px;
	border-bottom:1px solid rgba(255,255,255,0.1);
}

footer fieldset a div:hover {
	color:#FFF;
}

footer div fieldset {
	padding:2%;
}

footer div fieldset section {
	width:100%;
	margin:0px;
	text-align:center;
	color:#FFF;
	font-size:15px;
	line-height:23px;
}

footer div fieldset section span {
	font-size:13px;
}

footer div fieldset section span a {
	text-decoration:none;
	text-align:center;
	color:#09F;
}

footer div fieldset section span a:hover {
	text-decoration:underline;
}








.treeview {
  margin:0px;
  padding:0px;
}

ul { 
  list-style: none;
  margin:0px;
  padding:0px;
}

.treeview li {
  background: url(http://jquery.bassistance.de/treeview/images/treeview-default-line.gif) 0 0 no-repeat;
  padding: 2px 0 2px 16px;
}

.treeview > li:first-child > label {
  /* style for the root element - IE8 supports :first-child
  but not :last-child ..... */
  
}

.treeview li.last {
  background-position: 0 -1766px;
}

.treeview li > input {
  height: 16px;
  width: 16px;
  /* hide the inputs but keep them in the layout with events (use opacity) */
  opacity: 0;
  filter: alpha(opacity=0); /* internet explorer */ 
  -ms-filter:"progid:DXImageTransform.Microsoft.Alpha(opacity=0)"; /*IE8*/
}

.treeview li > label {
  background: url(../images/gr_custom-inputs.png) 0 -1px no-repeat;
  /* move left to cover the original checkbox area */
  margin-left: -20px;
  /* pad the text to make room for image */
  padding-left: 20px;
}

/* Unchecked styles */

.treeview .custom-unchecked {
  background-position: 0 -1px;
}
.treeview .custom-unchecked:hover {
  background-position: 0 -21px;
}

/* Checked styles */

.treeview .custom-checked { 
  background-position: 0 -81px;
}
.treeview .custom-checked:hover { 
  background-position: 0 -101px; 
}

/* Indeterminate styles */

.treeview .custom-indeterminate { 
  background-position: 0 -141px; 
}
.treeview .custom-indeterminate:hover { 
  background-position: 0 -121px; 
}











/* General styles for the modal */

/* 
Styles for the html/body for special modal where we want 3d effects
Note that we need a container wrapping all content on the page for the 
perspective effects (not including the modals and the overlay).
*/
.md-perspective,
.md-perspective body {
	height: 100%;
	overflow: hidden;
}

.md-perspective body  {
	background: #222;
	-webkit-perspective: 600px;
	-moz-perspective: 600px;
	perspective: 600px;
}

.md-modal {
	position: fixed;
	top: 50%;
	left: 50%;
	width: 50%;
	max-width: 630px;
	min-width: 320px;
	height: auto;
	z-index: 2000;
	visibility: hidden;
	-webkit-backface-visibility: hidden;
	-moz-backface-visibility: hidden;
	backface-visibility: hidden;
	-webkit-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-ms-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
}

.md-show {
	visibility: visible;
}

.md-overlay {
	position: fixed;
	width: 100%;
	height: 100%;
	visibility: hidden;
	top: 0;
	left: 0;
	z-index: 1000;
	opacity: 0;
	background:rgba(51,153,255,0.8);
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show ~ .md-overlay {
	opacity: 1;
	visibility: visible;
}

/* Content styles */
.md-content {
	color: #000;
	background: #FFF;
	position: relative;
	border-radius: 3px;
	margin: 0 auto;
	word-break:break-all;
}

.md-content h3 {
	margin: 0;
	padding: 0.65em;
	text-align: center;
	font-size: 1.5em;
	font-weight: 300;
	opacity: 0.8;
	background: rgba(0,0,0,0.1);
	border-radius: 3px 3px 0 0;
}

.md-content h3 strong {
	font-weight: 700;
}

.md-content > div {
	padding: 15px 40px 30px;
	margin: 0;
	font-weight: 300;
	font-size: 1.15em;
}

.md-content > div p {
	margin: 0;
	padding: 10px 0;
}

.md-content > div ul {
	margin: 0;
	padding: 0 0 30px 20px;
}

.md-content > div ul li {
	padding: 5px 0;
}

.md-content button {
	display: block;
	margin: 0 auto;
	font-size: 0.8em;
}


/* Effect 1: Fade in and scale up */
.md-effect-1 .md-content {
	-webkit-transform: scale(0.7);
	-moz-transform: scale(0.7);
	-ms-transform: scale(0.7);
	transform: scale(0.7);
	opacity: 0;
	-webkit-transition: all 0.3s;
	-moz-transition: all 0.3s;
	transition: all 0.3s;
}

.md-show.md-effect-1 .md-content {
	-webkit-transform: scale(1);
	-moz-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
	opacity: 1;
}

@media screen and (max-width: 32em) {
	body { font-size: 75%; }
}
