:root {
	--white-color: #ffffff;
	--primary-color: #000000;
	--primary-color-clara: #610e12;
	--secondary-color: #FF8B1C;
	--section-bg-color: #f9f9f9;
	--dark-color: #000000;
	--p-color: #717275;
	--border-color: #e9eaeb;
	--featured-border-color: #727aab;



	--body-font-family: 'DM Sans', sans-serif;

	--h1-font-size: 62px;
	--h2-font-size: 48px;
	--h3-font-size: 36px;
	--h4-font-size: 32px;
	--h5-font-size: 24px;
	--h6-font-size: 22px;
	--p-font-size: 18px;
	--menu-font-size: 19px;
	--copyright-font-size: 14px;

	--border-radius-large: 100px;
	--border-radius-medium: 20px;
	--border-radius-small: 10px;

	--font-weight-normal: 400;
	--font-weight-medium: 500;
	--font-weight-bold: 700;
}

* {
	font-family: 'Open Sans', sans-serif;
}

body {
	font-size: 13px;
	background: #ffffff;
}

s

h1, h2, h3 {
	margin: 0;
}

h2 {
	font-size: 1.6em;
}

h3 {
	color: #333333;
	font-size: 1.4em;
}

ul {
	list-style-type: none;
	margin: 0;
	padding: 0;
}

a:hover {
	text-decoration: none;
}

nav li {
	font-size: 1.1em;
	list-style: none;
	text-transform: uppercase;
}

.inline-block {
	display: inline-block;
	vertical-align: middle;
}

.block {
	display: block;
}

.position-relative {
	position: relative;
}

.blue-text {
	color: #39ADB4;
}

.white-text {
	color: white;
}

.green-bg {
	background-color: #39ADB4;
}

.yellow-bg {
	background-color: #D8D138;
}

.white-bg {
	background-color: white;
}

.white-bg .fa-times {
	background-color: #d7d7d7;
}

.white-bg .fa-times:hover {
	background: #83ccd1;
}

.orange-bg {
	background-color: #F17A54;
	color: white;
}

.orange-bg .fa-times {
	background-color: #F0A790;
}

.mb-form {
	margin-bottom: 15px;
}

.orange-bg .fa-times:hover {
	background-color: #E14311;
}

.pink-bg {
	background-color: #D7425C;
	color: white;
}

.pink-bg .fa-times {
	background-color: #E57C8F;
}

.pink-bg .fa-times:hover {
	background-color: #BD1F3B;
}

.blue-bg {
	background-color: #3275BB;
	color: white;
}

.blue-bg .fa-times {
	background-color: #6792C0;
}

.blue-bg .fa-times:hover {
	background-color: #2C639C;
}

.light-gray-bg {
	background-color: #efefef;
}

.padding-right-25 {
	padding-right: 25px;
}

.margin-bottom-0 {
	margin-bottom: 0;
}

.margin-bottom-5 {
	margin-bottom: 5px;
}

.margin-bottom-10 {
	margin-bottom: 10px;
}

.margin-bottom-20 {
	margin-bottom: 20px;
}

.margin-bottom-30 {
	margin-bottom: 30px;
}

.margin-bottom-70 {
	margin-bottom: 70px;
}

.margin-right-15 {
	margin-right: 15px;
}

.margin-10 {
	margin: 10px;
}

.width-100 {
	width: 100%;
}

.width-50 {
	width: 50%;
}

.no-border {
	border: none;
}

.border-radius-10 {
	border-radius: 10px;
}

footer {
	margin-top: 15px;
	display: flex;
	align-items: center;
	justify-content: center;
}

footer img {
	width: 50%;
}

.flex-center {
	display: flex;
	justify-content: center;
}

#redefinir {
	margin-bottom: 10px;
}

#btn-redefinir {
	cursor: pointer;
	font-size: 15px;
	margin-bottom: 10px;
	color: var(--primary-color);
}

.tipo-video {
	display: none;
}

.tipo-foto {
	display: none;
}

.deletar {
	cursor: pointer;
}

.disabled {
	pointer-events: none;
	cursor: not-allowed;
	filter: alpha(opacity=65);
	-webkit-box-shadow: none;
	box-shadow: none;
	opacity: .65
}

.permissao-modulo {
	height: 200px;
	border-radius: 15px;
	padding: 10px;
	position: relative;
	margin: 10px;
	box-shadow: 0px 0px 1px 1px rgb(161 159 159 / 100%);
	background-color: #ffffff;
}

