﻿@import url('https://fonts.googleapis.com/css?family=Lato:100,100i,300,300i,400,400i,700,700i,900,900i');

* {
	margin: 0;
	padding: 0;
	word-wrap: break-word;
	box-sizing: border-box;
}

body {
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	color: #656565;
}

p {
	margin: 0 0 10px;
}

img {
	border: 0;
}

a, a:link, a:visited {
	text-decoration: none;
	outline: 0;
	color: #778aa1;
}

a:hover {
	text-decoration: underline;
}

ul {
	list-style: none;
}

header, footer, section, article, aside, nav, menu {
	display: block;
}

.btn::-moz-focus-inner {
	border:0;
	padding:0;
} /* To remove extra padding from input button... .button is the class name of the input button */








.clr {
	clear: both;
}

.fl {
	float: left;
}

.fr {
	float: right;
}

.null {
	line-height: 0;
	font-size: 0;
}

h1, h2, h3, h4, h5, h6 {
	margin: 20px 0 15px;
	font-weight: 600;
}

h1 {
	font-size: 45px;
}

h2, h3 {
	font-size: 40px;
	text-transform: uppercase;
	margin: 20px 0 40px;
	display: inline-block;
	padding: 0 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);
	/*line-height: 30px;*/
}

h3 {
	font-size: 32px;
	/*line-height: 24px;*/
}

h4 {
	font-size: 22px;
}

h5 {
	font-size: 18px;
}

h6 {
	font-size: 16px;
}

hr {
	margin: 15px 0;
	border: none;
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}










.container {
	width: 1170px;
	margin: auto;
}

.container-fluid {
	width: 100%;
	padding: 0 10px;
}

.row {
	margin: 0 -10px;
}

.row:after {
	content: "";
	display: table;
	clear: both;
}

[class^="col-"] {
	float: left;
	padding: 0 10px;
}

.col-sm-1 {width: 8.3333333333%;}

.col-sm-2 {width: 16.6666666666%;}

.col-sm-3 {width: 25%;}

.col-sm-4 {width: 33.3333333333%;}

.col-sm-5 {width: 41.6666666666%;}

.col-sm-6 {width: 50%;}

.col-sm-7 {width: 58.3333333333%;}

.col-sm-8 {width: 66.6666666666%;}

.col-sm-9 {width: 75%;}

.col-sm-10 {width: 83.3333333333%;}

.col-sm-11 {width: 91.6666666666%;}

.col-sm-12 {width: 100%;}

.col-1 {width: 8.3333333333%;}

.col-2 {width: 16.6666666666%;}

.col-3 {width: 25%;}

.col-4 {width: 33.3333333333%;}

.col-5 {width: 41.6666666666%;}

.col-6 {width: 50%;}

.col-7 {width: 58.3333333333%;}

.col-8 {width: 66.6666666666%;}

.col-9 {width: 75%;}

.col-10 {width: 83.3333333333%;}

.col-11 {width: 91.6666666666%;}

.col-12 {width: 100%;}




.form-holder, .form-holder-hr {
	margin: 0 0 20px;
}

.form-chk-radio {
	margin: 15px 0;
}

.form-holder:last-of-type, .form-holder-hr:last-of-type, .form-chk-radio:last-of-type {
	margin: 0;
}

.form-holder label {
	display: block;
	margin: 0 0 8px;
	font-size: 16px;
	font-weight: bold;
	line-height: normal;
}

.form-holder-hr {
	display: flex;
	align-items: center;
}

.form-holder-hr label {
	flex-basis: 35%;
	padding: 0 5px 0 0;
}

.form-holder-hr .text-box {
	flex-basis: 65%;
}

.form-chk-radio input[type="checkbox"], .form-chk-radio input[type="radio"] {
	margin: 0 8px 0 0;
	position: relative;
}

.form-chk-radio label {
	display: inline-block;
	padding: 0 10px 0 0;
}

.form-chk-radio label:last-of-type {
	padding: 0;
}

