/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Features                 */
/*   05 - Features_1		       */
/*   06 - Features_2               */
/*   07 - Statistic Banner         */
/*   08 - Video Banner             */
/*   09 - Testimonials Rotator	   */
/*   10 - Screens		 	  	   */
/*   11 - Newsletter	 	  	   */
/*   12 - Call to Action 	  	   */
/*   13 - Footer		 	  	   */
/*   14 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */ 

.black-color {
	color: #2d8acf;
}

/*------------------------------------------*/
/*	 Page Preload
/*------------------------------------------*/

#preOverlay {
	background-color: #be0d33;
}

#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: #fff;
	font-family: 'Open Sans', sans-serif;
	font-size: 70px;
	font-weight: 300;
	text-shadow: 0px 10px 10px rgba(0, 0, 0, 0.4);
	text-align:center;	
	letter-spacing:-2px;
	z-index:2;
	margin: 0;
}

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0;
	margin-bottom: 10px;
	text-align: center;
	font-weight: 800;
}

/*------------------------------------------*/
/*	 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: #2d8acf;
	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: transparent;
	border: 1px solid #eee;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', 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: #be0d33;
	border-color: #be0d33;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #f8f8f8; 
}

/*------------------------------------------*/
/*	 Black Button
/*------------------------------------------*/

.btn-black {
	background-color: #000;
	border: 1px solid #222;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
	-moz-border-radius: 6px;
	border-radius: 6px;
	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: #333;
	border-color: #333;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #f8f8f8; 
}


.btn-red {
	background-color: #2d8acf;
	border: 1px solid #222;
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 20px;
	-webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
	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:red {
	background-color: #a21535;
	border-color: #333;
	box-shadow: 0px 1px 0px rgba(255, 255, 255, 0.2) inset, 0px 1px 2px rgba(0, 0, 0, 0.2);
	color: #f8f8f8; 
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}

/*
Pricing table
=========================== */


#pricing{
	background-color:#ed5153;
	position:relative;
	color: #fff;
	margin: 0 auto;
	padding:0;
	overflow: auto;
	width: 100%;
	z-index:3;
}

.pricing-wrapper{
	padding: 20px 0 30px 0;
}

.pricing-box{
	position:relative;
	float:left;
	width: 33.33333333333333%;
	text-align:center;
	background:rgba(48, 48, 48, 0.2);
	border-radius:5px;
	padding:8px;
	margin-top:90px;
}

.pricing-box.featured{
	z-index:99;
	margin-top:60px;
}

.pricing-box.onleft{
	margin-right:-20px;
}

.pricing-box.onright{
	margin-left:-20px;
}

.pricing-body{
	position:relative;
	float:left;
	width:100%;
	background:#fafafa;
	color: #000;
	border-radius:5px;
	padding:80px 20px 30px 20px;
}

.pricing-box.featured .pricing-body{
	background: #a21535;
	color: #fff;
}

.pricing-body ul{
	margin:0 0 30px 0;
	padding:0;
	border-top:1px solid #d5d5d5;
}

.pricing-body ul li{
	margin:0;
	padding:15px 0 15px 0;
	list-style:none;
	border-bottom:1px solid #d5d5d5;
}

.pricing-head h4{
	font-size:30px;
	line-height:36px;
	font-weight:400;
}

.pricing-price{
	position:absolute;
	width:120px;
	height:120px;
	color:#fff;
	font-size:18px;
	line-height:24px;
	border:8px solid #d0d0d0;
	text-align:center;
	border-radius:50%;
	padding-top:30px;
	overflow:hidden;
	left:50%;
	margin:-125px 0 0 -60px;
	background-color: #a21535;
}

.pricing-box.featured .pricing-price{
	border:8px solid #d4d4d4;
}

.pricing-price strong{
	font-size:38px;
	line-height:38px;
	font-weight:700;
	color: #fff;
}

.pricing-price p{
	margin-bottom:0;
	color: #fff;
}

.pricing-price span{
	font-size:14px;
	line-height:18px;
	color: #fff;
}


/* ==========================================================================
   5. Feature Section
========================================================================== */
/* 5.1 Wrapper
---------------------------------------------------------------------------*/
#feature-section {
	margin: 0;
	width: 100%;
	background-color: #ffffff;
	padding-top: 30px;
	padding-right: 25px;
	padding-bottom: 10px;
	padding-left: 25px;
}

/* 5.2 Feature Bix Style 2
---------------------------------------------------------------------------*/
/* 5.2.1 Wrapper
---------------------------------------------------------------------------*/
.feature-box-style-2 {
    width: 100%;
    overflow: hidden;
    margin-bottom: 50px;
}

