/*Template Name: Monter*/





/* ==========================================================================

   01. GENERAL & BASIC STYLES

   ========================================================================== */



#content_wrapper {
	overflow: hidden;
}
.animated {
	visibility: hidden;
}
.visible {
	visibility: visible;
}
/*------------------------------------------*/

/*	 Preload Animation 

/*------------------------------------------*/



.animationload {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	background-color: #222D65;
	z-index: 999999;
}
.loader {
	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: #253B80;
	text-decoration: none;
}
a:focus {
	color: #169BD7;
	outline: none;
	border: none;
	text-decoration: none;
}
/*------------------------------------------*/

/*	 Theme Button

/*------------------------------------------*/



.btn-theme {
	background-color: transparent;
	color: #fff;
	border: 1px solid #ffffff;
	font-size: 14px;
	text-transform: uppercase;
	font-weight: 400;
	padding: 20px 30px;
	border-radius: 0;
	-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: #253B80;
	color: #fff;
}
/*------------------------------------------*/

/*	 Button Hover/Focus

/*------------------------------------------*/



.btn:focus {
	outline: none;
}
.btn:focus {
	color: #169BD7;
	text-decoration: none;
}
/*------------------------------------------*/

/*	 Section Titlebar

/*------------------------------------------*/



.titlebar {
	margin-bottom: 60px;
	text-align: center;
}
.titlebar h3 {
	color: #222;
	font-size: 24px;
	font-weight: 300;
	letter-spacing: 1px;
	text-transform: uppercase;
	margin-bottom: 10px;
}
.titlebar h2 {
	color: #222;
	font-size: 40px;
	font-weight: 400;
	text-transform: uppercase;
}
.titlebar h2:after {
	display: block;
	content: "";
	height: 2px;
	width: 200px;
	background: #ffc400;
	margin: 15px auto;
	position: relative;
}
/* ==========================================================================

   02. HEADER & NAVIGATION

   ========================================================================== */



/*------------------------------------------*/

/*	 Logo Image    

/*------------------------------------------*/



.navbar-brand {
	padding: 0px;
}
/*------------------------------------------*/

/*	 Navigation Menu    

/*------------------------------------------*/



.navbar {
	margin-bottom: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	padding: 0px;
	-webkit-transition: all 350ms ease-in-out;
	-moz-transition: all 350ms ease-in-out;
	-o-transition: all 350ms ease-in-out;
	-ms-transition: all 350ms ease-in-out;
	transition: all 350ms ease-in-out;
}
.navbar-fixed-top {
	background-color: transparent;
	border-bottom: none;
}
.navbar-nav > li > a {
	color: #fff;
	font-size: 16px;
	line-height: 45px;
	font-weight: 400;
	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;
}
.nav-mega {
	width: 100%;
}
.nav-mega .dropdown {
	position: static;
}
.nav-mega .dropdown-menu.mega-menu {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
	-moz-border-radius-topleft: 0;
	-webkit-border-top-left-radius: 0;
	border-top-left-radius: 0;
	-moz-border-radius-topright: 0;
	-webkit-border-top-right-radius: 0;
	border-top-right-radius: 0;
	min-width: auto;
	width: 100%;
	margin-top: 0;
	padding: 0;
	border-color: #ccc;
}
.nav-mega .dropdown-menu.mega-menu > li {
	padding: 20px;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media {
	padding: 10px;
	font-size: 13px;
}
.nav-mega .dropdown-menu.mega-menu .media-list .media-heading {
	font-size: 16px;
}
/*------------------------------------------*/

/*	 Navbar Scroll   

/*------------------------------------------*/



.scroll-fixed-navbar {
	padding: 0;
	top: 0;
}
.scroll-fixed-navbar.navbar-fixed-top {
	background-color: #fff;
	border-bottom: 1px solid #169BD7;
}
/*------------------------------------------*/

/*	 Menu Hover

/*------------------------------------------*/



.navbar-nav > li > a:hover, .navbar-nav > li > a.selected-nav {
	color: #253B80;
	background-color: transparent;
}
/*------------------------------------------*/

/*	 Responsive Menu    

/*------------------------------------------*/



.navbar-toggle {
	position: relative;
	float: right;
	background-color: transparent;
	padding: 10px;
	margin: 13px 30px 13px 0;
	border: none;
	color: #fff;
	border: 2px solid #ddd;
}
.navbar-toggle .icon-bar {
	background-color: #ddd;
}
/* ==========================================================================

   03. INTRO

   ========================================================================== */



#intro {
	width: 100%;
	height: 100%;
	position: relative;
	top: 0px;
	z-index: 1;
	display: block;
	overflow: hidden;
	padding: 0px;
}
#slides {
	position: relative;
}
#slides .scrollable {
	height: 100%;
	position: relative;
	top: 0;
	left: 0;
 *zoom: 1;
	overflow-y: auto;
	-webkit-overflow-scrolling: touch;
}
#slides .scrollable:after {
	content: "";
	display: table;
	clear: both;
}
/*------------------------------------------*/

