
body {
    font-family: 'Open Sans', sans-serif !important;
}
.navbar-inverse {
	background-color: #28ABCC !important;
	border-color: #2090AC !important;
	border-top: none !important;
	border-bottom: 2px solid #2090AC !important;
	border-radius: 0px !important;
	margin-bottom: 0px !important;
}
.flag-logo {
	width: 50px;
	padding-top: 12px;
}
.navbar-brand {
	padding-top: 12px !important;
	padding-right: 0px !important;
}
.logo-main {
	width: 90%;
}
.navbar-right li a {
	color: #fff;
	text-shadow: 0 1px 0 #333333;
	transition: 0.5s all ease-in-out;
}
.login-li a {
	background-color: #fff;
	padding: 5px 15px !important;
	margin-top: 11px;
	border-radius: 3px 0px 0px 3px;
	color: #484848 !important;
	text-shadow: none !important;
	border: 1px solid #fff;
	transition: 0.5s all ease-in-out;
}
.login-li a:hover{
	background-color: transparent;
	color: #fff !important;
}
.sign-up-li a {
	background-color: #ed9c28;
	padding: 5px 15px !important;
	margin-top: 11px;
	border-radius: 0px 3px 3px 0px;
	text-shadow: none !important;
	border: 1px solid #ed9c28;
	transition: 0.5s all ease-in-out;
}
.sign-up-li a:hover{
   background-color: transparent;
   color: #ed9c28 !important;
}
.navbar-right li a:hover {
	background-color: #2090AC !important;
	text-shadow: none !important;
}
.navbar-right {
	margin-bottom: 5px !important;
	margin-top: 5px !important;
}
.section-header {
	background-color: #ECF0F1;
	padding: 0;
	margin-bottom: 20px;
}
.page-header {
	border-bottom: none !important;
	color: #666;
}
.btn.btn-default {
	border: none;
}
footer {
	background: #34495E;
	padding: 50px 0;
	color: #BDC3C7;
	font-size: 12px;
	line-height: 18px;
}
.footer-brand {
	font-family: 'Pacifico', cursive;
	display: inline-block;
	font-size: 30px;
	line-height: 40px;
	color: #fff;
	margin-bottom: 10px;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
.footer-brand:hover{
	color: #28ABCC;
	text-decoration: none;
}
footer p {
	color: #BDC3C7;
	font-size: 13px;
	line-height: 20px;
}
footer h3 {
	margin: 20px 0 15px 0;
	color: #FFF;
	font-size: 14px;
	font-weight: bold;
	letter-spacing: 1px;
}
address i.fa {
	margin: 0 5px 0 0;
}
.latest-tweets {
	margin: 0;
	padding: 0;
	list-style: none;
}
.latest-tweets li {
	margin-bottom: 15px;
}
footer a {
	color: #2090AC ;
	font-size: 13px;
}
footer a:hover{
	color: #2090AC !important;
}
footer .form-control {
	background: #2C3E50;
	border: none;
	color: #ecf0f1;
	font-size: 12px;
	-webkit-transition: all 0.4s ease-in-out;
	-moz-transition: all 0.4s ease-in-out;
	-o-transition: all 0.4s ease-in-out;
}
footer .form-control:hover{
	background-color: #fff;
}
.right-go input {
	background-color: #28abcc;
	border: 1px solid #28abcc;
}
.right-go input:hover{
	background-color: #2090AC;
	border: 1px solid #2090AC;
}
.footer-after {
	background: #2c3e50;
	padding: 20px 0;
	font-size: 13px;
}
.footer-after p {
	color: #fff;
	margin: 0;
}
.footer-after a {
	color: #FFF;
}
.footer-after {
	text-align: center;
}
.pricing-table .panel-default > .panel-heading {
	background-color: #2090AC;
	border-radius: 0px;
}
.pricing-table .panel-default {
	border-radius: 0px;
}
.pricing-table .panel.panel-default.text-center .panel-heading {
	color: #fff;
}
.smart-brain {
	margin: 40px 0px;
}


/*************************custom-responsive***********************************/
@media only screen and (max-width: 991px) {
.navbar-right li a {
	padding-left: 5px !important;
	padding-right: 5px !important;
	font-size: 13px;
}
}

@media only screen and (max-width: 767px) {
.navbar-inverse .navbar-toggle {
	border-color: #2090AC !important;
}
.navbar-inverse .navbar-toggle:hover{
	background-color: #2090AC !important;
}
.nav.navbar-nav.navbar-right {
	padding: 0px 20px;
}
.login-li {
	width: auto;
	display: inline-block !important;
	float: left;
}
.navbar-right li a {
	padding-left: 15px !important;
	padding-right: 15px !important;
}
.sign-up-li {
	width: auto;
	display: inline-block !important;
	float: left;
}
.navbar-brand {
	padding-top: 8px !important;
}
.page-header {
	margin: 20px 0 0px !important;
	text-align: center;
}
.right-btn {
	width: 100%;
	text-align: center;
	margin: 10px auto 20px auto !important;
	display: block !important;
	float: none !important;
}
.right-btn a{
	float: none !important;
}
footer {
	text-align: center;
	padding: 20px 0px;
}
}


@media only screen and (max-width: 480px) {
.flag-logo {
	width: 40px;
	padding-top: 15px;
	padding-left: 10px;
}
.navbar-brand {
	width: 180px !important;
}
.logo-main {
	width: 100%;
}
}