@import url(http://fonts.googleapis.com/css?family=Source+Sans+Pro:300,600,700);

@import url(http://fonts.googleapis.com/css?family=Lato);

@font-face {
  font-family;'Segoe UI';
  font-style: normal;
  font-weight: 400;
  src: local('Lato Regular'), local('Lato-Regular'), url(http://fonts.gstatic.com/s/lato/v11/UyBMtLsHKBKXelqf4x7VRQ.woff2) format('woff2');
  unicode-range: U+0100-024F, U+1E00-1EFF, U+20A0-20AB, U+20AD-20CF, U+2C60-2C7F, U+A720-A7FF;
}

body {
	background: #fff;
	margin:0;
	padding:0;
	font-family: 'Segoe UI';
	font-size: 1.1em;
	color: #666;
	font-weight: 300;
}

a:hover {color:#9ec834;}

* {
	margin:0;
	padding:0;
}

/** element defaults **/
table {
	width: 100%;
	text-align: left;
}

th, td {
	padding: 3px 10px;
}

th {
	color: #666;
	background: #ccc none repeat-x scroll left top;
}

td {
	/*border-bottom: 1px solid #ccc;*/
}
.newsletterdt{ float:right; font-size:14px;}
.blogname{ font-size:18px; font-weight:bold;}
.blogdescription{ font-size:14px; line-height:20px;}
.blogdate{ float:right; font-size:14px;}

code, blockquote {
	display: block;
	border-left: 5px solid #222;
	padding: 10px;
	margin-bottom: 20px;
}
code {
	background-color: #222;
	color:#ccc;
	border: none;
	font-family: 'Segoe UI';
}
blockquote {
	border-left: 5px solid #222;
}

blockquote p {
	font-style: italic;
	font-family: 'Segoe UI';
	margin: 0;
	color: #333;
	height: 1%;
}

p {
	line-height: 150%;
	margin-bottom: 5px;
	text-align:justify;
	margin-bottom:2%;
	font-family: 'Segoe UI';
	font-size:16px;
	font-weight:400;
}

a {
	color: #2e3192;
	text-decoration: none;
}

a:hover {
	border-bottom-color: #5AA4DD;
	color: #5AA4DD;
}

a:focus {
	outline: none;
}

.footer-bottom p span {
	font-size:14px;
	color:#337ab7;
}


a.button { 
  
    background: linear-gradient(#2e3192, #151875);
    background-color: #2e3192;
    color: #FFFFFF;
    display: inline-block;
    font-weight: bold;
    padding: 10px 15px;
    border: 1px solid #CF2A35;
    text-shadow: 1px 1px 0 #BA2630;
    border-radius: 5px;
    text-decoration: none;
    text-transform: uppercase;
}

a.button:hover {
	background:#151875;
}

a.button-reversed { 
	background: linear-gradient(#333, #111);
	background-color: #222;
        text-shadow: 1px 1px 0 #000;
	color: #fff;
	border-color: #000;
}

a.button-reversed:hover {
	background: #111;
}

fieldset {
	display: block;
	border: none;
}

fieldset legend {
	font-weight: bold;
	font-size: 0.9em;
	padding-right: 10px;
	color: #333;
}

fieldset form {
	padding-top: 15px;
}

fieldset p label {
	float: left;
	font-size:1.4em;
}

/*form input, form select, form textarea {
	padding: 10px;
	color: #333333;
	border: 1px solid #ddd;
	border-right:1px solid #ccc;
	border-bottom:1px solid #ccc;
	background-color:#fff;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 0.9em;
	width: 250px;
}

form input.formbutton {
	border: none;
	background: #6b6b6b;
	color: #ffffff;
	font-weight:normal;
	padding: 6px 10px;
	font-size: 1.4em;
	font-weight:normal;
	letter-spacing: 1px;
	width: auto;
	overflow: visible;
	border-radius:5px;
	float:right;
	margin-right:22px;
}

form.searchform input {
  font-size: 0.9em;
    padding: 6px;
}

form.searchform p {
	margin: 5px 0;
}
*/
/*----------------------------------------------customize css------------------------------------------------*/

.img-responsive {
	max-width:100%;
	height:auto;
}

h4.commonhead {
    color: #82ab1c;
    font-size: 1.4em;
    font-weight: 600;
	margin:20px 0 0 0;
	padding:0;
}

.formbutton {
	padding:7px 17px;
	background-color:#0f75bc;
	color:#FFF;
	border:none;
	font-size:16px;
}

.two-column h3 {
	color: #6b6b6b;
    font-size: 2em;
    font-weight: normal;
    margin-bottom: 10px;
    letter-spacing: -1px;
}

.mymainform {
	font-size:14px;
	padding:10px;
	border-radius:5px;
	border: solid 1px #CCCCCC;
	width:90%;
	margin-bottom:2%;
}

.mymainformquery {
	font-size:14px;
	padding:5px;
	border-radius:5px;
	border: solid 1px #CCCCCC;
}

.founder {
	text-align:center;
	font-weight:600;
}

.loginbox{
	color:#999;
	width:200px;
	height:40px;
	border-radius:5px;
}
.myupleft {
	height:300px;
	background-color:#990;
}

.myupleftb {
	height:auto;
	padding:10px 0;
}

.myupright {
	height:auto;
	padding:10px 0;
}
.lefthead {
	float:left;
	width:25%;
	margin-left:7%;
}
.lefthead span {
	width:100%;
	margin:0 1% 0 0;
	height:auto;
	padding:2px;
}
.headlog {
	padding-top:10px;
	padding-left:9%;
}
.search {
	float:left;
	width:30%;
	height:auto;
	padding:5px 0;
	margin:0 2%;
}
.login a {
	float:right;
	width:15%;
	font-size:18px;
	height:auto;
	padding:10px 20px;
	text-align:center;
	background-color:#29166f;
	border-radius:6px;
	color:#FFF;
}

.login a:hover {
	color:#FFF;
	text-decoration:none;
	background-color:#000;
}

.myservices {
	margin:2% 0;
	padding-bottom:4%;
	text-decoration:none;
}

.myservices img:hover {
	transform: rotateY(360deg);
    transition: .5s all;
    -webkit-transition: .5s all;
    -moz-transition: .5s all;
    -o-transition: .5s all;
    -ms-transition: .5s all;

}


.myservices h3 {
	text-align:center;
	font-size:18px;
	color:#0f75bc;
}
.myservices p {
	text-align:center;
	line-height:130%;
	margin-bottom:10%;
	color:#464646;
}

.myservices h3:hover {
	text-align:center;
	font-size:18px;
	text-decoration:none;
	color:#000;
}
.myservices p:hover {
	text-align:center;
	line-height:130%;
	margin-bottom:10%;
	text-decoration:none;
	color:#000;
}

.myservices img {
	display:block;
	margin:0 auto;
	border: solid 5px #b9b9b9;
	border-radius:50%;
	padding:15px;
}
.myservices i a {
	font-style:normal;
	padding:10px 20px;
	border-radius:5px;
	font-size:16px;
	background-color:#5b5a5c;
	color:#fff;
	margin-left:30%;
	text-decoration:none;
}
.myservices i a:hover {
	background-color:#000;
	color:#FFF;
}
	
.abtindex {
	margin-bottom:6%;
}
.myabtindex {
	padding-top:4%;
}
.abtindex h3 {
	color:#FFF;
}
.abtindex p {
	color:#FFF;
}
.mytesti {
	background-color: rgba(183,183,183,0.1);
	height:auto;
	padding:15px 0 0 0;
	margin:1% 0 3% 0;
	}
.mytesti h2 {
	text-align:center;
	font-size:36px;
}	
.myexpert {
	background-color: rgba(0,0,0,0.1);
	height:auto;
	padding:3% 0 3% 0;
	margin:2% 0 0 0;
	}
.myexpert h2 {
	text-align:center;
	font-size:36px;
	color:#FFF;
}
.myexpert p {
	font-size:21px;
	text-align:center;
	color:#fff;
	line-height:120%;
	margin-bottom:5%;
}

.myexpert form {
	margin-left:8%;
}
.myplan {
	padding:10px 25px;
	background-color:#FFF;
	color:#414141;
	border-radius:5px;
	text-align:center;
	font-size:22px;
	width:16%;
}
.myplan:hover {
	padding:10px 25px;
	background-color:#414141;
	color:#FFF;
	border-radius:5px;
	text-align:center;
	font-size:22px;
	width:16%;
	text-decoration:none;
}


.myformarea {
	padding:15px;
	min-width:250px;
	margin-right:20px;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}


.myformareafinancial {
	padding:15px;
	min-width:250px;
	margin-right:20px;
	border:0;
	color:#2b2b2b;
	margin-bottom:5px;
	font-weight:500;
}


.secondslid {
	margin-top:6%;
	margin-bottom:6%;
}

.mylogina {
	margin-right:10px;
	color:#FFF;
	text-align:center;
	margin-top:-1%;
	z-index:1;
}

.myloginb {
	margin-right:10px;
	color:#FFF;
	text-align:center;
	margin-top:-1%;
	z-index:1;
}

.myloginc {
	margin-right:10px;
	color:#FFF;
	text-align:center;
	margin-top:-1%;
	z-index:1;
}

.mylogina a {
	display:block;
	background-color: rgba(45,41,40,0.8);
	padding:10px 0;
	font-weight:700;
	color:#FFF;
}
.myloginb a {
	display:block;
	background-color: rgba(237,28,36,0.8);
	padding:10px 0;
	font-weight:700;
	color:#FFF;
}
.myloginc a {
	display:block;
	background-color: rgba(15,117,188,0.8);
	padding:10px 0;
	font-weight:700;
	color:#FFF;
}

.mylogina a:hover {
	background-color:#1d7872;
	color:#FFF;
	text-decoration:none;
}
.myloginb a:hover {
	background-color:#1d7872;
	color:#FFF;
	text-decoration:none;
}
.myloginc a:hover {
	background-color:#1d7872;
	color:#FFF;
	text-decoration:none;
}

/*.mylogin {
	margin-right:10px;
	display:block;
	color:#FFF;
	text-align:center;
	margin-top:-12%;
	padding:20px;
	z-index:1;
}
.mylogin a {
	display:block;
	cursor:pointer;
}
.mylogin a:hover {
	background-color:#0F0;
}*/
.mylogina,myloginb,myloginc:first-child {
	margin-left:12%; 
}
.mylogina,myloginb,myloginc h4 {
	padding-top:-5%;
	font-size:20px;
	font-weight:700;
	}
	
.onlinecontainer{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-10%;
	margin-bottom:15%;
	}
.onlinecontainer h4 {
	margin-bottom:0;
}
.myportfolio {
	background-color:#0f75bc;
	border-radius:0;
}
.myportfolio a {
	color:#ffffff;
}
.amc {
	margin-top:3%;
}


/*----------------------------------------------customize css ends here-----------------------------------------------*/


span.required {
	color: #ff0000;
}

h1 {
	color: #000;
	font-size: 2.7em;
	text-transform: uppercase;
	margin-bottom: 10px;
}

h2 {
	color: #96bf32;
	font-size: 2.5em;
	letter-spacing: -1.5px;
	font-weight: bold;
	padding: 0 0 10px;
	margin: 0;
}

/*-------------------------------------------------------small form heading--------------------------------------------*/

h3 {
	color: #6b6b6b;
	font-size: 2.2em;
	font-weight:normal;
	margin-bottom: 10px;
	letter-spacing: -1px;
}

/*-----------------------------------------------small form heading ends here--------------------------------------------*/

/*-------------------------------------------------------main heading--------------------------------------------------*/

h4 {
    color: #82ab1c;
    font-size: 1.4em;
    font-weight: 600;
    padding-bottom: 10px;
}

/*-------------------------------------------------------main heading ends here-------------------------------------------*/

h5 {
	padding-bottom: 10px;
	font-size: 1.1em;
	color: #999;
}

ul, ol {
	margin: 0 0 35px 0;
	padding: 0;
	list-style: disc;
}

li {
	padding-bottom: 10px;
}

li ol, li ul {
	font-size: 1.0em;
	margin-bottom: 0;
	padding-top: 5px;
}

.width {
	max-width: 1100px;
	margin: 0 auto;
	padding-top:0;
}


#container {
	background-color: #fff;
	width: auto;
	margin: 0 auto;
}

/*header {
	padding: 5px 0 0 0;
	text-align: left;
	margin-bottom:0;
	z-index:999999;
	position:static;
	width:100%;
}*/

header {
	margin:0 auto 0;
	background: #fff;
	border-top: 2px solid #eee;
}



header h1 {
	margin: 0;
	float: left;
}

header h1 a, header h1 a:hover {
    color: #777;
    font-size: 1.4em;
    padding: 0 25px;
    letter-spacing: -4px;
    font-weight: light;
    border-bottom: none;
    display: block;

}

header h1 a strong {
	font-weight: bold;
	color: #2e3192;
}

.mynewmainmenuarea {background-color:#01458e; width:100%; height:35px;}

.mytopsociallink h1 {
	float:right;
	font-size:12px;
	margin-right:10%;
	margin-top:2%;
}

nav {
	width:68%;
	margin:0 auto;
}

nav ul {
	list-style: none;
	padding: 0;
	text-align: left;
}

nav ul ul { 
	margin: 0 4px;
}

nav ul li {
	display: block;
	float: left;
	padding: 0px 1px;
}

nav ul li li {
	padding: 0;
}


nav ul li a {
	display: block;
	float: left;
	padding: 8px 10px 10px 10px;
    color: #ffffff;
    font-size: 16px;
     border-bottom: none;
	text-transform: uppercase;
	font-weight: normal;
	letter-spacing: 0px;
	font-family: 'Segoe UI';
}

nav ul li li a {
	float: none;
}

nav ul li a:hover {
	color: #A2CCEC;
	text-decoration: none;
}

nav ul li.selected a, nav ul li.selected a:hover {
	background: linear-gradient(#2e3192, #151875);
    	background-color: #2e3192;
	color: #fff;
	border-radius: 0;
}

nav ul li.selected a:hover {
	background-color: #151875 !important;
	background-image: none !important;
}

nav ul li a:hover, nav ul li.sfHover a {
	background: #0f75bc;
	background-image: none;
	color: #ffffff;
	border-radius: 0;
}


nav ul li a.sf-with-ul:hover, nav ul li.sfHover a {
	background-color: #0f75bc;
	color: #fff;
	border-bottom-left-radius: 0px;
	border-bottom-right-radius: 0px;
}


 nav ul li.sfHover ul a, nav ul ul {
	 background-color: rgba(15,117,188,0.7);
	color: #fff;
	border-top-right-radius: 0;
	border-bottom-left-radius: 0;
	border-bottom-right-radius: 0;
}

nav ul li.sf-with-ul.selected ul a, nav ul li.selected ul, nav ul li.selected.sfHover a  {
	background: #151875;
	color: #eee;
}

nav ul li.sf-with-ul.selected ul a:hover, nav ul li.selected.sfHover a:hover {
	color: #fff;
}

nav ul li li a:hover, nav ul li.sfHover li a:hover {
	color: #fff000;
}

/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			230px; /* left offset of submenus need to match (see below) */
	margin-top: 	10px;
	margin-left: 	1px;
	padding-top:	0;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	float:			left;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			25px; /* match top ul list item height */
	z-index:		99;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			200px; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

.sf-menu li ul li a {
	text-transform:none;
}

.lo-rm {
  position: static;
  top: -150px;
  z-index: 999;
  margin-left:4%;
  width:100%;
}
/* intro */
div#intro {
	background-color: #222;
	background-image:url(../images/img2.jpg);
	background-position: left;
	box-shadow: 2px 2px 10px #999
}

div#intro .intro-content {
	padding: 85px 250px 85px 0;
}

div#intro .intro-content-short {
	padding: 50px 250px 40px 0px !important;
}

div#intro h2 {
	text-shadow: 1px 1px 0 #000;
	font-size: 2em;
}

div#intro h2, div#intro p {
	color: #fff;
}

div#intro p {
	font-size: 1.3em;
}

a.button-slider {
	padding: 15px 20px;
	font-size: 1.0em;
	text-align: center;
	margin: 5px 10px 5px 0;
}

img {
	max-width: 100%;
	height: auto;
}

#body {
	background: none;
	margin: 25px auto 0;
 	padding: 0;
	clear: both;
}

