
/*Template Name: Bivio - Startup Responsive HTML5 Template
Theme URL: http://themeforest.net/user/DSA79/
Description: Bivio - Startup Responsive HTML5 Template
Author: DSA79
Author URL: http://themeforest.net/user/DSA79
Version: 1.0.0
Website: www.dsathemes.com
Tags: responsive, html5 template, one page, startup, business, company, corporate, creative
*/



/* ------------------------------------------ */
/*             TABLE OF CONTENTS
/* ------------------------------------------ */

/*    01 - General & Basic Styles        */
/*    02 - Headers & Navigations         */
/*    03 - Intro Page   			     */
/*    04 - Contact Form Response         */
/*    05 - Breadcrumb  			         */
/*    06 - What We Do   			     */
/*    07 - Features (about.html)         */
/*    08 - Quotes (about.html)           */
/*    09 - Clients (about.html)          */
/*    10 - Works-Banner (works.html)     */
/*    11 - Screens  (works.html)         */
/*    12 - Call-To-Action (works.html)   */
/*    13 - Partners  (works.html)	     */
/*    14 - Pricing  (price.html)         */
/*    15 - Pricing FAQs  (price.html)    */
/*    16 - FAQs   (faq.html)             */
/*    17 - Footer                        */
/*    18 - Scroll-To-top                 */


video#bgvid {
	position: fixed;
	top: 50%;
	left: 50%;
	min-width: 100%;
	min-height: 100%;
	width: auto;
	height: auto;
	z-index: -100;
	-ms-transform: translateX(-50%) translateY(-50%);
	-moz-transform: translateX(-50%) translateY(-50%);
	-webkit-transform: translateX(-50%) translateY(-50%);
	transform: translateX(-50%) translateY(-50%);
	background: url('../img/video_background.webm') no-repeat;
	background-size: cover;
}




.text-strong { font-weight: 600 !important; }

.spacer-xs { margin-top: 1.0em; }
.spacer-sm { margin-top: 1.5em; }
.spacer-lg { margin-top: 3.0em; }



































/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/

/* line 11, ../sass/_main.scss */
.page-header {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 80px;
  padding: 0;
}
/* line 16, ../sass/_main.scss */
.page-header .title {
  font-weight: normal;
  margin: -4px 0 18px;
  padding: 0;
  position: relative;
}
/* line 22, ../sass/_main.scss */
.page-header .container {
  position: relative;
}
/* line 25, ../sass/_main.scss */
.page-header .container:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 15px;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 37, ../sass/_main.scss */
.page-header .page-description {
  padding: 0 0 18px;
}


.post .entry-content {
  margin: 0 0 25px;
}
/* line 34, ../sass/_blog.scss */
.post .entry-content p:last-child {
	margin-bottom: 0;
}

/**********************************************************************************************************************/