/* 5.2.2 Icon
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-icon {
    float: left;
    color: #ff3131;
    font-size: 30px;
}

/* 5.2.3 Title
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-title {
    width: 100%;
    padding-left: 45px;
    margin-bottom: 8px;
}
.feature-box-style-2 .feature-title h4 {
	font-weight: 700;
	line-height: 30px;
	text-align: left;
}

/* 5.2.4 Description
---------------------------------------------------------------------------*/
.feature-box-style-2 .feature-desc {
    width: 100%;
    padding-left: 45px;
}
.feature-box-style-2 .feature-desc p {
    font-size: 14px;
    font-weight: 300;
}
.feature-box-style-2 .feature-desc p:last-child {
	margin-bottom: 0;
	text-align: justify;
}

/* 5.3 Lets See BTN
---------------------------------------------------------------------------*/
.lets-see-btn {
    width: 100%;
    overflow: hidden;
    text-align: center;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 1px;
	text-align: center;
}

.titlebar h1 {
	color: #000;
	font-size: 40px;
	font-weight: 900;
	text-align: center;
}

.titlebar p {
	color: #444;
	font-size: 20px;
	text-align:justify;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: normal;
	line-height: normal;
	/* padding: 0 20%; */
}


/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

.parallax-overlay { 
	background-color: rgba(0, 0, 0, 0.5); 
}

#statistic-banner { 
	background-image: url(../img/parallax_bg/separator3.jpg); 
}

#testimonials-rotator { 
	background-image: url(../img/parallax_bg/separator4.jpg); 
}

#newsletter { 
	background-image: url(../img/parallax_bg/separator2.jpg); 
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	color: #fff;
	font-size: 28px;
	font-family: 'Open Sans', sans-serif;	
	font-weight: 900;
	line-height: 60px;
	padding: 0 15px;
}  

.navbar-brand:hover {
	color: #fff;
} 
      
/*------------------------------------------*/
/*	 Navigation Menu    
/*------------------------------------------*/

.navbar {	
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
	padding: 40px 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 { 
	border-bottom: none;
}

.navbar-nav > li > a {
	color: #f80;
	font-family: 'Open Sans', 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;
}

/*------------------------------------------*/
/*	 Purchase Button   
/*------------------------------------------*/

.navbar-nav > li > a#purchase {
	color: #fff;
	background-color: #333;
	line-height: 36px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-top: 12px;
}

.navbar-nav > li > a#purchase:hover {
	background-color: #55AB3B;
}

/*------------------------------------------*/
/*	 Navbar Scroll   
/*------------------------------------------*/

.scroll-fixed-navbar {
	padding: 0px;
	background-color: #000;
}

.scroll-fixed-navbar .navbar-nav > li > a,
.scroll-fixed-navbar .navbar-brand .black-color { 
		color: #fff;
}

.scroll-fixed-navbar .navbar-nav > li > a#purchase { 
	background-color: 0d7bbe;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #fff;
    background-color: transparent;
}

.scroll-fixed-navbar .navbar-nav > li > a:hover, 
.scroll-fixed-navbar .navbar-nav > li > a.selected-nav {
	color: #55AB3B;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
	background-color: none;
    padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
}


@media only screen and (max-width: 767px){ 

	.navbar-nav > li > a.selected-nav { 
		color: #be0d33; 
	}
	
	.navbar-nav > li > a#purchase { 
		background-color: #be0d33; 
		margin-top: 0; 
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0; 
	}

}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

#intro {
	width: 100%;
	height: 100%;
	background: url(../img/parallax_bg/separator5.jpg) repeat 0 0;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0 !important;
}

/*------------------------------------------*/
/*	  Intro Description
/*------------------------------------------*/

#intro_description {
	margin-top: 250px;
	color: #fff;
}

#intro_description h1 {
	font-size: 400%;
	/* line-height: 60px; */
	text-transform: uppercase;
	/* font-weight: 700; */
	margin-bottom: 20px;
	text-align: center;
}

#intro_description p {
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	/* margin-bottom: 30px; */
	color: #fff;
}

/*------------------------------------------*/
/*	 Intro Buttons
/*------------------------------------------*/

#intro_description a {
	margin-right: 10px;
}

/*------------------------------------------*/
/*	  Intro Image
/*------------------------------------------*/

#intro_image .img-responsive { 
	display: inline-block; 
	margin-top: 110px;
}



/* ==========================================================================
   04. FEATURES
   ========================================================================== */

#features {
	padding-top: 80px;
	padding-bottom: 80px;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*	  Features Image
/*------------------------------------------*/

#features-holder .img-responsive { 
	display: inline-block; 
}

#features-holder a {
	margin-top: 15px;
	margin-right: 10px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 20px;
}

.feature-box h4 {
	font-weight: 700;
	text-align: left;
	font-size: 20px;
}

.feature-box i {
	color: #666;
	margin-right: 10px;
}


/* ==========================================================================
   05. FEATURES_1
   ========================================================================== */