label span {
	color: red;
}

.text-box {
	width: 100%;
	height: 44px;
	padding: 0 15px;
	border-radius: 3px;
	border: none;
	color: #656565;
	font-family: 'Lato', sans-serif;
	font-size: 16px;
	/*font-weight: bold;*/
	border: 1px solid rgba(0, 0, 0, 0.3);
	background: white;
}

.text-box:focus {
	outline: none;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.4);
}

.area {
	height: 100px;
	resize: none;
	padding: 10px;
}

.select {
	color: transparent;
	text-shadow: 0 0 0 #656565;
}

.btn, a.btn {
	display: inline-block;
	text-decoration: none;
	text-align: center;
	padding: 8px 15px;
	-webkit-appearance: none;
	background: #f6f6f6;
	border-radius: 3px;
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #656565;
	cursor: pointer;
	font-size: 14px;
}

.btn:hover, a.btn:hover {
	background: #eee;
}

.btn:focus, a.btn:focus {
	outline: none;
}

.btn-large, a.btn-large, .btn-block, a.btn-block {
	padding: 12px 30px;
	font-size: 16px;
}

.btn-small, a.btn-small {
	padding: 3px 8px;
	font-size: 11px;
	border-radius: 2px;
}

.btn-block, a.btn-block {
	display: block;
	width: 100%;
}

.btn-success, .btn-warning, .btn-error, .btn-primary {
	color: white;
}

.btn-success {
	background: #5cb85c;
	border: 1px solid #449d44;
}

.btn-success:hover {
	background: #449d44;	
}

.btn-warning {
	background: #f0ad4e;
	border: 1px solid #ec971f;
}

.btn-warning:hover {
	background: #ec971f;	
}

.btn-error {
	background: #c84646;
	border: 1px solid #bb3535;
}

.btn-error:hover {
	background: #bb3535;	
}

.btn-primary {
	background: #218597;
	border: 1px solid #137384;
}

.btn-primary:hover {
	background:  #137384;	
}

.disabled, .disabled:hover {
	opacity: 0.6;
	pointer-events: none;
	color: rgba(255, 255, 255, .5);
}

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

.text-center {
	text-align: center;
}


.title-caps {
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
	padding: 0 0 10px;
	text-transform: uppercase;
}



/* - - - - - Header Module Starts - - - - - */


header {
	/*padding: 10px;*/
	background: #2f2f2f;
	color: white;
	margin: 0 0 20px;
}

.stickey-header {
	position: fixed;
	width: 100%;
	top: 0;
	z-index: 99;
}

.stickey-header + div {
	margin-top: 73px;
}

header .col-12, .main-nav > ul, .right-nav > ul {
	display: flex;
	flex-flow: row wrap;
	align-items: center;
}

header .col-12 {
	flex-flow: row;
}

.main-nav > ul {
	justify-content: flex-end;
}

.logo {
	margin: 0 30px -24px 0;
}

.logo img {
	max-width: 100%;
}

.main-nav {
	flex: 1;
}

.main-nav > ul > li {
	margin: 0 1px 0 0;
}

.main-nav > ul > li:first-of-type {
	display: none;
}

.main-nav > ul > li:last-of-type, .right-nav > ul > li:first-of-type {
	margin: 0;
}

.main-nav > ul > li a, .main-nav > ul > li a:link, .main-nav > ul > li a:visited {
	display: block;
	padding: 27px 20px;
	color: rgba(255, 255, 255, 0.7);
}

.main-nav > ul > li a:hover, .main-nav > ul > li.active a {
	text-decoration: none;
	background: #474747;
	color: white;
}

.right-nav > ul > li {
	margin: 0 0 0 10px;
}

.avatar-holder {
	position: relative;
	display: flex;
	align-items: center;
}

.avatar {
	width: 30px;
	height: 30px;
	display: inline-block;
	margin: 0 0 0 15px;
	border-radius: 50%;
	box-shadow: 0 0 2px 0 rgba(255, 255, 255, 0.3);
}

