
/*Template Name: Pilot - Responsive Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Pilot - Responsive Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, landing, mobile app, company, creative, business, corporate, project
*/


/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Banner_1    			   */
/*   05 - Features                 */
/*   06 - Banner_2	               */
/*   07 - Newsletter               */
/*   08 - Screens			       */
/*   09 - Banner_3	               */
/*   10 - Testimonials Rotator	   */
/*   11 - Pricing	               */
/*   12 - Contact	               */
/*   13 - Footer         		   */
/*   14 - Scroll to Top	   		   */
/*   15 - Contact Form Response    */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */ 

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/
#preloader{
	position: fixed;
	top:0;
	right:0;
	bottom:0;
	left:0;
	z-index:99999; 
	background-color:#fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image:url(../images/icons/loader.gif);
	background-position:center;
	background-repeat:no-repeat;
	background-size:125px 125px;
}        
   
/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#newsletter { 
	background-image: url(../images/parallax_bg/newsletter_bg.jpg);  
}

#testimonials-rotator { 
	background-image: url(../images/parallax_bg/testimonials_bg.jpg); 
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	color: #ff9900;
	text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

a:hover {
	color: #444;
	text-decoration: none;
}

a:focus {
	color: #f8f8f8;
	outline: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

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

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {

	background-color: #234c7a;
	border: 1px solid #003f69;
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-theme:hover {
	background-color: #003f69;
	border-color: #234c7a;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: orange;
}

/*------------------------------------------*/
/*	 Black Button
/*------------------------------------------*/

.btn-black {
	background-color: #444;
	border: 1px solid #444;
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.btn-black:hover {
	background-color: #222;
	border-color: #222;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
}

/*------------------------------------------*/
/*	 Button Large
/*------------------------------------------*/

.btn-lg {
    padding: 12px 24px;
    font-size: 18px;
}



/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 35px;
}

.titlebar h2 {
	font-weight: 900;
	margin-bottom: 10px;
}

.titlebar h3 {
	line-height: 30px;
}

.titlebar h3 span {
	color: #234c7a;
}

.titlebar p {
	color: #444;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 10px 15px;
	/* padding: 0px 10px; */
}  

.navbar-brand img {
	max-width: 120px;
}

.navbar-brand:hover {
	color: #234c7a;
} 
      
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 30px 0px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

.navbar-fixed-top .navbar-border {
	padding: 0px;
	margin: 0px;
	background-color: #234c7a;
	height: 1px;
}
.navbar-fixed-top { 
	border-bottom: 2px #234c7a;
}

.navbar-nav > li > a {
	color: #234c7a;
	font-family: 'Lato', sans-serif;
	line-height: 60px;
	font-weight: 900;
	text-transform: uppercase;
	display: block;
	padding: 0 15px;
	-webkit-transition: all 100ms ease-in-out;
	-moz-transition: all 100ms ease-in-out;
	-o-transition: all 100ms ease-in-out;
	-ms-transition: all 100ms ease-in-out;
	transition: all 100ms ease-in-out;
}

/*------------------------------------------*/
/*	 Navbar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
	padding: 0px;
	background-color: #ffffff;
	border-bottom: 2px #234c7a;
}

.scroll-fixed-navbar .navbar-nav > li > a,
.scroll-fixed-navbar .navbar-brand .black-color { 
		color: #949494;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #949494;
    background-color: transparent;
}

.scroll-fixed-navbar .navbar-nav > li > a:hover, 
.scroll-fixed-navbar .navbar-nav > li > a.selected-nav {
	color: #234c7a;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #234c7a;
	border: 2px solid #234c7a;
}

.navbar-toggle .icon-bar {
	background-color: #234c7a;
}



/* ==========================================================================
   03. INTRO   
   ========================================================================== */   

#intro {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
}
  
#slides {
	position: relative;
}

#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
	*zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}

#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}

/*------------------------------------------*/
/*	 Intro Page Content   
/*------------------------------------------*/

