/* Required height of parents of the Half Page Carousel for proper displaying carousel itself */

html,
body,
.view {
	font-family: "M PLUS 1p", sans-serif;
	height: 100%;
}

label.error {
	display: block;
	color: red;
}

p {
	color: #666;
	font-size: 13px;
}

;
.col1 {
	flex: 0 0 auto;
	width: 8.33333%;
}

.col2 {
	flex: 0 0 auto;
	width: 16.66667%;
}

.col3 {
	flex: 0 0 auto;
	width: 25%;
}

.col4 {
	flex: 0 0 auto;
	width: 33.33333%;
}

.col5 {
	flex: 0 0 auto;
	width: 41.66667%;
}

.col6 {
	flex: 0 0 auto;
	width: 50%;
}

.col7 {
	flex: 0 0 auto;
	width: 58.33333%;
}

.col8 {
	flex: 0 0 auto;
	width: 66.66667%;
}

.col9 {
	flex: 0 0 auto;
	width: 75%;
}

.col10 {
	flex: 0 0 auto;
	width: 83.33333%;
}

.col11 {
	flex: 0 0 auto;
	width: 91.66667%;
}

.col12 {
	flex: 0 0 auto;
	width: 100%;
}

/*===========================
  sortable
============================ */
body.dragging,
body.dragging * {
	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

ol.sortable {
	list-style: none;
	padding: 0 !important;
	margin: 0 !important;
}

ol.sortable li {
	padding: 0 !important;
	margin-bottom: 0.25rem !important;
}

ol.sortable li.placeholder {
	position: relative;
	list-style: none;
}

ol.sortable li.placeholder:before {
	position: absolute;
	content: "";
	width: 0;
	height: 0;
	margin-top: -5px;
	left: -5px;
	top: -4px;
	border: 5px solid transparent;
	border-left-color: red;
	border-right: none;
}

table.sorted_table tbody tr {
	cursor: pointer;
}

table.sorted_table tr.placeholder {
	background: red;
	position: relative;
	margin: 0;
	padding: 0;
	border: none;
}

table.sorted_table tr.placeholder:before {
	content: "";
	position: absolute;
	width: 0;
	height: 0;
	border: 5px solid transparent;
	border-left-color: red;
	margin-top: -5px;
	left: -5px;
	border-right: none;
}

/*===========================
  slider
============================ */

/* Half Page Carousel itself*/
.carousel {
	height: 33%;
}

.carousel .carousel-inner {
	height: 100%;
}

.carousel .carousel-inner .carousel-item,
.carousel .carousel-inner .active {
	height: 100%;
}


/* Adjustment for mobile devices*/

@media ( max-width: 776px) {
	.carousel {
		height: 100%;
	}
}


/*===========================
  Menu and Navigation
============================ */


/* Navbar animation */

.navbar {
	background-color: rgba(159, 214, 255, 0.7);
}

.top-nav-collapse {
	background-color: #9FD6FF;
}


/* Adding color to the Navbar on mobile */

@media only screen and (max-width: 768px) {
	.navbar {
		background-color: #9FD6FF;
	}
}


/*===========================
  services
============================ */

.services {
	padding: 40px 0 40px 0;
}

.services .text-center h2 {
	font-weight: 300;
	text-transform: uppercase;
	text-shadow: none;
	margin-bottom: 50px;
	font-size: 24px;
}

.services i {
	margin-top: 20px;
	margin-bottom: 10px;
	font-size: 50px;
	color: #ddd;
}

.services h3 {
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}

.services a label {
	display: block;
	color: #858796;
	margin-bottom: 20px;
	font-size: 16px;
	font-weight: 600;
	text-transform: uppercase;
	letter-spacing: 1px;
}


/*===========================
  action
============================ */

.action {
	overflow: visible;
	padding: 0px;
	width: 100;
	background: #f2f2f2;
	position: relative;
}

.action .left-text {
	padding: 70px 0;
	padding-right: 60px;
	width: 50%;
}

.action .left-text h4 {
	text-transform: uppercase;
	font-size: 24px;
	font-weight: 600;
	letter-spacing: 1px;
}

.action .left-text p {
	padding-top: 20px;
}

.action .left-text em {
	font-size: 16px;
	color: #aaa;
	font-weight: 300;
	font-style: normal;
}

.action .right-image {
	position: absolute;
	top: 0;
	right: 0;
	width: 50%;
	height: 100%;
	background-size: cover;
	background-position: 0 0;
	background-repeat: no-repeat;
}


/*===========================
  sidebar
============================ */

#skWrapper #skSideMenuToggle {
	display: none;
}

