
/*Template Name: WhiteStar - Responsive HTML5 Landing Page Template
Theme URL: http://themeforest.net/user/DSA79/
Description: WhiteStar - Responsive HTML5 Landing Page Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.2
Website: www.dsathemes.com
Tags: responsive, html5 template, landing, business, application, corporate, bootstrap3
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Top Page Banner          */
/*   04 - Features                 */
/*   05 - Screens		           */
/*   06 - Team                     */
/*   07 - Video Banner             */
/*   08 - Pricing Tables           */
/*   09 - Testimonials Rotator	   */
/*   10 - FAQs			 	  	   */
/*   11 - Contacts		 	  	   */
/*   12 - Newsletter	 	  	   */
/*   13 - Footer		 	  	   */
/*   14 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
   
@import url("open-sans.css") ;
 
 body{
	 line-height:23px !important;
 }


.section{
     padding:30px 0px;
}

#content-wrapper {
	margin-top: 90px;
}
#content-wrapper section.darkBg{
        color: #fff !important;
}
ul.uldarkBg{
	color:#eee !important;
}
ul.ullightBg{
	color:#333 !important;
}
#content-wrapper section.lightBg{
    color: #5C6D7F !important;
}

.section ul.features{
     color: #fff;
     font-size:13px;
     font-weight:normal;
     padding:0px;
     margin:0px;
}

.section ul.features li {
    opacity: 1;
    line-height: 26px;
    list-style-image: url(../images/li.png);
    /* color: #566c89  ; */
    font-size: 12px;
    list-style-position: inside;
    text-align: left;
}

/*.pos-rel{
    position:relative;
}*/
/*.ImgWrap{
    width:100%;
    height:100%;
    position:absolute;
    display:table;
    vertical-align:middle
}*/
.section img{
    max-width:90%;
    /*display:table-cell;
    vertical-align:middle*/
}
.color-theme {
	color: #5C6D7F;
} 

/*------------------------------------------*/
/*	 Page Preload
/*------------------------------------------*/

#preOverlay {
	background-color: #444;
}

#jpreLoader {
	width: 300px;
	height: 100px;
	position: relative;
	z-index: 1;
	margin: 0 auto;
}
#jpreBar {
	position: fixed;
	width: 100%;
	height: 100% !important;
	top: 0;
	left: 0;
}
#jprePercentage {
	color: #ddd;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	text-align: center;
	font-size:  60px;
	font-weight:  400;
	letter-spacing: -2px;
	z-index: 2;
	margin:  0;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Link Setting
/*------------------------------------------*/

a {
	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;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}
ul.features {
    color: #333;
    /*font-family: 'Paprika', cursive;*/
    line-height: 28px;
    font-size: 17px;
	text-align:justify;
}
/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 20px;
	text-align: center;	
}

.titlebar h1 {
	color: #444;
	font-weight: 900;
	text-transform: uppercase;
	text-shadow: 0px 1px 1px rgba(10, 10, 10, 0.6);	
}

.titlebar p {
	color: #888;
	font-size: 17px;
	/*/*font-family: 'Paprika', cursive;*/*/
	line-height: 28px;
	font-weight: 400;
	padding: 0 7%;
}


.tp_banner_btn .btn{
    border-radius:25px !important;

}

/*------------------------------------------*/
/*	 Black Button
/*------------------------------------------*/




.btn-black {
	background-color:rgba(0,0,0,0.8);
    border:0px none !important;
	color: #fff;
	font-size: 16px;
	font-weight: 700; 
	padding: 10px 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-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: #000;
    border:0px none !important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
    opacity:.8;
}


