

/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*   01 - General & Basic Styles   */
/*   02 - Header & Navigation      */
/*   03 - Intro      			   */
/*   04 - Features	               */
/*   05 - Call to Action 	  	   */
/*   06 - More Features 	  	   */
/*   07 - Statistic Banner 	  	   */
/*   08 - Content Slider 	  	   */
/*   09 - Promo Banner             */
/*   10 - Screens	      		   */
/*   11 - Black promo Line 	  	   */
/*   12 - Video		               */
/*   13 - Testimonials Rotator	   */
/*   14 - FAQs		 	  	       */
/*   15 - Newsletter	 	  	   */
/*   16 - Footer		 	  	   */
/*   17 - Scroll to Top	 	  	   */



/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */
 
/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

a.btnAppStore {
    display:inline-block;
    overflow:hidden;
    background:url(../img/icons/appstore.png) no-repeat;
    width:152px;
    height:45px;
}

a.btnGooglePlay {
    display:inline-block;
    overflow:hidden;
    background:url(../img/icons/google.png) no-repeat;
    width:152px;
    height:45px;
}

#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(../img/icons/loader.gif);
	background-position: center;
	background-repeat: no-repeat;
	background-size: 70px 70px;
} 

/*------------------------------------------*/
/*	 Headers
/*------------------------------------------*/

h1, h2, h3, h4, h5, h6 {
	margin-top: 0; 
	margin-bottom: 10px;
}

/*------------------------------------------*/
/*	 Lists
/*------------------------------------------*/

ul {
	margin: 0;
	padding: 0;
	list-style: none;
}

/*------------------------------------------*/
/*	 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;
} 

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {
	background-color: #fd7800;
	color: #fff;
	font-size: 15px;
	padding: 9px 18px;
	-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;
}

.btn-theme:hover {
	background-color: #c96001;
	color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	outline: none;
}

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
}

/*------------------------------------------*/
/*	 Parallax Settings
/*------------------------------------------*/

.parallax {
	background-attachment: fixed !important;
	background-position: center center;
	background-repeat: no-repeat;
	background-size: cover;
}

#call_to_action { 
	background-image: url(../img/parallax/call-to-action.jpg); 
}

#statistic_banner { 
	background-image: url(../img/parallax/statistic-banner.jpg); 
}

#promo_banner {
	background-image: url(../img/parallax/promo-banner.jpg);
}

#testimonials_rotator {
	background-image: url(../img/parallax/testimonials.jpg);
}


/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 60px;
	text-align: center;
}

.titlebar h2 {
	color: #000;
	font-size: 40px;
	line-height: 40px;
	letter-spacing: -1px;
	font-weight: 700;
}

.titlebar p {
	color: #333;
	font-size: 16px;
	line-height: 24px;
}



/* ==========================================================================
   02. HEADER & NAVIGATION
   ========================================================================== */

/*------------------------------------------*/
/*	 Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 7px 0px;
}  
     
/*------------------------------------------*/
/*	 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 { 
	border-bottom: none;
}

.navbar-nav > li > a {
	color: #ddd;
	line-height: 60px;
	font-weight: 700;
	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: #222;
}

.scroll-fixed-navbar .navbar-nav > li > a,
.scroll-fixed-navbar .navbar-brand .black-color { 
		color: #fff;
}

/*------------------------------------------*/
/*	 Menu Hover
/*------------------------------------------*/

.navbar-nav > li > a:hover,
.navbar-nav > li > a.selected-nav {
	color: #fd7800;
	background-color: transparent;
}

/*------------------------------------------*/
/*	 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;
}



/* ==========================================================================
   03. INTRO
   ========================================================================== */

/*------------------------------------------*/
/*	 Intro Basic Settings
/*------------------------------------------*/

#intro {
	width: 100%;
	background-image: url(../img/thumbs/intro_header_bkg.jpg);
	background-repeat: no-repeat;
	background-position: center center;		
	background-size: cover;
	color: #fff;
}