.avatar img {
	width: 100%;
}

.settings-popup {
	min-width: 90px;
	max-width: 140px;
	position: absolute;
	border-radius: 0 0 5px 5px;
	background: white;
	box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
	padding: 5px 10px;
	top: 45px;
	right: 0;
	visibility: hidden;
	opacity: 0;
	transition: 0.2s;
	transform: translateY(20px);
}

.avatar-holder:hover .settings-popup {
	visibility: visible;
	opacity: 1;
	transform: translateY(0);
}

.settings-popup:after {
	border: 5px solid transparent;
	border-top: none;
	border-bottom: 5px solid white;
	content: "";
	position: absolute;
	right: 10px;
	top: -5px;
}

.settings-popup li {
	margin: 5px 0;
}

.nav-toggler {
	width: 20px;
	cursor: pointer;
	float: right;
	display: none;
	margin: 0 0 0 20px;
}

.nav-toggler span {
	display: block;
	height: 1px;
	background: white;
	margin: 5px 0 0;
}


/* - - - - - Header Module Starts - - - - - */




/* - - - - - UL Module Starts - - - - - */


.ul-split {
	display: flex;
	flex-flow: wrap;
}

.ul-split > li {
	flex-basis: 50%;
	margin: 0 0 5px 0;
	padding: 0 5px;
}

/*.ul-split > li > a, .ul-split > li > a:link, .ul-split > li > a:visited {
	display: block;
	padding: 6px 10px;
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.ul-split > li > a:hover, .ul-split > li.active > a {
	text-decoration: none;
	background: rgba(0, 0, 0, 0.05);
}*/

.ul-split-3 > li {
	flex-basis: 33.3333%;
}

.ul-split-4 > li {
	flex-basis: 25%;
}

.ul-events {
	padding: 5px 0;
}

.ul-list > li {
	display: flex;
	margin: 0 0 10px;
	align-items: flex-start;
}

[class^="ul-split"].ul-list > li {
	/*padding-right: 10px;*/
}

.ul-list > li > span {
	flex: 1;
	padding: 0 10px 0 0;
}

.ul-list > li .btn {
	min-width: 50px;
	margin: 0 0 0 2px;
}

.ul-list > li > .fa {
	margin: 2px 5px 0 0;
}

.ul-decimal li {
  counter-increment: decimal;
  margin: 0 0 5px;
  padding: 0 0 0 25px;
  position: relative;
}

.ul-decimal li:before {
  content: counter(decimal);
  padding: 2px 5px;
  margin: 0 5px 0 0;
  margin: 0 8px 0 -25px;
  color: white;
  background: #07b5da;
  font-size: 13px;
}

.ul-decimal ul {
  margin: 10px 0;
}

.ul-decimal ul li {
  counter-increment: decimalPoint;
}