#skWrapper.toggled #skSideMenuToggle {
	display: inline;
}

#skWrapper .navbar,
#skWrapper .page-footer,
#skWrapper .container-fluid {
	padding-left: 18rem;
}

#skWrapper.noLeft .navbar,
#skWrapper.noLeft .page-footer,
#skWrapper.noLeft .container-fluid {
	padding-left: 0;
}

#skWrapper.toggled .navbar,
#skWrapper.toggled .page-footer,
#skWrapper.toggled .container-fluid {
	padding-left: 0;
}

#skWrapper.toggled #skSidebarWrapper {
	margin-left: 0;
}

#skSidebarWrapper {
	min-height: 100vh;
	height: 100%;
	overflow-y: auto;
	padding: 0 1rem 1rem;
	margin-left: -18rem;
	z-index: 1050;
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	background-color: #fff;
	position: fixed !important;
	-webkit-transition: margin .25s ease-out;
	-moz-transition: margin .25s ease-out;
	-o-transition: margin .25s ease-out;
	transition: margin .25s ease-out;
}

#skSidebarWrapper .sidebar-heading {
	padding: 1rem 1rem;
}

#skSidebarWrapper .list-group {
	width: 15rem;
}

#skSidebarWrapper .list-group .active {
	-webkit-box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	box-shadow: 0 2px 5px 0 rgba(0, 0, 0, 0.16), 0 2px 10px 0 rgba(0, 0, 0, 0.12);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}

#skContentWrapper {
	padding-top: 66px;
	min-width: 100vw;
}

#skContentWrapper .container-fluid {
	min-height: calc(100vh - 138px);
}

@media ( min-width: 991.98px) {
	#skSidebarWrapper {
		margin-left: 0;
	}
	#skContentWrapper {
		min-width: 0;
		width: 100%;
	}
	#skWrapper.toggled #skSidebarWrapper {
		margin-left: -18rem;
	}
}

@media ( max-width: 991.98px) {
	#skWrapper #skSideMenuToggle {
		display: inline;
	}
	#skWrapper .navbar,
	#skWrapper .page-footer,
	#skWrapper .container-fluid {
		padding-left: 0rem;
	}
	#skWrapper.toggled .navbar,
	#skWrapper.toggled .page-footer,
	#skWrapper.toggled .container-fluid {
		padding-left: 18rem;
	}
}

.sidebar-fixed .logo-wrapper {
	padding: 0.5rem;
}

.sidebar-fixed .logo-wrapper img {
	max-height: 50px;
}

@media ( max-width: 1199.98px) {
	.sidebar-fixed {
		display: none;
	}
}


/*===========================
  border
============================ */

.bqr-primary {
	border-right: 3px solid #4285f4 !important;
}

.border-bottom-primary {
	border-bottom: 3px solid #4285f4 !important;
}

.bqr-success {
	border-left: 3px solid #00c851 !important;
}

.border-bottom-success {
	border-bottom: 3px solid #00c851 !important;
}

.bqr-info {
	border-left: 3px solid #33b5e5 !important;
}

.border-bottom-info {
	border-bottom: 3px solid #33b5e5 !important;
}

