/**
*
* -----------------------------------------------------------------
*
* Template : Blue - A One-Page HTML Portfolio/Business Template
* Author : Muhammad Morshd
* Author URI : http://morsheds.com
*
* -----------------------------------------------------------------
*
*/

/* =================================== */
/*	Basic Style
/* =================================== */
body {
	background-color: #fff;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #333;
}

figure,
p,
address {
	margin: 0;
}

p {
	line-height: 18px;
}

iframe {
	border: 0;
}

a {
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
}

a,
a:hover,
a:focus,
.btn:focus {
	text-decoration: none;
	outline: none;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
	font-family: 'Lato', sans-serif;
	color: #333;
}

.modal_pop-up {
	top: 0 !important;
	width: 96%;
	max-width: 600px;
	margin: 0 auto !important;
}

main>section {
	padding: 100px 0;
}

.centralizando_vertical{
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.total_pop_up{
	width: 100%;
	height: 100%;
}

.centralizar_vertical{
	display: -webkit-grid;
	display: grid;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}

.vertical_middle{
	height: 100%;
	min-height: 100%;
	display: -webkit-flex;
	display: flex;
	-webkit-align-items: center;
	align-items: center;
	-webkit-justify-content: center;
	justify-content: center;
}


.sec-title {
	margin-bottom: 40px;
}

.sec-title h2 {
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 32px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
}

.sec-title span{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: justify;
	display: inline-block;
}

.sec-title p {
	color: #333333;
}

.sec-title_white {
	margin: 0 20px 40px 20px;
}

.sec-title_white h2{
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	font-size: 32px;
	position: relative;
	text-transform: uppercase;
	margin-top: 0;
	margin-bottom: 20px;
	color: #ffffff;
}

.sec-title_white span{
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 18px;
	text-align: justify;
	color: #ffffff;
}

.sec-title_white p {
	color: #fff;
}

/* BTN padrão para site - Effect Sweep to Right */

.btn {
	border-radius: 4px;
	border: 2px solid #864128;
	padding: 10px 28px;
	position: relative;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	color: #864128;
	font-size: 14px;
	letter-spacing: 2px;
	background-color: transparent;

	-webkit-transition-duration: 0.3s;
	-moz-transition-duration: 0.3s;
	-ms-transition-duration: 0.3s;
	transition-duration: 0.3s;
}

.btn:hover {
	background-color: #864128;
	color: #ffffff;
	border: 2px solid #864128 !important;
}

.parallax {
	background-attachment: fixed;
	background-position: center top;
	background-repeat: no-repeat;
	background-size: cover;
}

/*=================================================================
	Over Header
==================================================================*/

#over-header{
	position: sticky;
	top: 0;
	width: 100%;
    padding: 8px 0 6px 0;
	background-color: #333;
	z-index: 1010;
	border-bottom: solid 1px #444;
}

.overHeader-text p{
	font-size: 14px;
	color: #fff;
}

.overHeader-data{
	display: inline;
	float: right;
	margin: 0 6px;
}

.overHeader-data i{
	font-size: 16px;
	color: #fff;
}

i.color{
	color: #fff;
}

.overHeader-data a{
	font-size: 14px;
	color: #fff;
}

.overHeader-data a:hover{
	/* color: #333; */
	text-decoration: underline;
}

.overHeader-data p{
	display: inline-block;
	font-family: 'Poppins Regular', sans-serif;
	font-size: 14px;
	color: #fff;
}

/*=================================================================
	Header
==================================================================*/

#navigation {
	/* - Margin adcionado para mostrar o Over Header - */
	/* margin-top: 37px; */
	/* - FIM - */
	background-color: rgba(255,255,255,0.96);
	padding: 12px 0;
	color: #000000;

	-webkit-transition: all 0.8s ease 0s;
	   -moz-transition: all 0.8s ease 0s;
	    -ms-transition: all 0.8s ease 0s;
		 -o-transition: all 0.8s ease 0s;
			transition: all 0.8s ease 0s;
}

#navigation.animated-header {
	padding: 22px 0;
	background-color: rgba(255,255,255,0.85);
}

/* h1.navbar-brand {
	font-size: 20px;
	font-weight: 700;
	margin: 0;
	text-transform: uppercase;
	color: #000000;
} */

.navbar-brand{
	width: 220px;
	margin: 0;
}

.navbar-brand img {
	width: 100%;
}

.navbar-brand a {
}

.navbar-nav>li>a{
	padding: 10px 15px;
}