.intro-content {
	width: 80%; 
	position: absolute;
	left: 50%;
	top: 50%;
	color: #fff;
	text-align: center;
	display: inline-block;
	padding: 50px;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
}

.intro-content h1 {
	font-size: 500%;	
	font-weight: 900; 
	line-height: 95%;
	margin-bottom: 20px; 
}

.intro-content h3 {
	font-size: 200%;
	font-weight: 400;
	text-transform: uppercase;
	margin-top: 0; 
}

.intro-content .tutor-portrait {
	-webkit-box-shadow: 0px 4px 10px 0px rgba(50, 50, 50, 0.51);
	-moz-box-shadow:    0px 4px 10px 0px rgba(50, 50, 50, 0.51);
	box-shadow:         0px 4px 10px 0px rgba(50, 50, 50, 0.51);
}

.intro-top-tutors h3 {
	margin-top: 15px;
}

.intro-top-tutors h3.mobile-tutor-lower-text {
	margin-top: 0px;
}

/*------------------------------------------*/
/*	 Intro Page Pagination   
/*------------------------------------------*/

.slides-pagination {
	width: 100%;
	position: absolute;
	bottom: 24%;
	z-index: 20;
	text-align: center;
}

.slides-pagination a {
	width: 30px;
	height: 4px;
	background: #ffffff;
	color: #1a1a1a;
	opacity: 0.5; 
	-moz-opacity: 0.5; 
	filter: alpha(opacity=50);
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
	*vertical-align: auto;
	zoom: 1;
	*display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
	
.slides-pagination a:hover,
.slides-pagination a.current {
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}
   
/*------------------------------------------*/
/*	 Intro Page Scroll Down Button
/*------------------------------------------*/

.scroll-down {
	width: 100%;
	color: #fff;
	font-weight: 600;
	text-align: center;
	text-transform: uppercase;
	position: absolute;
	bottom: 5%;
	z-index: 99;
}

.scroll-down span {
	background: transparent;
	width: 44px;
	height: 44px;
	text-align: center;
	cursor: pointer;
	display: block;
	margin: 0 auto 10px;
	border: 2px solid #fff;
	box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

.scroll-down span:hover {
	background: #d2512c;
	border-color: #d2512c;
	box-shadow: 0px 0px 0px 10px rgba(240, 240, 240, 0.3);
}

.scroll-down span [class*="fa-"] {
	color: #fff;
	font-size: 36px;
	line-height: 40px;
}

/* ==========================================================================
   08. AUTHORS 
   ========================================================================== */

#authors {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #ecf0f1;
	border-bottom: 1px solid #ddd;
} 

#author_portrait_1, 
#author_portrait_2 { 
	margin-bottom: 40px;
}

/* ==========================================================================
   04. BANNER_1
   ========================================================================== */

#banner_1 {
	padding-top: 60px;
	border-bottom: 1px solid #ddd;
}

.banner_1_content h3 {
	color: #234c7a;
	margin-bottom: 20px;
}

.banner_1_content p {
	color: #444;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

.banner_1_content p strong {
	line-height: 24px;
}

/*------------------------------------------*/
/*	  Banner_1 Image
/*------------------------------------------*/

#banner_1 .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   05. FEATURES
   ========================================================================== */

#features {
	padding-top: 60px;
	padding-bottom: 0px;
	background-color: #ecf0f1;
	border-bottom: 1px solid #ddd;
}  
   
/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #234c7a;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0px;
    top: 10px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}


/* ==========================================================================
   05. SUBJECTS
   ========================================================================== */

