/*
	Theme Name: 1stwebdesigner HTML5/CSS3 Layout
	Date: March 2013
	Description: Basic HTML5/CSS3 layout built on a responsive framework
	Version: 1.0
	Author: Christian Vasile
	Author URL: http://christianvasile.com
*/

/*----------- TootTip------------*/
a.tooltip {outline:none; font-size:12px; width:100%;}
a.tooltip strong {line-height:30px;}
a.tooltip:hover {text-decoration:none;} 
a.tooltip span {
    z-index:10;display:none; padding:14px 20px;
    margin-top:-30px; margin-left:28px;
    width:350px; line-height:16px;
}
a.tooltip:hover span{
    display:inline; position:absolute; color:#111;
    border:1px solid #DCA; background:#fffAF0;}
.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
    
/*CSS3 extras*/
a.tooltip span
{
    border-radius:4px;
    -moz-border-radius: 4px;
    -webkit-border-radius: 4px;
        
    -moz-box-shadow: 5px 5px 8px #CCC;
    -webkit-box-shadow: 5px 5px 8px #CCC;
    box-shadow: 5px 5px 8px #CCC;
}


/* ===========================
   ======= Body style ======== 
   =========================== */
   
body {
	/*color: #000305;
	font-size: 77.5%; /* Base font size: 14px 
	font-family:  Arial,'Trebuchet MS', Trebuchet, 'Lucida Sans Unicode', 'Lucida Grande', 'Lucida Sans', sans-serif;
	line-height: 1.429;*/
	margin: 0;
	padding: 0;
	text-align: left;
	background-color:#ccc;
	font-family: 'Open Sans', Arial, sans-serif;
    color: #424242;
    font-size: 14px;
    line-height: 18px;
	
	}
input
	{
		padding:3px;	
	}
	
.loginform .inputLogin
	{
	width: 254px;
    border-radius: 0px;
    height: 36px;
    padding: 0px 10px;
    
	}
input[type="email"]{
     height: 36px;
    padding: 0px 10px;
}
input[type="button"], input[type="reset"], input[type="submit"],
.btn
	{
		border: none;
        background-color: #00ca4c;
        font-family: 'Open Sans', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #FFF !important;
        padding: 8px 10px;
        margin-bottom: 4px;	
        margin-left: 4px;
	}
button
	{
		/*padding:5px;
		font-size:14px;*/
		border: none;
        background-color: #00ca4c;
        font-family: 'Open Sans', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #FFF !important;
        padding: 8px 10px;
        margin-bottom: 4px;
        margin-top: 13px;
	}
	
.body {
	clear: both; 
	margin: 0 auto; 
	width: 60%;
}
	
/* ===========================
   ========= Headings ======== 
   =========================== */
h2 {font-size: 1.571em}	/* 22px */
h3 {font-size: 1.329em}	/* 20px */
h4 {font-size: 1.186em}	/* 18px */
h5 {font-size: 0.843em}	/* 16px */
h6 {font-size: 1em}		/* 14px */

h2, h3, h4, h5, h6 {
	font-size: 16px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 1.2;
    margin-bottom: 14px;
    color: #2986b1;
}


h3{
    font-size: 21px;
    text-transform: uppercase;
    font-weight: bold;
    line-height: 22px;
    color: #5c005c;
    margin-bottom: 15px;
}

/* ===========================
   ======= Anchor style ====== 
   =========================== */
a {
	outline: 0;
	}

a img {
	border: 0px; 
	text-decoration: none;
}

a:link, a:visited {
	/*color: #660066;*/
	color:#970397;
	padding: 0 1px;
	text-decoration: none;
	
}

a:hover, a:active {
	background-color: #236bd5;
	color: #fff;
	text-decoration: none;
}

/* ===========================
   ===== Main Navigation ===== 
   =========================== */
   
.mainHeader nav {
	background: #666;
	font-size: 1.143em;
	height: 40px;
	line-height: 30px;
	margin: 0 auto 5px auto;
	text-align: center;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
}
	
.mainHeader nav ul {
	list-style: none; 
	margin: 0 auto;
}

.mainHeader nav ul li {
	float: left; 
	display: inline; 
}
	
.mainHeader nav a:link, .mainHeader nav a:visited {
	color: #fff;
	display: inline-block;
	height: 30px;
	padding: 5px 23px;
	text-decoration: none;
}
.mainHeader nav a:hover, .mainHeader nav a:active,
.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
	background: #236bd5;
	color: #fff;
	text-shadow: none !important;
}
	
