body,html
{
	background: #f4f4f4;
	color: #333;
	font: 400 11px sans-serif;
}
button, 
html input[type=button], 
input[type=reset], 
input[type=submit],
input[type=submit]:hover,
input[type=submit]:focus
{
	color: #fff !important;
}
a,
a:hover,
a:focus
{
	color: inherit !important;
	text-decoration: none !important;
}
.navbar-default .navbar-brand
{
	margin-left: 0px !important;
	color: #1e68ae;
}
.navbar-logo
{
	width: 50px;
	height: 50px;
	margin-top: -15px;
	margin-right: 25px;
}
.header
{
	background: url('../images/header.png') no-repeat right;
	width: 100%;
	box-shadow: 0px 3px 5px rgba(0,0,0,.5);
	color: #fff;
	text-align: center;
	margin-bottom: -50px;
}
.header-info
{
	font-size: 16px;
}
.overlay
{
	background: rgba(0,0,0,.65);
	padding: 15px;
	padding-bottom: 100px;
}
.overlay-sub
{
	padding-top: 40px;
}
.navbar
{
	margin: 0;
	background: #fff;
	border: 0px solid #ddd;
	border-radius: 0px;
	padding: 25px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.5);
}
.submenu
{
	width: 100%;
	background: #1e68ae;
	color: #f0932b;
}
.submenu-item-active
{
	color: #fff;
	background: rgba(0,0,0,.3);
	padding: 20px;
	text-align: center;
}
.active2
{
	border-radius: 2px;
	background: #efefef;
}
.grey
{
	background: #efefef;
}
.media
{
	padding: 15px;
	margin: 0px;
}
.media-heading
{
	margin-top: 10px;
}
.media-object
{
	width: 75px;
	height: 75px;
}
.btn
{
	border-radius: 2px;
	padding: 10px;
	background: #efefef;
}
.btn.btn-header
{
	margin-top: 20px;
}
.btn-orange
{
	background: #f0932b;
	color: #fff;
}
.btn-blue
{
	background: #1e68ae;
	color: #fff;
}
.panel-heading
{
	background: #fff !important;
	font-weight: 700;
	padding: 20px 15px;
}
.panel-work.extra
{
	margin-top: 30px;
}
.panel-work
{
	text-align: center;
	transition: all 1s;
	cursor: pointer;
	height: 240px;
}
.icon-work
{
	font-size: 25px;
	color: #f0932b;
	border: 3px solid #1e68ae;
	transition: all 1s;
	padding: 25px;
	text-align: center;
	border-radius: 50%;
	margin: 25px 0px;
}
.panel-work:hover
{
	background: #1e68ae;
	color: #fff;

	.icon-work
	{
		border: 3px solid #f0932b;
	}
}
.panel-footer
{
	padding: 15px;
	text-align: center;
	background: #fff;
}
.list-group-item
{
	padding: 15px;
}
.list-group-item + .list-group-item
{
	border-top: 1px dashed #ddd;
}
.badge 
{
	margin-top: -5px;
    color: #fff;
    padding: 5px;
    border-radius: 2px;
    cursor: pointer;
}
.fa-icon
{
	min-width: 15px;
}
.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:focus, 
.navbar-default .navbar-nav > .active > a:hover
{
	border-bottom: 3px solid #f0932b;
	font-weight: 700;
	background: #fff;
}
.btn:hover,
.btn:focus
{
	color: inherit;
}
.input-contact
{
	padding: 25px 20px;
	background: #1e68ae;
	color: #fff;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.input-whatsapp
{
	padding: 10px 5px;
	background: #fff;
	color: #333;
	margin-right: 15px;
	border: 0px solid #ddd;
	text-align: center;
	font-weight: 700;
	border-radius: 2px;
	box-shadow: 0px 3px 5px rgba(0,0,0,.26);
	width: 0px;
}
.input-icon
{
	border: 0px solid #fff;
	background: #f0932b;
	color: #fff;
	text-align: center;
	min-width: 50px;
}
.panel.panel-default
{
	border: 0px solid #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.26);
}
.icon-whatsapp
{
	border: 0px solid #fff;
	box-shadow: 0px 3px 5px rgba(0,0,0,.26);
	background: #25D366;
	color: #fff;
	text-align: center;
	width: 50px;
	font-size: 24px;
	padding: 10px 15px;
	border-radius: 2px !important;
}
.input-group
{
	margin-bottom: 15px;
}
.form-icon
{
	background: #f0932b;
	color: #fff;
	text-align: center;
	min-width: 25px;
}
.form-control,
.form-control:hover,
.form-control:focus
{
	padding: 15px;
	font-size: 11px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 0px #000;
}
.form-text
{
	min-height: 200px;
	resize: none;
}
.alert
{
	border-radius: 2px;
	padding: 15px;

	-moz-animation: hideAlert 0s ease-in 5s forwards;
    -webkit-animation: hideAlert 0s ease-in 5s forwards;
    -o-animation: hideAlert 0s ease-in 5s forwards;
    animation: hideAlert 0s ease-in 5s forwards;
    -webkit-animation-fill-mode: forwards;
    animation-fill-mode: forwards;
}
@keyframes hideAlert 
{
    to 
    {
        width: 0;
        height: 0;
        display: none;
    }
}
.alert.error
{
	background: #e74c3c;
	color: #fff;
}
.alert.success
{
	background: #2ecc71;
	color: #fff;
}
.whatsapp
{
    position: fixed;
    bottom: 0px;
    right: 15px;
}
.navbar-default .navbar-toggle .icon-bar
{
	background: #f0932b;
}
.navbar-default .navbar-toggle
{
	background: transparent;
	transition: all 1s;
	border: 0px solid transparent;
	border-radius: 2px;
}
.navbar-default .navbar-toggle:focus, 
.navbar-default .navbar-toggle:hover
{
	border: 0px solid #f0932b;
	background: transparent;
}
.form-select
{
	padding: 10px 15px;
	font-size: 11px;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 0px #000;
	width: 100%;
	border-top-right-radius: 2px;
	border-bottom-right-radius: 2px;
}
.form-file
{
	display: none !important;
}
.upload-btn
{
	border-top-left-radius: 2px !important;
	border-bottom-left-radius: 2px !important;
	cursor: pointer;
}
.file-icon
{
	margin-right: 15px;
}
.closeAlert
{
	font-weight: 700;
	font-size: 13px;
	padding: 1px;
	cursor: pointer;
}