.permissao-modulo label {
	font-size: 19px;
}

#imagemRecortar {
    margin-top: 15px;
}

.images .vendido{
	position: absolute;
    top: 20px;
    left: 20px;
    width: 200px;
    height: 200px;
    z-index: 1;
}
/* Modal
-----------------------------*/
.modal-title {
	color: #767676;
	font-size: 20px;
}

.modal-veiculo {
	padding-top: 10px;
}

.botao-close {
	background-color: transparent;
	border: 0;
	color: #767676;
	font-size: 16px;
}

.modal-body span {
	font-size: 16px;
	color: #767676;
}

.modal-body .form-group label {
	font-weight: normal;
	font-size: 16px;
	color: #767676;
}

.modal-body .form-control:focus {
	border-color: #767676;
	box-shadow: inset 0 1px 1px rgb(118 118 118 / 8%), 0 0 8px rgb(118 118 118 / 60%);
}

.botao-close:hover {
	color: #aaaaaa;
}

.botao-enviar {
	border-radius: 15px;
	background-color: var(--primary-color);
	border: none;
	color: white;
	margin-right: 15px;
	transition: all 0.3s ease;
}

.botao-enviar:hover {
	background-color: #0076e4;
	color: white;
}

.botao-nao {
	border-radius: 15px;
	background-color: #767676;
	border: none;
	color: white;
	transition: all 0.3s ease;
}

.botao-nao:hover {
	background-color: #aaaaaa;
	color: white;
}

.modal-informacoes p{
	display: block !important;
	column-count: 2;
}

/* .modal-body{
	display: flex;
    justify-content: center;
} */

#veiculo-body {

	display: flex;
	justify-content: space-between;
	flex-direction: column;
	padding: 0px;
}

#veiculo-body p {
	display: flex;
	justify-content: space-between;
}

#marca-body {
	justify-content: center;
	display: flex;
}

.modal-banner {
	max-width: 500px
}

.ordenar-banner {
	background-size: contain;
	background-repeat: no-repeat;
	background-size: cover;
}

#veiculo-body .col-md-12 {
	word-break: break-word;
	margin-top: 10px;
}

#banner-foto {
	width: 100%;
}

#foto, #video {
	display: none;
}

/*---------------------------------------
  Ordenação Veiculo Fotos
-----------------------------------------*/

.foto-ordenacao {
	cursor: pointer;
	width: 100%;
	border-radius: 15px;
}



.ordenar {
	display: flex;
	flex-wrap: wrap;
}

.ordenar-foto{
	width: 200px;
	height: 242px;
	border: 2px solid var(--primary-color);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin: 5px;
	background-color: #f9f9f9;
}

.ordenar-banner {
	width: 200px;
	height: 150px;
	border: 2px solid var(--primary-color);
	border-radius: 15px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: space-between;
	padding: 10px;
	margin: 5px;
	background-color: #f9f9f9;
}

.foto-ordenacao-banner {
	width: 100%;
	border-radius: 15px;
}

.ordenar-foto span {
	font-size: 16px;
	text-align: center;
	margin-bottom: 10px;
	color: #333333;
}

.predefinido-espaco{
	height: 242px;
	width: 200px;
	background-color: rgba(232, 44, 52, .5);
	border-radius: 15px;
	padding: 10px;
	margin: 5px;
}

.predefinido-espaco-banner{
	height: 150px;
	width: 200px;
	background-color: rgba(232, 44, 52, .5);
	border-radius: 15px;
	padding: 10px;
	margin: 5px;
}


.botoes-ordenar {
	display: flex;
	justify-content: flex-end;
}

.butoes-oredenacao {
	display: flex;
	flex-direction: row;
}

.butoes-oredenacao-banner {
	display: flex;
	flex-direction: row;
}

.butoes-oredenacao a {
	margin: 5px;
}

.butoes-oredenacao-banner a {
	margin: 5px;
}

.predefinido {
	justify-content: center;
}

.predefinido span {
	font-size: 20px;
}

/* Botões
-----------------------------*/
.botao-editar {
	border-radius: 15px;
	background-color: #CF922C;
	border: none;
	color: white;
	transition: all 0.3s ease;
}

.botao-editar:hover {
	background-color: #f8b24f;
	color: white;
}

.botao-visualizar {
	border-radius: 15px;
	background-color: #0076e4;
	border: none;
	color: white;
	transition: all 0.3s ease;
}