#subjects {
	padding-top: 100px;
	padding-bottom: 0px;
	color: #FFFFFF;
	background-color: #ecf0f1;
	/*
background-image: url("../images/slides/intro_slide_3.jpg");
	background-repeat:no-repeat;
	background-position:center center;
	background-size: cover;
*/
	border-bottom: 1px solid #ddd;
	
	background: rgba(157,175,196,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(157,175,196,1)), color-stop(100%, rgba(35,76,122,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: radial-gradient(ellipse at center, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dafc4', endColorstr='#234c7a', GradientType=1 );

}

/*------------------------------------------*/
/*	  Subject Box
/*------------------------------------------*/

.subject-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Subject Box Content
/*------------------------------------------*/

.subject-box-content h4 {
	font-family: 'Lato', sans-serif;
	font-weight: 700;
}


/* ==========================================================================
   06. BANNER_2
   ========================================================================== */

#banner_2 {
	padding-top: 60px;
}

.banner_2_content h3 {
	color: #234c7a;
	margin-bottom: 20px;
}

.banner_2_content p {
	color: #444;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Banner_2 Image
/*------------------------------------------*/

#banner_2 .img-responsive { 
	display: inline-block; 
}

/*------------------------------------------*/
/*	  Banner List Content
/*------------------------------------------*/

.list-item {
	margin-bottom: 20px;
}

.list-item i {
	color: #234c7a;
	margin-right: 8px;
	font-size: 18px;
}

.list-item h5 {
	font-size: 16px;
	font-weight: 700;
}



/* ==========================================================================
   07. NEWSLETTER  
   ========================================================================== */

#subscribe {
	padding-top: 60px;
	padding-bottom: 60px;
	color: #fff;
} 

/*------------------------------------------*/
/*	  Newsletter Title
/*------------------------------------------*/

#newsletter_title h1 {
	font-weight: 900;
}

#newsletter_title p {
	line-height: 24px;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 0 8%;
}

/*------------------------------------------*/
/*	  Newsletter Form
/*------------------------------------------*/

.subscribe-form {
	margin: 25px auto 14px;
    position: relative;
    z-index: 10;
	width: 90%;
}

.subscribe-form input {
	border: 1px solid #ddd;
	border-right: none;	
	width: 100%;
}

.subscribe-input {
    width: 75%;
    height: 54px;
	color: #222;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding-left: 10px;
}

.subscribe-submit {
	width: 30%;
	height: 54px;
	position: absolute;
    top: 0px;
    right: 0px;
	background-color: #234c7a;
	border: 1px solid #234c7a;
    color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 900;
	text-decoration: none;
	text-align: center;
    display: block;
    cursor: pointer;
    outline: 0;
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.9;
}

/*------------------------------------------*/
/*	  Newsletter Form Error Message 
/*------------------------------------------*/

.error {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	padding: 5px;
}
 

 
/* ==========================================================================
   08. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 60px;
	padding-bottom: 20px;
	background-color: #ecf0f1;
	border-bottom: 1px solid #ddd;
} 

#screenshot_1, 
#screenshot_2,
#screenshot_3,
#screenshot_4,
#screenshot_5,
#screenshot_6, 
#screenshot_7, 
#screenshot_8 { 
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Image Hover Effect
/*------------------------------------------*/

