/*
Author: W3layout
Author URL: http://w3layouts.com
License: Creative Commons Attribution 3.0 Unported
License URL: http://creativecommons.org/licenses/by/3.0/
*/
/* reset */
@import url("http://netdna.bootstrapcdn.com/font-awesome/4.1.0/css/font-awesome.css");
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,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: circle;
    margin: 0;
        padding: 0.5em;
    font-size: 13px;
   
    line-height: 1.5em;}
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;    color: #123E71;}
a:hover{text-decoration:none;    color:#0B7671;}
.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;padding-left: 30px;}/* 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 */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: 'Open Sans', sans-serif;;
	background: #F2F6F9;
}
.wrap{
	width:1102px;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.wrapper-box{
	background:#fff;
	padding:0 2%;
}
.banner{
	background:#fff;
	
}
.logo{
	float:left;
	
}
#header-contact {
    display: block;
    float: right;
    width: 29%;
    clear: right;
    margin: 10px 0;
    border: 1px solid #FFD500;
    border-radius: 3px; margin-top:10px
}
#header-contact .contact-image {
    float: left;
}
.list { list-style:none; padding-top:20px; font-size:15px; font-weight:bold; line-height:30px}
.header-top{
	padding:0;
}
/*--menu--*/
#cssmenu ul {
  margin: 0;
  padding: 0;
}
#cssmenu li {
  margin: 0;
  padding: 0;
}
#cssmenu a {
  margin: 0;
  padding: 0;
}
#cssmenu ul {
  list-style: none;
}
#cssmenu a {
  text-decoration: none;
}
#cssmenu {
  height: 40px;
  float: left;
	width: 100%;
}
#cssmenu > ul > li {
  float: left;
  z-index: 99;
  position: relative;
  font-family: 'Open Sans', sans-serif;
}
#cssmenu > ul > li > a {
  color: #fff;
  font-size:1.1em;
  
  line-height: 40px;
  padding:15px 9px;
  -webkit-transition: color .15s;
  -moz-transition: color .15s;
  -o-transition: color .15s;
  transition: color .15s;
  text-transform: uppercase;
}
#cssmenu li.active a, #cssmenu li a:hover{
	 color:#FF8701;
}
#cssmenu > ul > li > ul {
  opacity: 0;
  visibility: hidden;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  position: absolute;
  top: 55px;
  left: 50%;
  margin-left: -90px;
  width: 180px;
  -webkit-transition: all .3s .1s;
  -moz-transition: all .3s .1s;
  -o-transition: all .3s .1s;
  transition: all .3s .1s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu > ul > li:hover > ul {
  opacity: 1;
  top:50px;
  visibility: visible;
}
#cssmenu > ul > li > ul:before {
  content: '';
  display: block;
  border-color: transparent transparent #fafafa transparent;
  border-style: solid;
  border-width: 10px;
  position: absolute;
  top: -20px;
  left: 50%;
  margin-left: -10px;
}
#cssmenu > ul ul > li {
  position: relative;
}
#cssmenu ul ul a {
  color: #323232;
  font-family: 'Open Sans', sans-serif;
  font-size: 13px;
  background-color: #fafafa;
  padding: 5px 8px 7px 16px;
  display: block;
  -webkit-transition: background-color 0.1s;
  -moz-transition: background-color 0.1s;
  -o-transition: background-color 0.1s;
  transition: background-color 0.1s;
}
#cssmenu ul ul a:hover {
  background-color: #f0f0f0;
}
#cssmenu ul ul ul {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: -16px;
  left: 206px;
  padding: 16px 0 20px 0;
  background-color: #fafafa;
  text-align: left;
  width: 180px;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  transition: all .3s;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  -moz-box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
  box-shadow: 0px 1px 3px rgba(0, 0, 0, 0.4);
}
#cssmenu ul ul > li:hover > ul {
  opacity: 1;
  left: 190px;
  visibility: visible;
}
#cssmenu ul ul a:hover {
  background-color:#0B7671;
  color: #f0f0f0;
}
.header-bottom{
	background-color:#0B7671;

}
.follow_icon {
	list-style: none;
	padding-bottom:10px;
}
.follow_icon li {
	display:inline-block;
	margin-left:8px;
	padding-top: 0.7%;
}
.follow_icon li :hover{
	opacity:0.7;
}
.follow_icon li a img {
	vertical-align: middle;
}
.search_box {
	margin-top: 18px;
	border: 1px solid #D2D2D2;
	position: relative;
	float:right;
}
.search_box form input[type="text"] {
	border: none;
	outline: none;
	background: none;
	font-size: 0.85em;
	color: #ACACAC;
	width: 74%;
	padding: 9px;
	-webkit-apperance: none;
}
.search_box form input[type="submit"] {
	border: none;
	cursor: pointer;
	background: url(../images/search.png) no-repeat 0px 0px;
	position: absolute;
	right: 0;
	width: 25px;
	height: 32px;
}