/******************************************************************************
  Sidebar
*******************************************************************************/
/* line 4, ../sass/_sidebar.scss */
.sidebar {
  /* Menu */
  /* Shop By */
  /* List */
  /* Specials */
  /* Community Poll */
  /* Compare Products */
  /* Newsletter */
  /* Recommended */
  /* Tags */
  /* Links */
  /* Calendar */
  /* Datepicker */
  /* Other */
}
/* line 5, ../sass/_sidebar.scss */
.sidebar .widget {
  margin: 0 0 80px;
}
/* line 8, ../sass/_sidebar.scss */
.sidebar .widget:last-child {
  margin-bottom: 0;
}
/* line 11, ../sass/_sidebar.scss */
.sidebar .widget ol,
.sidebar .widget ul {
  list-style: none;
  margin-left: 0;
  padding-left: 0;
}
/* line 17, ../sass/_sidebar.scss */
.sidebar .widget header,
.sidebar .widget .title-block {
  border-bottom: 1px solid #e1e1e1;
  margin: 0 0 40px;
  padding: 0 0 15px;
  position: relative;
}
/* line 24, ../sass/_sidebar.scss */
.sidebar .widget header:before,
.sidebar .widget .title-block:before {
  background: #1e1e1e;
  bottom: 0px;
  content: "";
  display: block;
  height: 1px;
  left: 0;
  margin: 0 0 -1px;
  position: absolute;
  width: 40px;
}
/* line 35, ../sass/_sidebar.scss */
.sidebar .widget header .title,
.sidebar .widget .title-block .title {
  color: #7f7f7f;
  font-size: 18px;
  font-weight: normal;
  line-height: 1;
  margin: 0;
}
/* line 43, ../sass/_sidebar.scss */
.sidebar .widget .subtitle {
  font-size: 14px;
  line-height: 1;
  margin: 0 0 25px;
}
.sidebar .tags ul {
  margin: 0;
}
/* line 549, ../sass/_sidebar.scss */
.sidebar .tags li {
  float: left;
  margin: 0 3px 3px 0;
}
/* line 553, ../sass/_sidebar.scss */
.sidebar .tags a {
  background: #1e1e1e;
  background: rgba(30, 30, 30, 0.7);
  border-radius: 2px;
  color: #fff;
  display: block;
  font-size: 12px;
  height: 24px;
  line-height: 24px;
  padding: 0 5px;
  text-decoration: none;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
/* line 566, ../sass/_sidebar.scss */
.sidebar .tags a:hover {
  background: #1e1e1e;
  -webkit-transition: all .2s linear;
          transition: all .2s linear;
}
.sidebar .list ul {
  margin-bottom: 0;
}
/* line 315, ../sass/_sidebar.scss */
.sidebar .list ul li {
  padding: 4px 0;
}
/* line 318, ../sass/_sidebar.scss */
.sidebar .list ul li a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 323, ../sass/_sidebar.scss */
.sidebar .list ul li a:hover, .sidebar .list ul li a:focus {
  opacity: .8;
  text-decoration: none;
}
/* line 329, ../sass/_sidebar.scss */
.sidebar .list ul li span {
  color: #7f7f7f;
}

/**********************************************************************************************************************/

.entry-fade{
	margin-bottom: 5px;
	padding-bottom: 5px;
	max-height: 200px;
	overflow: hidden;
	text-overflow: ellipsis;
	content: "";
	background: -webkit-linear-gradient(#000, #fff);
	-webkit-background-clip: text;
	-webkit-text-fill-color: transparent;
}

.entry-more {
	margin-top: -35px;
	margin-bottom: 20px;
}

.entry-more-invisible {
	display: block;
	height: 40px;
	margin-top: -70px;
	margin-bottom: 40px;
	border: 1px solid #00CC00;
	z-index: -1;
}

/******************************************************************************
  Blog
*******************************************************************************/
/* Posts */
/* line 5, ../sass/_blog.scss */
.post {
  margin-bottom: 40px;
  padding: 0;
}
/* line 9, ../sass/_blog.scss */
.post + .post {
  border-top-width: 1px;
  padding-top: 37px;
}
/* line 13, ../sass/_blog.scss */
.post .entry-title {
  font-size: 26px;
  font-weight: normal;
  margin: 0 0 17px;
}
/* line 18, ../sass/_blog.scss */
.post .entry-title a {
  color: #1e1e1e;
  text-decoration: none;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 23, ../sass/_blog.scss */
.post .entry-title a:hover {
  text-decoration: none;
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 31, ../sass/_blog.scss */
.post .entry-content {
  margin: 0 0 25px;
}
/* line 34, ../sass/_blog.scss */
.post .entry-content p:last-child {
	margin-bottom: 0;
}
/* line 38, ../sass/_blog.scss */
.post .entry-meta {
  color: #7f7f7f;
  font-size: 12px;
  line-height: 1.3;
}
/* line 43, ../sass/_blog.scss */
.post .entry-meta .separator {
  margin: 0 10px;
}
/* line 46, ../sass/_blog.scss */
.post .entry-meta .comments-link {
  padding: 0;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 50, ../sass/_blog.scss */
.post .entry-meta .comments-link:hover {
  opacity: .8;
  filter: alpha(opacity=80);
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 55, ../sass/_blog.scss */
.post .entry-meta .comments-link a {
  color: #7f7f7f;
  text-decoration: none;
}
/* line 61, ../sass/_blog.scss */
.blog .post {
  margin-bottom: 76px;
  margin-top: -3px;
}
/* line 65, ../sass/_blog.scss */
.carousel .post {
  border: 0 none;
  float: left;
  line-height: 22px;
  margin: 0 15px;
  padding: 0;
}

/* Comments */
/* line 74, ../sass/_blog.scss */
.commentlist {
  list-style: none;
  margin: 0;
  padding: 0 0 33px;
}
/* line 79, ../sass/_blog.scss */
.commentlist li {
  padding: 0 0 25px;
}
/* line 82, ../sass/_blog.scss */
.commentlist li + li {
  border-top-width: 1px;
  padding: 25px 0 0;
}
/* line 86, ../sass/_blog.scss */
.commentlist li .avatar {
  border-radius: 42px;
  float: left;
  height: 84px;
  margin: 0 25px 0 0;
  width: 84px;
}
/* line 94, ../sass/_blog.scss */
.commentlist .meta {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 18px;
  margin: 0 0 4px;
}
/* line 100, ../sass/_blog.scss */
.blog-post .commentlist {
  margin: 0 0 54px;
  padding: 0;
}
/* line 104, ../sass/_blog.scss */
.blog-post .commentlist li {
  padding: 22px 0;
}
/* line 107, ../sass/_blog.scss */
.blog-post .commentlist li:first-child {
  padding-top: 10px;
}
/* line 110, ../sass/_blog.scss */
.blog-post .commentlist li .meta {
  margin: 0 0 10px;
}
/* line 113, ../sass/_blog.scss */
.blog-post .commentlist li .description {
  font-size: 13px;
  line-height: 20px;
  margin: 0;
  overflow: hidden;
}

/* line 122, ../sass/_blog.scss */
.evaluation-box {
  overflow: hidden;
}

/* line 125, ../sass/_blog.scss */
.evaluation {
  float: left;
  height: 15px;
  font-size: 12px;
  line-height: 15px;
  margin: 0 10px 14px 0;
}
/* line 132, ../sass/_blog.scss */
.evaluation + .evaluation {
  border-left-width: 1px;
  padding-left: 10px;
}
/* line 136, ../sass/_blog.scss */
.evaluation .rating-box {
  display: inline-block;
  margin: 0 0 0 7px;
}
/* line 140, ../sass/_blog.scss */
.evaluation .add-rating {
  float: left;
  margin: 0 0 0 10px;
  overflow: hidden;
}
/* line 145, ../sass/_blog.scss */
.evaluation .add-rating label {
  float: left;
  height: 30px;
  margin: 0 1px;
  padding: 0 0 0 14px;
  position: relative;
  width: 2px;
}
/* line 153, ../sass/_blog.scss */
.evaluation .add-rating label .new-radio {
  margin: 0px 0 0 -14px;
}
/* line 156, ../sass/_blog.scss */
.evaluation .add-rating label .number {
  bottom: 0;
  color: #7f7f7f;
  font-size: 11px;
  line-height: 1;
  left: 3px;
  position: absolute;
}

/* line 168, ../sass/_blog.scss */
.comments-form .evaluation-box .evaluation {
  margin-bottom: 30px;
}
/* line 172, ../sass/_blog.scss */
.comments-form .row label {
  font-weight: bold;
  margin: 0 0 4px;
}
/* line 176, ../sass/_blog.scss */
.comments-form .row textarea {
  box-sizing: border-box;
  height: 128px;
  margin: 0 0 10px;
  width: 100%;
}
/* line 184, ../sass/_blog.scss */
.comments-form .row i {
  color: #999;
  font-size: 12px;
}
/* line 188, ../sass/_blog.scss */
.comments-form .row .btn {
  margin: 34px 0 0 0;
}
/* line 192, ../sass/_blog.scss */
.blog-post .comments-form {
  margin: 6px 0 0;
}
/* line 195, ../sass/_blog.scss */
.blog-post .comments-form .comment-box {
  margin: 0;
  text-align: right;
}
/* line 199, ../sass/_blog.scss */
.blog-post .comments-form .comment-box textarea {
  margin: 0 0 15px;
}
/* line 202, ../sass/_blog.scss */
.blog-post .comments-form .comment-box i {
  color: #7f7f7f;
  font-size: 11px;
  line-height: 12px;
  vertical-align: top;
}
/* line 209, ../sass/_blog.scss */
.blog-post .comments-form .button-set {
  margin: 19px 0 0;
}
/* line 212, ../sass/_blog.scss */
.blog-post .comments-form .button-set .required {
  font-size: 11px;
  line-height: 40px;
}
/* line 216, ../sass/_blog.scss */
.blog-post .comments-form .button-set .required b {
  font-size: 14px;
}

/* Posts Variants */
/* line 224, ../sass/_blog.scss */
.post.carousel {
  line-height: 22px;
}
/* line 227, ../sass/_blog.scss */
.post.carousel .col-xs-12 {
  max-width: inherit;
}
/* line 230, ../sass/_blog.scss */
.post.carousel .images-box {
  overflow: hidden;
}
@media (max-width: 600px) {
  /* line 233, ../sass/_blog.scss */
  .post.carousel .images-box, .post.carousel .images-box.pull-right {
    display: block;
    float: none !important;
    margin: 0 auto 20px;
  }
}
/* line 241, ../sass/_blog.scss */
.post.carousel .images-box img,
.post.carousel .images-box iframe {
  border-radius: 5px;
}
/* line 246, ../sass/_blog.scss */
.post.carousel .carousel-box {
  margin-bottom: 42px;
  position: relative;
}
/* line 250, ../sass/_blog.scss */
.post.carousel .carousel-box.load {
  max-height: 300px;
}
/* line 253, ../sass/_blog.scss */
.post.carousel .carousel-box.no-pagination {
  margin-bottom: 8px;
}
/* line 256, ../sass/_blog.scss */
.post.carousel .carousel-box .next,
.post.carousel .carousel-box .prev {
  left: 0;
  margin: -20px 5px 0;
  opacity: 0;
  filter: alpha(opacity=0);
  position: absolute;
  top: 50%;
  -webkit-transition: opacity .2s linear;
          transition: opacity .2s linear;
}
/* line 266, ../sass/_blog.scss */
.post.carousel .carousel-box .next {
  left: auto;
  right: 0;
}
/* line 271, ../sass/_blog.scss */
.post.carousel .carousel-box:hover .next,
.post.carousel .carousel-box:hover .prev {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transition: opacity .2s linear, background-color .2s linear;
          transition: opacity .2s linear, background-color .2s linear;
}
/* line 279, ../sass/_blog.scss */
.post.carousel .carousel-box:hover .next:hover,
.post.carousel .carousel-box:hover .prev:hover {
  -webkit-transition: background-color .2s linear;
          transition: background-color .2s linear;
}
/* line 284, ../sass/_blog.scss */
.post.carousel .carousel-box .pagination {
  left: 0;
  position: absolute;
  right: 0;
}

/**********************************************************************************************************************/
/**********************************************************************************************************************/
/**********************************************************************************************************************/












































































































/* ==========================================================================
   01. GENERAL & BASIC STYLES
   ========================================================================== */

#about-page-wrapper,
#demo-page-wrapper,
#pricing-page-wrapper,
#works-page-wrapper,
#faq-page-wrapper {
	margin-top: 70px;
} 

/*------------------------------------------*/
/*	 Preload Animation 
/*------------------------------------------*/

/*
#preloader{
	position: fixed;
	top: 0;
	right: 0;
	bottom: 0;
	left: 0;
	z-index: 99999; 
	background-color: #fff;
}

#status{
	position:absolute;
	top:50%; 
	left:50%; 
	margin:-100px 0 0 -100px;
	width:200px;
	height:200px;
	background-image: url(../img/icon/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 {
	text-decoration: none;
}

a:focus {
	outline: none;
	border: none;
	text-decoration: none;
} 

/*------------------------------------------*/
/*	 Theme Button
/*------------------------------------------*/

.btn-theme {
	background-color: #428bca;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding: 8px 16px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-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: #3071a9;
	color: #fff;
}

/*------------------------------------------*/
/*	 Black Button
/*------------------------------------------*/

.btn-black {
	background-color: #444;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	padding: 8px 16px;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-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;
	color: #fff;
}

/*------------------------------------------*/
/*	 Button Hover/Focus
/*------------------------------------------*/

.btn:focus {
	color: #f8f8f8;
	text-decoration: none;
	outline: none;
}

/*------------------------------------------*/
/*	 Section Titlebar
/*------------------------------------------*/

.titlebar {
	margin-bottom: 40px;
	text-align: center;
}

.titlebar h1 {
	color: #000;
	font-weight: 300;
}

.titlebar p {
	color: #aaa;
	font-size: 20px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	padding: 0 10%;
}

   

/* ==========================================================================
   02. HEADERS & NAVIGATIONS
   ========================================================================== */

/*------------------------------------------*/
/*	 Intro Page Logo Image    
/*------------------------------------------*/

.navbar-brand {
	padding: 10px 20px;
	height: auto;
} 

/*------------------------------------------*/
/*	 Other Pages Logo Image    
/*------------------------------------------*/

.navbar-brand.small-logo {
	padding: 15px;
} 

/*------------------------------------------*/
/*	 Intro Page Navigation Bar    
/*------------------------------------------*/

.navbar.navbar-fixed-top.intro {	
	background-color: rgba(0, 0, 0, 0.45);
	border-bottom: 1px solid #3f3f3f;
	margin-bottom: 0;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	 Fixed Top Navigation Bar    
/*------------------------------------------*/

.navbar.navbar-fixed-top {
	background-color: #f0f0f0;
	border-top: none;
	border-bottom: 1px solid #ddd;
}

/*------------------------------------------*/
/*	 Navigation Menu Item  
/*------------------------------------------*/

#intro-nav-menu .navbar-nav > li > a {
	color: #fff;	
	font-size: 15px;
    display: block;
	padding: 0 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}

#top-nav-menu .navbar-nav > li > a {
	color: #444;	
    display: block;
	padding: 0 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	line-height: 70px;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	 Navigation Menu Item Hover  
/*------------------------------------------*/

#intro-nav-menu .navbar-nav > li > a:hover {
	background-color: #428bca;
}

#top-nav-menu .navbar-nav > li > a:hover {
	color: #428bca;
	background: transparent;	
}

/*------------------------------------------*/
/*	 Intro Page Responsive Menu    
/*------------------------------------------*/

.navbar-toggle {
    position: relative;
    float: right;
    padding: 10px;
	margin: 16px 45px 0 0;
    background-color: none;
	border: 2px solid #fff;
}

.navbar-toggle .icon-bar {
	background-color: #fff;
	height: 2px;
}

/*------------------------------------------*/
/*	 Responsive Menu    
/*------------------------------------------*/

.navbar-toggle.black {
    position: relative;
    float: right;
    padding: 10px;
	margin: 16px 45px 0 0;
    background-color: none;
	border: 2px solid #666;
}

.navbar-toggle.black .icon-bar {
	background-color: #666;
	height: 2px;
}



/* ==========================================================================
   03. INTRO PAGE
   ========================================================================== */

 body.welcome_page {
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
}  

/*------------------------------------------*/
/*	 Intro Page Content    
/*------------------------------------------*/

.intro-content {
	color: #fff;
	margin-top: 220px;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Intro Page Slogan   
/*------------------------------------------*/

#intro_slogan h1 {	
	font-size: 40px;
	font-weight: 900; 
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-bottom: 0px; 
}

#intro_slogan h2 {	
	font-size: 69px;
	font-weight: 700; 
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-bottom: 5px; 
	margin-top: 0;
}

#intro_slogan h4 {
	font-size: 25px;
	font-weight: 400;
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
	margin-top: 0; 
}

/*------------------------------------------*/
/*	 Intro Page Register Form  
/*------------------------------------------*/

#intro_form {
	margin-top: 20px;
	margin-bottom: 140px;
}