#content {
    float: left;
}

#content h3{
	font-size:20px !important;
	color:#000;
}
.two-column {
	width: 66%;
}

.form-column {
	width: 66%;
}

.three-column {
	width: 46%;
	margin: 0 2%;
}

.with-right-sidebar {
	margin-right: 2%;
}

.with-left-sidebar {
	margin-left: 2%;
}

article ul
{
	font-family: 'Segoe UI';
	font-size:16px;
	font-weight:400;
	margin:2% !important;
	
}
article {
    padding: 0 10px 20px 5px;
 }

article .article-info {
    color: #c0c0c0;
    font-size: 0.9em;
    letter-spacing: -0.5px;
    padding: 0 0 10px 0;
}

article .article-info a { 
	color: #c0c0c0;
	border-bottom-color: #c0c0c0;
}

.sidebar {
	margin-top: 35px;
}
.sidebar ul {
	margin-left:0}
	

.no-css {
    list-style-type: none;
    width: 90%;
	margin-bottom:5px !important;
    box-shadow: 0 5px 10px -4px #878787;
	border-bottom:1px dotted #F00;
    font-size: 13px;
    color: #585858;
    display: block;
	font-weight:bold;
}

.no-css a{
	display:block;
	
}
.no-css a:hover {
	color:#F00;
	text-decoration:none;
}