.btn-red {
	background-color:rgba(233,37,101,0.7);
    border:0px none !important;
	color: #fff;
	font-size: 16px;
	font-weight: normal; 
	padding: 10px 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-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-red:hover {
	background-color: #e92565;
    border:0px none !important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
    opacity:.8;
}

.btn-white {
	background-color:rgba(255,255,255,0.7);
    border:0px none !important;
	color: #e92565;
	font-size: 16px;
	font-weight:normal; 
	padding: 10px 20px;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	-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-white:hover {
	background-color: #e92565;
    border:0px none !important;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #fff;
    opacity:.8;
}

/*------------------------------------------*/
/*	 Large Button Settings   
/*------------------------------------------*/

.btn-lg {
	font-size: 18px;
	padding: 14px 28px;
}

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 15px;
}   
      
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar-nav > li > a {
color: #333;
    font-size: 15px;
    /* line-height: 60px; */
    font-weight: normal;
    text-transform: uppercase;
    display: block;
    padding: 3px 15px;
    border-radius: 5px;
    -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;
}

.navbar-nav > li > a:hover {
	color: #5d5d5d;
}

.navbar-nav > li > a.selected-nav {
	color: #5d5d5d;
	
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
}

.navbar-inverse .navbar-toggle {
     background: #333;
	 margin-top:35px;
}

.navbar-right {
    margin-top: 30px !important;
}


/* ==========================================================================
   03. TOP PAGE BANNER
   ========================================================================== */

#top-page-banner {
	background-image: url(../images/top_banner_bkg.jpg); 
	background-repeat: repeat;
	background-position: top center;
 	color: #fff;
	padding: 0px ;
}

/*------------------------------------------*/
/*	 Top Banner Description
/*------------------------------------------*/

#tp_banner_description {
	margin: 110px 0 130px;
}

#tp_banner_description h1 {
	    font-family: 'Open Sans';
    /* line-height: 1.3; */
    /*text-shadow: rgba(10, 10, 10, 0.6) 0px 1px 1px;*/
    font-weight: 300;
    font-size: 36px;
}

#tp_banner_description h1 b {
    color: #fc3074;
    font-weight: normal;
}



#tp_banner_description p {
    font-size: 15px;
    line-height: 24px;
   /*  font-weight: 300; */
    margin: 20px 0 40px;
    text-align: justify;
}

/*------------------------------------------*/
/*	  Top Banner Buttons
/*------------------------------------------*/

.tp_banner_btn a {
	margin-right: 10px;
}

/*------------------------------------------*/
/*	  Top Banner Image
/*------------------------------------------*/

#tp_banner_image .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   04. FEATURES
   ========================================================================== */
 
#features {
	padding-top: 80px;
	padding-bottom: 40px;
	border-bottom: 1px solid #ddd;
} 

#feature_1, 
#feature_2, 
#feature_3, 
#feature_4, 
#feature_5, 
#feature_6 { 
	margin-top: 30px;
}

/*------------------------------------------*/
/*	  Features Left Side 
/*------------------------------------------*/

#f_left_content {
    text-align: right;
	padding-right: 0;
}

/*------------------------------------------*/
/*	  Features Right Side
/*------------------------------------------*/

#f_right_content {
    text-align: left;
    padding-left: 0;
}

/*------------------------------------------*/
/*	  Features Box
/*------------------------------------------*/

.feature-box p {
	color: #888;
	line-height: 20px;
}

.feature-box h4 {
	font-size: 16px;
	/*/*font-family: 'Paprika', cursive;*/*/
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon i {
	color: #e92565; 
	font-size: 34px;
	margin: 10px 0 ;
}



/* ==========================================================================
   05. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 80px;
	padding-bottom: 50px;
	background-image: url(../images/content_section_bkg.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f9fafb;	
	border-bottom: 1px solid #ccc;	
} 

#screenshot_1, 
#screenshot_2,
#screenshot_3,
#screenshot_4,
#screenshot_5,
#screenshot_6, 
#screenshot_7, 
#screenshot_8 { 
	margin-bottom: 30px;
    /*  border-radius: 55px; */
    overflow: hidden;
    margin: 0px 0px;
   /*  padding: 0px; */
}

/*------------------------------------------*/
/*	  Image Hover Effect
/*------------------------------------------*/

.hover-details {
	width: 100%;
	height: auto;
	/* border-radius: 55px; */
	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(15, 15, 15, 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/zoom-ico.png); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #aaa;	
	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: 400;
	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: #5C6D7F;
}



/* ==========================================================================
   06. TEAM
   ========================================================================== */
   
#team {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}

.team-member {
	text-align: center;
	-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;
}

/*------------------------------------------*/
/*	  Team Member Photo
/*------------------------------------------*/

