/* ====================
[ 1. Typography ]
=======================*/
html, body {height: 100%;}
.floatleft {float:left}
.floatright {float:right}
.alignleft {
	float:left;
	margin-right:15px;
	margin-bottom: 15px;
}

a:focus {outline:0px solid}
img {max-width:100%;}
.fix {overflow:hidden}
p {margin:0px;}
h1, h2, h3, h4, h5, h6 {
	margin: 0 0 10px;
	font-weight:600;
	font-family: 'Montserrat', sans-serif;
}
h1,h4{text-transform:uppercase;}
/* ADICIONADO >> */
h3{
	color:#434343;
	text-transform:none;
}
/* << ADICIONADO */
h4{color:#636363;}
a{
	-webkit-transition: all 0.3s ease 0s;
	transition: all 0.3s ease 0s;
	text-decoration:none;
	font-weight:400;
	color:#fff;
/* ORIGINAL >>
	text-transform:uppercase;
	<< ORIGINAL */
	text-transform:none;
	font-family: 'Montserrat', sans-serif;
}
a:hover,a:hover, a:focus {
	color: #fff;
	text-decoration: none;
}
button:focus,a:focus {
    outline: 0;
}
:focus {
    outline: -webkit-focus-ring-color auto 0px;
    outline-color: -webkit-focus-ring-color;
    outline-style: auto;
    outline-width: 0px;
}
a:active, a:hover {
	outline: 0 none;
	text-decoration:none;
}
i{font-size:16px;}
p{
	color:#969696;
	font-family: 'Poppins', sans-serif;
	font-size:14px;
	font-weight:400;
	line-height:26px;
}
ul{
	list-style: outside none none;
	margin: 0;
	padding: 0;
}
ul li{float:left;}
hr.line {
	background: #288feb none repeat scroll 0 0;
	border: 0 none;
	height: 1px;
	margin: 0 auto;
	width: 100px;
}
.d-table {
    display: table;
    height: 100%;
    width: 100%;
}
.d-tablecell {
    display: table-cell;
    vertical-align: middle;
}
.col-text-center{
	float: none !important;
	margin-left: auto !important;
	margin-right: auto !important;
}
.clear{clear:both}
body {
	font-family: 'Poppins', sans-serif;
	color:#8c8c8c;
	font-size:14px;
	font-weight:400;
	background:#ffffff;
}
::-moz-selection {
    background: #288feb;
    text-shadow: none;
	color:#fff;
}
::selection {
    background: #288feb;
    text-shadow: none;
	color:#fff;
}
input::-moz-placeholder, textarea::-moz-placeholder,
input::-webkit-input-placeholder, textarea::-webkit-input-placeholder,
input::-ms-input-placeholder, textarea::-ms-input-placeholder{opacity:1;}
input:focus, textarea:focus {outline: 0px;}

/* Montserrat Light font
=============================*/
@font-face {
    font-family: 'Montserrat Light';
    font-style: normal;
    font-weight: 300;
    src: local('Montserrat Light'), local('Montserrat-Light'),
        url(../fonts/montserrat-light.woff) format('woff'),
        url(../fonts/montserrat-light.ttf) format('truetype');
}

/* section padding 
=========================*/
/* ORIGINAL >> 
.section-padding{padding:100px 0;}
 << ORIGINAL */
.section-padding{padding:10px 0;}
.section-padding-top{padding-top:100px;}
.section-padding-bottom{padding-bottom:100px;}

/* all background image 
==================================*/
/* ADICIONADO >> */
.bg-boxtv {background: rgba(0, 0, 0, 0) url("../img/img-boxtv.png") repeat scroll center center/cover;}
/* << ADICIONADO */

/* all background color 
===============================*/
/* ORIGINAL >>
.bg-color-6 {background: #f5f5f5 none repeat scroll 0 0;}
<< ORIGINAL */
.bg-color-6 {background: #d5d5d5 none repeat scroll 0 0;}
/* ADICIONADO >> */
.bg-color-boxtv {background: #24205D none repeat scroll 0 0;}
/* << ADICIONADO */

/* Hover Effect hvr-right 
=================================*/
.hvr-right::before {
	/* ORIGINAL >>
	background: #288feb none repeat scroll 0 0;
<< ORIGINAL */
	bottom: 0;
	content: "";
	left: 0;
	position: absolute;
	right: 0;
	top: 0;
	-webkit-transform: scaleX(0);
	-ms-transform: scaleX(0);
	transform: scaleX(0);
	-webkit-transform-origin: 0 50% 0;
	-ms-transform-origin: 0 50% 0;
	transform-origin: 0 50% 0;
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: -webkit-transform;
	transition-property: transform;
	-webkit-transition-timing-function: ease-out;
	transition-timing-function: ease-out;
	z-index: -1;
}
.hvr-right {
	-webkit-backface-visibility: hidden;
	-ms-backface-visibility: hidden;
	backface-visibility: hidden;
	display: inline-block;
	position: relative;
	-webkit-transform: translateZ(0px);
	-ms-transform: translateZ(0px);
	transform: translateZ(0px);
	-webkit-transition-duration: 0.3s;
	transition-duration: 0.3s;
	-webkit-transition-property: color;
	transition-property: color;
	vertical-align: middle;
	overflow:hidden;
}
.hvr-right:hover::before, .hvr-right:focus::before, .hvr-right:active::before {
  -webkit-transform: scaleX(1);
  -ms-transform: scaleX(1);
  transform: scaleX(1);
}


/* footer section 
=======================*/

.footer-bottom .right li a:hover{
    color: #288feb;
}
/* ORIGINAL >>
.footer-one .footer-bottom .right li a:hover,.footer-one .footer-bottom .left a:hover{
    color: #243141;
}
<< ORIGINAL */
.footer-one .footer-bottom .right li a:hover,.footer-one .footer-bottom .left a:hover{
    color: #ffffff;
}
/* ADICIONADO >> */
.footer-one {
    position: fixed;
    bottom: 0;
    width: 100%;
}
/* << ADICIONADO */

.footer-one a {
  border-radius: 20px;
  font-size: 12px;
  line-height: 44px;
  padding: 0 25px;
  text-transform: uppercase;
}

.footer-bottom {
    padding: 15px 0;
}
.footer-bottom .left p, .footer-bottom a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
/* ORIGINAL >>
text-transform: capitalize;
<< ORIGINAL */
text-transform: none;
	font-family:"Poppins",sans-serif;
}
.footer-bottom .right li a {
    color: #fff;
    font-size: 13px;
    font-weight: 300;
}
.footer-bottom .right li span {
	color: #fff;
	font-size: 12px;
	margin: 0 10px;
	font-weight: 300;
}
.footer-bottom .right li {
    padding-top: 4px;
}




/*==================================
[ 5. Pages ]
====================================*/
/* pages header  
=======================*/
/* ORIGINAL >>
.page-header-area {
  padding-top: 92px;
}
<< ORIGINAL */
.page-header-area {
  padding-top: 20px;
  padding-left: 20px;
  margin-bottom: 30px;
}
.header-bottom {
  -webkit-box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 1px 6px rgba(0, 0, 0, 0.2);
  position: relative;
}
.page-header-area .left h1 {
    color: #434343;
    margin: 0;
}
.page-header-area .right li, .page-header-area .right li a {
    color: #434343;
    font-family: "Montserrat",sans-serif;
    font-weight: 400;
    text-transform: uppercase;
}
.page-header-area .right {
    padding: 10px 0;
}
.page-header-area .right li a:hover {
    color: #000;
}
.page-header-area .right li i {
	font-size: 20px;
	line-height: 14px;
	margin: 0 10px;
	position: relative;
	top: 2px;
}



/* contact pages
=========================*/
.input-box input,
.input-box textarea {
/* ORIGINAL >>
.input-box input{height: 35px;}
	border:1px solid #eaeaea;
	color: #a9a9a9;
	font-size: 13px;
	width: 100%;
<< ORIGINAL */
	border:1px solid #dadada;
	color: #323A45;
	font-size: 16px;
	line-height:35px;
	margin-bottom: 15px;
	padding:0 15px;
}
.input-box input:last-child{
	margin-bottom: 0;
}
.input-box button {
/* ORIGINAL >>
    background: #288feb none repeat scroll 0 0;
<< ORIGINAL */
    border: 0 none;
    -webkit-box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.4);
    color: #fff;
    font-family: "Montserrat",sans-serif;
    line-height: 35px;
    padding: 0 50px;
    text-transform: uppercase;
}

/* login page 
====================*/
.login-area .extra-padding{
/* ORIGINAL >>
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.15);
<< ORIGINAL */
    -webkit-box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
    box-shadow: 0 1px 5px rgba(0, 0, 0, 0.45);
}
.login-area .extra-padding{
/* ORIGINAL >>
    padding: 80px 100px;
<< ORIGINAL */
    padding: 50px 50px 20px 50px;
}






