/* custom css code */
body {
  overflow-x: hidden;
  overflow-y: scroll;
  font-family: 'Rubik', sans-serif;
}

#loader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(../img/spinner-2.gif) center no-repeat #fff;
}

.box {
	max-width: 992px;
	margin: auto;
}

.row {
	margin-left: 0px;
	margin-right: 0px;
}

.content {
	margin-top: 7%;
	margin-bottom: 7%;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}
 
.anchor-offset::before { 
	display: block; 
 	content: ""; 
  	height: 90px;      
    margin-top: -90px;  	
    visibility: hidden; 
}
/*
.container-fluid > div::before { 
	display: block; 
 	content: ""; 
  	height: 90px;      
    margin-top: -90px;  	
    visibility: hidden; 
}
*/

.navbar {
    margin-bottom: 0;
    z-index: 9999;
    font-size: 14px;
	font-weight: 500;
    border-radius: 0;
   	background-color: transparent;
   	min-height: 70px;
}

.navbox {
	max-width: 992px;
	margin: auto;
	padding-left: 15px;
	padding-right: 15px;
}

.navbar-default .navbar-toggle {
    color: #183185;
}

.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background-color: #fff;
}

.navbar-default .navbar-toggle .icon-bar {
  background-color: #3576fd;
}
          
.navbar-default .navbar-nav>li>a {
	color: #183185;
}

.navbar-default .navbar-nav>li>a:hover {
	color: #3576fd;
}


.navbar-default .navbar-nav > .active > a,
.navbar-default .navbar-nav > .active > a:hover,
.navbar-default .navbar-nav > .active > a:focus {
    color: #377aff;
    background-color: transparent;
}

.navbar-1-logo {
	width: auto;
	max-height: 45px;
}

.navbar-1-text {
	font-size: 14px;
	font-weight: 500;
	margin-right: 20px;
}

.navbar-1-button {
	border-radius: 50px;
	background-color: #3576fd;
	font-size: 10px;
	letter-spacing: 2px;
	text-align: center;
	color: #ffffff;
}

.navbar-2-button {
	border-radius: 3px;
	background-color: #3576fd;
	font-size: 15px;
	text-align: center;
	color: #ffffff;
	box-shadow: 0 1px 10px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.1);
}

.navbar-3-button {
	border-radius: 3px;
	background-color: #FFF;
	font-size: 15px;
	text-align: center;
	color: #3576fd;
	box-shadow: 0 1px 10px rgba(0,0,0,.05), 0 1px 2px rgba(0,0,0,.1);
}

.navbar-1-button:focus,.navbar-1-button:active,.navbar-1-button:hover {
   outline: none !important;
   box-shadow: none;
   background-color: #183185;
}

.kebab {
  cursor: pointer;
  position: relative;
  display: contents;
  box-sizing: border-box;
  padding: 0 16px;
  top: 12px;
}

.kebab figure {
  width: 4px;
  height: 4px;
  border-radius: 5px;
  background: #888;
  margin: 2px 3px;
}

.banner-app {
	max-width: 200px;
}

.banner-get-app {
	margin-top: -10px;
	margin-left: -10px;
	max-width: 190px;
}

.download-title {
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	color: #377aff;
	font-weight: 600;
}

.download-text {
	opacity: 0.2;
	font-size: 10px;
	font-weight: bold;
	letter-spacing: 7px;
	text-align: center;
	padding-bottom: 15px;
}

#footer {
	background-image: url(../img/footer-bg.svg);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: left top;
	min-height: 500px;
	margin-top: 3%;
	margin-bottom: 0px;
	padding-top: 5%;
}

.footer-logo {
	width: auto;
	max-height: 45px;
}

.footer-group {
	display: inline-block;
	vertical-align: top;
	width: 32%;
	opacity: 0.8;
}

.footer-header-link {
	font-size: 16px;
	text-align: left;
	font-weight: bold;
	line-height: 2;
}

.footer-header-link a:hover {
	color: #377aff;
}

.footer-header-link a, .footer-header-link a:active,.footer-header-link a:focus {
   outline: none !important;
   box-shadow: none;
   color: #183185;
   text-decoration: none;
}

.footer-link {
	font-size: 14px;
	text-align: left;
	line-height: 2;
}

.footer-link a:hover {
	color: #377aff;
}

.footer-link a, .footer-link a:active,.footer-link a:focus {
   outline: none !important;
   box-shadow: none;
   color: #183185;
   text-decoration: none;
}

#social {
	float: right;
}

.social-header {
	text-align: left;
	color: #183185;
	font-weight: bold;
	font-size: 16px;
	line-height: 2;
	opacity: 0.8;
}

.social-group {
	display: inline-block;
	width: 40px;
	margin-top: 5%;
}

.social-img {
	width: 24px;
	height: 24px;
	margin-right: auto;
}

@media only screen and (max-width : 768px) {
	.vcenter {
	    display: block;
	    vertical-align: baseline;
	    float: none;
	    margin: 0 auto;
	}

	#hamburger {
		float: left;
	}


	.banner-app {
		margin: auto;
		margin-bottom: 10px;
	}

	.banner-get-app {
		margin: auto;
	}

	.download-title {
		margin-top: 15%;
		font-size: 32px;
	}
	
	#footer {
		min-height: 300px;
	}

	.footer-logo {
		width: auto;
		max-height: 45px;
		margin: 0 auto;
		margin-top: 5%;
		margin-bottom: 5%; 
	}

	.footer-header-link {
		text-align: center;	
	}

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

	#social {
		float: none;
	}

	.social-header {
		margin: 5%;
		margin-bottom: 0;
		text-align: center;
	}

	.social-sm-group {
		margin: 0 auto;
		height: 100px;
		width: 320px;
	}
	
	.social-group {
		width: 50px;
	}

	.social-img {
		margin: 0 auto;
	}
}


@media only screen and (max-width : 480px) {
	.navbar-header {
		margin-top: 10px;
	}
}

@media only screen and (max-width : 320px) {
	.navbar-1-button {
		font-size: 7px;
		margin-top: 13px;
	}

	.social-sm-group {
		width: 260px;
	}

	.social-group {
		width: 40px;
	}
}