.mainHeader nav li a {
	border-radius: 5px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
}

.mainHeader img {
	width: 100%;
	height: auto;
	margin: 0% 0;
}

.mainHeader a:hover, a:active {
	background-color:transparent;
}

/* ===========================
   ======= Content Area ====== 
   =========================== */

.mainContent {
	/*overflow: hidden;*/
	overflow:auto;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;
	
}

.topcontent {
	background-color: #FFF;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 2% 2% 2% 2%;	
	margin-bottom: 5px;
	overflow: auto;
	/*padding-bottom: 100000px;
    margin-bottom:  -100000px;*/
}

.bottomcontent {
	background-color: #FFF;	
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	padding: 1% 2%;
}
.headerContents{
    display: block;
    box-sizing: border-box;
	width: 100%;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #FFF;
	padding: 1% 1% 1% 1%;
	margin-bottom: 5px;
}

.content {
	width: 73%;
	float: right;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	
}

.row-fluid .content {
	width: 100% !important;
}

.content-area {
    display: flex;
}

.post-info {
	font-style: italic;
	color: #999;
	font-size: 85%;
}

/* ===========================
   ======== Sidebar ========== 
   =========================== */

.top-sidebar {
	width: 24.5%;
	float: left;
	margin-right: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #FFF;	
	padding: 1% 1% 1% 1%;
	margin-bottom: 5px;
	/*padding-bottom: 100000px;
   margin-bottom:  -100000px;*/
}

.middle-sidebar {
	width: 24.5%;
	float: left;
	margin-right: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #FFF;	
	padding: 1% 1% 1% 1%;
	margin-bottom: 5px;
}

.bottom-sidebar {
	width: 24.5%;
	float: left;
	margin-right: 2px;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;	
	background-color: #FFF;	
	padding: 1% 1% 1% 1%;
	margin-bottom: 5px;
}