.img-block { 
	margin: 10px 10px 20px 10px;
}

.img-block img {
	opacity: 1;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	box-shadow: 0px 0px 0px 0 rgba(10, 10, 10, 0.15);
	-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;
}

/*------------------------------------------*/
/*	  Team Member Photo Hover
/*------------------------------------------*/

.team-member:hover .img-block img {
	box-shadow: 0px 0px 0px 10px rgba(10, 10, 10, 0.1);
	opacity: .85;
}

/*------------------------------------------*/
/*	  Team Member Meta
/*------------------------------------------*/

.team-img-meta h4 {
	/*font-family: 'Paprika', cursive;*/
	font-weight: 400;
	text-transform: uppercase;
}

.team-img-meta p {
	font-size: 16px;
	/*font-family: 'Paprika', cursive;*/
	font-weight: 400;
	margin-bottom: 10px;
	padding: 0 15%;
}

p.member-info {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	line-height: 20px;
	margin-bottom: 20px;
	padding: 0 5%;
}

/*------------------------------------------*/
/*	  Team Member Social Icons 
/*------------------------------------------*/

.team-member-socials {
	text-align: right;
	display: inline-block;
	margin: 0 auto;
}

.team-member-socials li {
	float: left;
    display: inline-block !important;
    vertical-align: top;
    width: auto !important;
    clear: none !important;
}

.page_social {
    width: 40px;
    height: 40px;
	background-color: #bbb;
	color: #fff;
	font-size: 14px; 
    text-align: center;
    line-height: 34px;
    display: block;
    text-decoration: none;
	border: 2px solid #bbb;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
	margin: 0 3px 5px;
	-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;
}



/* ==========================================================================
   07. VIDEO BANNER
   ========================================================================== */

#video-banner {	
	background-image: url(../images/color_section_bkg.jpg); 
	background-repeat: repeat;
	background-position: top center;
	background-color: #fafafa;	
	color: #333;
	border-bottom: 1px solid #aaa;
	padding: 70px 0;
}

/*------------------------------------------*/
/*	  Video Banner Content 
/*------------------------------------------*/

#v_banner_content {
	margin: 9px 0;
    color:#fff;
}

#v_banner_content h1 {
	font-family: 'Open Sans';
	margin-bottom: 30px;
    font-weight:300;
}

#v_banner_content p {
	font-size: 14px;
	line-height: 26px;
	font-weight: 300;
}

/*------------------------------------------*/
/*	 Video Banner Buttons
/*------------------------------------------*/

.btn-google-play, .btn-app-store {
	width: 152px;
	height: 45px;
	background-repeat: no-repeat;
	display: inline-block;
	margin-top: 30px;
	margin-right: 10px;
	text-indent: -9999px;
	overflow: hidden;
}

.btn-google-play {
	background: url(../images/btn-google-store.png);
}

.btn-app-store {
	background: url(../images/btn-app-store.png);
}


/*------------------------------------------*/
/*	  Video Banner Video 
/*------------------------------------------*/

.video-block {
    position: relative;
    padding-bottom: 0px;
    padding: 5px;
    padding-bottom: 2px;
    overflow: hidden;
    /* border: 5px solid #fff; */
    border-radius: 15px;
    background: rgba(255,255,255,0.1);
     /*background: rgba(255,255,255,1);*/

    /*box-shadow: 1px 1px 64px #620a31;*/
}

audio, canvas, video {

    border-radius: 8px;
}


.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}



/* ==========================================================================
   08. PRICING 
   ========================================================================== */

#pricing {
	padding-top: 80px;
	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
} 

.pricing-table {
    border: 1px solid #ccc;
}

.pricing-table strong {
	color: #aaa;
}

/*------------------------------------------*/
/*	  Pricing Table Header
/*------------------------------------------*/

.pricing-table .plan-title {
	background-color: #444;
    color: #fff;
	font-size: 22px;
	/*font-family: 'Paprika', cursive;*/
	font-weight: 600;
	line-height: 40px;
	text-transform: none;
    padding: 15px;
    margin: 0px -1px;
	border: 1px solid #ccc;
	border-top: none;
	border-bottom: 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;	
}