.ul-decimal ul li:before {
  content: counter(decimal) "." counter(decimalPoint);
  background: #60d6ef;
  text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.ul-inline {
	display: flex;
	flex-flow: row wrap;
}

.ul-inline li {
	padding: 5px;
}


/* - - - - - UL Module Ends - - - - - */




/* - - - - - Table Module Starts - - - - - */


.table-holder {
	overflow: auto;
}

table {
	width: 100%;
	border-collapse: collapse;
}

table th {
	padding: 8px;
}

table td {
	padding: 5px 8px;
}

table th {
	text-align: left;
	text-transform: uppercase;
	font-size: .9em;
}

.table-bordered td, .table-bordered th {
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.table-striped td, .table-striped th {
	border-right: 1px solid rgba(255, 255, 255, 0.7);
}

.table-striped tr:nth-of-type(odd) {
	background: #dbf6fb;
}

.table-striped tr:nth-of-type(even) td {
	border-right: 1px solid rgba(0, 0, 0, 0.05);
}

.table-striped tr:nth-of-type(even) td:last-of-type {
	border: none;
}

.table-striped tr:first-of-type {
	background: rgba(0, 0, 0, 0.05);
}

.table-striped-vertical th, .table-striped-vertical td {
	border-bottom: 1px solid rgba(255, 255, 255, 0.7);
}

.table-striped-vertical tr td:nth-of-type(even) {
	border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.table-striped-vertical tr:last-of-type td {
	border: none;
}

.table-striped-vertical tr td:nth-child(odd) {
	background: #dbf6fb;	
}

.table-striped-vertical tr:first-of-type th:nth-of-type(odd) {
	background: #d0e9ee;
}

.table-striped-vertical tr:first-of-type th:nth-of-type(even) {
	background: rgba(0, 0, 0, 0.05);
}




/* - - - - - Table Module Ends - - - - - */



/* - - - - - Flash messages Module Starts - - - - - */


.flash-message {
	border-radius: 6px;
	padding: 8px 25px 8px 12px;
	font-size: 16px;
	color: black;
	margin: 10px auto;
	max-width: 500px;
	border-top: 1px solid rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.15);
}

.error-message {
	background: #f7d7d7;
}

.success-message {
	background: #d6f6c7;
}

.warning-message {
	background: #fae8d0;
}

.flash-cancel {
	float: right;
	display: block;
	cursor: pointer;
	margin: 0 -17px 0 0;
	width: 20px;
	height: 20px;
	border-radius: 50%;
	background: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	text-align: center;
	line-height: 15px;
	font-size: 14px;
	color: rgba(0, 0, 0, 0.5);
}


/* - - - - - Flash messages Module Endss - - - - - */



/* - - - - - Tabs Module Starts - - - - - */


.tabs {
  display: flex;
  border-bottom: 1px solid #dfdfdf;
  padding: 0 0 0 5px;
}

.tabs li {
  padding: 7px 20px;
  border: 1px solid #dfdfdf;
  border-bottom: none;
  border-radius: 2px 8px 0 0;
  cursor: pointer;
  margin: 0 0 0 -1px;
  text-shadow: 1px 1px 0 white;
  background: #f3f3f3;
  box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, 0.7);
}

.tabs li:hover, .tabs li.active {
  background: white;
  border-top: 1px solid #b1b1b1;
}

.tabs li.active {
  margin-bottom: -1px;
}

.tab-containers {
	border-bottom: 1px solid #dfdfdf;
	padding: 10px;
	display: none;
}

.tab-containers .tabs {
	margin: 10px 0 0;
	border-bottom: 1px solid #dfdfdf;
}

.tab-containers .tabs li {
	padding: 5px 10px;
	font-size: .85em;
	box-shadow: inset 0 1px 0 0 rgba(255, 255, 255, .7);
}

.tab-containers .tabs li.active {
	margin-bottom: -1px;
}

.tab-containers .tabs li.active, .tab-containers .tabs li:hover {
	/*box-shadow: inset 0 1px 0 0 #bb3535;*/
	border-top: 1px solid #b1b1b1;
}

.tab-containers .tab-containers {
	padding: 10px 0 0;
	border: none; 
}


/* - - - - - Tabs Module Ends - - - - - */




/* - - - - - Pagination Module starts - - - - - */


.pagination {
  padding: 15px 0 0;
  margin: 15px 0 0;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
}

.pagination ul {
  display: flex;
  justify-content: center;
  flex-flow: row wrap;
}

.pagination ul li {
  margin: 0 5px 0 0;
  text-align: center;
  position: relative;
  font-size: 14px;
  line-height: 15px;
}

.pagination ul li a, .pagination ul li a:link, .pagination ul li a:visited {
  text-decoration: none;
  display: block;
  padding: 6px 0 0;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  color: #96a2a7;
  background: #f3f4f5;
  box-shadow: inset 0 -1px 1px 0 white;
  border: 1px solid #dee1e2;
}


.pagination ul li:first-of-type a, .pagination ul li:last-of-type a {
  width: auto;
  box-shadow: inset 0 -1px 1px 0 white;
}

.pagination ul li a:hover, .pagination ul li.active a {
  box-shadow: inset 0 1px 1px 0 white;
  color: #2e7897;
}

.pagination ul li.active a {
	cursor: text;
}

.pagination ul li:first-of-type a:hover, .pagination ul li:last-of-type a:hover {
  box-shadow: inset 0 1px 1px 0 white;
}

.pagination ul li:first-of-type {
  margin: 0 -12px 0 0;
}

.pagination ul li:first-of-type a {
  border-radius: 25px 0 0 25px;
  padding: 6px 20px 5px 15px;
}

.pagination ul li:last-of-type {
  margin: 0 0 0 -18px;
}

.pagination ul li:nth-last-child(2) {
  position: relative;
  z-index: 1;
}

.pagination ul li:last-of-type a {
  border-radius: 0 25px 25px 0;
  padding: 6px 15px 5px 20px;
}



/* - - - - - Pagination Module Ends - - - - - */




/* - - - - - Breadcrumb Module Starts - - - - - */


.breadcrumb-holder {
  margin: 15px 0;
  font-size: 14px;
}

.breadcrumb-holder ul {
  display: flex;
}

.breadcrumb-holder li:last-of-type a {
  cursor: text;
}

.breadcrumb-holder li a, .breadcrumb-holder li a:link, .breadcrumb-holder li a:visited {
  text-decoration: none;
  display: block;
  padding: 4px 5px 6px 20px;
  color: #666;
  background: #e7e7e7;
  position: relative;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.7);
}