/*	 Overlay Pattern 

/*------------------------------------------*/



.overlay {
	background-color: rgba(0, 0, 0, 0.4);
	background-repeat: repeat;
	height: 100%;
}
/*------------------------------------------*/

/*	 Intro Page Content   

/*------------------------------------------*/



.intro-content {
	width: 80%;
	position: absolute;
	left: 50%;
	top: 60%;
	color: #fff;
	display: inline-block;
	padding: 50px 0;
	-webkit-transform: translate(-50%, -50%);
	-moz-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	-o-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}
.intro-content h2 {
	font-size: 66px;
	font-weight: 600;
	line-height: 75px;
	margin-bottom: 15px;
	letter-spacing: 1px;
}
/*------------------------------------------*/

/*	 INTRO BUTTONS

/*------------------------------------------*/



.intro_buttons {
	margin-top: 30px;
}
/*------------------------------------------*/

/*	 SLIDES NAVIGATION  

/*------------------------------------------*/



.slides-navigation {
	width: 100%;
	position: absolute;
	z-index: 3;
	top: 40%;
}
.slides-navigation a {
	position: absolute;
	display: block;
}
/*------------------------------------------*/

/*	 Next Button  

/*------------------------------------------*/



.slides-navigation a.next {
	right: 0px;
}
.slides-navigation .next.fa-angle-right {
	color: #169BD7;
	font-size: 100px;
	opacity: 0.2;
	margin-right: 60px;
}
/*------------------------------------------*/

/*	 Previous Button

/*------------------------------------------*/



.slides-navigation a.prev {
	left: 0px;
}
.slides-navigation .prev.fa-angle-left {
	color: #169BD7;
	font-size: 100px;
	opacity: 0.2;
	margin-left: 60px;
}
/*------------------------------------------*/

/*	 Buttons Hover  

/*------------------------------------------*/



.slides-navigation .next.fa-angle-right:hover, .slides-navigation .prev.fa-angle-left:hover {
	opacity: 0.7;
}
/*------------------------------------------*/

/*	 SLIDES PAGINATION   

/*------------------------------------------*/



.slides-pagination {
	width: 100%;
	position: absolute;
	bottom: 3%;
	z-index: 20;
	text-align: center;
}
.slides-pagination a {
	width: 30px;
	height: 4px;
	background-color: #169BD7;
	color: #1a1a1a;
	opacity: 0.3;
	-moz-opacity: 0.3;
	display: -moz-inline-stack;
	display: inline-block;
	vertical-align: middle;
 *vertical-align: auto;
	zoom: 1;
 *display: inline;
	margin: 2px;
	overflow: hidden;
	text-indent: -100%;
}
.slides-pagination a:hover, .slides-pagination a.current {
	background-color: #fff;
	opacity: 1;
	-moz-opacity: 1;
}

/*------------------------------------------*/
/*	 SCROLL DOWN MOUSE  
/*------------------------------------------*/

.scroll-down {
    display: block;
	width: 100%;
    position: absolute;
    z-index: 99;  
    left: 0px;
    bottom: 10%;
    text-transform: uppercase;
    color: #169BD7;
    font-size: 13px;
	font-weight: 800;
    text-align: center;
	-webkit-animation-name: Floatingx;
    -webkit-animation-duration: 1.8s;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-timing-function: ease-in-out;
    -moz-animation-name: Floating;
    -moz-animation-duration: 1.8s;
    -moz-animation-iteration-count: infinite;
    -moz-animation-timing-function: ease-in-out;
}