.bqr-warning {
	border-right: 3px solid #ffbb33 !important;
}

.border-bottom-warning {
	border-bottom: 3px solid #ffbb33 !important;
}

.bqr-danger {
	border-left: 3px solid #ff3547 !important;
}

.border-bottom-danger {
	border-bottom: 3px solid #ff3547 !important;
}


/*===========================
  background
============================ */

.bg-gradient-primary {
	background-color: #4e73df;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #4e73df), to(#224abe));
	background-image: linear-gradient(180deg, #4e73df 10%, #224abe 100%);
	background-size: cover;
}

.bg-gradient-success {
	background-color: #1cc88a;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #1cc88a), to(#13855c));
	background-image: linear-gradient(180deg, #1cc88a 10%, #13855c 100%);
	background-size: cover;
}

.bg-gradient-info {
	background-color: #36b9cc;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #36b9cc), to(#258391));
	background-image: linear-gradient(180deg, #36b9cc 10%, #258391 100%);
	background-size: cover;
}

.bg-gradient-warning {
	background-color: #f6c23e;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #f6c23e), to(#dda20a));
	background-image: linear-gradient(180deg, #f6c23e 10%, #dda20a 100%);
	background-size: cover;
}

.bg-gradient-danger {
	background-color: #e74a3b;
	background-image: -webkit-gradient(linear, left top, left bottom, color-stop(10%, #e74a3b), to(#be2617));
	background-image: linear-gradient(180deg, #e74a3b 10%, #be2617 100%);
	background-size: cover;
}

.bg-gray-100 {
	background-color: #f8f9fc !important;
}

.bg-gray-200 {
	background-color: #eaecf4 !important;
}

.bg-gray-300 {
	background-color: #dddfeb !important;
}

.bg-gray-400 {
	background-color: #d1d3e2 !important;
}

.bg-gray-500 {
	background-color: #b7b9cc !important;
}

.bg-gray-600 {
	background-color: #858796 !important;
}

.bg-gray-700 {
	background-color: #6e707e !important;
}

.bg-gray-800 {
	background-color: #5a5c69 !important;
}

.bg-gray-900 {
	background-color: #3a3b45 !important;
}

.o-hidden {
	overflow: hidden !important;
}

.text-xs {
	font-size: .7rem;
}

.text-lg {
	font-size: 1.2rem;
}

.text-gray-100 {
	color: #f8f9fc !important;
}

.text-gray-200 {
	color: #eaecf4 !important;
}

.text-gray-300 {
	color: #dddfeb !important;
}

.text-gray-400 {
	color: #d1d3e2 !important;
}

.text-gray-500 {
	color: #b7b9cc !important;
}

.text-gray-600 {
	color: #858796 !important;
}

.text-gray-700 {
	color: #6e707e !important;
}

.text-gray-800 {
	color: #5a5c69 !important;
}

.text-gray-900 {
	color: #3a3b45 !important;
}


/*===========================
  Footer
  ===========================*/

footer p {
	color: #666;
	font-size: 12px;
	font-weight: 300;
	color: #666;
}

footer h4 {
	margin-bottom: 30px;
	text-transform: uppercase;
	text-shadow: none;
	font-weight: 550;
	color: #272727;
}

footer .btn-gamp a {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #fff;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 45px;
	margin-right: 170px;
	margin-top: 20px;
	background: #272727;
	border: 1px solid #fff;
	border-radius: 0px;
}

footer .btn-gamp a:hover {
	background: #fff;
	color: #272727;
	opacity: 0.8;
	transition: all 0.5s;
}

footer .btn-gamp input {
	font-size: 12px;
	text-transform: uppercase;
	letter-spacing: 3px;
	color: #272727;
	width: 180px;
	height: 60px;
	text-align: center;
	display: inline-block;
	line-height: 56px;
	border-radius: 0px;
	border: 1px solid #fff;
}