/* ------------------------------------------ */
/*             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 - Pricing	  	   */
/*   13 - Pricing FAQ	  	   */
/*   14 - Footer		 	  	   */
/*   15 - Scroll to Top	 	  	   */



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

.black-color {
	color: #333;
}

/*------------------------------------------*/
/*	 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;
	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: 'Fira 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: #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; 
}

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

.btn-black {
	background-color: #222;
	border: 1px solid #222;
	color: #fff;
	font-size: 16px;
	font-family: 'Fira 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; 
}

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

.btn:focus {
	outline: none;
}

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


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

.titlebar {
	margin-bottom: 50px;
	text-align: center;
}

.titlebar h2 {
	color: #000;
	font-size: 40px;
	font-weight: 400;
}

.titlebar p {
	color: #444;
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	padding: 0 20%;
}



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

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

.navbar-brand {
	color: #fff;
	font-size: 28px;
	font-family: 'Fira 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: #333;
	font-family: 'Fira 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#GoToPricing {
	color: #fff;
	background-color: #333;
	line-height: 36px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
	margin-top: 12px;
}

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

.scroll-fixed-navbar {
	padding: 0px;
	background-color: #333;
}

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

.scroll-fixed-navbar .navbar-nav > li > a#GoToPricing { 
	background-color: #d77f8b;
}

/*------------------------------------------*/
/*	 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: #d77f8b;
}

/*------------------------------------------*/
/*	 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: #d77f8b; 
	}
	
	.navbar-nav > li > a#GoToPricing { 
		background-color: #d77f8b; 
		margin-top: 0; 
		-webkit-border-radius: 0; 
		-moz-border-radius: 0; 
		border-radius: 0; 
	}

}



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

#intro {
	background-image: url(../img/patterns/pattern.png); /* Select the background pattern "pattern.png" , "pattern1.png" or "pattern2.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #d77f8b;	
	padding-top: 60px;
	overflow: hidden;
}

/*------------------------------------------*/
/*	  Intro Description
/*------------------------------------------*/

#intro_description {
	margin-top: 160px;
	color: #fff;
}

#intro_description h1 {
	font-size: 400%;
	line-height: 60px;
	text-transform: uppercase;
	font-weight: 700;
	margin-bottom: 20px;
}

#intro_description p {
	font-size: 20px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 400;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	 Intro Buttons
/*------------------------------------------*/

#intro_description a {
	margin-right: 10px;
}

/*------------------------------------------*/
/*	  Intro Image
/*------------------------------------------*/

#intro_image .img-responsive { 
	display: inline-block; 
	margin-top: 50px;
}



/* ==========================================================================
   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 h3 {
	font-size: 18px;
	font-weight: 700;

}

.feature-box i {
	color: #666;
	margin-right: 10px;
}


/* ==========================================================================
   05. FEATURES_1
   ========================================================================== */

#more_features {
	padding-top: 80px;
	border-bottom: 1px solid #ddd;
}

#more_features h2 {
	font-size: 36px;
}

.banner_content_1 {
	margin-top: 60px;
}

.banner_content_1 h1 {
	font-weight: 300;
	margin-bottom: 20px;
}

.banner_content_1 p {
	color: #444;
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	padding-right: 10%;
}

.banner_content_1 a {
	margin-right: 10px;
}



/* ==========================================================================
   06. FEATURES_2
   ========================================================================== */

#mission {
	padding-top: 80px;
} 

#mission h2 {
	font-size: 36px;
}

.banner_content_2 {
	margin-top: 100px;
}

.banner_content_2 h1 {
	font-weight: 300;
	margin-bottom: 20px;
}

.banner_content_2 p {
	color: #444;
	font-size: 18px;
	font-family: 'Fira Sans', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
	padding-right: 10%;
}

.banner_content_2 a {
	margin-right: 10px;
}


 
/* ==========================================================================
   07. STATISTIC BANNER
   ========================================================================== */
 
#statistic-banner {
	background-image: url(../img/patterns/pattern.png); /* Select the background pattern "pattern.png" , "pattern1.png" or "pattern2.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #d77f8b;	
	overflow: hidden;
}
 
#statistic-holder {
	padding-top: 40px;
	padding-bottom: 80px;
} 
 
/*------------------------------------------*/
/*	  Statistic Banner Titlebar
/*------------------------------------------*/ 

#statistic-banner .titlebar {
	margin-top: 70px;
	margin-bottom: 0;
}