.botao-visualizar:hover {
	background-color: #46a3fa;
	color: white;
}

.botao-deletar {
	border-radius: 15px;
	background-color: #BD1F3B;
	border: none;
	color: white;
	transition: all 0.3s ease;
}

.botao-deletar:hover {
	background-color: #D7425C;
	color: white;
}

.botao-cadastrar {
	border-radius: 15px;
	background-color: #58ab25;
	border: none;
	color: white;
	transition: all 0.3s ease;
}

.botao-cadastrar:hover {
	background-color: rgba(88, 171, 37, 0.8);
	color: white;
}

.botao-cadastrar:focus {
	outline: none;
	color: #ffffff;
}

.btn-novo {
	border-radius: 15px;
	background-color: #58ab25;
	color: #ffffff;
	font-size: 15px;
	padding: 10px;
	font-weight: 800;
	transition: 0.3s;
}

.btn-novo:hover {
	color: #ffffff;
	background-color: rgba(88, 171, 37, 0.8);

}

.btn-pesquisar{
	background-color: #000000;
	color: #ffffff;
}

.btn-pesquisar:hover{
	color: #ffffff;
	background-color: rgba(0, 0, 0, 0.8);
}

label span {
	color: #BD1F3B;

}

label {
	font-size: 15px;
}




/* 2. Left Column
-----------------------------*/
.sidebar {
	width: 300px;
	height: auto;
	background-color: var(--primary-color);
}

.square {
	width: 25px;
	height: 25px;
	border: 3px solid #13895F;
	display: inline-block;
	vertical-align: middle;
}

.circle {
	width: 15px;
	height: 15px;
	border-radius: 50%;
}

.site-header {
	padding: 25px 30px;
	background-color: #000000;
}

.site-header img {
	width: 100%;
}

#relogio {
	color: white;
	font-size: 30px;
	margin-top: 20px;
}

.profile-photo-container {
	position: relative;
}

.profile-photo-overlay {
	background-color: rgba(4, 152, 114, 0.35);
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	transition: all 0.3s ease;
}

.profile-photo-overlay:hover {
	background-color: rgba(4, 152, 114, 0);
}

/* Search form */
.search-form {
	font-size: 1.1em;
	margin: 50px 20px;
}

.search-form .input-group {
	width: 100%;
}

.search-form .input-group .form-control {
	background-color: #18191b;
	border: none;
	border-radius: 10px;
	color: #DDD;
	padding-left: 30px;
}

.form-control:focus {
	border-color: #000000;
	outline: 0;
	box-shadow: inset 0 1px 1px rgba(0, 0, 0, .075), 0 0 8px rgba(0, 0, 0, .6);
}

.form-control.highlight {
	background-color: #39ADB4;
	color: white;
}

.form-control.highlight::-webkit-input-placeholder {
	/* WebKit browsers */
	color: #ccc;
}

.form-control.highlight:-moz-placeholder {
	/* Mozilla Firefox 4 to 18 */
	color: #ccc;
	opacity: 1;
}

.form-control.highlight::-moz-placeholder {
	/* Mozilla Firefox 19+ */
	color: #ccc;
	opacity: 1;
}

.form-control.highlight:-ms-input-placeholder {
	/* Internet Explorer 10+ */
	color: #ccc;
}

.search-form .input-group {
	position: relative;
}

.fa-search {
	height: 32px;
	width: 32px;
	border: none;
	cursor: pointer;
	color: white;
	background: transparent;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 100;
}

.mobile-menu-icon {
	cursor: pointer;
	display: none;
}

.deslogar {
	cursor: pointer;
}

.left-nav li {
	font-weight: 400;
}

.left-nav a.active,
.left-nav a:hover {
	background: var(--primary-color);
	border-left: 8px solid white;
	color: #ffffff;
}

.left-nav a {
	color: white;
	display: block;
	background-color: var(--primary-color);
	padding: 19px 30px;
	font-size: 19px;
	transition: all 0.3s ease;
}

.left-nav .fa, .left-nav .fa-solid, .left-nav .fa-regular {
	margin-right: 15px;
}

/* 3. Right Column
------------------------------*/
.top-nav-container {
	background-color: white;
	padding: 28px 50px;
	box-shadow: 0px 0px 2px 2px rgba(161, 159, 159, 0.18);
}

.top-nav li {
	float: left;
	list-style: none;
}