#feature_1 {
	padding-top: 10px;
	border-bottom: 1px solid #ddd;
}

.banner_content_1 {
	margin-top: 60px;
}

.banner_content_1 h1 {
	font-weight: 800;
	margin-bottom: 20px;
}

.banner_content_1 p {
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	padding-right: 10%;
	text-align: justify;
	font-style: normal;
	line-height: normal;
}

.banner_content_1 a {
	margin-right: 10px;
}



/* ==========================================================================
   06. FEATURES_2
   ========================================================================== */

#feature_2 {
	padding-top: 80px;
} 

.banner_content_2 {
	margin-top: 100px;
}

.banner_content_2 h1 {
	font-weight: 800;
	margin-bottom: 20px;
}

.banner_content_2 p {
	color: #000;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	padding-right: 10%;
	line-height: normal;
}

.banner_content_2 a {
	margin-right: 10px;
}


 
/* ==========================================================================
   07. STATISTIC BANNER
   ========================================================================== */
 
#statistic-banner {
	background-color: #000;
}
 
#statistic-holder {
	padding-top: 40px;
	padding-bottom: 80px;
} 
 
/*------------------------------------------*/
/*	  Statistic Banner Titlebar
/*------------------------------------------*/ 

#statistic-banner .titlebar {
	margin-top: 70px;
	margin-bottom: 0;
}

#statistic-banner .titlebar h1 {
	color: #fff;
	font-weight: 900;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-icon {
	color: #fff;
	font-size: 60px;
	font-family: 'Open Sans', sans-serif;
	line-height: 60px;	
}

.statistic-number {
	color: #fff;
	font-size: 90px;
	font-family: 'Open Sans', sans-serif;
	line-height: 90px;
	font-weight: 300;
}

.statistic-text {
	color: #fff;
	font-size: 30px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
}
 


/* ==========================================================================
   08. VIDEO BANNER
   ========================================================================== */ 
 
#video_banner {
	padding-top: 80px;
	padding-bottom: 80px;
}
 
/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 54.25%;
	padding-top: 0px;
	height: 0;
	overflow: hidden;
	background-color: #a21535;
	border: 7px solid #a21535;
}

.video-block iframe,
.video-block object,
.video-block embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	border:0;
}

#v_banner_video p {
	font-size: 16px;
	font-weight: 300;
	line-height: 24px;
	margin-top: 40px;
}


/* ==========================================================================
   09. TESTIMONIALS ROTATOR
   ========================================================================== */
  
.testimonials {
	margin: 50px 8%;
}

.slides {
	margin: 10px 0 50px;
}

/*------------------------------------------*/
/*	 Author Avatar
/*------------------------------------------*/

.flexslider .slides img { 
	width: 80px;
	height: 80px;
	display: inline-block;
	text-align: center;
	border: 1px solid #999;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-style: normal;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #be0d33;
	font-weight: 400;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonials p {
	color: #fff;
	font-size: 24px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
	font-style: italic;
	line-height: 30px;
	margin-bottom: 60px;
	padding-top: 10px;
	text-align: center;
}



/* ==========================================================================
   10. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 80px;
	padding-bottom: 80px;
} 

#screens_carousel {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Image 
/*------------------------------------------*/ 

#screens_carousel .item {
	margin: 0 2px;
	position: relative;
	text-align: center;
}

#screens_carousel .item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Navigation 
/*------------------------------------------*/ 

#screens .btn-black {
	font-size: 20px;
	padding: 10px 18px;
	cursor: pointer;
}

/*------------------------------------------*/
/*	  Overlay Content 
/*------------------------------------------*/ 

.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	filter: alpha(opacity=0);
	opacity: 0;
	-webkit-transition: all 200ms ease-out;
	-moz-transition: all 200ms ease-out;
	-o-transition: all 200ms ease-out;
	transition: all 200ms ease-out;
}

.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}

.hover-overlay img {
	transition: all 600ms;
	-moz-transition: all 600ms;
	-webkit-transition: all 600ms;
	-o-transition: all 600ms;
}

/*------------------------------------------*/
/*	  Overlay Background 
/*------------------------------------------*/ 

.item-overlay {
	opacity: 0;
	opacity: 0; 
	-moz-opacity: 0; 
	filter: alpha(opacity=100);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(10, 10, 10, 0.75);
	-moz-transition: opacity 400ms ease-out;
	-webkit-transition: opacity 400ms ease-out;
	-o-transition: opacity 400ms ease-out;
	transition: opacity 400ms ease-out;
}

.overlay-content h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Image Hover Effect 
/*------------------------------------------*/ 

.hover-overlay: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-overlay:hover .item-overlay {
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}

.item:hover .overlay-content {
	bottom: 48%;
	opacity: 1; 
	-moz-opacity: 1; 
	filter: alpha(opacity=100);
}
   