/*------------------------------------------*/
/*	 Intro Description 
/*------------------------------------------*/

.intro_slider {height: 720px;}

#intro_description h1 {
	font-size: 56px;
	font-weight: 800;
	line-height: 56px;
	letter-spacing: -1px;
	text-transform: uppercase;
	margin-bottom: 10px;
	padding-top: 250px;
}

#intro_description h1 span {
	color: #fd7800;
}

#intro_description h3 { 
	text-transform: uppercase;
	letter-spacing: -1px;
	margin-top: 0px;
	margin-bottom: 20px;
}

#intro_description p { 
	font-size: 18px;
	font-weight: 300;
	line-height: 28px;
	padding: 0 20%;
}

/*------------------------------------------*/
/*	 Intro Buttons
/*------------------------------------------*/

.intro_buttons {
	margin-top: 30px;
}

.intro_buttons .btn-theme {
	font-size: 16px;
	font-weight: 700;
	padding: 10px 20px;
	text-transform: uppercase;
}



/* ==========================================================================
   04. FEATURES
   ========================================================================== */
 
#features {
	padding-top: 50px;
	padding-bottom: 100px;
} 

/*------------------------------------------*/
/*	  Features Left Side 
/*------------------------------------------*/

#features_left_content {
    text-align: right;
	padding-right: 0;
}

/*------------------------------------------*/
/*	  Features Right Side
/*------------------------------------------*/

#features_right_content {
    text-align: left;
    padding-left: 0;
}

/*------------------------------------------*/
/*	  Features Box
/*------------------------------------------*/

.feature-box {
	margin-top: 55px;
}

.feature-box h4 {
	font-size: 16px;
	font-weight: 800;
	margin-bottom: 0;
}

.feature-box p {
	color: #666;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box i {
	width: 40px;
	height: 40px;
	color: #fd7800;	
	font-size: 32px;
	line-height: 38px;
	display: inline-block;
	vertical-align: middle;
}

/*------------------------------------------*/
/*	 Features Image
/*------------------------------------------*/

#features_image .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   05. CALL TO ACTION
   ========================================================================== */

#call_to_action {
	padding-top: 40px;
	padding-bottom: 40px;
}   

/*------------------------------------------*/
/*	 Call-To-Action Slogan
/*------------------------------------------*/  

#cta_slogan h2 {
	color: #fff;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 2px;
}

#cta_slogan h2 span {
	font-weight: 700;
}

#cta_slogan p {
	color: #fff;
	font-size: 16px;
	line-height: 24px;
	margin-bottom: 0;
}

/*------------------------------------------*/
/*	 Call-To-Action Button
/*------------------------------------------*/  

#cta_button a {
	margin-top: 10px;
}



/* ==========================================================================
   06. MORE FEATURES
   ========================================================================== */  
   
#more_features {
	padding-top: 100px;
	padding-bottom: 100px;
}

/*------------------------------------------*/
/*	 More Features Description
/*------------------------------------------*/

#more_features_description h2 {
	font-weight: 300;
	margin-top: 10px;
	margin-bottom: 20px;
}

#more_features_description p {
	color: #666;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  More Feature Box
/*------------------------------------------*/

.more_feature_box {
	margin-top: 40px;
}

.more_feature_box h4 {
	font-size: 16px;
	font-weight: 800;
	text-transform: uppercase;	
	margin-bottom: 3px;
}

.more_feature_box p {
	color: #666;
	font-size: 13px;
	line-height: 22px;
}

/*------------------------------------------*/
/*	  More Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    display: block;
    width: 30px;
    height: 30px;
    position: absolute;
    left: 8px;
    top: 0px;
    color: #fd7800;
    line-height: 30px;
    text-align: center;
    font-size: 35px;
}

/*------------------------------------------*/
/*	  More Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 40px;
}

.feature-box-content h4 {
	font-weight: 800;
}

/*------------------------------------------*/
/*	 More Features Image
/*------------------------------------------*/