.top-nav a {
	color: #7f7f7f;
	display: block;
	padding: 0 50px;
	border-left: 2px solid #c5c5c5;
}

.top-nav li:last-child a {
	border-right: 2px solid #c5c5c5;
}

.top-nav a:hover,
.top-nav a.active {
	color: #39ADB4;
}

/* Main Content Area */
.content {
	margin-top: 0px;
	min-height: 600px;
	padding: 0;
	overflow-x: hidden;
}

.content-container {
	padding: 20px 50px;
	min-height: 900px;
	height: 100%;
}

.flex-row {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
}

.col-1 {
	-webkit-flex: 1;
	-ms-flex: 1;
	flex: 1;
}

.col-2 {
	-webkit-flex: 2;
	-ms-flex: 2;
	flex: 2;
}

/* Content Widget */
.content-widget {
	border-radius: 15px;
	padding: 30px;
	position: relative;
	margin: 10px;
	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);

	min-height: 804px;
}

.content-widget.no-padding {
	padding: 0;
}

.fa-times {
	border-radius: 15px;
	color: white;
	cursor: pointer;
	padding: 4px 5px;
	position: absolute;
	top: 15px;
	right: 15px;
	z-index: 100;
	transition: all 0.3s ease;
}

.fa-heart {
	color: white;
	cursor: pointer;
	font-size: 1.4em;
	position: absolute;
	top: 30px;
	right: 30px;
	z-index: 100;
	transition: all 0.3s ease;
}

.fa-heart:hover {
	color: #39ADB4;
}

.progress {
	display: block;
}

#marca-foto {
	width: 100%;
}

.modal.show .modal-dialog {
	display: flex;
	justify-content: center;
}

.panel-default>.panel-heading {
	background-color: #39ADB4;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	color: white;
	padding: 15px;
}

.panel td img {
	width: 50px;
}

.alinhar-td {
	display: flex;
	flex-direction: column;
	align-items: center;
	font-weight: 800;
}

.alinhar-td img {
	mix-blend-mode: multiply;
}

.panel-default .fa-times {
	top: 12px;
	background-color: #67B5B9;
}

.panel-default .fa-times:hover {
	background-color: #297B7F;
}

.panel {
	border-radius: 15px;
}

.pagination-wrap {
	margin-right: 10px;
	text-align: right;
}

.pagination>li>a {
	border-color: #e82c34;
	color: #333333;
	margin: 2px;
	padding: 10px;
}

.pagination>li>a,
.pagination>li:first-child>a,
.pagination>li:last-child>a {
	border-radius: 10px;
}

.pagination>li>a:focus, .pagination>li>a:hover, .pagination>li>span:focus, .pagination>li>span:hover{
	color: #ffffff;
    background-color: #e82c34;
    border-color: #E9E8E8;
}

.pagination{
	display: flex;
    justify-content: end;
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover {
	background-color: #e82c34;
	border-color: #E9E8E8;
}

.pagination>.disabled>a, .pagination>.disabled>a:focus, .pagination>.disabled>a:hover, .pagination>.disabled>span, .pagination>.disabled>span:focus, .pagination>.disabled>span:hover{
	border-color: #e82c34;
}

.table {
	margin-bottom: 0;
}

.table>tbody>tr>td {
	/* padding: 10px 15px; */
}

.table>thead>tr>td {
	padding: 15px;
}

.media {
	margin-top: 0;
}

.media-body {
	vertical-align: middle;
}

.badge {
	background-color: #d6973d;
	border-radius: 5px;
	margin-left: 5px;
	padding: 5px 10px;
	vertical-align: top;
}

.img-bordered {
	border: 1px solid #ccc;
	padding: 3px;
}

/* 4. Charts & Maps - http://codepen.io/shoogledesigns/pen/BfLkA
----------------------------------------------------------------*/
.chart {
	width: 100%;
	height: 300px;
}

#timeline_div {
	height: auto;
}

/* JQVMap */
.jqvmap-zoomin, .jqvmap-zoomout {
	width: 15px;
	height: 15px;
}

.vmap {
	height: 300px;
}

/* 5. Login
------------------------------*/
.login-widget {
	max-width: 450px;
	min-height: 440px;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
	padding: 50px;
	border-radius: 15px;
}

.login-widget header {
	margin-bottom: 40px;
}

.login-widget header img {
	width: 100%;
}



.login-form .form-group:last-child {
	margin-bottom: 0;
}