.hover-details {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details .img-cover {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(10, 10, 10, 0.55);
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details > img {
	width: 100%;
	height: auto;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	  Image Zoom Icon
/*------------------------------------------*/

.image_zoom {
	width:50px;
	height:50px;
	background-image: url(../images/icons/zoom-ico.png); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #234c7a;	
	position: absolute;
	top: -50%;
	left: 50%;
	border-radius: 50%;
	margin-top: -25px;
	margin-left:  -25px;
	-webkit-transition: all ease 400ms ease-in-out;
	-moz-transition: all ease 400ms ease-in-out;
	-ms-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Title
/*------------------------------------------*/

.img-cover h3 {
	width: 100%;	
	position: absolute;
	bottom: -28%;
	color: #f8f8f8;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;	
	padding: 0 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Scale ( Hover Effect )
/*------------------------------------------*/

.hover-details:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-details:hover .image_zoom {
	top: 45%;
}

.hover-details:hover .img-cover h3 {
	bottom: 28%;
}

.hover-details:hover .img-cover {
	opacity: 1;
}

.image_zoom:hover {
	background-color: #333;
}



/* ==========================================================================
   09. BANNER_3
   ========================================================================== */

#banner_3 {
	padding-top: 60px;
}

.banner_3_content h3 {
	color: #234c7a;
	margin-bottom: 20px;
}

.banner_3_content p {
	color: #444;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

.stores a {
	margin-right: 5px;
}

.stores a:last-child {
	margin-right: 0;
}

/*------------------------------------------*/
/*	  Banner_3 Image
/*------------------------------------------*/

#banner_3 .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   10. TESTIMONIALS ROTATOR
   ========================================================================== */

.testimonials {
	margin: 50px 8%;
	min-height: 170px;
}

.slides {
	margin: 10px 0 50px;
}

/*------------------------------------------*/
/*	 Author Avatar
/*------------------------------------------*/

.flexslider .slides img { 
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	color: #fff;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-style: normal;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #234c7a;
	font-weight: 900;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonials p {
	color: #fff;
	font-size: 24px;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 60px;
    padding-top: 10px;
}


/* ==========================================================================
   11. PRICING 
   ========================================================================== */

#pricing {
	padding-top: 60px;
	padding-bottom: 10px;
} 

#pricing-table-holder {
	padding: 0 30px; 
}

#price_1, #price_2, #price_3, #price_4, #price_5 {
	margin-bottom: 50px;
}

#pricing .panel {
	margin-bottom: 0px;
}

.pricing-table {
	border: 1px solid #cfcfcf;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
}

/*------------------------------------------*/
/*	  Pricing Table Header
/*------------------------------------------*/

.pricing-table .price-header {
	border-bottom: 1px solid #e7e7e7;
	position: relative;
}

.pricing-table .plan-title {
	color: #333;
	font-size: 20px;
	font-weight: 300;
	text-transform: uppercase;
    padding: 30px 15px;
    margin: 0;
	-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

/*------------------------------------------*/
/*	  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-table .plan-price {
    background-color: #f3f3f3;
	margin: 0;
	line-height: normal;
    padding: 20px;
    border-top: 1px solid #e7e7e7;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

.pricing-table .plan-price h2 {
	color:  #222;
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing-table .plan-price span {
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Pricing Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
    padding: 5px 20px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.pricing-table ul.features li {
    border-top: 1px solid #e7e7e7;
    padding: 10px 25px; 
}

.pricing-table ul.features li:nth-child(1),
.pricing-table.featured ul.features li:nth-child(1) {
    border: none;
}

/*------------------------------------------*/
/*	  Pricing Table Footer
/*------------------------------------------*/

.pricing-table .price-footer {
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #e7e7e7;
	-webkit-border-radius: 0 0 4px 4px;
    -moz-border-radius: 0 0 4px 4px;
    border-radius: 0 0 4px 4px;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	  Featured Table
/*------------------------------------------*/

.pricing-table.featured .plan-title {
	background-color: #234c7a;
	color: #f7f7f7;
}

.pricing-table.featured .plan-price {
	background-color: #234c7a;
	color: #f7f7f7;
	border-top: 1px solid #003f69;
}

.pricing-table.featured .plan-price h2,
.pricing-table.featured .plan-price span { 
		color: #f7f7f7;
}



/* ==========================================================================
   12. CONTACTS 
   ========================================================================== */

#contact {
	padding-top: 60px;
	padding-bottom: 50px;
	border-top: 1px solid #ddd;
	background-image: url(../images/thumbs/contact_bkg.jpg);
	background-repeat: repeat;
	background-position: center center;
	overflow: hidden;
} 

/*------------------------------------------*/
/*	  Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
	height: 50px;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background-color: #f3f3f3;
	color: #444;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 0 0;
}

#contact-form textarea {
	min-height:180px;
}

/*------------------------------------------*/
/*	  Contact Form Input Focus
/*------------------------------------------*/

.form-control:focus {
    outline: 0px none;
    box-shadow: none;
}

/*------------------------------------------*/
/*	  Contact Form Submit Button
/*------------------------------------------*/

#form_btn {
	margin-top: 30px;
}

/*------------------------------------------*/
/*	  Contact Form Error Message 
/*------------------------------------------*/

.error {
	color: #af3809;
}


/* ==========================================================================
   12. CANCEL 
   ========================================================================== */

#cancel {
	padding-top: 100px;
	padding-bottom: 80px;
	border-top: 1px solid #ddd;
	background-image: url(../images/thumbs/contact_bkg.jpg);
	background-repeat: repeat;
	background-position: center center;
	overflow: hidden;
} 

#cancel .container {
	min-height: 550px;
}