.breadcrumb-holder li:first-of-type a {
  padding: 4px 5px 6px 12px;
  border-radius: 3px 0 0 3px;
}

.breadcrumb-holder li a:before, .breadcrumb-holder li a:after {
  content: "";
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translate(0, -50%);
  right: -12px;
  border: 14px solid transparent;
  border-right: none;
  border-left: 13px solid #e7e7e7;
}

.breadcrumb-holder li a:before {
  right: -13px;
  border-left: 13px solid white;
}

.breadcrumb-holder li a:hover, .breadcrumb-holder li:last-of-type a {
  background: #f3f3f3;
  text-shadow: 1px 1px 0 rgba(255, 255, 255, 1);
}

.breadcrumb-holder li a:hover:after, .breadcrumb-holder li:last-of-type a:after {
 border-left: 13px solid #f3f3f3;
}

.breadcrumb-holder li:last-of-type a:before {
	border-left: 13px solid #e0e0e0;
}



/* - - - - - Breadcrumb Module ends - - - - - */




/* - - - - - Accordion/Collapse Module Starts - - - - - */


.accordion-title {
	background: #555d68;
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
	border-radius: 5px;
	box-shadow: inset 0 -1px 0 rgba(0, 0, 0, 0.1);
	color: white;
	cursor: pointer;
	font-size: 16px;
	padding: 10px 15px;
	position: relative;
	text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.2);
}

.accordion-title.active:after {
	border: 6px solid transparent;
	border-bottom: none;
	border-top: 6px solid #299fdd;
	bottom: -6px;
	content: "";
	left: 12px;
	position: absolute;	
}

.accordion-title:hover, .accordion-title.active {
	background: #299fdd;
	box-shadow: none;
}


.accordion-container {
	background: #f8f8f8;
	border-left: 2px solid #ededed;
	border-right: 2px solid #ededed;
	display: none;
	font-size: 14px;
	margin: 0 10px;
	padding: 10px 15px;
}

.accordion-container:last-of-type {
	border-bottom: 2px solid #ededed;
	border-radius: 0 0 10px 10px;
}



/* - - - - - Accordion/Collapse Module endss - - - - - */




/* - - - - - Search Module Starts - - - - - */



.compact-search, .compact-search-2, .compact-search-3 {
	display: flex;
	margin: 15px 0;
}