.form_register {
	background-color: rgba(10, 10, 10, 0.8);
	border-top: 1px solid #666;
	padding: 20px 30px 25px;
	-webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    border-radius: 8px;
}

.form_register h4 {
	color: #fff;
    line-height: 30px;
	font-weight: 900;
    text-transform: uppercase;
    margin-bottom: 10px;
}

/*------------------------------------------*/
/*	  Register Form Input
/*------------------------------------------*/

.form_register .form-control {
	width: 70%;
	display: inline-block;
	height: 44px;
	margin-bottom: 20px;
	border: 1px solid #ddd;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

input[type="text"],
input[type="email"],
textarea {
	color: #444;
	-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;
}

/*------------------------------------------*/
/*	 Form Register Button    
/*------------------------------------------*/

#form_register_btn {
	width: 26%;
    display: block;
    position: absolute;
    top: 0px;
    right: 15px;
    border:none;
    cursor: pointer;
	-webkit-border-radius: 0;
    -moz-border-radius: 0;
    border-radius: 0;
}

/*------------------------------------------*/
/*	  Register Form Sign In Bar
/*------------------------------------------*/

.sign-in-terms p {
	margin-bottom: 2px;
}

.sign-in-bar p {
	font-weight: 700;
}

/*------------------------------------------*/
/*	  Register Form Sign In Terms
/*------------------------------------------*/