/*------------------------------------------*/
/*	  Cancel Form Input
/*------------------------------------------*/

#cancel-form .form-control {
	height: 50px;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

.cancel-form input[type="text"],
.cancel-form input[type="email"],
.cancel-form input[type="password"],
.cancel-form textarea {
	background-color: #f3f3f3;
	color: #444;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 0 0;
}

#cancel-form textarea {
	min-height:180px;
}

 
/* ==========================================================================
   13. FOOTER
   ========================================================================== */

#footer {
	width: 100%;
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 20px
}

#footer p {
	color: #999;
	font-size: 13px;
	font-family: 'Lato', sans-serif;
	text-transform: uppercase;
	margin-bottom: 0;	
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	display: inline-block; 
	padding-left: 0;
	margin-bottom: 3px;
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
}

.foo_social {
    width: 40px;
    height: 40px;
	color: #777;
	font-size: 18px;
    line-height: 40px;
	text-align: center;
	margin: 0 5px;
    display: block;
    text-decoration: none;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover {color: #3b5998;}
.ico-twitter:hover {color: #00a9ed;}
.ico-google-plus:hover {color: #cd1111;}
.ico-linkedin:hover {color: #015886;}
.ico-dribbble:hover {color: #d92d84;}
.ico-instagram:hover {color: #beb3a8;}
.ico-pinterest:hover {color: #ac281a }
.ico-dropbox:hover {color: #008ad2;}
.ico-skype:hover  {color: #00a9ed; }
.ico-youtube:hover {color: #cd1b20;}
.ico-tumblr:hover {color: #3a5976;}
.ico-vimeo:hover {color: #00adee;}
.ico-flickr:hover {color: #d2d2d2 }
.ico-github:hover {color: #222;}
.ico-renren:hover {color: #364a83;}
.ico-vk:hover {color: #3b5998;}
.ico-xing:hover {color: #015f5e; }
.ico-weibo:hover {color: #be4443;}
.ico-rss:hover {color: #ff6600;}



/* ==========================================================================
   14. SCROLL TO TOP   
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(/insider/res/img/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	/* background-color:rgba(213, 81, 43, 0.65); */	
	background-color:rgba(35, 76, 122, 0.65);
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;	
}

#scrollUp:hover {
	/* background-color: rgba(188, 71, 38, 0.95); */
	background-color:rgba(35, 76, 122, 0.95);
}

nav a#pull {  
    display: none;  
}



/* ==========================================================================
   14. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}


/*------------------------------------------*/
/*	  Signup Form Input
/*------------------------------------------*/

#account-form-accordion .form-control {
	height: 50px;
	font-size: 16px;
	margin-bottom: 20px;
	border: 1px solid #ccc;
}

#account-form-accordion form {
	margin-bottom: 40px;
}

#account-form-accordion input[type="text"],
#account-form-accordion input[type="email"],
#account-form-accordion input[type="password"],
#account-form-accordion textarea {
	background-color: #f3f3f3;
	color: #444;
	font-size: 16px;
	margin-bottom: 15px;
	padding: 8px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
	box-shadow: 0 0 0 0;
}

#account-form-accordion .panel {
  /* margin-bottom: 20px; */
  background-color: #fff;
  border: none;
  border-radius: 0px;
  -webkit-box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
          box-shadow: 0 0px 0px rgba(0, 0, 0, .05);
}

.txt-center {
	text-align:center;
}

.navbar-brand-cfa img {
max-width: 154px;
padding-top: 18px;
}

/* Login form 
==================*/
#content-row #login-form,
#content-row #already-loggedin {
	margin-top: 20px;
	min-height:500px;
}

form.login-page {
	color: #555;
	padding: 30px;
	background: #fefefe;
	border: solid 1px #eee;
	box-shadow: 0 0 3px #eee;
}

.reg-title {
	color: #555;
	text-align: center;
	margin-bottom: 35px;
	border-bottom: solid 1px rgba(157,175,196,1);
}

form.login-page .titlebar h2{
	font-size: 24px;
	font-weight: normal;
}



/* Utils
===================*/

.margin-top-20 {
	margin-top:20px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-top-50 {
	margin-top:50px;
}



/* 9.15.14 Service Blocks for Login form page
==================*/
.service-or {
overflow: hidden;
position: relative;
}
.servive-block-red {
background: #e74c3c;
}

.servive-block-sea {
background: #1abc9c;
}

.servive-block-blue {
background: #3498db;
}

.servive-block {
padding: 20px 30px;
text-align: center;
margin-bottom: 20px;
}

.servive-block p {
color: #FFF;
}

.servive-block h2.heading-md {
color: #FFF;
}

.svc-box-200 {
height: 200px;
}



.service-bg {
background-color: rgba(255,255,255,0.1);
width: 250px;
padding: 60px;
position: absolute;
top: -10px;
right: -100px;
transform: rotate(55deg);
-o-transform: rotate(55deg);
-ms-transform: rotate(55deg);
-moz-transform: rotate(55deg);
-webkit-transform: rotate(55deg);
}

i.icon-custom {
color: #555;
width: 40px;
height: 40px;
font-size: 20px;
line-height: 40px;
margin-bottom: 5px;
text-align: center;
display: inline-block;
border: solid 1px #555;
}

i.icon-color-light {
color: #fff;
border: solid 1px #fff;
}

i.icon-line {
font-size: 17px;
}

.rounded-x {
border-radius: 50% !important;
}

/* Gradients
====================*/
/*Radial: Blue Outside, white/lightblue inside */
.bg-bluewhite-radial {
	color: #FFFFFF;
	background-color: #ecf0f1;
	background: rgba(157,175,196,1);
	background: -moz-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, , color-stop(0%, rgba(157,175,196,1)), color-stop(100%, rgba(35,76,122,1)));
	background: -webkit-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -o-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: -ms-radial-gradient(center, ellipse cover, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	background: radial-gradient(ellipse at center, rgba(157,175,196,1) 0%, rgba(35,76,122,1) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9dafc4', endColorstr='#234c7a', GradientType=1 );
}

.bg-bluewhite-radial a {
	color:#ff9900;
}

.bg-bluewhite-radial a:hover {
	color:#FFB84D;
}

.bg-bluewhite-radial  table {
	color: #FFF;
	border: 1px solid #FFF;
	font-size: 14px;
}

.bg-bluewhite-radial  table  tr td{
	padding:0 2px;
}


#login-features {
	display:none;
}

/* 9.16.14 Navbar Adjustments for CFA Exam needs
==============*/

.navbar-header,ul.nav.navbar-nav.navbar-right {

}

.topbar {
z-index: 12;
padding: 2px 0;
position: relative;
}

.topbar ul.loginbar {
margin: 0;
}

.topbar ul.loginbar > li {
display: inline;
list-style: none;
position: relative;
padding-bottom: 15px;
}

.topbar ul.loginbar li.topbar-divider {
top: -1px;
padding: 0;
font-size: 8px;
position: relative;
margin: 0 9px 0 5px;
font-family: Tahoma;
border-right: solid 1px #bbb;
}

.topbar ul.loginbar > li > a, .topbar ul.loginbar > li > a:hover {
color: #7c8082;
font-size: 11px;
text-transform: uppercase;
}


#content-row {
	padding-top:62px; 
	position: relative;
}
#content-wrapper{
	padding:20px; 
}

.mini-submenu{
  display:none;  
  background-color: rgba(0, 0, 0, 0);  
  border: 1px solid rgba(0, 0, 0, 0.9);
  border-radius: 4px;
  padding: 9px;  
  /*position: relative;*/
  width: 42px;

}

.mini-submenu:hover{
  cursor: pointer;
}

.mini-submenu .icon-bar {
  border-radius: 1px;
  display: block;
  height: 2px;
  width: 22px;
  margin-top: 3px;
}

.mini-submenu .icon-bar {
  background-color: #000;
}

#slide-submenu{
  background: rgba(0, 0, 0, 0.45);
  display: inline-block;
  padding: 0 8px;
  border-radius: 4px;
  cursor: pointer;
}

#left-panel {
	position: absolute;
	top: 62px;
	left: 0;
	z-index: 1002;
	display: block;
	overflow: hidden;
	width: 220px;
	background: #3a3633;
	min-height: 800px; 
	-webkit-transition: all 0.5s;
	bottom: 0;
	padding-left: 15px;
}

#left-panel.st-effect-1 {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}


#right-col-content {
	display: block;
	margin-left: 235px;
	padding: 20px;
	min-height: 800px; 
}

#left-panel nav ul li a {
	line-height: normal;
	font-size: 14px;
	padding: 10px 10px 10px 7px;
	color: #a8a8a8;
	display: block;
	font-weight: 400;
	text-decoration: none!important;
	position: relative;
	border-left: 4px solid #3a3633;
}

#left-panel nav ul li a:hover {
	border-left: 4px solid rgb(60, 159, 247);
	color: #FFF;
}

.login-info {
	border-bottom: 1px solid #D8D4D4;
	display: block;
	font-size: 12px;
	height: 39px;
	color: #fff;
	border: solid transparent;
	border-width: 1px 0;
	box-shadow: inset 1px 1px 0 rgba(0,0,0,.1),inset 0 -1px 0 rgba(0,0,0,.07);
	width: 100%;
	margin: 0!important;
	border-bottom: 1px solid #525151;
}

.login-info>span {
	height: 38px;
	display: block;
	padding: 0 10px;
	border-bottom: 1px solid #1A1817;
}

.login-info a {
	text-decoration: none!important;
	color: #a8a8a8;
	display: inline-block;
	margin-top: 6px;
}

.session-action {
 border-radius:3px;
	border: 1px solid #1A1817;
	padding: 0px 6px;
 font-size: 18px;
}

#logout-button {
	
	color: #e3503e;
}

#logout-button:hover {
	background: #e3503e!important;
	color:#FFF;
	background-image: -webkit-linear-gradient(top,#e55c4b 0,#e14430 100%)!important;
	background-image: linear-gradient(to bottom,#e55c4b 0,#e14430 100%)!important;
	background-repeat: repeat-x;
}

#login-button {
	color: rgb(60, 159, 247);
}

#login-button:hover {
	color: #FFF;
	background: rgb(60, 159, 247);
}

.login-info a#username {
	text-transform: capitalize;
	font-size: 16px;
	display: inline-block;
	text-decoration: none;
	max-width: 150px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	vertical-align: middle;
}

ul.doc-list  {
	border: 1px solid #CCC;
	padding: 12px;
	background: #FFF;
	margin-right: 20px;
	margin-bottom: 50px;
	color: #000;
}

.doc-list li {
	padding: 8px 10px;
border-bottom: 1px solid #e7e7e7;
}

.doc-list li:last-child{
	border-bottom:0px none;
}

.doc-list li a{
	color: #999;
	font-weight:700;
}

.doc-list li a:hover{
	color:#2a6496;
	
}

.doc-list li i.fa{
	margin-right: 8px;
 color: #2E5C8F;
}

.doc-list li a:hover span{
	color: #2E5C8F;
}

/*
 * HIDDEN MENU
 */
.hidden-sidebar #left-panel {
  left: -210px;
  z-index: 1002;
}
/*.hidden-sidebar #right-col-content {
  margin-left: 235px;
}*/
.hidden-sidebar #left-panel:hover {
  left: 0px;
}

.hidden-sidebar #hide-sidebar i {
	color: #ffffff;
}