.navbar-inverse .navbar-nav>li>a {
	font-family: 'Lato', sans-serif;
	font-weight: 600;
	font-size: 16px;
}

.navbar-inverse .navbar-toggle { border-color: #333333; background-color: transparent;}
.navbar-inverse .navbar-collapse, .navbar-inverse .navbar-form { border-color: #333; margin: 14px 0 5px 0;}
.navbar-inverse .navbar-toggle:hover, .navbar-inverse .navbar-toggle:focus { border-color: #333; background-color: rgba(255,255,255,0.6);}
.navbar-inverse .navbar-toggle .icon-bar, .navbar-inverse .navbar-toggle .icon-bar { background-color: #333333;}
.navbar-inverse .navbar-toggle:hover .icon-bar, .navbar-inverse .navbar-toggle:focus .icon-bar { background-color: #333;}

/* -------------------------------------------------------------- */
/* Menu effect - https://tympanus.net/Development/LineMenuStyles/ */
/* -------------------------------------------------------------- */

/* Prospero */
.menu--prospero .menu__link {
	position: relative;
	display: block;
	text-align: center;
	color: #111111;
	-webkit-transition: color 0.3s;
	transition: color 0.3s;
}

.menu--prospero .menu__link:hover{
	color: #864128;
}

.menu--prospero .menu__item--current .menu__link {
	color: #864128;
}


/*=================================================================
	Home Slider
==================================================================*/

#home-slider {
	/* - Margin adcionado para mostrar o Over Header - */
	/* margin-top: -37px; */
	/* - FIM - */
	position: relative;
	padding: 0;
}

.sl-slider-wrapper {
	/* - Margin adcionado para mostrar o Over Header - */
	/* margin-top: -30px; */
	/* - FIM - */
}

.sl-slider {
	/* - Margin adcionado para mostrar o Over Header - */
	/* margin-top: 30px; */
	/* - FIM - */
}

/*=================================================================
	About
==================================================================*/

#about {
	background-color: #ffffff;
	color: #333;
}

.text-about{
	padding: 48px 0;
}

.logo_about{
	width: 100%;
	margin: 20px 0 20px -80px;
}

.logo_about img{
	width: 380px;
}

.text-about p{
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	font-weight: 600;
	color: #111111;
	text-align: justify;
	line-height: 22px;
}

.img-about{
	width: 100%;
}


/*=================================================================
	Social
==================================================================*/

#social {
	background-image: url("../img/bg_social.jpg");
	padding: 0;
	color: #fff;
}

#social .overlay {
	/* background: url("../img/overlay.png") repeat scroll 0 0 transparent; */
	padding: 100px 0 100px 0;
}

.social-button {
	margin: 0;
	padding: 0;
	list-style: none;
	text-align: center;
}

.social-button li {
	display: inline-block;
	margin: 15px 25px 0 25px;
}

.social-button li a {
	display: block;
	/* height: 90px; */
	line-height: 96px;
	width: 90px;
}

.social-button>li>a>p {
	color: #fff;
	line-height: 30px;
	font-weight: 600;

	-webkit-transition: all 0.2s ease 0s;
	   -moz-transition: all 0.2s ease 0s;
	    -ms-transition: all 0.2s ease 0s;
	     -o-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.social-button>li>a>p>i {
	color: #fff;

	-webkit-transition: all 0.2s ease 0s;
	   -moz-transition: all 0.2s ease 0s;
	    -ms-transition: all 0.2s ease 0s;
	     -o-transition: all 0.2s ease 0s;
	        transition: all 0.2s ease 0s;
}

.social-button>li:hover > a > p{
	color: #e36b40 !important;
}

.social-button>li:hover > a > p > i{
	color: #e36b40 !important;
}

@media (max-width:445px) {
	.social-button li {
		display: inline-block;
		margin: 45px 0;
	}
}

/*=================================================================
	Solutions
==================================================================*/

#solutions{
	background-color: #f0f0f0;
}

.img-solutions-large{display: block;}
.img-solutions-medium{display: none;}
.img-solutions-small{display: none;}

/* -------------------
	BANNERS
-------------------- */

.add_margin_banner{
	margin-bottom: 60px;
}

.complete_banner{
	background-color: #CCC;
	height: 514px;
}

.padding-none{
	padding: 0;
}

.img-banner{}

.zoom {
	overflow: hidden;
}

.zoom img {
	max-width: 100%;
	-moz-transition: all 0.3s;
	-webkit-transition: all 0.3s;
	transition: all 0.3s;
}

.zoom:hover img {
	-moz-transform: scale(1.1);
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}

.text-banner{
	padding: 0 48px;
	height: 100%;
	height: -moz-available;          /* WebKit-based browsers will ignore this. */
	height: -webkit-fill-available;  /* Mozilla-based browsers will ignore this. */
	height: fill-available;
	
	-webkit-transition: all 0.3s ease-out 0s;
	   -moz-transition: all 0.3s ease-out 0s;
	    -ms-transition: all 0.3s ease-out 0s;
	     -o-transition: all 0.3s ease-out 0s;
		    transition: all 0.3s ease-out 0s;
}

.text-banner{background-color: #CCC;}
.text-banner h2, .text-banner p, .button-banner-text{color: #333;}

.banner-solutions:hover .text-banner{background-color: #333;}
.banner-solutions:hover .text-banner h2, .banner-solutions:hover .text-banner p, .banner-solutions:hover .button-banner-text{color: #CCC;}

.text-banner h2{
	margin: 0 0 32px 0;
	font-size: 32px;
	font-weight: 600;
}

.text-banner p{
	text-align: left;
}

.button-banner-text{
	text-transform: uppercase;
	font-size: 16px;
	font-weight: 600;
	margin-top: 26px;
}

.button-banner-text > .fa{
	font-size: 18px;
	font-weight: 600;
	margin-left: 6px;

}

/* ----------------------------------------------------------------
    Banner Solutions With Hover Effects Ideas (bannerThree.php)
	    - https://tympanus.net/Development/HoverEffectIdeas/ 
---------------------------------------------------------------- */

.grid {
	position: relative;
	margin: 0 auto;
	padding: 1em 0 4em;
	max-width: 800px;
	list-style: none;
	text-align: center;
}

/* Common style */
.grid figure {
	position: relative;
	float: left;
	overflow: hidden;
	/* margin: 10px 1%; */
	/* min-width: 320px; */
	/* max-width: 480px; */
	max-height: 220px;
	width: 100%;
	background: #000d03;
	text-align: center;
	cursor: pointer;
}

.grid figure img {
	position: relative;
	display: block;
	min-height: 100%;
	max-width: 100%;
	opacity: 0.6;
}

.grid figure figcaption {
	padding: 1.6em;
	color: #fff;
	font-size: 1.25em;
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
}

.grid figure figcaption::before,
.grid figure figcaption::after {
	pointer-events: none;
}

.grid figure figcaption,
.grid figure figcaption > a {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* Anchor will cover the whole item by default */
/* For some effects it will show as a button */
.grid figure figcaption > a {
	z-index: 1000;
	text-indent: 200%;
	white-space: nowrap;
	font-size: 0;
	opacity: 0;
}

.grid figure h2 {
	/* font-family: 'Poppins Regular', sans-serif; */
	font-size: 40px;
	color: #fff;
	word-spacing: -0.15em;
	text-transform: none;
}

.grid figure h2 span {
	font-weight: 800;
}

.grid figure h2,
.grid figure p {
	margin: 0;
}

.grid figure p {
	letter-spacing: 1px;
	font-size: 68.5%;
}

/*--------------*/
/*     Roxy     */
/*--------------*/

figure.effect-roxy {
	background: -webkit-linear-gradient(45deg, #26120b 0%, #26120b 100%);
	background: linear-gradient(45deg, #26120b 0%,#26120b 100%);
}

figure.effect-roxy img {
	max-width: none;
	width: -webkit-calc(100% + 60px);
	width: calc(100% + 60px);
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-50px,0,0);
	transform: translate3d(-50px,0,0);
}

figure.effect-roxy figcaption::before {
	position: absolute;
	top: 30px;
	right: 30px;
	bottom: 30px;
	left: 30px;
	border: 2px solid #fff;
	content: '';
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-20px,0,0);
	transform: translate3d(-20px,0,0);
}

figure.effect-roxy figcaption {
	padding: 2.6em;
	text-align: left;
}

figure.effect-roxy h2 {
	font-family: 'Laila', sans-serif;
	padding: 6% 0 10px 0;
}

figure.effect-roxy p {
	font-family: 'Lato', sans-serif;
	font-size: 18px;
	color: #ffffff;
	opacity: 0;
	-webkit-transition: opacity 0.35s, -webkit-transform 0.35s;
	transition: opacity 0.35s, transform 0.35s;
	-webkit-transform: translate3d(-10px,0,0);
	transform: translate3d(-10px,0,0);
}

figure.effect-roxy:hover img {
	opacity: 0.25;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

figure.effect-roxy:hover figcaption::before,
figure.effect-roxy:hover p {
	opacity: 1;
	-webkit-transform: translate3d(0,0,0);
	transform: translate3d(0,0,0);
}

/* -------------------
	CAROUSEL
-------------------- */

.owl-nav{
	color: #fff;
	margin: 0 auto;
}
.owl-prev{
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	left: 0;
}
.owl-next{
	position: absolute;
	top: 50%;
	transform: translateY(-50%); 
	right: 0;
}

/*=================================================================
	Customers
==================================================================*/

#customers{
	background-color: #FFF;
}

/*=================================================================
	Portfolio
==================================================================*/

#portfolio{
	background-color: #fff;
}

.btn_gallery{
	margin-top: 20px;
	max-width: 200px;
}

#mixed-items .mix {
	display: none;
}

.block {
	width: 100%;
}

#portfolio .block .recent-work-mixMenu {
	padding-bottom: 40px;
	text-align: center;
}

#portfolio .block .recent-work-mixMenu ul {
	padding-inline-start: 0px;
}

#portfolio .block .recent-work-mixMenu ul li {
	padding-bottom:10px;
	display: inline-block;
}

#portfolio .block .recent-work-mixMenu ul li button {
	background: none;
	border: 0;
	font-weight: light;
	font-size: 20px;
	color: #333333;
	margin: 0 20px;
	transition: 0.2s;
	text-transform: uppercase;
    outline: 0;
}