.compact-search .text-box {
	border: 1px solid #f7f7f7;
	border-radius: 25px 0 0 25px;
	border-right: none;
	height: 45px;
	font-size: 15px;
	padding: 0 12px 0 20px;
	flex: 1;
}

.compact-search .btn {
	border: 1px solid #eaeaea;
	border-radius: 0 25px 25px 0;
	font-size: 14px;
}

.compact-search .fa {
	font-size: 22px;
}

/* - - - - - */

.compact-search-2 .text-box {
	background: #f7f7f7;
	border: 1px solid #eaeaea;
	border-radius: 25px;
	flex: 1;
	font-size: 15px;
	height: 45px;
	padding: 0 55px 0 20px;
}

.compact-search-2 .btn {
	background: #e5e5e5;
	border: 1px solid white;
	border-radius: 50%;
	height: 45px;
	margin: 0 0 0 -43px;
	padding: 0;
	width: 45px;
}

.compact-search-2 .fa {
	font-size: 18px;
	color: black;
	text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);
}

/* - - - - - */

.compact-search-3 .text-box {	
	border: 5px solid #f6f6f6;
	border-radius: 25px;
	box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.2);
	font-size: 15px;
	height: 45px;	
	margin-right: -20px;
	padding: 0 15px;
	position: relative;
}

.compact-search-3 .btn {
	border: 1px solid #eaeaea;
	border-radius: 0 25px 25px 0;
	padding-left: 30px;
}

.compact-search-3 .fa {
	font-size: 22px;
}



/* - - - - - Search Module Ends - - - - - */




/* - - - - - Toggle Switch Module Starts - - - - - */


.chk-toggle {
	display: none;
}

.switch {
	background: #3487b7;
	border: 2px solid #1e6f9d;
	border-radius: 25px;
	cursor: pointer;
	height: 35px;
	padding: 1px;
	position: relative;
	width: 78px;
}

.switch:before, .switch:after {
	position: absolute;
	color: white;
	top: 7px;
}

.switch:before {
	content: "OFF";
	left: 10px;
	opacity: 0;
}

.switch:after {
	content: "ON";
	right: 10px;
}

.toggle {
	background: #d8d8d8;
	background: -o-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -ms-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -webkit-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -moz-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: linear-gradient(-135deg, #d8d8d8, #ffffff);
	border-bottom: 2px solid #cecece;
	border-left: 2px solid #cecece;
	border-right: 2px solid white;
	border-top: 2px solid white;
	border-radius: 50%;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.15);
	height: 29px;
	left: 1px;
	position: absolute;
	transform: rotate(-45deg);
	width: 29px;
	z-index: 3;
}

.chk-toggle:checked + .switch {
	background: #f8f8f8;
	border: 2px solid #e6e6e6;
}