.small-sidebar { 
   width: 25%;
}

.big-sidebar {
	width: 30%;
}

.left-sidebar { 
	float: left;
}

.left-sidebar img{ 
	margin-top:8%;
}

.right-sidebar {
	float: right;
}

<!-------------------------------------------------right side heading--------------------------------------------->

.sidebar h4 {
	padding-bottom: 0;
	font-size: 1.4em;
	letter-spacing: -1px;
	padding: 6px 0;
}

<!-------------------------------------------------right side heading ends here----------------------------------->

.sidebar ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

.sidebar ul li {
	margin-bottom: 20px;
	line-height: 1.9em;
	padding: 10px;
	list-style: none;
}

.sidebar ul li.bg {
	background-color: #f0f0f0;
}

.sidebar li ul {
    list-style: none outside none;
    margin: 0px;
}

.sidebar li ul li {
	display: block;
	border-top: none;
	padding: 7px 2px;
	margin: 0;
	line-height: 1.5em;
	font-size: 0.85em;
}

.sidebar li ul li ul {
	margin-top: 10px;
}

.sidebar li ul li li  {
	font-size: 1.0em;
	padding:10px;
}



.sidebar li ul li.text { 
	border-bottom: none;
}



.sidebar li ul li a {
	 border-bottom-color: #666;
	color: #666;
}