#more_features .img-responsive { 
	display: inline-block; 
}



/* ==========================================================================
   07. STATISTIC BANNER
   ========================================================================== */  
   
#statistic_banner {
	padding-top: 60px;
	padding-bottom: 60px;
	border-top: 1px solid #eee;
	border-bottom: 1px solid #eee;
} 

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-number {
	color: #ddd;
	font-size: 50px;
	line-height: 50px;
	font-weight: 700;
	margin-bottom: 15px;
}

.statistic-text {
	color: #ddd;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
}



/* ==========================================================================
   08. CONTENT SLIDER
   ========================================================================== */

#content_slider {
	padding-top: 100px;
	padding-bottom: 0px;
}

/*------------------------------------------*/
/*	 Content Slider
/*------------------------------------------*/

.content_slider .slides {
	margin-top: 10px;
	margin-bottom: 50px;
}

.content_slider h2 {
	font-weight: 300;
	line-height: 36px;
	margin-top: 20px;
	margin-bottom: 20px;
}

.content_slider p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

/*------------------------------------------*/
/*	  Content Slider Button
/*------------------------------------------*/

.content_slider a {
	margin-top: 20px;
}

/*------------------------------------------*/
/*	  Content Slider List
/*------------------------------------------*/

#content_slider_list {
	margin-top: 20px;
}

#content_slider_list li {
	color: #666;
	font-size: 15px;
	line-height: 25px;
	margin-bottom: 10px;
}

#content_slider_list i {
	margin-right: 10px;
	font-size: 14px;
}

/*------------------------------------------*/
/*	 Content Slider Image
/*------------------------------------------*/

#content_slider .img-responsive { 
	display: inline-block; 
}

/*------------------------------------------*/
/*	 Content Slider Navigation
/*------------------------------------------*/

.flex-control-paging li a {
	background: #aaa; 
	border: 2px solid #aaa; 
}

.flex-control-paging li a:hover { 
	background: #fd7800; 
	border: 2px solid #fd7800; 
}

.flex-control-paging li a.flex-active { 
	background: #fd7800; 
	border: 2px solid #fd7800; 
	cursor: default; 
}



/* ==========================================================================
   09. PROMO BANNER 
   ========================================================================== */
   
#promo_banner {
	padding-top: 80px;
	padding-bottom: 10px;
}

#promo_banner h2 {
	font-size: 40px;
	line-height: 40px;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 5px;
}

#promo_banner h3 {
	margin-bottom: 30px;
}

#promo_banner .img-responsive {
	display: inline-block;
}



/* ==========================================================================
   10. SCREENS 
   ========================================================================== */

#screens {
	padding-top: 100px;
	padding-bottom: 100px;
} 

#screens_carousel {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Image 
/*------------------------------------------*/ 

#screens_carousel .item {
	margin: 0 5px;
	position: relative;
	text-align: center;
}

#screens_carousel .item a {
	cursor: url(../img/icons/pointer.png),crosshair;
}

/*------------------------------------------*/
/*	  Screenshots Carousel Navigation 
/*------------------------------------------*/ 

.customNavigation a {
	width: 11px;
	height: 11px;
	display: inline-block;
	background: #ddd;
	border-radius: 50%;
	cursor: pointer;
}

.customNavigation a:hover {
	background: #fd7800;
}

.customNavigation a.prev {
	margin-right: 5px;
}

/*------------------------------------------*/
/*	  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.85);
	-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. BLACK PROMO LINE
   ========================================================================== */

#black_promo_line {
	padding-top: 60px;
	padding-bottom: 60px;
	background-image: url(../img/thumbs/black_promo_line_bg.png);
    background-repeat: repeat;
    background-position: center center;
}