.sign-in-bar p {
	margin-bottom: 2px;
}

.sign-in-terms a {
	color: #fff;	
	font-weight: 700;
	text-decoration: underline; 
}

.sign-in-terms a:hover {
	text-decoration: none; 
}

/*------------------------------------------*/
/*	   Register Form Error Message 
/*------------------------------------------*/

.error {
	color: #fc0000;
	font-size: 16px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Intro Page Footer  
/*------------------------------------------*/

#intro_footer_copy {
	padding-top: 5px;
}

#intro_footer_copy p {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	margin-bottom: 0;
	text-shadow: 1px 1px 2px black, 0 2px 2px #333;
}

/*------------------------------------------*/
/*	 Intro Page Footer Social Icons   
/*------------------------------------------*/

.intro-social-icons {
	display: inline-block; 
}

.intro-social-icons li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
	line-height: 70px;
}

/*------------------------------------------*/
/*	 Intro Page Social Icon Setting 
/*------------------------------------------*/

.he_social {
    width: 42px;
    height: 42px;
	color: #fff;
	font-size: 21px;
    line-height: 39px;
	text-align: center;
	margin: 0 4px;
	border: 3px solid #fff;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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;
}

/*------------------------------------------*/
/*	 Intro Page Social Icons Background 
/*------------------------------------------*/