@-webkit-keyframes Floatingx{
    from {-webkit-transform:translate(0, 0px);}
    65% {-webkit-transform:translate(0, 10px);}
    to {-webkit-transform: translate(0, -0px);    }    
}
    
@-moz-keyframes Floating{
    from {-moz-transform:translate(0, 0px);}
    65% {-moz-transform:translate(0, 10px);}
    to {-moz-transform: translate(0, -0px);}    
}

.mouse {
    width: 18px;
    height: 28px;
	color: #fff;
    display: block;
    text-align: center;
    margin: 0px auto 10px;
	font-size:35px;
}


/* ==========================================================================

   04. ABOUT

   ========================================================================== */



#about {
	padding-top: 50px;
	padding-bottom: 50px;
	background-color: #000000;
	color: #fff;
}
/*------------------------------------------*/

/*	TABS HOLDER IMAGE

/*------------------------------------------*/



#tabs-holder .img-responsive {
	display: inline-block;
}
/*------------------------------------------*/

/*	TABS

/*------------------------------------------*/



.nav-tabs {
	border: none;
}
.nav-tabs > li > a {
	color: #222;
	font-size: 22px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	padding: 0;
	border: none;
}
.nav-tabs > li:first-child {
	border-right: 1px solid #999;
	padding-right: 20px;
}
.nav-tabs > li:last-child {
	padding-left: 20px;
}
.nav-tabs > li.active > a, .nav-tabs > li.active > a:hover, .nav-tabs > li.active > a:focus {
	color: #ffc400;
	border: none;
	padding: 0;
}
.nav-tabs > li > a:hover {
	color: #ffc400;
	border: none;
}
/*------------------------------------------*/

/*	Tab Description

/*------------------------------------------*/



.tab-content > .tab-pane {
	padding: 25px 0;
	border: none;
	border: none;
}
.tab-content > .tab-pane p {
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.tab-content a {
	margin-top: 20px;
	margin-right: 10px;
}
/* ==========================================================================

   05. ABOUT-1

   ========================================================================== */
#about-firm {
	padding-top: 50px;
	padding-bottom: 25px;
}
/*------------------------------------------*/

/*	ACCORDION HOLDER IMAGE

/*------------------------------------------*/



#accordion-holder .img-responsive {
	display: inline-block;
}
/*------------------------------------------*/

/*	ACCORDION

/*------------------------------------------*/



.panel-group .panel {
	margin-bottom: 10px;
	background: none;
	border: none;
	border-radius: 0;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
	-webkit-box-shadow: none;
	box-shadow: none;
}
/*------------------------------------------*/

/*	Panel Title

/*------------------------------------------*/



.panel-heading {
	padding: 0;
	background: none !important;
	border: 0 !important;
}
.panel-title {
	color: #222;
	font-size: 20px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	border-bottom: 1px solid #ccc;
	text-transform: uppercase;
}
.panel-title > a {
	display: block;
	color: #222;
	padding: 12px 0;
}
.panel-title > a:hover {
	color: #ffc400;
}
/*------------------------------------------*/

/*	Panel Title Icon

/*------------------------------------------*/



.panel-title i {
	color: #ffc400;
	font-size: 28px;
	margin-right: 10px;
}
/*------------------------------------------*/

/*	Panel Content 

/*------------------------------------------*/



.panel-body {
	color: #222D65;
	font-size: 16px;
	line-height: 28px;
	font-weight: 300;
}
.panel-default > .panel-heading + .panel-collapse .panel-body {
	border: 0
}
.panel-default > .panel-heading + .panel-collapse {
	border: none;
	border-top: none;
}
/* ==========================================================================

   07. SERVICES

   ========================================================================== */



#services {
	padding-top: 20px;
	padding-bottom: 50px;
	position: relative;
	