.pricing-table .price-header {
	border-bottom: 1px solid #ccc;
	position: relative;
}

/*------------------------------------------*/
/*	  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-table .plan-price {
    line-height: normal;
    background-color: #f3f3f3;
    padding: 12px 15px;
    margin: 0px;
    border-top: 1px solid #ddd;
	-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;	
}

.pricing-table .plan-price span {
	color: #444;
    font-size: 30px;
    font-weight: 900;
}

.plan-price small {
    font-size: 18px;
}

/*------------------------------------------*/
/*	  Pricing Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	background-color: #eee;
    padding: 11px 16px;
}

.pricing-table ul.features li {
	font-size: 14px;
    border-top: 1px dashed #aaa;
    padding: 15px; 
}

.pricing-table ul.features li:nth-child(1) {
    border: none;
}

/*------------------------------------------*/
/*	  Pricing Table Footer
/*------------------------------------------*/

.pricing-table .price-footer {
	background-color: #fafafa;
    padding-top: 25px;
    padding-bottom: 25px;
    border-top: 1px solid #aaa;
	-webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
}

/*------------------------------------------*/
/*	  Featured Table
/*------------------------------------------*/

.pricing-table.featured .plan-title {
    background-color: #5C6D7F;
}

.pricing-table.featured .plan-title, 
.pricing-table.featured .plan-price span, 
.pricing-table.featured .plan-price small {
    color: #fff;
}

.pricing-table.featured .plan-price {
    border-top: 1px solid #3a495a;
    background-color: #5C6D7F;
}

/*------------------------------------------*/
/*	  Pricing Table Hover
/*------------------------------------------*/

.pricing-table:hover .plan-title {
    background-color: #5C6D7F;
}

.pricing-table:hover .plan-price {
    border-top: 1px solid #3a495a;
    background-color: #5C6D7F;
}

.pricing-table:hover .plan-price span,
.pricing-table:hover .plan-price small {
    color: #fff;
}

/*------------------------------------------*/
/*	  Corner Ribbon
/*------------------------------------------*/

.ribbon-wrapper {
  width: 85px;
  height: 85px;
  overflow: hidden;
  position: absolute;
  top: -6px;
  right: -3px;
}