#portfolio .block .recent-work-pic ul li {
	margin-bottom: 30px;
	position: relative;
	list-style: none;
}

.recent-work-pic {
}

.recent-work-pic ul{
	padding-inline-start: 0px;
}

.portfolio-item {
	position: relative;
	cursor: pointer;
	overflow: hidden;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.portfolio-item img {
	-webkit-transition: all 0.4s ease 0.2s;
	-moz-transition: all 0.4s ease 0.2s;
	-ms-transition: all 0.4s ease 0.2s;
	-o-transition: all 0.4s ease 0.2s;
	transition: all 0.4s ease 0.2s;
	/* -webkit-transform: scale(1.2); */
	/* -moz-transform: scale(1.1); */
	/* -o-transform: scale(1.1); */
	/* -ms-transform: scale(1.1); */
	/* transform: scale(1.1);  */
}

.portfolio-item:hover img {
	-webkit-transform: scale(1.2);
	-moz-transform: scale(1.2);
	-o-transform: scale(1.2);
	-ms-transform: scale(1.2);
	transform: scale(1.2);
}

.portfolio-item:hover figcaption.mask {
	bottom: 0;
}

figcaption.mask {
	background-color: rgba(54, 55, 50, 0.79);
	bottom: -126px;
	left: 0;
	color: #fff;
	padding: 25px;
	position: absolute;
	width: 100%;
	text-align: center;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

figcaption.mask h3 {
	margin: 0;
	color: #fff;
}

ul.external {
	list-style: outside none none;
	margin: 0;
	padding: 0;
	position: absolute;
	right: 0;
	top: -47px;
	-webkit-transition: all 0.4s ease 0s;
	-moz-transition: all 0.4s ease 0s;
	-ms-transition: all 0.4s ease 0s;
	-o-transition: all 0.4s ease 0s;
	transition: all 0.4s ease 0s;
}

ul.external li {
	display: inline-block;
}

ul.external li a {
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	display: block;
	padding: 10px 18px 13px;
	background-color: #818181;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

ul.external li a:hover {
	background-color: #222222;
	color: #fff;
}

.portfolio-item:hover ul.external {
	top: 0;
	padding-top: 0;
}

/*=================================================================
	Contact
==================================================================*/

#contact{
	background-color: #ffffff;
}

#contact .sec-title{
	margin-bottom: 20px;
}

.dados{
	margin-top: 10px;
}

.dados h3{
	font-size: 14px;
	text-transform: uppercase;
	font-family: 'Lato', sans-serif;
	font-weight: 800;
	color: #666666;
}

.dados h1{
	font-size: 22px;
	font-weight: 800;
	color: #222222;
}

.dados p{
	font-size: 16px;
	font-weight: 800;
	color: #222222;
}

.btn_mobile{display: none;}
.btn_desk{display: unset;}

#btfone{
	font-size: 20px;
	color: #333;

	-webkit-transition: all 0.2s linear;
	   -moz-transition: all 0.2s linear;
	     -o-transition: all 0.2s linear;
	        transition: all 0.2s linear;
}