background: rgba(255,255,255,1);
background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(112,128,144,1) 51%, rgba(112,128,144,1) 100%);
background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(255,255,255,1)), color-stop(0%, rgba(255,255,255,1)), color-stop(51%, rgba(255,255,255,1)), color-stop(51%, rgba(112,128,144,1)), color-stop(100%, rgba(112,128,144,1)));
background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(112,128,144,1) 51%, rgba(112,128,144,1) 100%);
background: -o-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(112,128,144,1) 51%, rgba(112,128,144,1) 100%);
background: -ms-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(112,128,144,1) 51%, rgba(112,128,144,1) 100%);
background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 51%, rgba(112,128,144,1) 51%, rgba(112,128,144,1) 100%);
filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#708090', GradientType=0 );


}
/*------------------------------------------*/

/*	  SERVICE IMAGE

/*------------------------------------------*/



#services_image .img-responsive {
	display: inline-block;
}
/* ==========================================================================

   08. FEATURES

   ========================================================================== */

 

#features {
	padding-top: 50px;
	padding-bottom: 50px;
}
.features-box {
	margin-bottom: 20px;
}
/* ==========================================================================

   10. STATISTIC BANNER

   ========================================================================== */  

   

#statistic_banner {
	padding-top: 60px;
	padding-bottom: 60px;
}
/*------------------------------------------*/

/*	  STATISTIC BANNER TITLEBAR

/*------------------------------------------*/ 



#statistic_banner .titlebar h3, #statistic_banner .titlebar h2 {
	color: #fff;
}
/*------------------------------------------*/

/*	  STATISTIC BLOCK

/*------------------------------------------*/ 



.statistic-block {
	text-align: center;
}
.statistic-icon {
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: 600;
	margin-bottom: 30px;
}
.statistic-number {
	color: #000;
	font-size: 30px;
	line-height: 40px;
	font-weight: 400;
	margin-bottom: 20px;
	display: inline-block;
}
.statistic-text {
	color: #000;
	font-size: 16px;
	font-weight: 300;
}
/* ==========================================================================

   11. LATEST WORKS

   ========================================================================== */



#portfolio {
}
/*------------------------------------------*/

/*	   PORTFOLIO TITLEBAR

/*------------------------------------------*/ 



#portfolio .titlebar {
	margin-bottom: 40px;
}
/*------------------------------------------*/

/*	  FILTER BUTTONS

/*------------------------------------------*/ 



#gallery-filter {
	margin-bottom: 50px;
}
.btn-toolbar .btn-group {
	float: none;
}
/*------------------------------------------*/

/*	   Button Settings

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn {
	background: #169BD7;
	color: #333;
	font-size: 15px;
	font-family: 'Oswald', sans-serif;
	font-weight: 400;
	text-transform: uppercase;
	margin: 0 3px;
	padding: 8px 16px;
	text-shadow: none;
	-webkit-box-shadow: 0 0 0 0;
	-moz-box-shadow: 0 0 0 0;
	box-shadow: 0 0 0 0;
	-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-group > .btn:first-child:not(:last-child), .btn-group > .btn:last-child:not(:first-child) {
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 0;
}
/*------------------------------------------*/

/*	   Filter Button Hover

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn:hover {
	color: #fff;
	background-color: #ffc400;
}
/*------------------------------------------*/

/*	  Filter Button Active

/*------------------------------------------*/ 



#gallery-filter .btn-group > .btn.active, #gallery-filter .btn-group > .btn.focus {
	color: #222;
	background-color: #ffc400;
	box-shadow: 0 0 0 0;
	cursor: default;
}
/*------------------------------------------*/

/*	  PORTFOLIO IMAGES HOLDER

/*------------------------------------------*/ 



.portfolio-items-list {
	margin: 0;
}
/*------------------------------------------*/

/*	  Portfolio Item

/*------------------------------------------*/ 



.portfolio-item {
	position: relative;
	display: none;
	opacity: 0;
	-moz-opacity: 0;
	padding: 0;
	text-align: center;
}
.portfolio-item a {
	cursor: pointer;
}
.hover-overlay {
	width: 100%;
	height: auto;
	overflow: hidden;
	position: relative;
}
.hover-overlay img {
	-webkit-transition: all 600ms;
	-moz-transition: all 600ms;
	-o-transition: all 600ms;
	transition: all 600ms;
}
/*------------------------------------------*/

/*	  Overlay Content 

/*------------------------------------------*/ 