#black_promo_line h3 {
	color: #999;
	font-weight: 300;
	text-transform: uppercase;
	margin-bottom: 0;
}

#black_promo_line h3 span {
	color: #fd7800;
	font-weight: 700;
}



/* ==========================================================================
   12. VIDEO
   ========================================================================== */

#video {
	padding-top: 100px;
	padding-bottom: 120px;
}

#video_content h2 {
	font-weight: 300;
	line-height: 36px;
	margin-bottom: 20px;
}

#video_content p {
	color: #666;
	font-size: 15px;
	line-height: 25px;
}

/*------------------------------------------*/
/*	  Video Buttons
/*------------------------------------------*/ 

.stores {
	margin-top: 30px;
}

.stores a {
	margin-right: 5px;
}

.stores a:last-child {
	margin-right: 0;
}

/*------------------------------------------*/
/*	  Video Content Settings
/*------------------------------------------*/ 

.video-block {
	position: relative;
	padding-bottom: 60.25%;
	padding-top: 20px;
	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;
}



/* ==========================================================================
   13. TESTIMONIALS ROTATOR
   ========================================================================== */

.testimonials {
	margin: 60px 4% 50px;
	color: #fff;
}

#testimonials_rotator .slides {
	margin: 10px 0 60px;
}

/*------------------------------------------*/
/*	 Message Author
/*------------------------------------------*/

.testimonials p.author {
	font-size: 14px;
	font-weight: 600;
	margin-bottom: 0;
	padding-top: 10px;
}

.testimonials p.author span {
	color: #fd7800;
}

/*------------------------------------------*/
/*	 Testimonial Message Text
/*------------------------------------------*/

.testimonials p {
	font-size: 20px;
	font-weight: 300;
	line-height: 30px;
    padding-top: 10px;
}



/* ==========================================================================
   14. FAQ
   ========================================================================== */

#faq {
	padding-top: 30px;
	padding-bottom: 80px;
} 

/*------------------------------------------*/
/*	  FAQs Question
/*------------------------------------------*/

.question {
	margin-bottom: 20px;
}
  
.question h4 {
	color: #000;
	font-size: 14px;
	font-weight: 700;
	line-height: 24px;
	margin-bottom: 5px;
}

.question p {
	color: #666;
	line-height: 22px;
}



/* ==========================================================================
   15. NEWSLETTER
   ========================================================================== */

#newsletter {
	padding-top: 60px;
	padding-bottom: 80px;
	background-image: url(../img/thumbs/newsletter_bkg.jpg);
    background-repeat: repeat;
    background-position: center center;
}

#newsletter h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 5px;
}

#newsletter p {
	color: #999;
	font-size: 20px;
	font-weight: 300;
}

.message {
	font-size: 18px;
	margin-bottom: 20px;
}

.skypeIcon {
    background-image: URL(../img/feedback/skype.png);
    width: 100px;
    height: 100px;
    margin-left: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.mailIcon {
    background-image: URL(../img/feedback/mail.png);
    width: 100px;
    height: 80px;
    margin-top: 20px;
    margin-left: 100px;
    background-size: contain;
    background-repeat: no-repeat;
}

.phoneNumberIcon {
    background-image: URL("../img/feedback/call.png");
    width: 70px;
    height: 100px;
    margin-left: 120px;
    background-size: contain;
    background-repeat: no-repeat;
}

#feedbackContainer {
    text-align: justify;
}

#feedbackContainer > div {
    width: 300px; /* Declare your value. Can be in relative units. */
    display: inline-block;
    vertical-align: top;
}
#feedbackContainer:after {
    content: "";
    width: 100%;
    display: inline-block;
}



.centerDiv {
    width: 80%;
    height:115px;
    margin: 0 auto;

}

.div1 {
    width: 40%;
    float:left;
}

.div2 {
    width: 60%;
    padding-left: 10px;
    float:left;
}