#btfone:hover{
	color: #222;
}

.complete_form{
	margin: 30px 0 0 0;
}

.input-field {
	margin-top: 10px;
}

.input-field input{
	padding: 0 14px;
	font-size: 14px;
	color: #333;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.input-field input::placeholder{
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.input-field textarea::placeholder{
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

.form-control{
	padding: 20px 0;
}

.input-field textarea{
	font-size: 14px;
	color: #666;
	font-family: 'Lato', sans-serif;
	font-weight: 600;
}

textarea.form-control {
	padding: 10px 14px;
	width: 100%;
	height: 140px;
	resize: none;
}

#submit {
	margin-top: 10px;
}

/* Google Maps */

#google-map {
	padding: 0;
	background-color: #F0f0f0;
}

.map-total {
	width: 100%;
	height: 350px;
}

#map-total {
	margin-top: 30px;
	width: 100%;
	height: 350px;
}

.mapa{
	height: 100%;
}

/*============================================================
	Footer
==============================================================*/

#footer {
	background-image: url(../img/bg_footer2.jpg);
	background-repeat: no-repeat;
	background-position: center;
}

#footer .container {
	padding: 50px 20px;
}

.footer-item{
	/* height: 200px; */
}

.footer-item h1{
	font-size: 18px;
	color: #fff;
	text-transform: uppercase;
	font-weight: 800;
	margin-bottom: 20px;
}