.overlay-content {
	position: absolute;
	bottom: 0;
	left: 0;
	z-index: 20;
	width: 100%;
	text-align: center;
	zoom: 1;
	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;
}
.overlay-content h4 {
	color: #fff;
	font-size: 22px;
	font-weight: 800;
	text-transform: uppercase;
}
.overlay-content h5 {
	color: #fff;
	font-size: 15px;
	font-weight: 400;
	text-transform: uppercase;
}
/*------------------------------------------*/

/*	  Overlay Background 

/*------------------------------------------*/ 



.item-overlay {
	opacity: 0;
	-moz-opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgba(225, 196, 0, 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;
}
/*------------------------------------------*/

/*	  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;
}
.portfolio-item:hover .overlay-content {
	bottom: 40%;
	opacity: 1;
	-moz-opacity: 1;
}
/* ==========================================================================

   14. CLIENTS

   ========================================================================== */

 

#clients {
	padding-top: 80px;
	padding-bottom: 30px;
	position: relative;
}
/*------------------------------------------*/

/*	 CLIENTS CAROUSEL NAVIGATION

/*------------------------------------------*/



.customNavigation {
	display: inline-block;
	position: relative;
	top: 100px;
}
.customNavigation .btn {
	border: 1px solid #000;
	color: #222D65;
	border-radius: 100%;
	width: 50px;
	height: 50px;
	line-height: 50px;
	padding: 0;
	margin-right: 10px;
}
.customNavigation .btn:hover {
	border: 1px solid #000;
	background-color: #222D65;
	color: #fff;
}
.customNavigation i {
	font-size: 20px;
}
/* ==========================================================================

   18. CONTACT-INFO 

   ========================================================================== */



#contact-info {
	background-image: url(../img/infobg.png);
	background-position: center center;
	background-repeat: no-repeat;
	padding-top: 90px;
	padding-bottom: 40px;
	background-color: #708090;
	color: #fff;
}
/*------------------------------------------*/

/*	 Contact Info

/*------------------------------------------*/  



.contact-info {
	margin-bottom: 40px;
}
/*------------------------------------------*/

/*	 Contact Text

/*------------------------------------------*/ 



.contact-info h4 {
	color: #fff;
	font-size: 18px;
	font-weight: 600;
	margin-bottom: 20px;
}
.contact-info p {
	color: #fff;
	font-size: 14px;
	line-height: 22px;
	font-weight: 300;
}
/* ==========================================================================

   21. FOOTER

   ========================================================================== */ 

 

#footer {
	padding-top: 80px;
	padding-bottom: 0;
	background-color: #000000;
}
#footer_copyright p {
	color: #ddd;
	line-height: 40px;
	margin-bottom: 0;
}
/*------------------------------------------*/

/*	 Footer Social Icons  

/*------------------------------------------*/



.contact-socials {
	display: inline-block;
	padding-left: 0;
}
.contact-socials li {
	width: auto !important;
	display: inline-block !important;
	vertical-align: top;
	clear: none !important;
	padding: 0;
}
/*------------------------------------------*/

/*	 Footer Social Icon Setting 

/*------------------------------------------*/



.foo_social {
	text-align: center;
	border: 1px solid #767684;
	color: #767684;
	width: 60px;
	height: 60px;
	font-size: 25px;
	line-height: 60px;
	margin: 0 5px;
	display: block;
	text-decoration: none;
	-webkit-border-radius: 0;
	-moz-border-radius: 0;
	border-radius: 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;
}
/*------------------------------------------*/

/*	 Footer Social Icons Hover 

/*------------------------------------------*/



.foo_social.ico-facebook:hover {
	background-color: #3b5998;
	color: #fff;
	border: 1px solid #fff;
}
.foo_social.ico-twitter:hover {
	background-color: #00a9ed;
	color: #fff;
	border: 1px solid #fff;
}
.foo_social.ico-linkedin:hover {
	background-color: #015886;
	color: #fff;
	border: 1px solid #fff;
}
/* ==========================================================================

   22. 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(118, 118, 132, 0.85);
	-webkit-transition: all 250ms linear;
	-moz-transition: all 250ms linear;
	transition: all 250ms linear;
}
#scrollUp:hover {
	background-color: rgba(118, 118, 132, 1);
}
nav a#pull {
	display: none;
}