#redefinir-senha {
	color: var(--primary-color);
	cursor: pointer;
	font-size: 15px;
}

#redefinir-senha-form, #codigo-email-form, #senha-form {
	display: none;
}

.input-group-addon {
	background: none;
	border-radius: 15px;
}

.input-group-addon i {
	font-size: 20px;
}

.input-group .form-control {
	height: 34px;
	border-radius: 15px;
}


.green-button,
.white-button {
	border-radius: 15px;
	padding: 10px 30px;
	text-transform: uppercase;
	transition: all 0.3s ease;
	font-size: 14px;
}

.green-button {
	background-color: var(--primary-color);
	border: none;
	color: white;
}

.green-button:hover {
	background-color: rgba(232, 44, 52, 0.7);
}

.white-button {
	background-color: white;
	border: 1px solid #39ADB4;
	color: #39ADB4;
}

.white-button:hover {
	background-color: #eff2f3;
}

.register-widget {
	max-width: 450px;
	padding: 15px;
	text-align: center;
}

.register-widget p {
	margin-bottom: 0;
}

.checkbox label {
	padding-left: 0;
}

.font {
	font-weight: normal;
	font-size: 16px;
}

/* Style checkboxes and radio buttons
http://webdesign.tutsplus.com/tutorials/quick-tip-easy-css3-checkboxes-and-radio-buttons--webdesign-8953 */
input[type="checkbox"] {
	display: none;
}

input[type="checkbox"]+label span {
	display: inline-block;
	width: 26px;
	height: 25px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../images/checkbox-radio-sheet-vermelho.png) left top no-repeat;
	cursor: pointer;
}

input[type="checkbox"]:checked+label span {
	background: url(../images/checkbox-radio-sheet-vermelho.png) -26px top no-repeat;
}

input[type="radio"] {
	display: none;
}

input[type="radio"]+label span {
	display: inline-block;
	width: 26px;
	height: 25px;
	margin: -1px 4px 0 0;
	vertical-align: middle;
	background: url(../images/checkbox-radio-sheet-vermelho.png) -52px top no-repeat;
	cursor: pointer;
}

input[type="radio"]:checked+label span {
	background: url(../images/checkbox-radio-sheet-vermelho.png) -78px top no-repeat;
}

/* 6. Manage Users
------------------------------*/
.sort-by:hover {
	color: #ded9d9;
}

.edit-btn {
	border: 1px solid #ddd;
	border-radius: 3px;
	color: black;
	padding: 5px 15px;
	transition: all 0.3s ease;
}

.edit-btn:hover {
	background-color: #39ADB4;
	border: 1px solid #39ADB4;
	color: white;
}

.link {
	color: black;
}

.link:hover {
	color: #39ADB4;
}

.overflow-hidden {
	overflow: hidden;
}

.user-table thead {
	background-color: var(--primary-color);
	color: white;
}

.panel>.table-responsive:last-child>.table:last-child, .panel>.table:last-child {
	border-bottom-right-radius: 10px;
	border-bottom-left-radius: 10px;
}

.table td {
	font-size: 15px;
}

.panel>.table:first-child {
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
}

.social-icons-container {
	background-color: #f4f3f3;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-justify-content: space-between;
	-ms-flex-pack: justify;
	justify-content: space-between;
	box-shadow: 0px 0px 1px 1px rgba(161, 159, 159, 0.1);
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 50px;
	border-bottom-left-radius: 10px;
	border-bottom-right-radius: 10px;
	border-top: 1px solid #dedede;
}

.social-icon-wrap {
	width: 33%;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-align-items: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-justify-content: center;
	-ms-flex-pack: center;
	justify-content: center;
}

.social-icon-wrap:nth-child(2) {
	border-left: 1px solid #dedede;
	border-right: 1px solid #dedede;
}

.social-icon {
	background-color: #a6a6a6;
	border-radius: 50%;
	color: white;
	cursor: pointer;
	font-size: 1.5em;
	padding-top: 8px;
	width: 35px;
	height: 35px;
	transition: all 0.3s ease;
}

.social-icon:hover {
	background-color: #39ADB4;
}

.content-img-bg {
	background-position: center;
	background-attachment: stretch;
	min-height: 300px;
}

.content-bg-img {
	position: absolute;
	top: 0;
	left: 0;
	border-radius: 10px;
	width: 100%;
	height: 100%;
}

.view-img-btn-wrap {
	position: absolute;
	bottom: 50px;
	left: 0;
	width: 100%;
	text-align: center;
}