.footer-item .p1{
	width: 100%;
	margin-bottom: 12px;
}

.footer-social{
	padding: 0 60px;
}

.footer-social a{
	float: left;
	background-color: #666;
	width: 42px;
	height: 42px;
	/* padding: 8px 12px 6px 12px; */
	margin: 2px 2px;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.footer-social a i{
	font-size: 24px;
	color: #333;
}

.footer-social-f:hover{
	background-color: #e36b40;
}

.footer-social-i:hover{
	background-color: #e36b40;
}

.footer-social-w:hover{
	background-color: #e36b40;
}

.footer-data{
	width: 100%;
	height: 38px;
	margin: 10px 0 0 0;
	font-weight: 600;
}

.footer-data p{
	font-size: 14px;
	color: #ccc;
}

.footer-data a{
	font-size: 22px;
	color: #ccc;
	padding-top: 5px;
	display: inline-block;

	-webkit-transition: all 0.5s ease 0s;
	   -moz-transition: all 0.5s ease 0s;
		-ms-transition: all 0.5s ease 0s;
		 -o-transition: all 0.5s ease 0s;
			transition: all 0.5s ease 0s;
}

.footer-data h6{
	font-size: 22px;
	color: #ccc;
	display: inline-block;
	font-weight: 600;
}

.footer-data a:hover{
	color: #e36b40;
}

.footer-number-data{
	padding: 3px 0;
}

.footer-email-data{
	padding: 9px 0;
}

.footer-data i{
	float: left;
	width: 34px;
	height: 38px;
	margin-right: 6px;
	font-size: 30px;
	color: #666;

	display: flex;
	display: -webkit-flex;
	align-items: center;
	-webkit-align-items: center;
	justify-content: center;
	-webkit-justify-content: center;
}

/* SUB FOOTER */
.line_footer{
	height: 2px;
	width: 100%;
	background-color: #000000;
	border-top: 1px solid #1f1f1f;
}

#sub-footer{
	padding: 16px 20px !important;
}

.copyright p{
	font-weight: 600;
	font-size: 14px;
	color:#999;
	padding: 4px 0;
}

.copyright p span{
	font-size: 14px;
	color: #be5c39;
	font-weight: 800;
}

.dev-by{
	text-align: right;
}

/*============================================================
	Wagner
==============================================================*/
.ul-external-no-format{
    padding: 0 !important;
}

.no_records{
	color: rgb(100, 100, 100);
}

ul.external li div {
	background-color: rgba(255, 255, 255, 0.9);
	color: #fff;
	display: block;
	padding: 10px 18px 13px;
	background-color: #818181;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

ul.external li div:hover {
	background-color: #222222;
	color: #fff;
}

.scrollToTop {
	bottom: 60px;
	background-color: #be5c39;
	display: none;
	font-size: 30px;
	line-height: 50px;
	position: fixed;
	right: 20px;
	text-align: center;
	text-decoration: none;
	width: 55px;
	z-index: 999;
	-webkit-transition: all 0.5s ease 0s;
	-moz-transition: all 0.5s ease 0s;
	-ms-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
	height: 55px;
	border-radius: 50%;
}

.scrollToTop i {
	color: #fff;
}

.scrollToTop:hover,
.scrollToTop:focus {
	background-color: #e36b40;
}