.feedbackDescripton {
    font-weight:400;
    font-size:150%;
    width: 100%;
    color: orange;
    text-align: center;
    margin-top: 5px;
}

.feedbackDescripton a {
    color: darkorange;
}

.feedbackDescripton a:active {
    color: #ffffff;
}

.feedbackDescripton a:hover {
    color: #ffffff;
}
/*------------------------------------------*/
/*	  Newsletter Form Input
/*------------------------------------------*/

#newsletter form input[type="email"] {
    background-color: #f0f0f0;
	width: 100%;
	color: #414141;
	font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#newsletter form input[type="phoneNumber"] {
    background-color: #f0f0f0;
    width: 100%;
    color: #414141;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
}

#newsletter form textarea[type="text"] {
    background-color: #f0f0f0;
    width: 100%;
    height: 115px;
    color: #414141;
    font-size: 18px;
    font-weight: 300;
    padding: 10px 15px;
    border: 1px solid #ccc;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    resize: none;
}

#newsletter form input[type="submit"] {
	width: 16%;
	background-color: #fd7800;
	color: #fff;
	font-size: 18px;
    font-weight: 700;
	text-transform: uppercase;
    margin-left: 10px;
    padding: 10px 15px;
	border: medium none;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    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;
}

#newsletter form input[type="submit"]:hover {
	background-color: #c96001;
}



/* ==========================================================================
   16. FOOTER
   ========================================================================== */

#footer {
	padding-top: 20px;
	padding-bottom: 20px;
}

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #888;
	font-size: 14px;
}

#footer_copy p span {
	color: #000;
	font-size: 15px;
	font-weight: 800;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	display: inline-block; 
	padding-left: 0;
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	padding: 0;
}

/*------------------------------------------*/
/*	 Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
	text-align: center;
	color: #999;
	font-size: 16px;
    line-height: 40px;
	margin: 0 12px;
    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 Social Icons Hover 
/*------------------------------------------*/

.foo_social.ico-facebook:hover {color: #3b5998;}
.foo_social.ico-twitter:hover {color: #00a9ed;}
.foo_social.ico-behance:hover {color: #00a8e7;}
.foo_social.ico-google-plus:hover {color: #cd1111;}
.foo_social.ico-linkedin:hover {color: #015886;}
.foo_social.ico-dribbble:hover {color: #d92d84;}
.foo_social.ico-instagram:hover {color: #beb3a8;}
.foo_social.ico-pinterest:hover {color: #ac281a; }
.foo_social.ico-dropbox:hover {color: #008ad2;}
.foo_social.ico-skype:hover {color: #00a9ed; }
.foo_social.ico-youtube:hover {color: #cd1b20;}
.foo_social.ico-tumblr:hover {color: #3a5976;}
.foo_social.ico-vimeo:hover {color: #00adee;}
.foo_social.ico-flickr:hover {color: #d2d2d2; }
.foo_social.ico-github:hover {color: #222; }
.foo_social.ico-renren:hover {color: #364a83;}
.foo_social.ico-vk:hover  {color: #3b5998;}
.foo_social.ico-xing:hover  {color: #015f5e;}
.foo_social.ico-weibo:hover {color: #be4443; }
.foo_social.ico-rss:hover {color: #ff6600;}
.foo_social.ico-digg:hover  {color: #222;}
.foo_social.ico-deviantart:hover {color: #57675d;}
.foo_social.ico-envelope:hover {color: #999; }
.foo_social.ico-delicious:hover {color: #0A0A0A;}



/* ==========================================================================
   17. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 40px;
	height: 40px;
	position: fixed;
	bottom: 20px;
	right: 20px;
	background-image: url(../img/icons/back-to-top.png);
	background-repeat: no-repeat;
	background-position: 50% 48%;
	background-color:rgba(123, 123, 123, 0.45);	
	-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(253, 120, 0, 0.95);
}

nav a#pull {  
    display: none;  
}