#statistic-banner .titlebar h2 {
	color: #fff;
	font-weight: 400;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-icon {
	color: #fff;
	font-size: 60px;
	font-family: 'Fira Sans', sans-serif;
	line-height: 60px;	
}

.statistic-number {
	color: #fff;
	font-size: 90px;
	font-family: 'Fira Sans', sans-serif;
	line-height: 90px;
	font-weight: 300;
}

.statistic-text {
	color: #fff;
	font-size: 30px;
	font-family: 'Fira 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: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}

.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-rotator {
	background-color: rgba(230, 230, 230, 0.5);
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
}
   
.testimonials {
	margin: 50px 8%;
}

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

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

.flexslider .slides img { 
	width: 200px;
	height: 200px;
	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: 'Fira Sans', sans-serif;
	font-style: normal;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #d77f8b;
	font-weight: 400;
}

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

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



/* ==========================================================================
   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  
   ========================================================================== */

#newsletter {
	background-color: #d77f8b;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
	padding-top: 80px;
	padding-bottom: 80px;
	color: #fff;
} 

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

#newsletter_title h1 {
	font-weight: 400;
}

#newsletter_title p {
	line-height: 24px;
	font-size: 18px;
	font-family: 'Fira 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: 'Fira Sans', sans-serif;
	font-weight: 300;
	padding-left: 10px;
}

.subscribe-submit {
	width: 25%;
	height: 54px;
	position: absolute;
    top: 0px;
    right: 0px;
	background-color: #333;
	border: 1px solid #333;
    color: #fff;
	font-family: 'Fira 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 
/*------------------------------------------*/

#newsletter_title h2 {
font-size: 36px;
}

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



/* ==========================================================================
   12. PRICING
   ========================================================================== */

#pricing {
	padding-top: 70px;
	padding-bottom: 40px;
} 

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

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

.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 #cfcfcf;
	position: relative;
}

.pricing-table .plan-title {
	color: #333;
	font-size: 20px;
	font-weight: 400;
	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 #cfcfcf;
	-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 h4 {
	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: 'Fira Sans', 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 {
    background-image: url(../img/icons/pp-background.png);
    background-repeat: no-repeat;
    background-position: top center;
    padding-top: 35px;
    padding-bottom: 35px;
    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 .price-header {
	border-bottom: 1px solid #d77f8b;
}

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

.pricing-table.featured .plan-price {
	background-image: url(../img/patterns/pattern.png); /* Select the background pattern "pattern.png" , "pattern1.png" or "pattern2.png" */
	background-repeat: repeat;
	background-position: 0 0;
	background-color: #d77f8b;	
	overflow: hidden;
	border-top: 1px solid #cfcfcf;
	border-bottom: 1px solid #cfcfcf;
}

.pricing-table.featured ul.features {
	background-color: #d77f8b;
	color: #f7f7f7;
}

.pricing-table.featured ul.features li {
    border-top: 1px solid #cfcfcf;
}

.pricing-table.featured .price-footer {
	background-color: #d77f8b;
	border-top: 1px solid #d77f8b;
}

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



/* ==========================================================================
   13. PRICING FAQ
   ========================================================================== */ 

#pricing-faq {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding-top: 60px;
	padding-bottom: 60px;
}

#faq {
	padding-top: 10px;
	padding-bottom: 70px;
}

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

#faqs_column_1 h2, 
#faqs_column_2 h2 {
	color: #428bca;
	font-weight: 300;
	margin-bottom: 20px;
}

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	color: #111;
	font-weight: 400;
	line-height: 24px;
}

.question p {
	color: #666;
}



/* ==========================================================================
   14. FOOTER
   ========================================================================== */

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

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

#footer a {
	color: #d77f8b;
}

#footer a:hover {
	color: #d2d2d2;
}



/* ==========================================================================
   15. 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: 'Fira 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: 'Fira 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;
}

.bg1 { background-image: url(../img/bg/cicle.png);}
.bg2 { background-image: url(../img/bg/square.png);}
.bg3 { background-image: url(../img/bg/triangle.png);}

#reset {
	text-align: center;
	margin-bottom: 35px;
}

#reset a:hover {
	color: #f8f8f8;
}



/* ==========================================================================
   GOOGLE TRANSLATE
   ========================================================================== */

.google-translate {
	display: inline-block;
	vertical-align: top;
	padding: 17px 15px 15px 15px;
}

.goog-logo-link {
	display: none !important;
}

.goog-te-gadget {
	color: transparent !important;
}

#google_translate_element {
	display: none;
}

.goog-te-banner-frame.skiptranslate {
	display: none !important;
}

body {
	top: 0px !important;
}