/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0px;padding:0px;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
@font-face {
	font-family: 'Muli';
	src: url('../fonts/Muli-Regular.eot');
	src: local('☺'),  url('../fonts/Muli-Regular.woff') format('woff'),  url('../fonts/Muli-Regular.ttf') format('truetype'),  url('../fonts/Muli-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'Muli-Light';
	src: url('../fonts/Muli-Light.eot');
	src: local('☺'),  url('../fonts/Muli-Light.woff') format('woff'),  url('../fonts/Muli-Light.ttf') format('truetype'),  url('../fonts/Muli-Light.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
@font-face {
	font-family: 'NixieOne';
	src: url('../fonts/NixieOne-Regular.eot');
	src: local('☺'),  url('../fonts/NixieOne-Regular.woff') format('woff'),  url('../fonts/NixieOne-Regular.ttf') format('truetype'),  url('../fonts/NixieOne-Regular.svg') format('svg');
	font-weight: normal;
	font-style: normal;
}
/*end reset*/
body{
	background:#F1F0EE;
}
/* BUTTONS */
strong {
  font-weight: bold;
}

.button {
	background-color: #107DB0;
	background-image: linear-gradient(to bottom, #107DB0, #06648A);
	text-transform: uppercase;
	border: 1px solid #034F6B;
	box-shadow: inset 0 1px 0 #378FB7, inset 0 -1px 0 #005184, inset 0 0 0 1px #14729E, 0 2px 4px rgba(0, 0, 0, 0.2);
	color: #003246;
	text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
	border-radius: 3px;
	cursor: pointer;
	display: inline-block;
	font-family: Roboto, sans-serif;
	font-size: 0.875em;
	font-weight: 400;
	line-height: 20px;
	padding: 9px 16px 9px;
	margin: 0 5px 0 0;
	transition: all 20ms ease-out;
	vertical-align: middle;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.button-small {
	font-size: 0.5em;
	font-weight: 400;
	line-height: 17px;
	padding: 3px 7px 3px;
	margin: 0 2px 0 0;
}
.button:hover, .button:focus {
	background: #06648A;
	border-color: #003246;
	box-shadow: inset 0 1px 0 #378FB7, inset 0 -1px 0 #005184, inset 0 0 0 1px #14729E;
	-webkit-transition: all 0.1s ease-out;
	-moz-transition: all 0.1s ease-out;
	-ms-transition: all 0.1s ease-out;
	-o-transition: all 0.1s ease-out;
	transition: all 0.1s ease-out;
}
.button:active {
  background: #06648A;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button .fa {
  color: #034F6B;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-silver {
  background-color: #f2f2f2;
  background-image: linear-gradient(to bottom, #f2f2f2, #f2f2f2);
  border: 1px solid #bfbfbf;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #8c8c8c !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-silver:hover, .button-silver:focus {
  background: #f2f2f2;
  border-color: #8c8c8c;
  box-shadow: inset 0 1px 0 white, inset 0 -1px 0 #d9d9d9, inset 0 0 0 1px #f2f2f2;
}
.button-silver:active {
  background: #f2f2f2;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-silver .fa {
  color: #bfbfbf;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}


.button-blue {
  background-color: #42b0e3;
  background-image: linear-gradient(to bottom, #42b0e3, #2ba9e3);
  border: 1px solid #107db0;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #004c6f !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-blue:hover, .button-blue:focus {
  background: #2ba9e3;
  border-color: #004c6f;
  box-shadow: inset 0 1px 0 #7cd4fc, inset 0 -1px 0 #2696c9, inset 0 0 0 1px #59b7e3;
}
.button-blue:active {
  background: #2ba9e3;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-blue .fa {
  color: #107db0;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-darkblue {
  background-color: #107DB0;
  background-image: linear-gradient(to bottom, #107DB0, #06648A);
  border: 1px solid #034F6B;
  box-shadow: inset 0 1px 0 #378FB7, inset 0 -1px 0 #005184, inset 0 0 0 1px #14729E, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #003246 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-darkblue:hover, .button-darkblue:focus {
  background: #06648A;
  border-color: #003246;
  box-shadow: inset 0 1px 0 #378FB7, inset 0 -1px 0 #005184, inset 0 0 0 1px #14729E;
}
.button-darkblue:active {
  background: #06648A;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-darkblue .fa {
  color: #034F6B;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-green {
  background-color: #97cc76;
  background-image: linear-gradient(to bottom, #97cc76, #8bcc62);
  border: 1px solid #5f993a;
  box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #326612 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-green:hover, .button-green:focus {
  background: #8bcc62;
  border-color: #326612;
  box-shadow: inset 0 1px 0 #c6e6b3, inset 0 -1px 0 #79b356, inset 0 0 0 1px #a4cc8b;
}
.button-green:active {
  background: #8bcc62;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-green .fa {
  color: #5f993a;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-purple {
  background-color: #847bba;
  background-image: linear-gradient(to bottom, #847bba, #7568ba);
  border: 1px solid #493e87;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #1f1654 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-purple:hover, .button-purple:focus {
  background: #7568ba;
  border-color: #1f1654;
  box-shadow: inset 0 1px 0 #bab6d4, inset 0 -1px 0 #655aa1, inset 0 0 0 1px #948dba;
}
.button-purple:active {
  background: #7568ba;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-purple .fa {
  color: #493e87;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-orange {
  background-color: #f58a38;
  background-image: linear-gradient(to bottom, #f58a38, #f57c20);
  border: 1px solid #c25706;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #773300 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-orange:hover, .button-orange:focus {
  background: #f57c20;
  border-color: #773300;
  box-shadow: inset 0 1px 0 #ffb984, inset 0 -1px 0 #db6f1d, inset 0 0 0 1px #f59851;
}
.button-orange:active {
  background: #f57c20;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-orange .fa {
  color: #c25706;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-red {
  background-color: #ed6d64;
  background-image: linear-gradient(to bottom, #ed6d64, #ed574c);
  border: 1px solid #ba3329;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #870c03 !important;
  text-shadow: 0 1px 2px rgba(0, 0, 0, 0.3);
}
.button-red:hover, .button-red:focus {
  background: #ed574c;
  border-color: #870c03;
  box-shadow: inset 0 1px 0 #ffb0aa, inset 0 -1px 0 #d44d44, inset 0 0 0 1px #ed837b;
}
.button-red:active {
  background: #ed574c;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-red .fa {
  color: #ba3329;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button-yellow {
  background-color: #fce374;
  background-image: linear-gradient(to bottom, #fce374, #fcdf5b);
  border: 1px solid #c9ae34;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d, 0 2px 4px rgba(0, 0, 0, 0.2);
  color: #967d09 !important;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.5);
}
.button-yellow:hover, .button-yellow:focus {
  background: #fcdf5b;
  border-color: #967d09;
  box-shadow: inset 0 1px 0 #fff6ce, inset 0 -1px 0 #e3c852, inset 0 0 0 1px #fce88d;
}
.button-yellow:active {
  background: #fcdf5b;
  box-shadow: inset 0 2px 3px rgba(0, 0, 0, 0.2);
}
.button-yellow .fa {
  color: #c9ae34;
  text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
}

.button .fa {
  float: left;
  font-size: 14px;
  line-height: 20px;
  margin: -1px 8px 0 -4px;
  vertical-align: top;
}

/* ERROR PAGES */
.outer-error-container {
	margin-top: -33px;
}

.inner-error-container {
	float: left; 
	position: relative; 
	z-index: -1; width: 100%; 
	overflow:hidden; 
	height:500px;
}

.error-image {
	background: none; 
	border: 0; 
	font: inherit; 
	font-size: 100%; 
	margin: 0; 
	padding: 0; 
	vertical-align: baseline; 
	list-style: none; 
	width:100%; 
	max-width: none!important;
}

/* END ERROR PAGES */


/* breadcrumbs */
.breadcrumbs h6 {
	color: #363638;
	font-size: 0.75em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	padding: 0 0 20px 0;
}

.breadcrumbs a{
	color: #06648A;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.breadcrumbs a:hover{
	color:#777;
}

/* end breadcrumbs */

/* search pages */
.search-form input[type="text"] {
	padding:8px;
	width:100%;
	border: none;
	outline:none;
	color:#363638;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 6px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance:none;
}
.search-form textarea{
	resize:none;
	height:120px;		
}
.search-form td {
	border: none;
	color:#363638;
	font-size:1em;
	vertical-align: top;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
}
.search-form table {
	width: 350px;
}
.search-form input[type="submit"]{
	color: #FFF;
	text-transform: uppercase;
	padding: 0.8em 1em;
	border: 1px solid #EEE;
	display: inline;
	background: #06648A;
	border:none;
	outline: none;
	cursor:pointer;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.search-form input[type="submit"]:hover{
	background: #363638;
	color: #FFF;
}
.search-form input[type="submit"]:active{
	background: #363638;
	color: #FFF;
}
#result_report {
	font-size: 0.875em;
	color: #06648A;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.search_results a, .other_pages a,  .did_you_mean a{
	color: #06648A;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.search_results a:hover, .other_pages a:hover, .did_you_mean a:hover{
	color:#777;
}
.search_results, .other_pages, .did_you_mean {
	color:#363638;
	font-size:0.8125em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
}
.url {
	color: #06648A;
	font-size: 0.75em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	padding: 0 0 20px 0;
}
/* end search pages */

/*----start-wrap-----*/
.wrap{
	width:80%;
	margin:0 auto;
}
/*----start-header-----*/
.logo{
	float:left;
	color:#363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size:0.875em;
	line-height: 1.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.logo span{
	color: #06648A;
}
.social-icons{
	float:right;
	margin-top: 1.1%;
}
.social-icons ul li{
	display:inline-block;
}
.social-icons ul li a{
	color:#363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size:0.875em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.social-icons ul li {
	color:#363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size:0.875em;
	vertical-align:bottom;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.social-icons ul li:hover{
	color:#06648A;
}
.social-icons ul li a:hover{
	color:#06648A;
}
.social-icons ul li a img{
	vertical-align:middle;
	padding-right: 5px;
}
/*------start-top-nav------*/
.top-nav {
	background: #FFFFFF;
	border-bottom: 5px solid #06648A;
}
.top-nav-left{
	float:left;
}
.top-nav-right{
	float:right;
}
.top-nav-left ul li{
	display:inline-block;
	float:left;
	border-left:1px solid #EEE;
}
.top-nav-left  ul li:nth-child(1){
	border:none;
}
.top-nav-left ul li a{
	background:#FFFFFF;
	padding:20px;
	display:block;
	color:#363638;
	font-family: 'Roboto', Muli, sans-serif;
	font-weight: bold;
	text-transform: uppercase;
	font-size: 0.875em;
}
.top-nav-left li.active> a, .top-nav-left li> a:hover {
	color: #FFFFFF;
	background: url(../icon/nav-bg-icon.png) no-repeat 50% 102% #363638;
}
@media only screen and (max-width: 1024px) {
	/*----start-wrap-----*/
	.wrap{
		width: 100%;
		margin: 0 auto;
	}
	.top-header {
		padding: 0 0;
	}
	.login{
		display:inline !important;
		width: 100% !important;
	}
	.mobileOnly {
		display: block;
		font-family: 'Roboto', Muli, sans-serif;
		background-color: #C2E5F2;
	}
	.mobileOnly:last-child {
		border-bottom: 5px solid #06648A;
	}
	.mobileOnly span {
		color: #06648A;
		font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
		font-weight: bold;
		padding: 20px 0px 20px 20px;
		display: block;
		cursor: pointer;
		vertical-align: middle;
		transition: 0.5s ease;
		-o-transition: 0.5s ease;
		-webkit-transition: 0.5s ease;
	}
	.mobileOnly span:hover {
		color: #40859F;
	}
	.top-nav {
		border-bottom: none;
		width: 100%;
		display: none;
	}
	.nav-expended {
		display: block;
	}
	.top-nav-left ul li{
		float: none;
		display: block;
		border-left: 2px solid #06648A;
		border-bottom: 1px solid #EEE;
	}
	.top-nav-left ul li:last-child{
		border-bottom: none;
	}
	.top-nav-left  ul li:first-child{
		border-left: 2px solid #06648A;
		border-bottom: 1px solid #EEE;
	}
	.top-nav-left ul li a{
		background:#FFFFFF;
		padding-bottom:15px;
		padding-top:15px;
	}
	.top-nav-left li.active> a, .top-nav-left li> a:hover {
		background: url(../icon/nav-bg-icon-left.png) no-repeat 0% 50% #363638;
	}
	.sub-menu-parent ul li{
		border-left: none;
		border-bottom: 1px solid #EEE;	
	}
	.sub-menu-parent ul li a {
		font-size: 0.75em;
		padding-bottom: 12px;
		padding-top: 12px;
	}
	.sub-menu-parent ul li:first-child{
		border-top: 1px solid #EEE;
		border-left: none;
	}
	.sub-menu-parent ul li:only-child{
		border-bottom: none;
	}
	.gallery-4grid{
		display: block;
	}
}
@media only screen and (min-width: 1025px) {
	/*----start-wrap-----*/
	.wrap{
		width:80%;
		margin:0 auto;
	}
	.top-header {
		padding: 25px 0;
	}
	.login{
		display:inline !important;
		width: 40% !important;
	}
	.mobileOnly {
		display: none;
	}
	.sub-menu-parent { 
		position: relative; 
	}
	.sub-menu-parent ul li a:hover {
		background: #363638;
	}
	.sub-menu-parent ul li{
		border-left: 1px solid #06648A;
		border-bottom: 1px solid #EEE;
	}
	.sub-menu-parent ul li:first-child{
		border-top: 5px solid #06648A;
		border-left: 1px solid #06648A;
		border-bottom: 1px solid #EEE;
	}
	.sub-menu-item {
		width: 100%;
	}
	.sub-menu { 
		visibility: hidden; /* hides sub-menu */
		opacity: 0;
		position: absolute;
		top: 100%;
		left: 0;
		width: 100%;
		transform: translateY(-2em);
		z-index: -1;
		transition: all 0.3s ease-in-out 0s, visibility 0s linear 0.3s, z-index 0s linear 0.01s;
	}
	.sub-menu-parent:hover .sub-menu {
		visibility: visible; /* shows sub-menu */
		opacity: 1;
		z-index: 1;
		transform: translateY(0%);
		transition-delay: 0s, 0s, 0.3s; /* this removes the transition delay so the menu will be visible while the other styles transition */
	}
	.gallery-4grid{
		width: 23.3%;
		float:left;
		margin: 0px 30px 0px 0px;
	}
}
/*---start-content-----*/
.top-grid{
	width: 31.33%;
	float: left;
	text-align: center;
	margin-right: 3%;
	font-family: 'Roboto', Muli, sans-serif;
	background: #FFF;
	padding: 1.5em 0;
	border-top: 5px solid #06648A;
	margin-top: -4em;
	-webkit-box-shadow: 0px 56px 36px -60px #121D12;
	-moz-box-shadow: 0px 56px 36px -60px #121D12;
	-o-box-shadow: 0px 56px 36px -60px #121D12;
}
.top-grid h3{
	color: #363638;
	font-size: 2em;
}
.top-grid p{
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	font-size: 0.875em;
	color: #777;
	line-height: 1.5em;
	margin: 0.5em auto 0.8em auto;
	width: 90%;
}
.top-grid img{
	display: inline-block;
}
.top-grids {
	margin: 0 0 3em 0;
}
.last-topgrid{
	margin:0;
	margin-top: -4em;
}
/*----start---mid-grid-----*/
.mid-grid h1{
	font-size:2em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color:#363638;
}
.mid-grid h2{
	font-size:1em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color:#06648A;
	margin: 0.5em 0;
}
.mid-grid p{
	font-size: 0.875em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #777;
	width: 73%;
	margin: 0 auto;
	line-height: 1.8em;
	margin-bottom: 1em;
}
.mid-grid a{
	color: #06648A;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}

.mid-grid a:hover{
	color:#777;
}
.mid-grid {
	text-align: center;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	margin: 4em 0 0em 0;
	background: #FFF;
	padding: 3em 0;
}

/*-----bottom-grids----*/
.bottom-grid1 {
	width: 31.33%;
	float:left;
	margin-right: 3%;
}
.bottom-grids{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	padding: 0 0 3em 0;
}
.bottom-grid1 h3,.bottom-grid2 h3{
	color: #363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	padding: 15px 0px 15px 0px;
	border-bottom: 1px solid #E9E9E9;
	margin-bottom: 13px;
	text-transform: uppercase;
}
.bottom-grid1 span,.bottom-grid2 span{
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1em;
}
.bottom-grid1 p,.bottom-grid2 p{
	font-size: 0.875em;
	color: rgba(85, 85, 85, 0.53);
	line-height: 1.5em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	padding: 8px 0px 10px 0px;
}
.bottom-grid1 ul li a{
	color: #777;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height: 2.28em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.bottom-grid1 ul li a img{
	vertical-align:middle;
	width: 3px;
	height: 5px;
}
.bottom-grid1 ul li a:hover{
	color:#06648A;
}
.bottom-grid-fristlink{
	background: #06648A;
	padding: 10px;
	color: #fff;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-weight: bold;
	transition: all 0.3s;
}
.bottom-grid-fristlink img{
	vertical-align:middle;
}
.bottom-grid-fristlink:hover{
	color:#000;
}
.bottom-grid2 ul li{
	display: inline-block;
	width: 30%;
	padding: 2.99% 1.34%;
}
.bottom-grid2 {
	float: left;
	width: 33%;
	margin-right: 3%;
}
.bottom-mid span{
	color:#06648A;
}
.bottom-mid a{
	background:#06648A;
}
.bottom-last a{
	background:#06648A;
}
.bottom-last span{
	color:#06648A;	
}
.last-bottomgrid{
	margin:0;
}
.gallery li a img{
	display:block;
}
/*---footer----*/
.footer{
	background:#363638;
	padding:20px 0px;
	margin-top: 30px;
	-webkit-box-shadow: 0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-moz-box-shadow:0px 56px 36px 66px rgba(93, 95, 93, 0.36);
	-o-box-shadow:0px 56px 36px 66px rgba(93, 95, 93, 0.36);
}
.footer-grid{
	float:left;
	width: 24%;
	margin-right: 2%;
}
.footer-grid h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 1em;
	text-transform: uppercase;
	padding: 10px 0 3px 0px;
}
.footer-grid p{
	font-size: 0.9em;
	padding: 0.4em 0 0.5em 0;
	color: #777;
	line-height: 1.6em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
}
.footer-grid ul li{
	display:block;
}
.center-grid a{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #06648A;
	font-size: 0.875em;
	text-transform: uppercase;
	background: none;
	padding: 0px;
	display: inline-block;
	color: #777;
	margin: 5px;
	border-bottom: 1px ridge rgba(192, 192, 192, 0.13);
	padding: 0px 0px 9px 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.center-grid{
	width:20%;
}
.center-grid a:hover{
	background:none;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.center-grid ul{
	margin-top:5px;
}
.twitts p label{
	font-weight:bold;
	font-size:1em;
	cursor:pointer;
	padding-right:5px;
}
.twitts a{
	background: none;
	padding: 0px;
	color: #777;
	margin: 0px;
	padding: 0px 0px 0px 0px;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.twitts a:hover{
	background:none;
	color: #FFF;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.twitts span, .quote span{
	display:block;
	color:#06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.twitts span:hover, .quote span:hover{
	color:#fff;
}
.quote a{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #06648A;
	font-size: 0.875em;
	background: none;
	padding: 0px 0px;
	margin: 0px 0;
	text-transform: none;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.quote a:hover{
	color:#FFF;
	background: none;
}
/*----copy-right-----*/
.copy-right{
	text-align:center;
	padding:10px 0px;
	background:#202020;
	position:relative;
}
.copy-right p{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #FFF;
	font-size: 0.875em;
	text-transform: uppercase;
}
.copy-right p a{
	color:#06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.copy-right p a:hover{
	color:#fff;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
/*** move top **/
.scroll {
	width: 48px;
	height: 48px;
	border: none;
	display: block;
	text-indent: 100%;
	background: url(../icon/top-icon.png) no-repeat right top;
	position: absolute;
	right: 14px;
	bottom: 5px;
}
.scroll:hover{
	opacity:0.8;
}

/*---head to head---*/
.h2h-info h3{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #555;
	padding: 0em 0 0.2em 0;
	display: block;
}
.h2h-info p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.h2h-info span{
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1em;
}
.h2h-info table{
	font-size: 0.875em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	color: #363638;
	border-collapse: separate;
	border-spacing: 5px 10px;
}
.h2h-info td{
	padding: 5px;
}
.h2h-left {
	width: 48%;
	float: left;
}
.h2h-right {
	width: 48%;
	float: right;
}
.h2h-inline {
	float: left;
}

/*---about-us----*/
.login{
	display:inline !important;
	width: 40% !important;
}
.about-us {
	padding: 30px 0 50px 0;
}
.about-header h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
}
.about-header p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.about-info table, .gallery-grids table, .bottom-grids table{
	font-size: 0.875em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	color: #363638;
}
.about-info td, .about-info th, .gallery-grids td, .gallery-grids th, .bottom-grids td, .bottom-grids th{
	padding: 8px;
	text-align: left;
}
.about-info tr:hover, .about-info tr.inactive-object:hover, .gallery-grids tr:hover, .gallery-grids tr.inactive-object:hover, .bottom-grids tr:hover, .bottom-grids tr.inactive-object:hover{
	color: #06648A;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-info tr.inactive-object, .gallery-grids tr.inactive-object, .bottom-grids tr.inactive-object{ 
	color: #868687;
}
.about-info tr:nth-child(odd), .gallery-grids tr:nth-child(odd), .bottom-grids tr:nth-child(odd){ 
	background-color:#eee;
}
.about-info tr:nth-child(even), .gallery-grids tr:nth-child(even), .bottom-grids tr:nth-child(even){ 
	background-color:#fff;
}
.about-info tr:last-child, .gallery-grids tr:last-child, .bottom-grids tr:last-child{ 
	background-color:#363638;
	color: #FFF;
}
.about-info th, .gallery-grids th, .bottom-grids th{
	font-weight: bold;
	color: #FFF;
	background-color: #363638;
}
.about-info td.criteria{
	font-weight: bold;
	color: #06648A;
	vertical-align: top;
	padding: 8px;
}
.about-info tr.table-criteria, .table-criteria{
	background-color: transparent;
}
.about-info tr.personal, .about-info td.personal{
	background-color: transparent;
	font-weight: none;
	vertical-align: top;
	padding: 0px;
}
.about-info td.profile{
	width: 350px;
}
.about-info table.personal{
	font-size: 1em;
}
.about-info a, .gallery-4grid tr td a, .bottom-grids a{
	font-weight: none;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #06648A;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-info a:hover, .gallery-4grid tr td a:hover, .bottom-grids a:hover{
	color:#555;
}
.about-info a.pagination, .about-info span.pagination{
	color: #FFF;
	font-size: 0.8em;
	font-weight: bold;
	text-transform: uppercase;
	padding: 0.5em;
	border: 1px solid #EEE;
	display: inline;
	background: #06648A;
	cursor:pointer;
}
.about-info a.pagination:hover, .about-info span.pagination:hover{
	background: #363638;
	color: #FFF;
}
.about-info select.pagination{
	padding:0.35em;
	display:inline;
	color:#363638;
	font-size:0.825em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	width: 60px;
	-webkit-appearance:none;
}
.about-info input[type="text"]{
	padding:0.5em;
	display:inline;
	width: 100%;
	border: none;
	outline:none;
	color:#363638;
	font-size:0.8em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance:none;
}
.about-info a.title-overview, .about-info span.title-overview{
	color: #FFF;
	transition: none;
	cursor:pointer;
}
.about-info h3{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #555;
	padding: 0em 0 0.2em 0;
	display: block;
}
.about-info p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.about-info span{
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1em;
}
.about-info span.role{
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1em;
	font-variant: small-caps;
	font-weight: bold;
}
.about-info ul li {
	color: #777;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	font-size:0.875em;
	line-height: 2.98em;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-info ul li img{
	vertical-align:middle;
}
.about-info ul li:hover{
	color:#06648A;
}
.about-info-padding-first ul {
	padding-left: 2.5em;
}
.about-info-sitemap a{
	font-size: 0.875em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: rgba(85, 81, 81, 0.84);
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	line-height: 2.4em;
}
.about-info-sitemap a:hover{
	color:#06648A;
}
.about-info div.pagination{
	text-align:left;
}
.about-info div.about-block{
	padding: 0em 0em 0em 1.5em;
	margin: 0em 0em 1.5em 0em;
}
.about-info div.type-2{
	border-left: 5px solid #D4EDF4;
}
.about-info div.type-3{
	border-left: 5px solid #E2F2D5;
}
.about-info div.type-4{
	border-left: 5px solid #F9FBBA;
}
.about-info div.type-5{
	border-left: 5px solid #F6C2C2;
}
.about-info div.type-6{
	border-left: 5px solid #CACAFF;
}
.about-info div.type-7{
	border-left: 5px solid #ADD6D6;
}
.about-info div.type-8{
	border-left: 5px solid #CCCCE6;
}
.about-info div.type-9{
	border-left: 5px solid #EBEBEB;
}
.about-info div:hover.about-block{
	padding: 0em 0em 0em 1.5em;
	margin: 0em 0em 1.5em 0em;
	border-left: 5px solid #06648A;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.about-info select{
	padding:4px;
	display:block;
	border: none;
	outline:none;
	color:#363638;
	font-size:0.8125em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	width: 350px;
	-webkit-appearance:none;
}

/*-----specials-heading----*/
.specials-heading h5{
	float: left;
	width: 33%;
	height: 1px;
	background: #D1D1D1;
	margin: 24px 0px 0px 0px;
}
/*----special-grid------*/
.special-grid {
	float: left;
	width: 32%;
	margin-right: 2%;
	text-align: center;
}
.specials {
	margin-top: 1em;
}
.special-grid img{
	width:100%;
}
.special-grid a{
	text-transform: uppercase;
	font-size: 1.2em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 0.3em 0;
	display: block;
}
.special-grid a:hover{
	color: #06648A;
}
.special-grid p{
	font-size: 0.875em;
	color: rgba(148, 145, 145, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.5em;
}
.spe-grid{
	margin: 0px;
}
.specials-grids {
	padding: 25px 0 60px 0;
}
/*-----specials-heading----*/
.specials-heading h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
}
/*----start-testmonial-grid----*/
.testmonial-grid{
	text-align:center;
}
.testmonial-grid h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 2em;
	color: #363638;
	text-align: center;
	text-transform: uppercase;
	padding: 0em 0 0.5em 0;
}
.testmonial-grid p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	padding: 0em 1em 1em 1em;
	line-height: 1.8em;
}
.testmonial-grid a{
	font-size: 0.875em;
	font-size: 1.2em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color:#06648A;
}
.testmonials{
	background: #fff;
	padding: 30px;
}
/*---start-services----*/
.services {
	padding: 30px 20px 0px 0;
}

.services-header h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
}
.services-grid{
	width:23.73%;
	float:left;
	margin-right: 1.5%;
}
.services-grid a{
	text-transform: uppercase;
	font-size: 1em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #555;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
	padding: 1em 0 0.5em 0;
	display: block;
}
.services-grid a:hover{
	color:#06648A;
}
.services-grid p{
	font-size: 0.875em;
	color: rgba(85, 81, 81, 0.84);
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	line-height: 1.8em;
}
.services-grid span.projdate{
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-variant: small-caps;
}
.last-servicesgrid{
	margin: 0;
}
/*---start-gallery---*/
.gallerys {
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.gallerys h3{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
	padding:1em 0;
}
.gallery-grid{
	width: 31.44%;
	float:left;
}
.gallery-grid p, .gallery-4grid p, .gallery-2grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
}
.gallery-grid-info p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
}
.gallery-4grid{
	width: 23.3%;
	float:left;
	margin: 0px 30px 0px 0px;
}
.gallery-2grid{
	width: 48.8%;
	float:left;
	margin: 0px 30px 0px 0px;
}
.grid4{
	margin-right: 0px;
}
.grid2{
	margin: 0px 35px;
}
.gallery-grids {
	margin-bottom: 30px;
}
.projects-bottom-paination ul li{
	display:inline-block;
}
.projects-bottom-paination{
	text-align: center;
	padding: 55px 0;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.projects-bottom-paination li a{
	font: 400 12px/1.2em Arial;
	color: #5a5a5a;
	padding: 11px 18px;
	background: #fff;
	text-decoration: none;
	text-shadow: none;
	border: 1px solid #e9e9e9;
	margin-top: 16px;
}
.projects-bottom-paination li.active> a, .projects-bottom-paination li> a:hover {
	background: #06648A;
	color:#fff;
}
.gallery-grid h4, .gallery-4grid h4, .gallery-2grid h4{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #363638;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	cursor: pointer;
	padding: 13px 0px 2px 0px;
}
.gallery-grid h4:hover, .gallery-4grid h4:hover, .gallery-2grid h4:hover{
	color:#06648A;
}
/*---contect----*/
/*  Contact Form  ============================================================================= */
.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_3 {
	width: 0%;
	padding:1.5%; 
}
.span_1_of_3 {
	width: 88.3%;
	padding:1.5%; 
}
.span_2_of_3  h3,
.span_1_of_3  h3 {
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1.5em;
	color: #363638;
	text-transform: uppercase;
	padding: 1em 0;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size: 0.875em;
	color: #363638;
	padding-bottom:5px;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.contact-form span.emphasis{
	display:inline;
	font-size: 1em;
	font-weight: bold;
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.contact-form span.emphasis:hover{
	display:inline;
	font-size: 1em;
	font-weight: bold;
	color: #363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-form p{
	font-size: 0.875em;
	color: #363638;
	padding-bottom:5px;
	line-height: 1.8em;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.contact-form div.permission{
	padding:5px 0;
	font-size: 1em;
	color: #363638;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
}
.contact-form span.buttons{
	display:inline;
	color: #06648A;
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	font-size: 1em;
}
.contact-form span.permission{
	display:inline;
	font-size: 1em;
	color: #06648A;
}
.contact-form span.permission:hover{
	display:inline;
	font-size: 1em;
	color: #363638;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-form table{
	font-size: 0.875em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
	color: #363638;
}
.contact-form td, .contact-form th{
	padding: 8px;
	vertical-align:middle;
	text-align: left;
}
.contact-form tr:hover, .contact-form tr.inactive-object:hover{
	color: #06648A;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.contact-form tr.inactive-object{ 
	color: #868687;
}
.contact-form tr:nth-child(odd){ 
	background-color:#eee;
}
.contact-form tr:nth-child(even){ 
	background-color:#fff;
}
.contact-form tr:last-child{ 
	background-color:#363638;
	color: #FFF;
}
.contact-form th{
	font-weight: bold;
	color: #FFF;
	background-color: #363638;
}
.contact-form td.criteria{
	font-weight: bold;
	color: #06648A;
	vertical-align: top;
	padding: 8px;
}
.contact-form hr{
	border : 0;
	height: 2px; 
	background-image: linear-gradient(to right, rgba(206, 240, 253, 0), rgba(6, 100, 138, 0.75), rgba(206, 240, 253, 0)); 
}

.g-recaptcha div {
	padding: 0px;
}

.group-results td.header{
	color: #FFF;
}
.group-results tr{
	background-color: transparent;
}
.group-results tr.header{
	background-color: #06648A !important;
}
.group-results tr.qualified{
	background-color: #CEF0FD !important;
}
.group-results td{
	color: #363638;
	padding: 4px;
	vertical-align: middle;
}
.group-results label{
	font-size: 1.2em !important;
	font-weight: bold;
}
.group-results span{
	font-size: 1em !important;
	display: inline-flex;
	align-items: center;
}
.group-standings{
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
}
.group-standings td.header{
	color: #FFF;
}
.group-standings tr{
	background-color: transparent;
}
.group-standings tr.header{
	background-color: #06648A;
}
.group-standings tr.qualified{
	background-color: #CEF0FD;
}
.group-standings td{
	color: #363638;
	padding: 8px;
	vertical-align: middle;
}
.participants tr{
	background-color: transparent !important;
}
.participants td{
	color: #363638;
	padding: 4px;
	vertical-align: middle;
}
.participants td.right, .group-standings td.right, .group-results td.right{
	text-align: right;
}
.participants td.center, .group-standings td.center, .group-results td.right{
	text-align: center;
}
.participants td.nopad{
	padding: 0px;
	vertical-align: bottom;
}
.participants label{
	font-size: 1em;
	font-weight: bold;
}
.group-standings label{
	font-size: 0.875em;
	font-weight: bold;
}
.participants span, .group-standings span{
	font-size: 0.875em;
	display: inline-flex;
	align-items: center;
}
.participants span.koinfo{
	font-size: 0.7em;
	display: inline-flex;
	font-style: italic;
}
.participants span.perc1{
	color: #06648A;
}
.participants span.perc2{
	color: #347A95;
}
.participants span.perc3{
	color: #839BA4;
}
.participants a{
	font-family: 'Roboto', Muli, 'Open Sans', sans-serif;
	color: #06648A;
	transition: 0.5s ease;
	-o-transition: 0.5s ease;
	-webkit-transition: 0.5s ease;
}
.participants a:hover{
	color:#363638;
}
.participants p, .group-standings p{
	font-weight: bold;
	font-size: 1.2em;
	color: #06648A;
}
.participants select{
	width: 200px !important;
	padding: 4px !important;
}
.participants select.predict{
	width: auto !important;
}
.participants input[type="number"]{
	width: 17px;
	padding: 4px;
	font-size: 0.875em;
	color:#363638;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
}
.participants input[type="number"].poolstat, .participants input[type="number"].parameters{
	width: 20%;
}
.participants select.parameters{
	width: 60px !important;
	padding: 4px !important;
}
.contact-form input[type="text"], .contact-form input[type="password"],.contact-form textarea{
	padding:8px;
	display:block;
	width:50%;
	border: none;
	outline:none;
	color:#363638;
	font-size:1em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance:none;
}
.dob{
	display:inline !important;
	width:5% !important;
}
.dobyear{
	display:inline !important;
	width:7% !important;
}
.contact-form input[type="date"]{
	padding:8px;
	display:block;
	width:20%;
	border: none;
	outline:none;
	color:#363638;
	font-size:1em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance:none;
}
.contact-form textarea{
		resize:none;
		height:120px;		
}
.contact-form select{
	padding:8px;
	display:block;
	border: none;
	outline:none;
	color:#363638;
	font-size:1em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	width: 51.3%;
	-webkit-appearance:none;
}
.contact-form select.permissions{
	width: 105%;
}
.company_address{
}
.company_address p{
	font-size: 0.875em;
	color: #6a6a6a;
	line-height: 1.8em;
	font-family: 'Roboto', Muli, Arial, Helvetica, sans-serif;
}
.company_address p span{
	text-decoration:underline;
	color:#454545;
	cursor:pointer;
}
.map{
	margin-bottom:15px;
}
label.errorForm{
	color: #9C0006;
}

/***** Sortable tables *****/
#tablewrapper { margin:0 auto; font-family: 'Roboto', Muli, 'Open Sans', sans-serif; text-align:left;}
#tableheader {height:55px}
.search {float:left; padding:6px; border:1px solid #c6d5e1; background:#fff}
#tableheader select {float:left; font-size:12px; width:125px; padding:2px 4px 4px}
#tableheader input {float:left; font-size:12px; width:225px; padding:2px 4px 4px; margin-left:4px}
.details {float:right; padding-top:12px}
.details div {float:left; margin-left:15px; font-size:12px}
.tinytable {width: 100%; border-left:1px solid #c6d5e1; border-top:1px solid #c6d5e1; border-bottom:none}
.tinytable th {background:url(../icon/header-bg.gif); text-align:left; color:#cfdce7; border:1px solid #fff; border-right:none; height:26px; vertical-align:middle}
.tinytable span {font-size:14px; padding:6px 8px 8px}
.tinytable td {font-size: 11px; padding:4px 6px 6px; border-bottom:1px solid #c6d5e1; border-right:1px solid #c6d5e1}
.tinytable .head span {background:url(../icon/sort.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .desc, .sortable .asc {background:url(../icon/header-selected-bg.gif)}
.tinytable .desc span {background:url(../icon/desc.gif) 7px center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .asc span {background:url(../icon/asc.gif) 7px  center no-repeat; cursor:pointer; padding-left:18px}
.tinytable .head:hover, .tinytable .desc:hover, .tinytable .asc:hover {color:#fff}
.tinytable .evenrow td {background:#fff}
.tinytable .oddrow td {background:#ecf2f6}
.tinytable td.evenselected {background:#ecf2f6}
.tinytable td.oddselected {background:#dce6ee}
.tinytable tfoot {background:#fff; font-weight:bold}
.tinytable tfoot td {padding:6px 8px 8px}
#tablefooter {height:15px; margin-top:20px}
#tablenav {float:left}
#tablenav img {cursor:pointer}
#tablenav div {float:left; margin-right:15px}
#tablelocation {float:right; font-size:12px}
#tablelocation select {margin-right:3px}
#tablelocation div {float:left; margin-left:15px}
.page {margin-top:2px; font-style:italic}
#selectedrow td {background:#c6d5e1}
.theSearch {
	width: 20% !important;
}
.search input[type="text"], .search select {
	padding:8px;
	display:block;
	width:98%;
	border: none;
	outline:none;
	color:#363638;
	font-size:0.8125em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
	-webkit-appearance:none;
}
.dropdownoptions select {
	padding:2px;
	color:#363638;
	font-size:0.8125em;
	font-family:'Roboto', Muli,Arial, Helvetica, sans-serif;
	border: 1px solid rgba(192, 192, 192, 0.41);
}
/***** End Sortable tables *****/

/***** Media Quries *****/
@media only screen and (max-width: 1680px) and (min-width: 1366px) {
	.gallery-grid {
		width: 31%;
	}
	.grid2 {
		margin: 0px 32px;
	}
	.services-grid{
		width:20.0%;
		float:left;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 1366px) and (min-width: 1280px) {
	.bottom-grid2 ul li {
		width: 29.8%;
	}
	.gallery-grid {
		width: 31%;
	}
	.grid2 {
		margin: 0px 31px;
	}
	.services-grid{
		width:20.0%;
		float:left;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 1280px) and (min-width: 1024px) {
	.bottom-grid2 ul li {
		width: 29.8%;
	}
	.grid2 {
		margin: 0px 31px;
	}
	.gallery-grid {
		width: 30.6%;
	}
	.services-grid{
		width:20.0%;
		float:left;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 1024px) and (min-width: 768px) {
	.bottom-grid2 ul li {
		width: 46.5%;
	}
	.grid2 {
		margin: 0px 20px;
	}
	.gallery-grid {
		width: 29.7%;
	}
	.services-grid{
		width:20.0%;
		float:left;
		margin-right: 5px;
	}
}
@media only screen and (max-width: 768px) and (min-width: 640px) {
	.bottom-grid2 ul li {
		width: 45.5%
	}
	.grid2 {
		margin: 0px;
	}
	.gallery-grid {
		display: block;
		width: 100%;
	}
	.top-nav-right input[type="text"] {
		padding: 17.5px 0px;
	}
	.top-grid h3 {
		font-size: 1.5em;
	}
	.services-grid{
		display: block;
		width:100%;
		float:left;
		margin-right: 0px;
	}
}

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.gallery-grid {
		display: block;
		width: 100%;
	}
	.grid2 {
		margin: 0px;
	}  
	.contact-form input[type="text"], .contact-form textarea {
		width:97%;
	}
	.contact-form select {
		width: 101%;
	}
	.services-grid{
		display: block;
		width:100%;
		float:left;
		margin-right: 0px;
	}
}

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS */
@media only screen and (max-width: 480px) {
	.gallery-grid {
		display: block;
		width: 100%;
	}
	.grid2 {
		margin: 0px;
	}
	.span_2_of_3 {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"], .contact-form textarea{
		width:92%;
	}
	.contact-form select {
		width: 101%;
	}
	.contact-footer{
		border-top: 1px solid rgba(69, 69, 69, 0.13);
		padding: 28px 0px 0px 0px;
	}
	.services-grid{
		display: block;
		width:100%;
		float:left;
		margin-right: 0px;
	}
}

@media only screen and (min-width: 769px) {
	.mobileSpace {
		display: none;
	}
}
@media only screen and (max-width: 768px) {
	.bottom-grid1 {
		display: block;
		width: 100%;
	}
	.top-grid {
		display: block;
		width: 100%;
	}
	.span_2_of_3 {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%; 
	}
	.gallery-2grid{
		display: block;
		width: 100%;
	}
}