.view-img-btn {
	background-color: #f4f3f3;
	border: none;
	border-radius: 5px;
	color: #a6a6a6;
	padding: 10px 50px;
	text-transform: uppercase;
	transition: all 0.3s ease;
}

.view-img-btn:hover {
	background-color: #39ADB4;
	color: white;
}

/* 7. Preferences
-------------------------------*/
.has-success .checkbox, .has-success .checkbox-inline, .has-success .control-label, .has-success .help-block,
.has-success .radio, .has-success .radio-inline, .has-success.checkbox label, .has-success.checkbox-inline label,
.has-success.radio label, .has-success.radio-inline label {
	color: #13895F;
}

.has-success .form-control {
	border-color: #13895F;
}

.has-warning .checkbox, .has-warning .checkbox-inline, .has-warning .control-label, .has-warning .help-block,
.has-warning .radio, .has-warning .radio-inline, .has-warning.checkbox label, .has-warning.checkbox-inline label,
.has-warning.radio label, .has-warning.radio-inline label {
	color: #CF922C;
}

.has-warning .form-control {
	border-color: #CF922C;
}

.has-error .checkbox, .has-error .checkbox-inline, .has-error .control-label, .has-error .help-block,
.has-error .radio, .has-error .radio-inline, .has-error.checkbox label, .has-error.checkbox-inline label,
.has-error.radio label, .has-error.radio-inline label {
	color: #D7425C;
}

.has-error .form-control {
	border-color: #D7425C;
}

.multi-select {
	min-width: 200px;
	height: 100px;
	overflow-y: scroll;
}

/* 8. Media Queries
------------------------------*/
@media screen and (max-width: 1199px) and (min-width: 991px) {
	.site-header {
		padding: 0;
	}

	.sidebar {
		width: 250px;
	}

	.search-form {
		margin: 20px;
	}

	nav li {
		font-size: 1em;
	}

	.left-nav a {
		padding: 15px;
	}

	.top-nav a {
		padding: 0 30px;
	}
}

@media screen and (max-width: 1199px) {
	.flex-row.flex-content-row {
		display: block;
	}
}

@media screen and (max-width: 992px) and (min-width: 768px) {

	.site-header,
	.search-form {
		margin: 15px;
	}

	.sidebar {
		width: 200px;
	}

	.site-header h1 {
		font-size: 1.6em;
	}

	.square {
		width: 20px;
		height: 20px;
	}

	.left-nav a.active,
	.left-nav a:hover {
		border-left: 6px solid #04447c;
	}

	.top-nav-container {
		padding: 17px 30px;
	}

	.top-nav a {
		padding: 0 15px;
	}
}

@media screen and (max-width: 992px) {
	nav li {
		font-size: 1em;
	}

	.left-nav a {
		padding: 15px 10px;
	}

	.content-container {
		padding: 0px;
	}
}

@media only screen and (min-width: 768px) {
	.left-nav {
		display: block !important;
	}
}

@media screen and (max-width: 767px) {
	.flex-row {
		display: block;
	}

	.sidebar{
		width: 100%;
	}

	.site-header {
		margin: 0px;
	}

	.site-header img{
		width: 70%;
	}

	.profile-photo-container {
		display: none;
		/* Hide profile photo on mobile view */
	}

	.search-form {
		margin: 10px;
	}

	.top-nav-container {
		padding: 10px;
	}

	.top-nav a {
		border-left: 1px solid #c5c5c5;
		padding: 0 7px;
	}

	.top-nav li:last-child a {
		border-right: 1px solid #c5c5c5;
	}

	.content-widget {
		max-width: 375px;
		min-height: 375px;
		padding: 15px;
		width: 100%;
	}

	/* Left column */
	.left-nav {
		display: none;
		position: fixed;
		top: 95px;
		right: 0px;
		width: 200px;
		z-index: 999;
	}

	.left-nav a.active,
	.left-nav a:hover {
		border-left: 5px solid #ffffff;
	}

	.mobile-menu-icon {
		cursor: pointer;
		display: block;
		position: absolute;
		top: 50px;
		right: 40px;
		z-index: 998;
	}

	.mobile-menu-icon .fa {
		color: #000000;
		background-color: #ffffff;
		font-size: 1.5em;
		width: 40px;
		height: 40px;
		padding-top: 9px;
		padding-left: 11px;
	}

	footer{
		display: none;
	}
}