.ribbon {
	font-size: 14px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;
	text-shadow: rgba(150, 150, 150, 0.3) 0px 1px 0px;
	-webkit-transform: rotate(45deg);
	-moz-transform:    rotate(45deg);
	-ms-transform:     rotate(45deg);
	-o-transform:      rotate(45deg);
	position: relative;
	padding: 7px 0;
	left: -5px;
	top: 15px;
	width: 120px;
	background-color: #e18649;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#e18649), to(#f36100));
	background-image: -webkit-linear-gradient(top, #e18649, #f36100);
	background-image:    -moz-linear-gradient(top, #e18649, #f36100);
	background-image:     -ms-linear-gradient(top, #e18649, #f36100);
	background-image:      -o-linear-gradient(top, #e18649, #f36100);
	color: #fff;
	-webkit-box-shadow: 0px 0px 3px rgba(0, 0, 0, 0.3);
	-moz-box-shadow:    0px 0px 3px rgba(0 ,0, 0, 0.3);
	box-shadow:         0px 0px 3px rgba(0, 0, 0, 0.3);
}

.ribbon:before, .ribbon:after {
	content: "";
	border-top:   3px solid #6e8900;
	border-left:  3px solid transparent;
	border-right: 3px solid transparent;
	position:absolute;
	bottom: -3px;
}

.ribbon:before {
	left: 0;
}
.ribbon:after {
	right: 0;
}



/* ==========================================================================
   09. TESTIMONIALS ROTATOR
   ========================================================================== */

#testimonials-rotator {	
	background-image: url(../images/content_section_bkg.jpg); 
	background-repeat: repeat;
	background-position: top center;
	color: #333;
	border-bottom: 1px solid #aaa;
    text-align: center;
}

.testimonials {
	margin: 50px 8%;
}

.slides {
	margin: 30px 0 30px;
}

/*------------------------------------------*/
/*	 Testimonial Message
/*------------------------------------------*/

.testimonials p {
	font-size: 18px;
	/*font-family: 'Paprika', cursive;*/
	line-height: 30px;
    padding-top: 10px;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	text-align: center;
}

.testimonials p.author span {
	color: #6d8195;
	font-style: italic;
}



/* ==========================================================================
   10. FAQs
   ========================================================================== */

#faq {
 	padding-bottom: 100px;
	border-bottom: 1px solid #ddd;
}

#question_1,
#question_2,
#question_3,
#question_4,
#question_5,
#question_6,
#question_7,
#question_8 { 
	width: 100%;
	display: block; 
	float: left; 
	padding: 0; 
	margin: 5px 0; 	
	cursor: pointer; 	
}

/*------------------------------------------*/
/*	  FAQs Accordion
/*------------------------------------------*/

.accordion a { 
	background-image: url(../images/open.png);
	background-repeat: no-repeat ;
	background-position: center left;
	background-color: #e4e4e1;	
	color: #666; 
	font-size: 13px;
	/*font-family: 'Paprika', cursive;*/
	line-height: 26px;
	padding: 10px 40px;
	text-decoration: none; 
	border-left: 4px solid #d0d0d0;
	border-bottom: 1px solid rgba(190, 190, 190, 0.2);
	display: block; 
	cursor: pointer; 
}

.accordion li.active>a { 
	background-image: url(../images/close.png);
	background-repeat: no-repeat ;
	background-position: center left;
	background-color: #e4e4e1;	
	color: #151515;
	border-left: 4px solid #5C6D7F;
	border-bottom: 1px solid #ccc;
	box-shadow: none;
}

/*------------------------------------------*/
/*	  FAQs Answer
/*------------------------------------------*/

.accordion li div { 
	line-height: 22px;
	padding: 15px 10px; 
	display: block; 
	clear: both; 
	float: left; 
}



/* ==========================================================================
   11. CONTACTS 
   ========================================================================== */

#contact {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../images/content_section_bkg.jpg); 
	background-repeat: no-repeat;
	background-position: center top;
	background-color: #f9fafb;		
	border-bottom: 1px solid #aaa;
} 

/*------------------------------------------*/
/*	  Contact Form Input
/*------------------------------------------*/

#contact-form .form-control {
	height: 50px;
	margin-bottom: 20px;
	border: 1px solid #aaa;
	box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2)
}

.contact-form input[type="text"],
.contact-form input[type="email"],
.contact-form textarea {
	background-color: #f3f3f3;
	color: #444;
	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 Submit Button
/*------------------------------------------*/

#form_btn {
	margin-top: 30px;
}

/*------------------------------------------*/
/*	  Contact Form Error Message 
/*------------------------------------------*/

.error {
	padding: 0 5px 20px;
	color: #af3809;
}



/* ==========================================================================
   12. NEWSLETTER  
   ========================================================================== */

#newsletter {
	background-color: #5C6D7F;
	border-bottom: 1px solid #666;
	color: #f8f8f8;
}

#subscribe {
	margin-top: 40px;
	margin-bottom: 40px;
}

#newsletter h1 {
	font-family: 'Open Sans';
}

#newsletter p {
	line-height: 26px;
	/*font-family: 'Paprika', cursive;*/
}

/*------------------------------------------*/
/*	  Newsletter Form
/*------------------------------------------*/

#newsletter_form {
	padding-left: 60px;
}

.subscribe-form {
	margin: 14px auto;
    position: relative;
    z-index: 10;
}

#newsletter_form p {
	font-size: 14px;
	line-height: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: italic;
	text-align: right;
}

.subscribe-input {
    width: 75%;
    height: 54px;
	color: #222;
	font-size: 16px;
    font-weight: 300;
	padding-left: 10px;
	-webkit-border-radius: 6px 0 0 6px;
    -moz-border-radius: 6px 0 0 6px;
    border-radius: 6px 0 0 6px;
}

.subscribe-submit {
	width: 25%;
	height: 54px;
	position: absolute;
    top: 0px;
    right: 0px;
	background-color: #333;
	border: 1px solid #222;
    color: #fff;
	font-weight:900;
	text-decoration: none;
	text-transform: uppercase;
	text-align: center;
    display: block;
    border: none;
	-webkit-border-radius: 0 6px 6px 0;
    -moz-border-radius: 0 6px 6px 0;
    border-radius: 0 6px 6px 0;
    cursor: pointer;
    outline: 0;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
}