.he_social.ico-facebook {background-color: #3b5998; border-color: #3b5998; color: #f8f8f8;}
.he_social.ico-twitter {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.he_social.ico-behance {background-color: #00a8e7; border-color:#00a8e7; color: #f8f8f8;}
.he_social.ico-google-plus  {background-color: #cd1111; border-color:#cd1111; color: #f8f8f8;}
.he_social.ico-linkedin {background-color: #015886; border-color:#015886; color: #f8f8f8;}
.he_social.ico-dribbble {background-color: #d92d84; border-color:#d92d84; color: #f8f8f8;}
.he_social.ico-instagram {background-color: #beb3a8; border-color:#beb3a8; color: #f8f8f8;}
.he_social.ico-pinterest  {background-color: #ac281a; border-color:#ac281a; color: #f8f8f8;}
.he_social.ico-dropbox  {background-color: #008ad2; border-color:#008ad2; color: #f8f8f8;}
.he_social.ico-skype  {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.he_social.ico-youtube  {background-color: #cd1b20; border-color:#cd1b20; color: #f8f8f8;}
.he_social.ico-tumblr {background-color: #3a5976; border-color:#3a5976; color: #f8f8f8;}
.he_social.ico-vimeo  {background-color: #00adee; border-color:#00adee; color: #f8f8f8;}
.he_social.ico-flickr  {background-color: #d2d2d2; border-color:#d2d2d2; color: #f8f8f8;}
.he_social.ico-github  {background-color: #222; border-color:#222; color: #f8f8f8;}
.he_social.ico-renren  {background-color: #364a83; border-color:#364a83; color: #f8f8f8;}
.he_social.ico-vk  {background-color: #3b5998; border-color:#3b5998; color: #f8f8f8;}
.he_social.ico-xing  {background-color: #015f5e; border-color:#015f5e; color: #f8f8f8;}
.he_social.ico-weibo {background-color: #be4443; border-color:#be4443; color: #f8f8f8;}
.he_social.ico-rss {background-color: #ff6600; border-color:#ff6600; color: #f8f8f8;}
.he_social.ico-digg  {background-color: #222; border-color:#222; color: #f8f8f8;}
.he_social.ico-deviantart  {background-color: #57675d; border-color:57675d; color: #f8f8f8;}
.he_social.ico-envelope {background-color: #999; border-color:#999; color: #f8f8f8;}
.he_social.ico-delicious {background-color: #0A0A0A; border-color:#0A0A0A; color: #f8f8f8;}

/*------------------------------------------*/
/*	 Intro Page Social Icon Hover 
/*------------------------------------------*/

.he_social:hover {
	background-color: rgba(10, 10, 10, 0.2);
	color: #fff;
	border: 3px solid #fff;
}



/* ==========================================================================
   04. CONTACT FORM RESPONSE PAGE   
   ========================================================================== */
   
#form_response {
	margin: 50px auto; 
}

#form_response .img-responsive { display: inline-block; }

#form_response h1 {
	font-size: 40px; 
	font-weight: 700;
	margin-top: 10px;
}

#form_response p {
	font-size: 18px; 
	font-family: 'Lato', sans-serif;
	font-weight: 400;
	margin-bottom: 20px;
}



/* ==========================================================================
   05. BREADCRUMB 
   ========================================================================== */

.breadcrumb {
	background: transparent;
	color: #428bca;
	margin-bottom: 0;
	padding: 15px 0;
}

.breadcrumb > li {
	display: inline-block;
	line-height: 40px;
	text-shadow: none;
}

.breadcrumb > li + li:before {
    color: #428bca;
}

.breadcrumb > li a {
	color: #428bca;
	font-size: 15px;
}

.breadcrumb > li a:hover {
	color: #444;
	text-decoration: none;
}

.breadcrumb > .active {
	color: #444 !important;
	font-size: 15px;
}



/* ==========================================================================
   06. WHAT WE DO 	(ABOUT.HTML)
   ========================================================================== */
   
#what-we-do {
	padding-top: 10px;
}

#what-we-do h4 {
	font-weight: 600;
	margin-bottom: 15px;
}

#what-we-do p {
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Statistic Banner Content
/*------------------------------------------*/ 

.statistic-block {
	text-align: center;
}

.statistic-icon {
	color: #428bca;
	font-size: 30px;
	font-family: 'Lato', sans-serif;
	line-height: 30px;	
}

.statistic-number {
	color: #428bca;
	font-size: 40px;
	font-family: 'Lato', sans-serif;
	line-height: 60px;
	font-weight: 700;
}

.statistic-text {
	color: #428bca;
	font-size: 17px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}



/* ==========================================================================
   07. FEATURES 	(ABOUT.HTML)
   ========================================================================== */
 
#features {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	border-bottom: 1px solid #ddd;
	padding-top: 60px;
	padding-bottom: 20px;
}

/*------------------------------------------*/
/*	  Feature Box
/*------------------------------------------*/

.feature-box {
	margin-bottom: 50px;
	padding-left: 5px;
	padding-right: 5px;
}

/*------------------------------------------*/
/*	  Feature Box Icon
/*------------------------------------------*/

.feature-box-icon {
    background-color: #428bca;
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.feature-box-image {
    /*background-color: #428bca;*/
    display: block;
    width: 60px;
    height: 60px;
    position: absolute;
    left: 0;
    top: 5px;
    border-radius: 30px;
    color: #FFF;
    line-height: 60px;
    text-align: center;
    font-size: 30px;
}

.feature-box-image img {
    width: 60px;
    height: 60px;
}

/*------------------------------------------*/
/*	  Feature Box Content
/*------------------------------------------*/

.feature-box-content {
	padding-left: 70px;
}

.feature-box-content h4 {
	font-weight: 700;
}



/* ==========================================================================
   08. QUOTES 	(ABOUT.HTML)
   ========================================================================== */

#quotes {
	padding-top: 60px;
	padding-bottom: 80px;
}

#quotes .col-sm-6 {
	padding-right: 50px;
	padding-left: 50px;
}
   
/*------------------------------------------*/
/*	  Quote
/*------------------------------------------*/

.quote-text {
	background-color: #f0f0f0;
	border: 1px solid #ddd;
    color: #444;
    font-style: italic;
    line-height: 25px;
    margin: 0 0 30px 0;
    padding: 26px;
    position: relative;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -ms-border-radius: 5px;
    -o-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 2px 0 rgba(182, 196, 209, 0.3);
    -moz-box-shadow: 0 2px 0 rgba(182, 196, 209, 0.3);
    box-shadow: 0 2px 0 rgba(182, 196, 209, 0.3);
}

.quote-text:before {
    border: 14px solid transparent;
    z-index: 3;
    border-top-color: #f2f2f2;
    top: auto;
    right: auto;
    bottom: -28px;
    left: 30px;
}

.quote-text:after {
    border: solid 14px transparent;
    z-index: 2;
    border-width: 18px;
    border-top-color: rgba(182, 196, 209, 0.3);
    top: auto;
    right: auto;
    bottom: -36px;
    left: 26px;
}

.quote-text:before,
.quote-text:after,
.quote-text-up:before,
.quote-text-up:after {
    content: "";
    display: block;
    height: 0;
    width: 0;
    position: absolute;
}

.quote-text a {
    color: #666;
	line-height: 26px;
	font-family: 'Lato', sans-serif;
	font-weight: 400;
}

.quote-text a:hover {
    text-decoration: none;
}

.quote img { 
	float: left;
    margin-right: 15px;
    margin-left: 6px;
    width: 75px;
    -webkit-border-radius: 1000px;
    -moz-border-radius: 1000px;
    -ms-border-radius: 1000px;
    -o-border-radius: 1000px;
    border-radius: 1000px;
}

.quote-author {
    display: inline-block;
    font-size: 13px !important;
    line-height: 65px !important;
}

.quote-author a strong {
	color: #444;
	font-size: 16px;
} 
 


/* ==========================================================================
   09. CLIENTS 	(ABOUT.HTML)
   ========================================================================== */
 
#clients {
	padding-top: 60px;
	padding-bottom: 80px;
	border-top: 1px solid #ddd;
}	

#clients-titlebar {
	position: relative;
}	

/*------------------------------------------*/
/*	 Clients Carousel Navigation
/*------------------------------------------*/

.customNavigation {
	display: inline-block;
	position: absolute;
	top: 0;
	right: 10px;
}

.customNavigation .btn {
	padding: 4px 10px;
}

.customNavigation i {
	font-size: 20px;
	color: #fff;
}



/* ==========================================================================
   10. WORKS-BANNER    (WORKS.HTML)
   ========================================================================== */

#banner {
	padding-top: 10px;
}
     
#banner_content {
	margin-top: 30px;
	margin-bottom: 60px;
}

#banner_content h2 {
	font-weight: 300;
	margin-bottom: 20px;
}

#banner_content h3 {
	color: #428bca;
	font-weight: 700;
	margin-bottom: 20px;
}

#banner_content p {
	color: #444;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
	margin-bottom: 30px;
}

/*------------------------------------------*/
/*	  Banner List Content
/*------------------------------------------*/

.list-item {
	margin-bottom: 20px;
}

.list-item i {
	color: #428bca;
	margin-right: 8px;
	font-size: 18px;
}

.list-item h5 {
	font-size: 16px;
	font-weight: 700;
}



/* ==========================================================================
   11. SCREENS   (WORKS.HTML)
   ========================================================================== */

#screens {
	padding-top: 60px;
	padding-bottom: 40px;
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
} 

.screenshot { 
	margin-bottom: 40px;
}

/*------------------------------------------*/
/*	  Image Hover Effect
/*------------------------------------------*/

.hover-details {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details .img-cover {
	width: 100%;
	height: 100%;
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(10, 10, 10, 0.55);
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

.hover-details > img {
	width: 100%;
	height: auto;
	-moz-transition: all ease 400ms ease-in-out;
	-webkit-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	  Image Zoom Icon
/*------------------------------------------*/

.image_zoom {
	width:50px;
	height:50px;
	background-image: url(../img/icon/zoom-ico.png); 
	background-repeat: no-repeat;
	background-position: 50% 50%;
	background-color: #428bca;
	position: absolute;
	top: -50%;
	left: 50%;
	border-radius: 50%;
	margin-top: -25px;
	margin-left:  -25px;
	-webkit-transition: all ease 400ms ease-in-out;
	-moz-transition: all ease 400ms ease-in-out;
	-ms-transition: all ease 400ms ease-in-out;
	-o-transition: all ease 400ms ease-in-out;
	transition: all ease 400ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Title
/*------------------------------------------*/

.img-cover h3 {
	width: 100%;	
	position: absolute;
	bottom: -28%;
	color: #f8f8f8;
	font-size: 16px;
	font-weight: 700;
	text-transform: uppercase;
	text-align: center;	
	padding: 0 10px;
	-webkit-transition: all 300ms ease-in-out;
	-moz-transition: all 300ms ease-in-out;
	-o-transition: all 300ms ease-in-out;
	-ms-transition: all 300ms ease-in-out;
	transition: all 300ms ease-in-out;
}

/*------------------------------------------*/
/*	 Image Scale ( Hover Effect )
/*------------------------------------------*/

.hover-details:hover > img {
	transform: scale(1.2);
	-ms-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	-o-transform: scale(1.2);
	-moz-transform: scale(1.2);
}

.hover-details:hover .image_zoom {
	top: 45%;
}

.hover-details:hover .img-cover h3 {
	bottom: 28%;
}

.hover-details:hover .img-cover {
	opacity: 1;
}

.image_zoom:hover {
	background-color: #3071a9;
}



/* ==========================================================================
   12. CALL TO ACTION	 (WORKS.HTML)
   ========================================================================== */

#call-to-action {
	background-color: #428bca;
	padding-top: 30px;
	padding-bottom: 30px;
}

#call-to-action h1 {
	color: #fff;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Call-To-Action Button 
/*------------------------------------------*/

.cta-btn {
	background-color: #3071a9;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 12px 24px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-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;
}

.cta-btn:hover {
	background-color: #265b89;
	color: #fff;
}



/* ==========================================================================
   12. FAQ
   ========================================================================== */

#frequently-asked-question {
	background-color: #ffffff;
	padding-top: 30px;
	padding-bottom: 30px;
}

#frequently-asked-question h1 {
	color: #000000;
	font-size: 40px;
	font-weight: 300;
	margin-bottom: 20px;
}

/*------------------------------------------*/
/*	 Call-To-Action Button
/*------------------------------------------*/

.frequently-asked-question-btn {
	background-color: #3c763d;
	color: #fff;
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 700;
	padding: 12px 24px;
	text-transform: uppercase;
	-webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
	-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;
}

.frequently-asked-question-btn:hover {
	background-color: #005500;
	color: #fff;
}



/* ==========================================================================
   13. PARTNERS	 (WORKS.HTML)
   ========================================================================== */

#partners {
	padding-top: 60px;
	padding-bottom: 40px;
}

.partner-logo {
	margin-bottom: 40px;
}



/* ==========================================================================
   14. PRICING 	(PRICE.HTML) 
   ========================================================================== */

#pricing {
	padding-top: 10px;
	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: 300;
	text-transform: uppercase;
    padding: 30px 15px;
    margin: 0;
	-webkit-border-radius: 4px 4px 0 0;
    -moz-border-radius: 4px 4px 0 0;
    border-radius: 4px 4px 0 0;
	-webkit-transition: all 250ms ease-in-out;
	-moz-transition: all 250ms ease-in-out;
	-o-transition: all 250ms ease-in-out;
	-ms-transition: all 250ms ease-in-out;
	transition: all 250ms ease-in-out;	
}

/*------------------------------------------*/
/*	  Pricing Table Price Plan
/*------------------------------------------*/

.pricing-table .plan-price {
    background-color: #f3f3f3;
	margin: 0;
	line-height: normal;
    padding: 20px;
    border-top: 1px solid #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 h2 {
	color:  #222;
	font-size: 44px;
	font-weight: 400;
	margin-bottom: 0;
}

.pricing-table .plan-price span {
	color: #999;
	font-weight: 700;
	text-transform: uppercase;
}

/*------------------------------------------*/
/*	  Pricing Table Body
/*------------------------------------------*/

.pricing-table ul.features {
	font-size: 18px;
	font-family: 'Lato', sans-serif;
	font-weight: 300;
    padding: 5px 20px;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
}

.pricing-table ul.features li {
    border-top: 1px solid #e7e7e7;
    padding: 10px 25px; 
}

.pricing-table ul.features li:nth-child(1),
.pricing-table.featured ul.features li:nth-child(1) {
    border: none;
}

/*------------------------------------------*/
/*	  Pricing Table Footer
/*------------------------------------------*/

.pricing-table .price-footer {
    padding-top: 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 #428bca;
}

.pricing-table.featured .plan-title {
	background-color: #428bca;
	color: #f7f7f7;
}

.pricing-table.featured .plan-price {
	background-color: #3071a9;
	color: #f7f7f7;
	border-top: 1px solid #2f689a;
	border-bottom: 1px solid #2f689a;
}

.pricing-table.featured ul.features {
	background-color: #428bca;
	color: #f7f7f7;
}

.pricing-table.featured ul.features li {
    border-top: 1px solid #3071a9;
}

.pricing-table.featured .price-footer {
	background-color: #428bca;
	border-top: 1px solid #2f689a;
}

.pricing-table.featured .plan-price h2,
.pricing-table.featured .plan-price span { 
		color: #f7f7f7;
}



/* ==========================================================================
   15. PRICING FAQ 	(PRICE.HTML)
   ========================================================================== */ 

#pricing-faq {
	background-color: #f0f0f0;
	border-top: 1px solid #ddd;
	padding-top: 60px;
	padding-bottom: 60px;
}



/* ==========================================================================
   16. FAQs 	(FAQ.HTML)
   ========================================================================== */
 
#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;
}



/* ==========================================================================
   17. FOOTER
   ========================================================================== */
 
#footer {
	background-color: #1A1E23;
	padding: 15px 0 10px;
}   

/*------------------------------------------*/
/*	 Footer Copy 
/*------------------------------------------*/  

#footer_copy p {
	color: #999;
	font-family: 'Lato', sans-serif;
	line-height: 34px;
	margin-bottom: 0;
}

#footer_copy p span {
	color: #428bca;
}

/*------------------------------------------*/
/*	 Footer Social Icons  
/*------------------------------------------*/

.footer-socials {
	display: inline-block; 
}

.footer-socials li {
	float: left;
	width: auto !important;
    display: inline-block !important;
    vertical-align: top;
    clear: none !important;
}

/*------------------------------------------*/
/*	 Footer Social Icon Setting 
/*------------------------------------------*/

.foo_social {
    width: 34px;
    height: 34px;
	text-align: center;
	color: #999;
	font-size: 18px;
    line-height: 30px;
	margin: 0 5px;
	border: 2px solid transparent;
	-webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    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 {background-color: #3b5998; border-color: #3b5998; color: #f8f8f8;}
.foo_social.ico-twitter:hover {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.foo_social.ico-behance:hover {background-color: #00a8e7; border-color:#00a8e7; color: #f8f8f8;}
.foo_social.ico-google-plus:hover {background-color: #cd1111; border-color:#cd1111; color: #f8f8f8;}
.foo_social.ico-linkedin:hover {background-color: #015886; border-color:#015886; color: #f8f8f8;}
.foo_social.ico-dribbble:hover {background-color: #d92d84; border-color:#d92d84; color: #f8f8f8;}
.foo_social.ico-instagram:hover {background-color: #beb3a8; border-color:#beb3a8; color: #f8f8f8;}
.foo_social.ico-pinterest:hover {background-color: #ac281a; border-color:#ac281a; color: #f8f8f8;}
.foo_social.ico-dropbox:hover {background-color: #008ad2; border-color:#008ad2; color: #f8f8f8;}
.foo_social.ico-skype:hover {background-color: #00a9ed; border-color:#00a9ed; color: #f8f8f8;}
.foo_social.ico-youtube:hover {background-color: #cd1b20; border-color:#cd1b20; color: #f8f8f8;}
.foo_social.ico-tumblr:hover {background-color: #3a5976; border-color:#3a5976; color: #f8f8f8;}
.foo_social.ico-vimeo:hover {background-color: #00adee; border-color:#00adee; color: #f8f8f8;}
.foo_social.ico-flickr:hover {background-color: #d2d2d2; border-color:#d2d2d2; color: #f8f8f8;}
.foo_social.ico-github:hover {background-color: #222; border-color:#222; color: #f8f8f8;}
.foo_social.ico-renren:hover {background-color: #364a83; border-color:#364a83; color: #f8f8f8;}
.foo_social.ico-vk:hover  {background-color: #3b5998; border-color:#3b5998; color: #f8f8f8;}
.foo_social.ico-xing:hover  {background-color: #015f5e; border-color:#015f5e; color: #f8f8f8;}
.foo_social.ico-weibo:hover {background-color: #be4443; border-color:#be4443; color: #f8f8f8;}
.foo_social.ico-rss:hover {background-color: #ff6600; border-color:#ff6600; color: #f8f8f8;}
.foo_social.ico-digg:hover  {background-color: #222; border-color:#222; color: #f8f8f8;}
.foo_social.ico-deviantart:hover  {background-color: #57675d; border-color:57675d; color: #f8f8f8;}
.foo_social.ico-envelope:hover {background-color: #999; border-color:#999; color: #f8f8f8;}
.foo_social.ico-delicious:hover {background-color: #0A0A0A; border-color:#0A0A0A; color: #f8f8f8;}



/* ==========================================================================
   18. SCROLL TO TOP
   ========================================================================== */

#scrollUp {
	display: none;
	width: 50px;
	height: 50px;
	position: fixed;
	bottom: 30px;
	right: 30px;
	background-image: url(../img/icon/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(66, 139, 202, 0.95);
}

nav a#pull {  
    display: none;  
} 