/*--content--*/
/*  GRID OF FOUR   ============================================================================= */
.content-top{
	margin-bottom:3%;
}
.col_1_of_4{
	    display: block;
    float: left;
    margin: 1% 0 1% 1%;
    padding: 1%;
}
.col_1_of_4:first-child { margin-left: 0; } /* all browsers except IE6 and lower */

.span_1_of_4 {
	width: 22%;
}
.span_1_of_4  h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#fff;
}
.span_1_of_4  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color:#fff;
	line-height: 1.5em; text-align:justify;
}
.span_1_of_3 {
	width: 32%;
}
.span_1_of_3  h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#fff;
}
.span_1_of_3  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color:#fff;
	line-height: 1.5em; text-align:justify;
}

.span_1_of_3  p a {color:#fff; text-decoration:none}
.span_1_of_3  p a:hover {color:#fff; text-decoration: underline}
.span_1_of_2 {
	width: 46%;
}
.span_1_of_2  h3{
	margin-bottom: 10px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	font-size:1.1em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	color:#fff;
}
.span_1_of_2  p {
	font-size:0.8125em;
	padding:0.5em 0;
	color:#fff;
	line-height: 1.5em; text-align:justify;
}

.left {width:300px; float:left; margin-left: 32px;}
.left .bg1 {background-color: #123E71;}
.right{width:725px; float:left;}
.title2 {
    font-size:18px;
    color: #FFF;
   
    font-weight:800;
}
.left h3 {font-size: 18px; color: #fff; padding-bottom: 10px;}
.left h4 {
    color: #FFF;
    margin-bottom: 15px;

    font-size: 13px;
}
.right img{ max-width: 100%;   /*display: block;*/ border:0px solid #ccc; padding:2px;}
.btn-link {
    box-shadow: none;
    position: relative;
    text-decoration: underline;
    padding: 0;
    font-size: 13px;
    color: #FFF;
    text-transform: uppercase;
    text-decoration: none;
    border: none;
    letter-spacing: 0;
    text-shadow: none;
    padding-left: 16px;
    display: inline-block;
    background: url(../images/more.png) left center no-repeat;
    -webkit-transition: all 0.2s ease!important;
    -moz-transition: all 0.2s ease!important;
    -o-transition: all 0.2s ease!important;
    transition: all 0.2s ease!important;
}
.right p {    font-size: 14px;
    padding-top: 2%;
    line-height:22px;
    color: #000;/*#A0A0A0;*/    text-align: justify;}

    .right h3{font-weight:bold;}
.right h2 {
  font-size: 1.4em;
    line-height: 1.2;
    margin-top: 1%;
    border-bottom: 1px solid #0B7671;
    padding-bottom: 3px;
    font-weight: bold;
    /*font-family: 'Open Sans', sans-serif;*/
    color: #0B7671;
}
.fullwidth-right h2 {
    font-size: 1.4em;
    line-height: 1.2;
    margin-top: 1%;
    border-bottom: 1px solid #0B7671;
    padding-bottom: 3px;
    font-weight: bold;
    /* font-family: 'Open Sans', sans-serif; */
    color: #0B7671;
}
    .table {
	margin:0px;padding:0px;
	
	border:1px solid #A3CEFF;
	
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
	
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
	
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
	
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
  overflow-x: scroll;
    display: block;
}.table table{
    border-collapse: collapse;
        border-spacing: 0;
	width:100%;
	height:100%;
	margin:0px;padding:0px;
}.table tr:last-child td:last-child {
	-moz-border-radius-bottomright:0px;
	-webkit-border-bottom-right-radius:0px;
	border-bottom-right-radius:0px;
}
.table table tr:first-child td:first-child {
	-moz-border-radius-topleft:0px;
	-webkit-border-top-left-radius:0px;
	border-top-left-radius:0px;
}
.table table tr:first-child td:last-child {
	-moz-border-radius-topright:0px;
	-webkit-border-top-right-radius:0px;
	border-top-right-radius:0px;
}.table tr:last-child td:first-child{
	-moz-border-radius-bottomleft:0px;
	-webkit-border-bottom-left-radius:0px;
	border-bottom-left-radius:0px;
}.table tr:hover td{
	
}
.table tr:nth-child(odd){ background-color:#CAE3FF; }
.table tr:nth-child(even)    { background-color:#ffffff; }.table td{
	vertical-align:middle;
	
	
	border:1px solid #A3CEFF;
	border-width:0px 1px 1px 0px;
	text-align:left;
	padding:7px;
	font-size:13px;
	
	font-weight:normal;
	color:#000000;
}.table tr:last-child td{
	border-width:0px 1px 0px 0px;
}.table tr td:last-child{
	border-width:0px 0px 1px 0px;
}.table tr:last-child td:last-child{
	border-width:0px 0px 0px 0px;
}
.table tr:first-child td, .table .cost{
		    background-color: #0B7671;
    border: 1px solid #FFFFFF;
	text-align:center;
	border-width:0px 0px 1px 1px;
	font-size:14px;

	font-weight:bold;
	color:#ffffff;
}

.table tr:first-child td:first-child{
	border-width:0px 0px 1px 0px;
}
.table tr:first-child td:last-child{
	border-width:0px 0px 1px 1px;
}

.signup {
  
  box-shadow: 0 0 2px #123E71;
  border-radius: 3px;
  margin: 20px auto;
  text-align: left;
  vertical-align: middle;   font-size: 14px; 
  color: #666;
}
 .signup td{ padding: 5px 10px;}

.signup  tr:first-child td {
  padding: 10px;
  background: #123e71;
  border-radius: 3px 3px 0 0;
  border-bottom: 1px solid #123e71;  color: #fff;  font-size: 16px;
}
.signup  tr:first-child td, .signup tr:last-child td { text-align:center; border-bottom: 1px solid #E3E7EA;}

.btn-signed-up-td { padding:10px 0; margin:0; }

.btn-signup { background:#123e71;margin:0; padding:5px 20px;border-radius: 3px;color: #FFFFFF;font-size: 14px; }

.signup input, select {
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  padding-left: 5px;
  font-size: 14px;
  color: #6B6B6B;
  width:75%;
  display: inline-block;
  height: 20px;
  margin: 2px;
  color: #787575;}
  
 .signup textarea{ background: #FFFFFF;
  border: 1px solid #E6E6E6;
  padding-left: 5px;
  font: 11px  'Open Sans', sans-serif;;
  color: #6B6B6B;
  width:75%;
  display: inline-block;
  height: 40px;
  margin: 2px;
  color: #787575;}
input[type="submit"] {
  border-radius: 2px;
  -moz-border-radius: 2px;
  -webkit-border-radius: 2px;
  border: 0px solid #9C9696 !important;
  box-shadow: none !important;
  background: #0b7671;
  color: #FFCC01; font-weight:bold;
  font-size: 14px;
  border: none;
  cursor: pointer;
  height: 24px;
  padding: 4px 10px;
  float: none;
  width: auto;
   margin-top:10px; margin-bottom:10px; text-transform:uppercase;
}


.forget-text { font-size:14px; padding:0; margin:0; line-height:0; }

.center-form {  }

.center-form-signup { }

.center-form-abstract { ; }

.login { min-width:350px; box-shadow:0 0 2px #888852; border-radius:3px; margin:30px auto; text-align:left; vertical-align:middle; color:#666;}

.signup { min-width:500px; box-shadow:0 0 2px #888852; border-radius:3px; margin:20px auto; text-align:left; vertical-align:middle; color:#666;}

.abstract { width:1046px; box-shadow:0 0 2px #888852; border-radius:3px; margin:30px auto; text-align:left; vertical-align:middle; color:#666;}

.profiles { width:1046px; box-shadow:0 0 2px #888852; border-radius:3px; margin:30px auto; text-align:center; vertical-align:middle; color:#666;}

table tr:first-child td{ padding:10px; background:#F3F3EB; border-radius: 3px 3px 0 0; }

table tr td { padding: 10px 10px;
    font-size: 14px;
    text-align: left;}

table tr td:first-child {}

table.signup tr:first-child td, table.signup tr:last-child td { text-align:center; }

table.abstract tr:first-child td, table.abstract tr:last-child td { text-align:center; }

table.profiles tr:first-child td { text-align:left; background:#F3F3EB !important;  }

table.profiles tr th { background:#F9F9F8;     padding: 8px 10px;text-align: left;
    font-size: 15px;
    font-weight: bold;}

table.profiles tr:nth-child(odd) td { background:#F9F9F8; }

table.profiles tr:nth-child(even) td { background:#F3F3EB; }

form { /*font-family: 'Open Sans', sans-serif;*/ line-height:25px; }

input { min-height:25px; border-radius:3px; /*width:100%; */border:1px solid #D7D5D5; }

input.checkbox { width:auto; vertical-align: inherit;}

textarea { height:50px; width:100%; border-radius:3px; border:1px solid #D7D5D5; }

input.submit { padding:5px 15px; margin:0; /*color: #AB2E0F;*/ background:#0b7671; border:none; font-weight:bold; width:auto; }

input.submit:hover { /*background:#AB2E0F;*/ color:#FFFFFF; }

.btn-signed-up-td { padding:10px 0; margin:0;}

.btn-signup { background:#8D8D79;margin:0; padding:5px 20px;border-radius: 3px;color: #FFFFFF;font-size: 14px; }

input.file-up { border:none; width:auto;}

input.submit.btn-signup { width:auto;}

input.submit.btn-signup:hover { background: #8D8D79; color:#666; }

table.signup.payment { width: auto; min-width: 0;margin: 50px auto;}

table td {min-width: 20px;}


/***** Media Quries *****
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}*/
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS *
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:94%;
		padding:3%;  
	}
}*/
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS *
@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_4{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_4 {
		width:92%;
		padding:4%; 
	}
}
.title-img {
	margin-bottom: 10px;
}
.title {
	color: #FFF;
	width:15%;
	margin: 0;
	overflow: hidden;
	float: left;
}
.title-desc {
	float: left;
}
.title-desc p{
	font-size: 1.3em;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	color:#333;
	text-transform: uppercase;
}
h4.head {
	color: #60B6E6;
	font: 12px/12px  'Open Sans', sans-serif;;
	margin: 0;
	margin-bottom:10px;
	text-transform: uppercase;	
}
hr {
	margin:15px 0;
	border: 0;
	border-top: 1px solid #EEE;
	border-bottom: 1px solid #FFF;	
}
.btn.btn-primary {
	box-shadow: none;
	background: none;
	position: relative;
	display: inline-block;
	padding:10px 20px;
	font: 13px  'Open Sans', sans-serif;;
	color: #FFF;
	border: none;
	background-color: #BAD9ED;
	letter-spacing: 0;
	text-transform: uppercase;
	text-shadow: none;
	text-decoration: none!important;
	-webkit-border-radius: 7px;
	-moz-border-radius: 7px;
	border-radius: 7px;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}
.btn.btn-primary:hover {
	background: none;
	color: #FFF;
	background-color: #D9155C;
	-webkit-transition: all 0.35s ease;
	-moz-transition: all 0.35s ease;
	-o-transition: all 0.35s ease;
	transition: all 0.35s ease;
}*/
/*  GRID OF THREE   ============================================================================= */
.col_1_of_3{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 29.9999%;
}
.span_1_of_first {
	
	padding:1.5%; 
	background-color: #0B7671;
	margin-left: 4.5%;
}

/***** Media Quries *****
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}*/
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS *
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}*/

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS *
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:92%;
		padding:4%;
	}
}
p.title1 {
	font-size:100px;
	color: #FFF;
	letter-spacing: -4px;
	margin-bottom: 5px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;
}
.title2 {
	font-size:30px;
	color: #FFF;
	text-transform: uppercase;
	
	letter-spacing: -1px;
	font-family: 'Open Sans', sans-serif;
	font-weight:600;		
}
.span_1_of_first hr {
	margin: 17px 0 25px 0;
	border-bottom: none;
	border-color: #8C8C8C;
}
.span_1_of_first  h3 {
	color: #FFF;
	margin-bottom: 15px;
	text-transform:capitalize;
	font-size: 15px; font-weight:bold;
}
.span_1_of_first  h4 {
	color: #FFF;
	margin-bottom: 15px;
	text-transform:capitalize;
	font-size: 13px;
}
p.para{
	color: #999;
	font-size: 13px;
	line-height: 1.5em;
	margin-bottom: 19px;
}
.btn-link {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size:13px;
	color: #FFF;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link:hover {
	color: #D9155C;
}
.middle-desc{
	overflow: hidden;
	
width: 85%;
	float: left;
}
.title-desc1 p {
	font-size: 1.1em;
	font-family: 'Open Sans', sans-serif;
	color: #333;
	text-transform: uppercase;
	margin-bottom:5px;
}
.sub-desc p {
	font-size: 0.8125em;
	padding: 0.5em 0;
	color: #A0A0A0;
	line-height: 1.5em;
}*/
/*--content-bottom**/
/*  GRID OF THREE   ============================================================================= */
.col_1_of_bottom{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
	background: #F2F6F9;
}
.col_1_of_bottom:first-child { margin-left: 0; }

.span_1_of_bottom {
	width: 20.7%;
    padding: 1.5%;    min-height: 130px;
}
.span_1_of_last {
	width: 20.5%;
	padding:1.5%; 
	color:#333;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
}
.span_1_of_bottom:hover  {
	background:#DADADA;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	
}
.span_1_of_bottom h5{
	font-size: 13px;
    text-transform: uppercase;
    font-weight: 900;
    color: #123E71;
}

/*.span_1_of_bottom:hover p{
	color:#fff;
}*/
.span_1_of_bottom img{
	padding-bottom:7%;
}
.span_1_of_last:hover  {
	background:#D9155C;
	-webkit-transition: all 0.4s ease;
	-moz-transition: all 0.4s ease;
	-o-transition: all 0.4s ease;
	transition: all 0.4s ease;
	color:#fff;
}
.span_1_of_last h5{
	font-size:1.3em;
	text-transform:uppercase;
	color:#fff;
}
.span_1_of_last:hover p{
	color:#fff;
}
.span_1_of_last img{
	padding-bottom:7%;
}
.span_1_of_last p {
	font-size: 13px;
	padding: 0.5em 0;
	color: #fff;
	line-height: 1.5em;
	text-transform: uppercase;
}
.btn-link2 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color:#fff;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.btn-link2:hover {
	text-decoration:underline;
}
.span_1_of_bottom  p  {
	font-size:13px;
	padding:0.5em 0;
	color: #333;
	line-height: 1.5em;    text-align: justify;
	
}
/***** Media Quries *****
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}*/
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS *
@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:94%;
		padding:3%;  
	}
}*/

/*  GO FULL WIDTH AT LESS THAN 480 PIXELS *
@media only screen and (max-width: 480px) {
     
     .wrap{
		width:95%;
	}		
	.col_1_of_bottom{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_bottom {
		width:92%;
		padding:4%;
	}
}*/

.span_1_of_bottom .btn-link1 {
	box-shadow: none;
	position: relative;
	text-decoration: underline;
	padding: 0;
	font-size: 13px;
	color:#333;
	text-transform: uppercase;
	text-decoration: none;
	border: none;
	letter-spacing: 0;
	text-shadow: none;
	padding-left: 16px;
	display: inline-block;
	background: url(../images/more1.png) left center no-repeat;
	-webkit-transition: all 0.2s ease!important;
	-moz-transition: all 0.2s ease!important;
	-o-transition: all 0.2s ease!important;
	transition: all 0.2s ease!important;
}
.span_1_of_bottom .btn-link1:hover{
	color:#123E71;
} 
.main_link{
	margin-bottom:2%;
}
.content-middle{
	margin-bottom:0px;
}
.content-bottom{
	margin-bottom:2%;
}
/*--footer--*/
.footer{
	border-top: 15px solid #fff;background: #0B7671;
}
.footer1 {
    border-top: 15px solid #fff;
    background: #0B7671; height:30px
}
.span_1_of_4 ul li {
	background: url(../images/marker.png)no-repeat;
	line-height: 0.4em;
	padding: 0 0 19px 13px;
}
.span_1_of_4 ul li a {
	color: #fff;
	font-size: 13px;
	-moz-transition: background 0.5s ease;
	-o-transition: background 0.5s ease;
	-webkit-transition: background 0.5s ease;
}
.span_1_of_4 ul li a:hover {
	color:#fff;/*333*/
}
ul.list3 li {
	font-size: 12px;
	background:none;    
    padding: 0.5em 0;
    color: #fff;
    line-height: 1.5em;
}
.list3 li>img {
	float: left;
	margin-right: 13px;
	margin-top: 4px;
}
.extra-wrap {
	overflow: hidden;
}
.extra-wrap p {
	font-size:13px;
}
.copy {
	    text-align: right;
    font-size: 12px;
    color: #fff;
    padding: 0.5% 0.5%;
}
.copy p a {
	color:#ccc;
	font-size:13px;
}
.footer-top {
	padding-top:0%;
	
}
.copy p a:hover {
	color:#fff;
}
/*--about--*/
.lsidebar1 {
	display: block;
	float: left;
	margin: 1% 0% 1% 4.6%;
}
.span_1_of_a {
	width: 29.2%;
	float: left;
}
.span_2_of_a h3, .span_1_of_a h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #333;
}
.testimonials {
	padding: 12px 0 15px;
	position: relative;
}
.testimonials h3, .sidebar h3 {
	color: #60B6E6;
	font: 12px/12px  'Open Sans', sans-serif;;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.testimonials p {
	font-size: 13px;
	padding: 1.3em 0 0 0;
	color:#A0A0A0;
	line-height: 1.8em;
	text-indent: 35px;
}
.testimonials span.quotes {
	position: absolute;
	left: 0;
	top: 50px;
	width: 24px;
	height: 24px;
	background: url(../images/quote.png) no-repeat;
}
.span_2_of_a {
	width: 66.1%;
}
.cont1 {
	display: block;
	float: left;
	margin: 1% 0 1% 0;
}
.about_desc h2 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #373737;
}
.about_desc p span {
	color: #60B6E6;
	font: 12px/12px  'Open Sans', sans-serif;;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.image {
	padding-top:3%;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.grid:first-child {
	margin-left: 0;
}
.images_3_of_1 {
	width: 35.2%;
}
.span_2_of_1 {
	width: 61.1%;
}
.grid {
	display: block;
	float: left;
	margin: 0% 0 0% 3.6%;
}
.span_2_of_1 h4 {
	color: #60B6E6;
	font: 13px/13px  'Open Sans', sans-serif;;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
}
.span_2_of_a p {
	font-size: 13px;
	padding-top: 1%;
	line-height: 1.5em;
	color: #A0A0A0;	
}
.more {
	padding-top:5%;
}
.testimonials h3 span a {
	color: #000;
	font-size:13px;
	cursor: pointer;
	text-decoration: underline;
	font-weight: normal;
	padding-left: 10px;
	text-transform: lowercase;
}
.testimonials h3 span a:hover {
	text-decoration:none;
}
.about-top{
	margin-bottom:2%;
}
/*--services--*/
.gallery-grid {
	width: 31.2222%;
	float: left;
}
.grid2 {
	margin: 0px 35px;
}
.gallery-grid h4 {
	color: #60B6E6;
	font: 15px/15px  'Open Sans', sans-serif;;
	margin: 0;
	margin-bottom: 10px;
	text-transform: uppercase;
	-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{
	color:#333;
}
.gallery-grid p {
	font-size: 0.875em;
	padding: 0.2em 0em 1.2em 0em;
	color: #A0A0A0;
	line-height: 1.6em;
}
.gallery-grids {
	margin-bottom: 30px;
}
.services{
	padding-top:2%;
}
/*--contact--*/
/*  Contact Form  ============================================================================= */
.col{
	display: block;
	float:left;
	margin: 1% 0 1% 1.6%;
}
.col:first-child{
	margin-left:0;
}	
.span_2_of_contact {
	width: 66.1%;
}
.span_1_of_contact {
	width: 29.2%;
	padding:1.5%; 
}
.span_2_of_contact  h3,
.span_1_of_contact  h3 {
	margin-bottom: 0.5em;
	font-size: 1.4em;
	line-height: 1.2;
	margin-top: 0px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-top: 0.5%;
	font-weight: 600;
	/*font-family: 'Open Sans', sans-serif;*/
	color: #373737;
}
.contact-form{
	position:relative;
	padding-bottom:30px;
}
.contact-form div{
	padding:5px 0;
}
.contact-form span{
	display:block;
	font-size:0.8125em;
	color:#A0A0A0;
	padding-bottom:5px;
}
.contact-form input[type="text"],.contact-form textarea{
	padding:8px;
	display:block;
	width:97%;
	background:#fcfcfc;
	border: none;
	outline:none;
	color:#464646;
	font-size:0.8125em;
	/*font-family: 'Open Sans', sans-serif;;*/
	box-shadow: inset 0px 0px 3px #999;
	-webkit-box-shadow: inset 0px 0px 3px #999;
	-moz-box-shadow: inset 0px 0px 3px #999;
	-o-box-shadow: inset 0px 0px 3px #999;
	-webkit-appearance:none;
}
.contact-form textarea{
	resize:none;
	height:120px;		
}
.contact-form input[type="submit"]{
	padding:7px 20px;
	color:#FFF;
	cursor:pointer;
	background:#D9155C url(../images/large-button-overlay.png);
	border: 1px solid rgba(0, 0, 0, 0.25);
	text-shadow: 0 -1px 1px rgba(0, 0, 0, 0.25);
	-webkit-box-shadow: 0 1px 3px rgba(0, 0, 0, 0.50);
	-webkit-border-radius: 5px;
    border-radius:2px;
    /*font-family: 'Open Sans', sans-serif;;*/
    position:absolute;
    right:0;
}
.contact-form input[type="submit"]:hover{
	background-color:#333;
}
.contact-form input[type="submit"]:active{
	background-color:#333;  
}
.company_address{
	padding-top:26px;
}
.company_address p{
	color: #A0A0A0;
	font-size: 13px;
	line-height: 1.8em;
}
.company_address p span{
	text-decoration:underline;
	color:#333;
	cursor:pointer;
}
.company_address p span:hover{
	text-decoration:none;
}
.map{
	border:1px solid #C7C7C7;
	margin-bottom:15px;
}

/***** Media Quries *****
@media only screen and (max-width: 1024px) {
	.wrap{
		width:95%;
	}	
}*/
/*  GO FULL WIDTH AT LESS THAN 800 PIXELS *

@media only screen and (max-width: 800px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
}*/

/*  GO FULL WIDTH AT LESS THAN 640 PIXELS *

@media only screen and (max-width: 640px) and (min-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:94%;
		padding:3%; 
	}
	.col{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:94%;
		padding:3%; 
	}
   
   .contact-form input[type="text"],.contact-form textarea{
		width:97%;
	}
}*/
/*  GO FULL WIDTH AT LESS THAN 480 PIXELS *

@media only screen and (max-width: 480px) {
	.wrap{
		width:95%;
	}
	.span_2_of_contact {
		width:90%;
		padding:5%; 
	}
	.col { 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_contact {
		width:90%;
		padding:5%; 
	}
	.contact-form input[type="text"],.contact-form textarea{
		width:92%;
	}
}*/
/*--404--*/
.page-not-found {
	padding: 30px 0;
}
.page-not-found h1 {
	font-size: 15em;
	color: #F0F0F0;
	text-align: center;
	text-shadow: 1px 1px 6px #AAA;
	-moz-text-shadow: 1px 1px 6px #aaa;
	-webkit-text-shadow: 1px 1px 6px #aaa;
	-o-text-shadow: 1px 1px 6px #aaa;
}
/*--responsive design--*/
/*@media (max-width:1366px){
	.wrap{
		width:1102px;
	}	
	.logo {
		width: 82%;
	}
	.gallery-grid {
		width: 31.1%;
	}
}*/
/*@media (max-width:1280px){
	.wrap{
		width:90%;
	}	
	.logo {
		width: 82%;
	}
	.gallery-grid {
		width:30.9%;
	}
}*/
/*@media (max-width:1024px){
	.wrap{
		width:90%;
	}	
	.logo {
		width:78%;
	}
	.gallery-grid {
		width:30.3%;
	}
	#cssmenu {
		width: 82%;
	}
	.follow_icon li {
		padding-top: 2.3%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	
	.title-desc1 p {
		font-size: 1em;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
}*/
/*@media (max-width:800px){
	.wrap{
		width:90%;
	}	
	.logo {
		width:72%;
	}
	.gallery-grid {
		width: 29.5%;
	}
	#cssmenu {
		width:77%;
	}
	.follow_icon li {
		padding-top:2.9%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 15px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
}*/
/*@media (max-width:640px){
	.wrap{
		width:90%;
	}	
	.logo {
		width:65%;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:71%;
	}
	.follow_icon li {
		padding-top: 4%;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
}*/
/*@media (max-width:480px){
	.wrap{
		width:90%;
	}	
	.logo {
		width:44%;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 13px;
		padding: 20px 10px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin-top: 12px;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	.follow_icon {
		text-align: center;
	}
}*/
/*@media (max-width:320px){
	.wrap{
		width:90%;
	}	
	.logo {
		width:54%;
		float:none;
	}
	.gallery-grid {
		width:100%;
	}
	#cssmenu {
		width:100%;
		text-align: center;
	}
	.follow_icon li {
		padding-top:0px;
	}
	.title-desc p {
		font-size: 13px;
	}
	p.title1 {
		font-size: 80px;
	}
	.title2 {
		font-size: 20px;
	}
	.span_1_of_first h4 {
		font-size: 12px;
	}
	.title-desc1 p {
		font-size: 13px;
	}
	.span_1_of_bottom p {
		font-size: 12px;
	}
	#cssmenu > ul > li > a {
		font-size: 11px;
		padding: 10px 1px;
	}
	.middle-desc {
		width: 79%;
	}
	.title {
		margin-right: 10px;
	}
	.span_1_of_first {
		width:100%;
	}
	.span_1_of_last {
		width: 97%;
	}
	.span_2_of_a {
		width:100%;
	}
	.span_1_of_a {
		width:100%;
	}
	.grid2 {
		margin: 0px 0px;
	}
	.search_box form input[type="text"] {
		padding: 5px;
	}
	.search_box {
		margin:5px 0;
		float:none;
	}
	.search_box form input[type="submit"] {
		top: -4px;
	}
	#cssmenu > ul > li {
		float:none;
		display:inline-block;
	}
	.follow_icon {
		text-align: center;
	}
	.images_3_of_1 {
		width:100%;
	}
	.span_2_of_1 {
		width:100%;
	}
}*/
/*faculty*/
.fac{
    width: 97%;
    border: 1px solid #ccc;
    padding: 10px;
    margin: 0 0 15px 0;
    -webkit-box-shadow: 2px 2px 13px #ccc;
    -moz-box-shadow: 2px 2px 13px #ccc;
    -o-box-shadow: 2px 2px 13px #ccc;
    box-shadow: 2px 2px 13px #ccc;
}
.fac img{
    padding: 10px;
}
/*/faculty*/

/*feedback acordian*/
:before,
:after {
 content: '';
 display: block;
 position: absolute;
 box-sizing: border-box;
}

.togglebox {
 /*width: 300px;
 height: 400px;*/
 margin: 0 auto;
 background: #F5F5F5;
}

.togglebox input[type="radio"] {
 position: absolute;
 opacity: 0;
}

.togglebox label {
 position: relative;
 display: block;
 height: 50px;
 line-height: 50px;
 padding: 0 20px;
 font-size: 14px;
 font-weight: bold;
 color: rgb(18, 62, 113);
 background: #E2E2E2;
 cursor: pointer;
 margin: 5px 0 0  0;
}

.togglebox label:hover {
 background: #696868;
 color: #fff !important;
}

.togglebox label:after {
 content: '\f078';
 top: 0px;
 right: 20px;
 font-family: fontawesome;
}

.togglebox .content {
 height: 0;
 overflow: hidden;
 border-left: 3px solid rgba(255, 56, 56, 0.63);
}

.togglebox input[type="radio"]:checked ~ label {
 color: rgb(18, 62, 113);
 border-left: 3px solid #EEBC71;
}

.togglebox input[type="radio"]:checked ~ label:after {
 transform: rotate(90deg);
 -moz-transform: rotate(90deg);
 -o-transform: rotate(90deg);
 -ms-transform: rotate(90deg);
 -webkit-transform: rotate(90deg);
}

.togglebox input[type="radio"]:checked ~ .content {
 height: auto;
 min-height: 120px;
}
/*feedback acordian*/

.table23
{margin: 0px;
    padding: 0px;
    width: 100%;
    border: 1px solid #123e71;}

.dark{vertical-align: middle;
    border: 1px solid #123e71;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
background:#D2E2F4;
}
.light{vertical-align: middle;
    border: 1px solid #123e71;
    border-width: 0px 1px 1px 0px;
    text-align: left;
    padding: 7px;
    font-size: 13px;
    font-weight: normal;
    color: #000000;
background:#ffffff;
}

.previous { float:left; margin-right:50px}
.previous h2 { text-align:center; }
.mar-right { margin:0 100px }

ul.previous li  {
    list-style: url(../images/marker.png);
    margin: 0;
    padding: 0.2em;
    font-size: 15px;
    margin-left: 22px;
    line-height: 1.5em; font-weight:bold
}

ul.previous li a {    text-decoration: none;
    color: #123E71;}
ul.previous li a:hover {    text-decoration: underline;
    color:#0B7671;}
	
	ul.gal li  {
    list-style:none; float:left;
    margin:0px 10px 10px 0px !important;
   
    font-size: 15px;
    margin-left: 5px;
    line-height: 1.5em; font-weight:bold
}
ul.gal li img  { border:1px solid #CCCCCC; padding:2px
}
.toggle-wrapper {
    display: none;
}
a.btn-link.clckops {margin-left: 90px;}
@media only screen and (max-width: 767px) {
    
    .fullwi .seinp label, .wrap { width: 100%;}
    .banner, div#cssmenu {display:none;}
    .toggle-wrapper {
    display: block;
}
.toggle-button {
  background: #0b7671;
  color: white;
  text-align: center;
  padding: 20px 0;
  display: block;
  cursor: pointer;
}
.toggle-menu {
  display: none;
}
.toggle-menu ul{
  list-style: none;
}

.toggle-menu li {
  text-align: center;
  border-top: 1px solid #1e1e1e;
}

.toggle-menu a {
  text-decoration: none;
  color: white;
  background: #0b7671;
  display: block;
  padding: 10px 0;
}

.toggle-menu a:hover {
  color: black;
  background: #1f9893;
}
.right {
    width: 100%;
    margin: auto;
}
.logo img {
    width: 100%;
    height: auto;
}.wrap.home {
    width: 100%;
}
a.btn-link.clckops {
    margin-left: 0px;
}
.left {
    width: 100%;
    margin: auto;
    margin-left: 0 !important;
}
}

* {
  box-sizing: border-box;
  }
  .log-form {
         padding-bottom: 60px; margin-bottom:25px !important;
       width: 65%;
       margin: auto;
    display: block;
    background: #fff;
    position: relative;
    margin-top: 23px;
    font:inherit;
 
}
ul.lrfrsd li {
    display: block;
    float: left;
    width: 50%;
    margin: 9px 0;
}
@media (max-width: 40em) {
  .log-form {
    width: 95%;
    position: relative;
    margin: 2.5% auto 0 auto;
    left: 0%;
    -webkit-transform: translate(0%, 0%);
    -moz-transform: translate(0%, 0%);
    -o-transform: translate(0%, 0%);
    -ms-transform: translate(0%, 0%);
    transform: translate(0%, 0%);
  }
}

.log-form form {
  display: block;
  width: 100%;
  padding: 2em;
}
.log-form h2 {
  color: #fff;
  /*font-family: 'open sans condensed';*/
  font-size: 1.35em;
  display: block;
  background: #0b7671;
  width: 100%;
  text-transform: uppercase;
  padding: 0.75em 1em 0.75em 1.5em;
  box-shadow: inset 0px 1px 1px rgba(255, 255, 255, 0.05);
  border: 1px solid #1d1d1d;
  margin: 0;
  font-weight: 500;
}
.log-form input {
  display: block;
  margin: auto auto;
  width: 100%;
  margin-bottom: 1em;
  /*padding: 0.5em 0;*/
  border: none;
  border-bottom: 1px solid #eaeaea;
  padding-bottom: 0.25em;
  color: #757575;
  font:inherit;
}
.log-form input:focus {
  outline: none;
}
.log-form .btn {width: 100%;
  display: inline-block;
  background: #1fb5bf;
  border: 1px solid #1ba0a9;
  padding: 0.5em 2em;
  color: white;
  margin-right: 0.5em;
  box-shadow: inset 0px 1px 0px rgba(255, 255, 255, 0.2);
  font:inherit;
}
.log-form .btn:hover {
  background: #23cad5;
}
.log-form .btn:active {
  background: #1fb5bf;
  box-shadow: inset 0px 1px 1px rgba(0, 0, 0, 0.1);
}
.log-form .btn:focus {
  outline: none;
}
.log-form .forgot {
  color: #33d3de;
  line-height: 0.5em;
  position: relative;
  top: 2.5em;
  text-decoration: none;
  font-size: 0.75em;
  margin: 0;
  padding: 0;
  float: right;
}
.log-form .forgot:hover {
  color: #1ba0a9;
}
ul.lrfrsd {
    display: block;
    float: left;
    width: 100%;
    margin-top: 19px;
}
ul li a.newusers {
    display: inline-flex;
   
}
a.newusers span {
    margin-top: 3px;
    margin-right: 3px;
}
.viewprofile{width: 100%;}
.viewprofile tr td:first-child {
    width: 350px;
}
.viewprofile tr:first-child th {
    padding: 10px;
    background: #0b7671;
    border-radius: 3px 3px 0 0;
    border-bottom: 1px solid #0b7671;
    color: #ffc927;
    font-size: 16px;
    text-align: center;
}
.viewprofile tr td{border: 1px solid #f3f3f3; line-height: 27px;}
.viewprofile tr:last-child td.nocen{text-align: inherit !important;}
.profiles input{min-height: inherit;}