.sidebar li ul li a:hover {
	 border-bottom-color: #2e3192;
	color: #2e3192;
}


.sidebar li ul li a.readmore {
   font-weight: bold;
}


.sidebar ul.blocklist {
	border-top: 1px solid #ddd;
}

.sidebar ul.blocklist li {
	padding: 0;
}

.sidebar ul.blocklist li a,
.sidebar ul.blocklist li a:hover {
	border-bottom: 0;
	display: block;
	border-bottom: 1px solid #ddd;
	padding: 12px 10px;
}

.sidebar ul.blocklist li a.selected {
	background: linear-gradient(#2e3192, #151875);
    background-color: #2e3192;
    color: #FFFFFF;
	border: 1px solid #CF2A35;
	font-weight: bold;

}
.sidebar li ul.blocklist li li {
	font-size: 1.0em;
}

.sidebar li ul.blocklist ul {
	margin-top: 0;
}

.sidebar li ul.blocklist li li a,
.sidebar li ul.blocklist li li a:hover {
	padding-left: 25px;
}

.sidebar ul.newslist li {
	padding: 5px 5px;
}

.sidebar ul.newslist p {
	margin-bottom: 0;
}

.sidebar ul.newslist span.newslist-date { 
	background-color: #2e3192;
	border-bottom: 1px solid #CF2A35;
	color: #fff;
	padding: 5px 10px;
}




.clear {
	clear: both;
}

footer {
	margin:20px auto 0;
	background: #222;
	border-top: 2px solid #eee;
}

footer p {
	text-align: left;
	color: #ccc;
	font-size: 0.9em;
	margin: 0;
	padding: 0;
}

footer p a {
	color: #ccc;
	font-weight: bold;
}

.footer-content {
	padding: 20px 25px 30px;
}

footer .footer-content ul {
	width: 25%;
	list-style: none;
	margin: 0;
	padding: 0;
	float: left;
}

footer .footer-content li {
	padding: 5px 5px;
}

footer .footer-content li a, footer .footer-content h4 {
}

footer .footer-content li a {
 color: #505050;
	border-bottom-color:#505050;
    
}

footer .footer-content li {
 color: #505050;
	line-height: 1.5em;
font-size: 0.95em;
}

footer .footer-content li a:hover { 
	color: #909090;

	border-bottom-color:#909090;
}

footer .footer-content h4 {
   color: #ddd;
    font-size: 1.6em;
    font-weight: bold;
    padding-bottom: 10px;
}

footer .footer-bottom {
	padding: 10px;
	text-align: center;
	background-color: #333333;
}

header .header-upper {
	background-color: #29166f;
	color:#FFF;
	text-align:right;
	width:100%;
}


.social {
	float:right;
	padding-right:10%;
}

footer .footer-bottom p {
	text-align: left;
	padding-left:7%;
}

header .header-upper p {
	text-align: right;
	padding-right:7%;
}

header .header-upper p a {
	color:#FFF;
	font-weight:bold;
	border-bottom:none;
}

header .header-upper p a:hover {
	color:#f10f0f;
}

footer .footer-bottom h3 {
	color:#FFF;
	text-align: left;
	padding-left:7%;
	font-size:1.4em;
}

header .header-upper h3 {
	color:#FFF;
	text-align: left;
	padding-left:7%;
}


footer .footer-bottom p, footer .footer-bottom p a {
	border-bottom-color: #666;
}

.footer-bottom p a:hover {
	color:#2f56e7;
}

div.social-icons a {
	border-bottom: none;
	margin-right: 15px;
}

@media (max-width: 1366px) { 
	.onlinecontainer{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-15%;
	margin-bottom:15%;
	}
	
	/*.myservicecontainer {
		margin-top:20%;
	}*/
	
	.mylogin {
	margin-right:10px;
	display:block;
	color:#FFF;
	text-align:center;
	margin-top:-5%;
	padding:20px;
	z-index:1;
	}
	
	.mylogin:first-child {
		margin-left:10%; 
	}
	
	.mylogin h4 {
		font-size:20px;
		font-weight:700;
		}
}


@media (max-width: 1920px) { 
	.onlinecontainer{
	padding-right:15px;
	padding-left:15px;
	margin-right:auto;
	margin-left:auto;
	margin-top:-15%;
	margin-bottom:15%;
	}
	
	.mylogin {
	margin-right:10px;
	display:block;
	color:#FFF;
	text-align:center;
	margin-top:-5%;
	padding:20px;
	z-index:1;
	}
	
	.mylogin:first-child {
		margin-left:10%; 
	}
	
	.mylogin h4 {
		font-size:20px;
		font-weight:700;
		}
		/*.myservicecontainer {
		margin-top:20%;
	}*/
	

}




@media screen and (max-width: 740px) {

	body { font-size: 0.8em; }	

	
	header { text-align: center; }

	header h1 { float: none; text-align: center; }

	header h1 a, header h1 a:hover { float: none; padding: 5px; }

	nav { float: none; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 23px; }

	div#container { width: auto; }

	footer .footer-content ul { margin-bottom: 15px; }

	footer .footer-content ul.endfooter { margin-bottom: 0px; }

	.width { width:auto; padding-left: 10px; padding-right: 10px; }
	
	#content, aside.sidebar { float: none; width: auto; }

	#content { padding: 10px; }

	footer .footer-content ul { width: auto; float: none; }
}


@media screen and (max-width: 540px) {


	body { font-size: 0.8em; }

	header { text-align: center; padding: 10px 0 5px; }

	header h1 a, header h1 a:hover { text-align: center;  padding: 10px; font-size: 1.1em; }
	
	.headlog {
	padding-top:0;
	padding-left:0;
	}

	header h1, nav { float: none; }
	
	nav { height: auto; position: relative; width:100%; display:block; }

	nav ul { margin: 0; }
	
	.sf-menu ul { position: relative; width: auto; display: block; margin-top: 0; }

	nav ul ul { margin: 0px 0 5px; border-top-right-radius: 0; }

	nav ul li { margin: 5px 0; padding: 0; float: none; }

	nav ul li a { background-color: #f8f8f8; color:#303030; }

	nav ul li a, .sf-menu li { float: none; width:100%;}

	nav ul li li { margin: 0; }

	div#intro .intro-content  { padding: 20px 5px; }

	div#body { margin-top: 10px; }

	.sf-menu li:hover ul, .sf-menu li.sfHover ul { top: 0; }
	
	.mynewmainmenuarea {
		min-height:300px;
		background-color:#ffffff;
		padding-top:10px;
		overflow:scroll;
		float:none;
		display:block;
	}
	.myportfolio a {
	color:#ffffff;
	background-color:#337ab7;
	}
	.mylogina{
    margin-left:0;
	margin-right:0;
	float:none;
	display:block;
	padding:20px 0 0 0;
}

.myloginb, .myloginc {
    margin-left:0;
	margin-right:0;
	float:none;
	display:block;
	padding:10px 0 0 0;
}
.footer-bottom p {
	float:none;
	display:block;
	text-align:center;
}
.footer-bottom p img {
	padding:0;
	margin:0;
}
.footer-bottom p span {
	float:none;
	display:block;
	text-align:center;
	padding:10px 0 0 0;
}
.footer-bottom p span:hover
{
	background:#F00;
}
footer .footer-bottom h3 {
    color: #FFF;
    text-align:center;
    padding-left: 0;
	display:block;
    font-size: 1.4em;
}
footer .footer-bottom p {
    text-align:center;
    padding-left: 0;
	display:block;
}

}


.footer-bottom span {float:right; padding-right:10%; margin-top:-3.5%;}

.formmain {
	width:100%;
	height:auto;
	float:left;
}

.formindividual {
	width:48%;
	height:auto;
	padding-bottom:20px;
	float:left;
	margin-right:1%;
}

.formnonindividual {
	width:48%;
	height:auto;
	padding-bottom:20px;
	float:left;
	margin-left:1%;
}

h6 {
	font-size:1.2em;
	color:#333;
	font-weight:bold;
}

.testimo { font-weight:normal; font-size:1.1em;}

.readmore {text-align:right; float:right;}

.readmore a {text-align:right;}

@media screen and (min-device-width: 1550px) and (max-device-width: 1650px) { 
.mylogina {
	margin-top:2%;
	z-index:1;
}

.myloginb {
	margin-top:2%;
	z-index:1;
}

.myloginc {
	margin-top:2%;
	z-index:1;
}
nav {
	width:60%;
	margin:0 auto;
}
}

@media screen and (min-device-width: 1800px) and (max-device-width: 1925px) { 
.mylogina {
	margin-top:4%;
	z-index:1;
}

.myloginb {
	margin-top:4%;
	z-index:1;
}

.myloginc {
	margin-top:4%;
	z-index:1;
}
nav {
	width:50%;
	margin:0 auto;
}
.footer-bottom span {
    float: right;
    padding-right: 10%;
    margin-top: -3%;
}
}