.hidden-sidebar #left-panel {
    left: 0;
  }

.hidden-sidebar #main {
    position: relative;
    left: 210px;
  }	
	
.hidden-sidebar.fixed-ribbon #ribbon {
    left: 220px;
  }
	
#hide-sidebar {
	display:none;
	position:absolute;
	top:35%;
	left:0;
	border:2px solid #FFF;
	font-size: 175%;
	color: #FFF;
	background: #3a3633;
	z-index: 1005;
	padding: 3px 9px 0px 3px;
	border-left:0px;
	border-top-right-radius: 16px;
	border-bottom-right-radius: 16px;
	-webkit-transition: all 0.5s;
}	

#hide-sidebar.slide-effect {
visibility: visible;
-webkit-transform: translate3d(-100%, 0, 0);
transform: translate3d(-100%, 0, 0);
}

#hide-sidebar a,
#hide-sidebar a:hover,
#hide-sidebar a:active, 
#hide-sidebar a:visited{
	color: #FFF;
}


.hidden-sidebar #hide-sidebar {
	left:230px;
	border-radius: 16px;
	padding-left:9px;
	border-left:2px solid #FFF;
}

/* PDF page styles
=============*/

table.pdfs {
	background: #FFF;
}

table.pdfs tbody tr {
	padding: 0 8px 0 8px;
}