.chk-toggle:checked + .switch .toggle {
	background: #1e6f9d;
	background: -o-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -ms-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -webkit-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -moz-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: linear-gradient(180deg, #3487b7, #1e6f9d);
	border-bottom: 2px solid #b8b8b8;
	border-left: 2px solid #b8b8b8;
	box-shadow: inset 0 0 5px 0 rgba(0, 0, 0, 0.4);
	left: auto;
	right: 1px;
}

.chk-toggle:checked + .switch:before {
	opacity: 1;
	color: #a4a4a4;
	text-shadow: 1px 1px 0 white;
}


/* Animated toggle switch */

.switch-anim {
	background: #1e6f9d;
	background: -o-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -ms-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -webkit-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -moz-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: linear-gradient(180deg, #3487b7, #1e6f9d);
	border: 3px solid #2476a4;
	border-radius: 25px;
	cursor: pointer;
	height: 36px;
	overflow: hidden;
	position: relative;
	transition: 0.1s;
	width: 90px;
}

.toggle-anim {
	background: #d8d8d8;
	background: -o-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -ms-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -webkit-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -moz-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: linear-gradient(-135deg, #d8d8d8, #ffffff);
	border-bottom: 2px solid #cecece;
	border-left: 2px solid #f1f1f1;
	border-right: 2px solid #f1f1f1;
	border-top: 2px solid white;
	border-radius: 25px;
	left: 0;
	height: 100%;
	position: relative;
	transition: 0.1s;
	width: 50%;
	z-index: 3;
}

.toggle-anim:after {
	background: #1e6f9d;
	background: -o-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -ms-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -webkit-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -moz-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: linear-gradient(180deg, #3487b7, #1e6f9d);
	border-radius: 50%;
	content: "";
	height: 15px;
	left: 50%;
	position: absolute;
	top: 50%;
	transform: translate(-50%, -50%);
	width: 15px;
}

.switch-on, .switch-off {
	border-radius: 25px;
	height: 100%;
	position: absolute;
	top: 0;
	transition: 0.1s;
	width: 100%;
}

.switch-on {
	background: #1e6f9d;
	background: -o-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -ms-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -webkit-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -moz-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: linear-gradient(180deg, #3487b7, #1e6f9d);
	color: white;
	left: 0;
	padding: 7px 10px 0 0;
	text-align: right;
}

.switch-off {
	background: #e6e6e6;
	background: -o-linear-gradient(180deg, #f8f8f8, #e6e6e6);
	background: -ms-linear-gradient(180deg, #f8f8f8, #e6e6e6);
	background: -webkit-linear-gradient(180deg, #f8f8f8, #e6e6e6);
	background: -moz-linear-gradient(180deg, #f8f8f8, #e6e6e6);
	background: linear-gradient(180deg, #f8f8f8, #e6e6e6);
	color: #a4a4a4;
	left: -50%;
	padding: 7px 0 0 10px;
	text-shadow: 1px 1px 0 white;
}

.chk-toggle:checked + .switch-anim {
	border: 3px solid #e6e6e6;
	background: none;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
	background: #1e6f9d;
	background: -o-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -ms-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -webkit-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: -moz-linear-gradient(180deg, #3487b7, #1e6f9d);
	background: linear-gradient(180deg, #3487b7, #1e6f9d);
	border: 2px solid #1e6f9d;
}

.chk-toggle:checked + .switch-anim .toggle-anim:after {
	background: #d8d8d8;
	background: -o-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -ms-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -webkit-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: -moz-linear-gradient(-135deg, #d8d8d8, #ffffff);
	background: linear-gradient(-135deg, #d8d8d8, #ffffff);
}

.chk-toggle:checked + .switch-anim .switch-on {
	left: 50%;
}

.chk-toggle:checked + .switch-anim .switch-off {
	left: 0;
}

.chk-toggle:checked + .switch-anim .toggle-anim {
	left: 50%;
}



/* - - - - - Toggle Switch Module Ends - - - - - */




/* - - - - - Tooltip Module Starts - - - - - */



.tooltip {
	background: white;
	border-bottom: 2px solid #a2a2a2;
	border-radius: 5px;
	box-shadow: 0 0 2px 0 rgba(0, 0, 0, 0.2);
	left: 50%;
	max-width: 250px;
	opacity: 0;
	padding: 6px 10px;
	position: absolute;
	text-align: center;
	top: -52px;
	transition: 0.1s;
	transform: translate(-50%, 0);
	visibility: hidden;
}

.tooltip:after {
	border: 5px solid transparent;
	border-bottom: none;
	border-top-color: #a2a2a2;
	bottom: -7px;
	content: "";
	left: 50%;
	position: absolute;
	transform: translate(-50%, 0);
}



/* - - - - - Tooltip Module Ends - - - - - */





/* - - - - - Modal box Module Starts - - - - - */



.modal-holder {
	position: fixed;
	overflow: hidden;
	background: rgba(255, 255, 255, .6);
	width: 100%;
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0;
	transition: .3s;
	visibility: hidden;
	z-index: 999;
}

.modal-popup {
	opacity: 1;
	visibility: visible;
}

.modal {
	background: white;
	border-radius: 10px;
	text-align: left;
	padding: 15px;
	position: absolute;
	min-height: 100px;
	max-height: 80%;
	min-width: 200px;
	max-width: 80%;
	max-width: 900px;  
	overflow: auto;
	box-shadow: 0 0 10px 0 rgba(0, 0, 0, 0.2);
	left: 50%;
	top: 50%;
	transition: .3s;
	transform: translate(-50%, -150%) scale(0, 1);
}

.modal-popup .modal {
	transform: translate(-50%, -50%) scale(1, 1);
}

.small-modal .modal {
	width: 450px;
}

.medium-modal .modal {
	width: 650px;
}

a.close-modal {
	position: absolute;
	top: 7px;
	right: 7px;
	background: rgba(0, 0, 0, .6);
	width: 20px;
	height: 20px;
	border-radius: 50%;
	color: white;
	text-decoration: none;
	text-align: center;
	line-height: 16px;
}

.modal-header {
	padding: 0 20px 6px 0;
	border-bottom: 1px solid #cecece;
	text-transform: uppercase;
}

.modal-body {
	padding: 15px 0 0;
}



/* - - - - - Modal box Module Ends - - - - - */




/* - - - - - Margin - Padding classes - - - - - */


.no-pad {
	padding: 0 !important;
}

.padding-tb-10 {
	padding-top: 10px;
	padding-bottom: 10px;
}

.padding-tb-15 {
	padding-top: 15px;
	padding-bottom: 15px;
}

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

.padding-top-15 {
	padding-top: 15px;
}

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

.padding-bottom-15 {
	padding-bottom: 15px;
}

/* Margins */

.no-margin {
	margin: 0 !important
}

.margin-auto {
	margin-left: auto;
	margin-right: auto;
}

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

.margin-tb-15 {
	margin-top: 15px;
	margin-bottom: 15px;	
}

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

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

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

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


/* - - - - - Margin - Padding classes - - - - - */



section, footer {
	padding-top: 40px;
	padding-bottom: 50px;
	text-align: center;
	box-shadow: inset 0 0 30px 0 rgba(0, 0, 0, 0.1);
	border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}

.welcome-panel {
	background: #f1f1f1;
}

.welcome-panel h3 {
	margin-top: 0;
}

.section-text {
	font-size: 25px;
	line-height: 35px;
}

.about-panel {
	background: #22588e;
	color: white;
}

.about-panel h2, .about-panel h3 {
	color: #f6f99f;
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.about-panel h3 {
	margin-top: 60px;
}

.product-panel {
	background: url(../images/bg_products.jpg) center /cover fixed;
	color: white;
}

.product-panel h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.2);	
}

.client-panel {
	color: black;
	background: url(../images/bg_clients.jpg) center /cover fixed;
}

.client-panel h2 {
	border-bottom: 1px solid rgba(0, 0, 0, 0.2);	
}

.client-panel a, .client-panel a:link, .client-panel a:visited {
	color: black;
}

.wings-panel {
	color: black;
	background: #f1f1f1;
	/*text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.3);*/
}

.wings-panel h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.15);
}

.contact-panel {
	color: rgba(255, 255, 255, 0.7);
	background: url(../images/bg_contact.jpg) center /cover fixed;
	/*text-shadow: 1px 1px 0 rgba(255, 255, 255, 0.6);*/
}

.contact-panel .section-text {
	text-align: left;
}

.contact-panel h2 {
	border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}

.anchor-link {
	height: 0;
	line-height: 0;
	font-size: 0;
}

footer {
	/*background: #1e1e1e;
	color: #9d9d9d;*/
	padding: 30px 0;
}

.client-list {
	display: flex;
	flex-flow: row wrap;
	justify-content: center;
}

.client-list li {
	line-height: 0;
	margin: 0 30px 60px;
	position: relative;
}


.client-list li img {
	max-width: 150px;
	border-radius: 5px;
	box-shadow: 0 0 3px 0 rgba(0, 0, 0, 0.2);
}