.subscribe-submit:active {
    outline: 0;
}

.subscribe-submit:hover {
    opacity:0.8
}



/* ==========================================================================
   13. FOOTER   
   ========================================================================== */

#footer {
    padding: 0px 0 0px;
    background-color: #f2f2f2;
    border-bottom: 1px solid #eee;
    border-top: 3px solid #eee;
}

#footer p {
	color: #999;
	/*font-family: 'Paprika', cursive;*/
	line-height: 40px;
	margin-bottom: 0;	
}


#footer img.footerlogo {
        width: 150px;
    padding: 17px 0px;
}
/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	margin: 10px 0;
}	

.footer-socials li {
	width: auto !important;
	line-height: 70px;
    display: inline-block !important;
	float: left;
    vertical-align: top;
    clear: none !important;
}

.foo_social {
    width: 34px;
    height: 34px;
    color: #fff;
    background: #e92565;
    font-size: 15px;
    line-height: 33px;
    text-decoration: none;
    text-align: center;
    display: block;
    margin: 0 4px;
    /* border: 2px solid #ccc; */
    -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;
}

.copyright{
     margin: 0px 0px 0px 10px;
    line-height: 35px !important;
    font-size: 11px;
}

/*------------------------------------------*/
/*	 Footer Icons Hover 
/*------------------------------------------*/

.ico-facebook:hover { background-color: #3b5998; color: #f8f8f8; border-color:#3b5998; }
.ico-twitter:hover { background-color: #00a9ed ;color: #f8f8f8; border-color:#00a9ed; }
.ico-google-plus:hover { background-color: #cd1111; color: #f8f8f8; border-color:#cd1111; }
.ico-linkedin:hover { background-color: #015886; color: #f8f8f8; border-color:#015886; }
.ico-dribbble:hover { background-color: #d92d84; color: #f8f8f8; border-color:#d92d84; }
.ico-instagram:hover { background-color: #beb3a8; color: #f8f8f8; border-color:#beb3a8; }
.ico-pinterest:hover { background-color: #ac281a; color: #f8f8f8; border-color:#ac281a; }
.ico-dropbox:hover { background-color: #008ad2; color: #f8f8f8; border-color:#008ad2; }
.ico-skype:hover { background-color: #00a9ed; color: #f8f8f8; border-color:#00a9ed; }
.ico-youtube:hover { background-color: #cd1b20; color: #f8f8f8; border-color:#cd1b20; }
.ico-tumblr:hover { background-color: #3a5976; color: #f8f8f8; border-color:#3a5976; }
.ico-vimeo:hover { background-color: #00adee; color: #f8f8f8; border-color:#00adee; }
.ico-flickr:hover { background-color: #d2d2d2; color: #f8f8f8; border-color:#d2d2d2; }
.ico-github:hover { background-color: #222; color: #f8f8f8; border-color:#222; }
.ico-renren:hover { background-color: #364a83; color: #f8f8f8; border-color:#364a83; }
.ico-vk:hover { background-color: #3b5998; color: #f8f8f8; border-color:#3b5998; }
.ico-xing:hover { background-color: #015f5e; color: #f8f8f8; border-color:#015f5e; }
.ico-weibo:hover { background-color: #be4443; color: #f8f8f8; border-color:#be4443; }
.ico-rss:hover { background-color: #ff6600; color: #f8f8f8 ;border-color:#ff6600; }



/* ==========================================================================
   14. SCROLL TO TOP   
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../images/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 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(71, 88, 106, 0.95);
}

nav a#pull {  
    display: none;  
}
p{
	text-align:justify !important; 
}


.navbar-inverse .navbar-nav > .active > a, .navbar-inverse .navbar-nav > .active > a:hover, .navbar-inverse .navbar-nav > .active > a:focus{
     color: #fff;
     background-color: #e92565;
}


.section_banner{
    background: url('../images/banner-smallbg.png');
	color:#fff;
}

.section_banner h3{
	margin-top:10px;
}