#available-pdfs li a.doc-link {
	font-weight:bold;
}

#available-pdfs li a.doc-link .fa-file-pdf-o {
	color: #ff9900;
}

#available-pdfs li a.new-document .fa-file-pdf-o {
	color: green;
}

#available-pdfs li a.doc-link:hover {
	color:#ff9900;
}

#available-pdfs li a.new-document:hover {
	color:green;
}

/* Question of the Day Page
============================*/

#qotd-content h1 {
	font-size:150%
}
 
#level-switcher a,
#level-switcher span.selected {
	display:inline-block;
	margin: 0 3px;
}

/* MOBILE LAYOUT STARTS HERE */
/*
 * IPAD HORIZONTAL
 */
@media (min-width: 768px) and (max-width: 979px) {

  #left-panel {
    left: -220px;
		padding-top: 8px;
  }
	
	#hide-sidebar {
		display:block;
	}
	
	#right-col-content {
		margin-left: 30px;
	}
	
}

/*
 * IPAD VERTICAL
 */
@media (min-width: 768px) and (max-width: 880px) {

  #left-panel {
    left: -220px;
		padding-top: 8px;

  }
	#hide-sidebar {
		display:block;
	}
	
	#right-col-content {
		margin-left: 30px;
	}
}

/*
 * OTHER DEVICES
 */
@media (max-width: 767px) {

  #left-panel {
    left: -220px;
		padding-top: 8px;

  }
	#hide-sidebar {
		display:block;
	}
	
	#right-col-content {
		margin-left: 30px;
	}
}

/*
 * ANDROID
 */
@media only screen and (min-width: 0px) and (max-width: 679px) {

  #left-panel {
    left: -220px;
		padding-top: 8px;
	
  }
	#hide-sidebar {
		display:block;
	}
	
	#right-col-content {
		margin-left: 30px;
	}
}

/*
 * IPHONE
 */
@media only screen and (min-width: 320px) and (max-width: 479px) {

  #left-panel {
    left: -220px;
		padding-top: 8px;
		
  }
	#hide-sidebar {
		display:block;
	}
	
	#right-col-content {
		margin-left: 30px;
	}
}