.collbtn {width:100%;border-radius:5px;background:#660066;    
color: white;
text-transform: uppercase;
font-weight: bold;
font-size: 13px;
color: #FFF !important;
padding: 8px 10px;
margin-bottom: 4px;}
.collbtn:hover{opacity: 0.9;background:#660066;}


i {
  border: solid #fff;
  border-width: 0 3px 3px 0;
  display: inline-block;
  padding: 3px;
  margin-top: 5px;
  float:right;
}

.right {
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
}

.left {
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

.up {
  transform: rotate(-135deg);
  -webkit-transform: rotate(-135deg);
}

.down {
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
}

.client-dashboard h2{
	font-size: 24px;
    line-height: 1.25em;
    border-bottom: 2px dashed #dadada;
    padding-bottom: 20px;
    margin-bottom: 20px;
    color: #3a3a3a;
}

.client-dashboard .span4 {
	width: 31.623931623931625%;
}
.client-dashboard .span7 {
	width: 57.26495726495726%;
}


/* ===========================
   ========= Footer ========== 
   =========================== */

.mainFooter {
	width: 100%;
	float: left;
	margin-top: 5px;
	margin-bottom: 2%;
	
/*	padding-left: 0;
	background-color: #fff;
	border-radius: 2px;
	-moz-border-radius: 2px;
	-webkit-border-radius: 2px;*/
	background-color: #333;
    padding: 20px 0px;
    font-family: 'Open Sans', Arial, sans-serif;
    color: #fff;
    font-size: 12px;
		
}

.mainFooter p {
	width: 91%;
	margin: 2% auto;
}

.quotestrart-header{color: #3a3a3a;font-size: 25px;margin-bottom: 12px;padding-left: 14px;}
h4{font-size: 19px;text-transform: uppercase;font-weight: bold;color: #2986b1;}
.student-link{color: #5c005c;}
h3.h3header{font-size: 18px;}
h2.h2header{font-size: 19px; color:black;}
.bgconatiner{bgcolor:#FFFFCC;}
h5.h5header{font-size: 14px; margin-top: 14px;}
/* ===========================
   ====== Media Queries ====== 
   =========================== */

@media only screen and (min-width : 150px) and (max-width : 780px)
{
	.body {
		clear: both; 
		margin: 0 auto; 
		width: 95%;
		font-size: 75%;
	}
	
	.mainHeader nav {
		background: #666;
		font-size: 1.143em;
		height: 160px;
		line-height: 30px;
		margin-bottom: 0;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
		
	.mainHeader nav ul {
		list-style: none; 
		margin: 0 auto;
		padding-left: 0;
	}
	
	.mainHeader nav li {
		margin-left: 0 auto;
		width: 100%;
	}
	
	.mainHeader nav a:link, .mainHeader nav a:visited {
		color: #FFF;
		display: block;
		height: 30px;
		padding: 5px 0;
		text-decoration: none;
	}
	
	.mainHeader nav a:active,
	.mainHeader nav .active a:link, .mainHeader nav .active a:visited {
		background: #236bd5;
		color: #fff;
		text-shadow: none !important;
	}
		
	.mainHeader nav li a {
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
			
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
	}
	
	.mainHeader img {
		width: 100%;
		height: auto;
		margin-bottom: 0%;
	}
	
	.mainContent {
		overflow: hidden;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;
	
	}
	
	.topcontent {
		background-color: #FFF;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		padding: 2% 5%;
		margin-bottom: 0%;
		
	}
	
	.bottomcontent {
		background-color: #FFF;	
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		padding: 2% 5%;
	}
	.headerContents{

		width: 100%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #FFF;	
		margin-top: 0%;
		margin-left: 0;
		padding: 0 2%;
		margin-bottom: 0%;
		display:none;
		
	}
	.headerContents ul{
		margin-right:15px;


	}		
	.content {
		width: 100%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
	}
	
	.content-area {
       display: block;
    }

	.post-info {
		display: none;
	}
	
	.top-sidebar {
		width: 100%;
		float: left;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;	
		background-color: #FFF;	
		margin-top: 1%;
		margin-left: 0;
		padding: 0 2%;
		margin-bottom: 1%;		
	}
	
	.top-sidebar p {
		width: 90%;
	}

	.middle-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0;
		padding: 0 7%;
		margin-bottom: 0;	
	}
	
	.middle-sidebar p {
		width: 90%;
	}
	
	.bottom-sidebar {
		width: 86%;
		float: left;
		border-radius: 5px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;	
		background-color: #FFF;	
		margin-top: 4%;
		margin-left: 0%;
		padding: 0 7%;
		margin-bottom: 1%;
	}
	
	.bottom-sidebar p {
		width: 90%;
	}
		
	.mainFooter {
		width: 100%;
		float: left;
		margin: 1% 0;
		/*padding-left: 0;
		background-color: #fff;
		border-radius: 2px;
		-moz-border-radius: 2px;
		-webkit-border-radius: 2px;*/	
    	background-color: #333;
        padding: 20px 0px;
        font-family: 'Open Sans', Arial, sans-serif;
        color: #fff;
        font-size: 12px;
			
	}
	
	.mainFooter p {
		width: 90%;
		margin: 2% auto;
		font-size:70%;
	}
	
	/*----------- TootTip------------*/
	a.tooltip {outline:none; font-size:12px; width:100%;}
	a.tooltip strong {line-height:30px;}
	a.tooltip:hover {text-decoration:none;} 
	a.tooltip span {
		z-index:10;display:none; padding:14px 20px;
		margin-top:-30px; margin-left:28px;
		width:350px; line-height:16px;
	}
	a.tooltip:hover span{
		display:inline; position:absolute; color:#111;
		border:1px solid #DCA; background:#fffAF0;}
	.callout {z-index:20;position:absolute;top:30px;border:0;left:-12px;}
		
	/*CSS3 extras*/
	a.tooltip span
	{
		border-radius:4px;
		-moz-border-radius: 4px;
		-webkit-border-radius: 4px;
			
		-moz-box-shadow: 5px 5px 8px #CCC;
		-webkit-box-shadow: 5px 5px 8px #CCC;
		box-shadow: 5px 5px 8px #CCC;
	}
	
	input
	{
		padding:2px;	
	}
	
/*	.inputLogin
	{
		width:150px;
	}*/
	input[type="button"], input[type="reset"], input[type="submit"] 
	{
		/*font-size:14px;		
		font-weight:bold;*/
		border: none;
        background-color: #00ca4c;
        font-family: 'Open Sans', Arial, sans-serif;
        text-transform: uppercase;
        font-weight: bold;
        font-size: 13px;
        color: #FFF !important;
        padding: 8px 10px;
        margin-bottom: 4px;
	}
	button
	{
		font-size:14px;	
		font-weight:bold;	
	}

}