/* ==========================================================================
   11. NEWSLETTER  
   ========================================================================== */

#subscribe {
	padding-top: 40px;
	padding-bottom: 40px;
	color: #fff;
} 

/*------------------------------------------*/
/*	  Newsletter Title
/*------------------------------------------*/

#newsletter_title h1 {
	font-weight: 400;
}

#newsletter_title p {
	line-height: 24px;
	font-size: 18px;
	font-family: 'Open Sans', 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: 'Open Sans', sans-serif;
	font-weight: 300;
	padding-left: 10px;
}

.subscribe-submit {
	width: 25%;
	height: 54px;
	position: absolute;
    top: 0px;
    right: 0px;
	background-color: #be0d33;
	border: 1px solid #be0d33;
    color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-decoration: none;
	text-transform: uppercase;
	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: 'Open Sans', sans-serif;
	font-weight: 400;
	padding: 5px;
}



/* ==========================================================================
   12. CALL TO ACTION
   ========================================================================== */

#call_to_action {
	padding-top: 70px;
	padding-bottom: 80px;
}

#call_to_action .titlebar {
	margin-bottom: 20px;
}

#call_to_action .titlebar p {
	padding: 0 24%;
}

.stores a {
	margin-right: 5px;
}

.stores a:last-child {
	margin-right: 0;
}


/* ==========================================================================
   13. FOOTER
   ========================================================================== */

#footer {
	width: 100%;
	background-color: #333;
	padding-top: 20px;
	padding-bottom: 20px
}

#footer p {
	color: #999;
	font-size: 13px;
	font-family: 'Open Sans', sans-serif;
	margin-bottom: 0;
	text-align: center;
}

/*------------------------------------------*/
/*	 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(../img/icons/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(60, 190, 167, 0.95);
}

nav a#pull {  
    display: none;  
}




/* ==========================================================================
   STYLE CHANGER 
   ========================================================================== */

#stlChanger {
	color:#cecece;
	font-size: 14px;
	overflow:hidden;
	position:fixed;
	top: 80px;
	left:0;
	z-index:9999999;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger,
 #stlChanger .buts {
	position:relative;
	overflow:hidden;
}

#stlChanger .siteChanger, 
#stlChanger .bgChanger {
	min-width: 220px;
	min-height: 220px;
}

#stlChanger a {
	color: #fff;
	text-decoration: none;
}

#stlChanger a:hover {text-decoration:none;}

#stlChanger .blockChanger {
	width: 170px;
}

#stlChanger .chBody {
	background: #444;
	width: 180px;
	position: relative;
	overflow: hidden;
	border: 1px solid #222;
	border-radius: 0 6px 6px 0;
}

#stlChanger .chBut {
	background: #444;
	width: 40px;
	height: 40px;
	position:absolute;
	top: 15px;
	right:0px;
	z-index:1000000;
	text-align: center;
	border-radius: 0px 4px 4px 0px;
}

#stlChanger .chBut i {
	color:#fff;
	font-size: 28px;
	margin: 6px;
}

#stlChanger .stBlock {
	position:relative;
	overflow:hidden;
}

#stlChanger .stBlock p {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

#stlChanger h4 {
	color: #444;
	font-size: 18px;
	background: #444;
	font-weight: 900;
	line-height: 22px;
	display:block;
	margin-top: 0;
	padding: 8px 10px 9px;
}

#stlChanger .stBgs a  {
	text-decoration:none;
	width: 45px;
	height: 45px;
	float:left;
	padding:0;
	margin: 3px 3px 0 0;
	cursor:pointer;
	opacity: 1;
}

#stlChanger .stBgs a:hover {
	opacity: 0.7;
}

#stlChanger a.dark-style {
    display: inline-block;
    padding: 6px 16px;
    text-align: center;
    background: none repeat scroll 0% 0% rgb(75, 76, 77);
	font-size: 14px;
	font-weight: 900;
    color: #fff;
    cursor: pointer;
}

#stlChanger a.dark-style:hover {
    background: #ab2210;
	color: #fff;
}

#stlChanger .btn-theme {
	font-size: 14px;
	font-weight: 700; 
	text-transform: none;	
	padding: 6px 10px;
}

/* Background Image Switcher
----------------------------------*/
#background-image {
	width: 80%;
	margin: 0 auto;
	padding: 5px 0 10px;
}

#background-image p {
	color: #fff;
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
}

.colors {
    margin: 0px 0px 30px;
    overflow: hidden;
}

.colors li {
    float: left;
    margin: 3px 3px 0 0;
}

.colors li a {
    display: block;
    width: 44px;
    height: 44px;
    cursor: pointer;
}

#reset {
	text-align: center;
	margin-bottom: 35px;
}

#reset a:hover {
	color: #f8f8f8;
}
h4 {
	text-align: center;
}
