/* reset */
html,body,div,span,applet,object,iframe,h1,h2,h3,h4,h5,h6,p,blockquote,pre,a,abbr,acronym,address,big,cite,code,del,dfn,em,img,ins,kbd,q,s,samp,small,strike,strong,sub,sup,tt,var,b,u,i,dl,dt,dd,ol,nav ul,nav li,fieldset,form,label,legend,table,caption,tbody,tfoot,thead,tr,th,td,article,aside,canvas,details,embed,figure,figcaption,footer,header,hgroup,menu,nav,output,ruby,section,summary,time,mark,audio,video{margin:0;padding:0;border:0;font-size:100%;font:inherit;vertical-align:baseline;}
article, aside, details, figcaption, figure,footer, header, hgroup, menu, nav, section {display: block;}
ol,ul{list-style:none;margin:0;padding:0;}
blockquote,q{quotes:none;}
blockquote:before,blockquote:after,q:before,q:after{content:'';content:none;}
table{border-collapse:collapse;border-spacing:0;}
/* start editing from here */
a{text-decoration:none; color:#7f8c8d;}
.txt-rt{text-align:right;}/* text align right */
.txt-lt{text-align:left;}/* text align left */
.txt-center{text-align:center;}/* text align center */
.float-rt{float:right;}/* float right */
.float-lt{float:left;}/* float left */
.clear{clear:both;}/* clear float */
.pos-relative{position:relative;}/* Position Relative */
.pos-absolute{position:absolute;}/* Position Absolute */
.vertical-base{	vertical-align:baseline;}/* vertical align baseline */
.vertical-top{	vertical-align:top;}/* vertical align top */
.underline{	padding-bottom:5px;	border-bottom: 1px solid #eee; margin:0 0 20px 0;}/* Add 5px bottom padding and a underline */
nav.vertical ul li{	display:block;}/* vertical menu */
nav.horizontal ul li{	display: inline-block;}/* horizontal menu */
img{max-width:100%;}
/*end reset*/
body{
	font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", 'Open Sans', Helvetica, sans-serif;
	background:#fff;
}
.wrap{
	width:80%;
	margin:0 auto;
	-moz-transition:all .2s linear;
	-webkit-transition:all .2s linear; 
	-o-transition:all .2s linear; 
	-ms-transition:all .2s linear;
}
.header{
	background:url("../images/banner-bg.jpg") no-repeat;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.header-top{
	width: 100%;
	clear: both;
	padding:20px 0;
}
.logo{
	float:left;
}
.logo h1 a{
	color:#FFF;
	font-size:1.2em;
	font-weight:700;
   text-transform:uppercase;
}
.logo h1 a span{
	font-weight:100;
}
/*--menu--*/
.cssmenu{
	float:right;
}
.cssmenu > ul > li {
	display: inline-block;
}
#nav .current a,.cssmenu > ul > li a:hover {
	border-color:#FFF;
}
.cssmenu > ul > li > a {
	color:#FFF;
	display: block;
	padding:12px 15px 12px 15px;
	border-bottom:5px solid rgba(255, 255, 255, 0);
	font-size:16px;
	text-transform: uppercase;
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.img-banner{
	padding:4em 0 0em 0;	
	position: relative;	
}
.img-banner-info{
	float: left;
	width:45%;
	margin-top:25px;
}
.img-banner-info h1{
	font-size:3.3em;
	font-weight:100;
	color:#FFF;
	text-transform:uppercase;
	line-height:1.2em;
}
.img-banner-info h1 span{
	font-weight:bold;
	-webkit-text-stroke: 1px;
}
.img-banner-info h3{
	font-size:36px;
	font-weight:100;
	color:#FFF;
	line-height:1.3em;
	margin:35px 0;
}
.img-banner-pic {
	float:right;
}
.img-banner-pic img{
	margin-bottom:-5px;
}
/** App Download Button **/
.app-btn a{
	display:inline-block;
	font-size:17px;
	font-weight:600;
	color:#FFF;
	background:#282828 url(../images/phone-icon.png) no-repeat 30px 6px; 
	padding:22px 35px 22px 75px;
	text-transform:uppercase; 
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;
}
.app-btn a:hover{
	color:#da332d;
	background:#FFF url(../images/phone-icon-hover.png) no-repeat 30px 6px; 
}
/*--content--*/
.features {
	background:#FFF;
	padding:5% 0;
}
.features h2{
	color:#8a8a8a;
	font-size:3.5em;
	text-transform:uppercase;
	font-weight:600;
	margin-bottom:2%;
	text-align:center;
}
.features p{
	color:#3a3a3a;
	font-size:22px;
	line-height:1.5em;
	text-align:center;
	width:74%;
	margin:0 auto;
}
/*  GRID OF THREE   ============================================================================= */
.section {
	clear: both;
	margin: 0px;
}
.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1;
}
.col_1_of_3{
	display: block;
	float:left;
	margin:0% 0 0% 1.6%;
}
.col_1_of_3:first-child { margin-left: 0; }
.span_1_of_3 {
	width: 29.2%;
    padding: 1.5%;
}
.span_1_of_3  h3{
	color:#1a1a1a;
	font-size:25px;
	font-weight:600;
	text-transform:uppercase;
}
.span_1_of_3  p  {
	font-size:18px;
	padding:0.5em 0;
	color:#646464;
	width:100%;
	line-height: 1.6em;
}
/*  GO FULL WIDTH AT LESS THAN 640 PIXELS */
@media only screen and (max-width:800px){
	.wrap{
		width:95%;
	}
	.col_1_of_3{ 
		margin: 1% 0 1% 0%;
	}
	.span_1_of_3 {
		width:94%;
		padding:3%;  
	}
}
.dc-head-icon {
	text-align:center;
	display:block;
	margin-bottom:15px;
}
.features-icon{
	font-size:75px;
}
.color {
	color:#44b76f;
}
.dc-head-info {
	text-align:center;
}

.dc-head-info h3{
	text-transform: none;
}

.features-list{
	margin-top:2em;
}
.content-middle{
	padding:12% 0;
	background:#d7dedc url("../images/banner-pic.png") no-repeat center right;
	background-size: 100% 100%;
	-webkit-background-size: cover;
	-moz-background-size: cover;
	-o-background-size: cover;
	background-size: cover;
	background-position: center;
}
.download-desc{
	width:52%;
}
.content-middle h2 {
	color:#FFF;
	font-size: 3.2em;
	margin-bottom:1%;
	font-weight: bold;
   -webkit-text-stroke: 1px;
   line-height:1.3em;
   text-transform:uppercase;
}
.content-middle h2 span{
	color:#f55150;
}
.content-middle p {
	color:#1C1C1C;
	font-size:24px;
	font-weight: 100;
	line-height: 1.6em;
	padding:10px 0;
	width:60%;
}
.download-button{
	margin-top:3em;
}
.download-button a{
	display:inline-block;
	padding:12px 25px;
	background:#d9332d;
	font-size:15px;
	color:#FFF;
	font-weight:600;
	text-transform:uppercase;
	border-radius:2em;
	-webkit-border-radius:2em;
	-moz-border-radius:2em;
	-o-border-radius:2em;	
	-webkit-transition: all 0.3s ease-out;
	-moz-transition: all 0.3s ease-out;
	-ms-transition: all 0.3s ease-out;
	-o-transition: all 0.3s ease-out;
	transition: all 0.3s ease-out;
}
.download-button a:hover{
	color:#d9332d;
	background:#FFF;
}
.testimonials{
	padding:5% 0;
}
.testimonials p{
	color:#787878;
	font-size:30px;
	font-weight: 100;
	line-height: 1.6em;
	width:70%;
	margin:0 auto;
	text-align:center;
}
.testimonials h3{
	font-size:20px;
	color:#7f8c8d;
	font-weight:600;
	text-transform:uppercase;
	margin:2.5em 0;
	text-align:center;
}
/*--footer--*/
.footer{
	background:#4b8ad1;
	padding:5% 0 0% 0;
}
.footer-top h3{
	color:#FFF;
	font-size:20px;
	font-weight:600;
	text-transform:capitalize;
	margin-bottom:20px;
}
.footer-top p{
	font-size:14px;
	color:#DCDCDC;
	line-height:1.6em;
}
.footer-top p span{
  font-style:italic;	
}
.tweeter-img{
	float:left;
}
.tweeter-img img{
	display:block;
	border:1px solid #FFF;
}
.tweeter-user{
	float:left;
	margin-left:15px;
	margin-top:5px;
}
.tweeter-user p{
	padding:0;
	font-weight:600;
}
.tweeter-user p span{
	font-size:12px;
	font-style:inherit;
	font-weight:normal;
}
.tweeter-desc{
	margin-top:15px;
}
.tweeter-desc a{
	font-weight:600;
	color:#DDD;
	margin-top:15px;
	display:inline-block;
	font-size:14px;
}
.tweeter-desc a:hover{
	text-decoration:underline;
	color:#FFF;
}
.post-desc{
	margin-top:0;
}
.post-img img{
 border:none;	
}
.footer-top li:first-child{
	margin-top:0;
}
.footer-top li{
	margin-top:15px;
}
.footer-bottom{
	padding:10px 0;
	background:#F9FAFD;
	text-align:center;
	margin-top:2em;
}
.copy p{
	color:#2e2e38;
	font-size:0.8em;
	line-height: 1.8em;
}
.copy p a{
	color:#E3530A;
	font-weight:600;
}
.copy p a:hover{
	color:#1E2024;
	text-decoration:underline;
}
 /*** move top **/
#toTop {
	display: none;
	text-decoration: none;
	position: fixed;
	bottom: 0px;
	right: 10px;
	overflow: hidden;
	width:50px;
	height:50px;
	border: none;
	text-indent: 100%;
	background: url(../images/arrow_up.png) no-repeat center;
}
#toTop:active, #toTop:focus {
	outline: none;
}
/*--responsive design--*/
@media (max-width:1366px){
	.wrap{
		width:90%;
	}

}
@media (max-width:1280px){
	.wrap{
		width:90%;
	}
	.content-middle{
		background-size:101%;
		padding:4% 0;
	}
}
@media (max-width:1024px){
	.wrap{
		width:90%;
	}
	.img-banner{
		padding:2em 0 0 0;
	}
	.img-banner-pic{
		width:35%;
	}
	.img-banner-info{
		width:60%;
	}
	.img-banner-info h3{
		font-size:25px;
		margin:20px 0;
	}
	.content-middle h2{
		font-size:2.5em;
	}
	.content-middle p{
		width:100%;
	}
	.download-button{
		margin-top:1em;
	}
	.testimonials p{
		width:100%;
	}
}
@media (max-width:800px){
	.wrap{
		width:90%;
	}
	.cssmenu > ul > li > a{
		padding:12px 8px 12px 8px;
		font-size:13px;
	}
	.logo{
		width:25%;
	}
	.img-banner-info h1{
		font-size:2.2em;
	}
	.img-banner-info h3{
		font-size:22px;
	}
	.features p{
		width:100%;
		font-size: 18px;
	}
	.app-btn a{
		font-size:15px;
		padding:20px 25px 20px 70px;
		background:#282828 url(../images/phone-icon.png) no-repeat 25px 4px;
	}
	.app-btn a:hover{
		background:#FFF url(../images/phone-icon-hover.png) no-repeat 25px 4px;
	}
	.content-middle h2{
		font-size:2em;
	}
	.content-middle p{
		font-size:18px;
	}
	.download-desc{
		width:57%;
	}
	.testimonials p{
		font-size:24px;
	}
	.testimonials h3{
		margin:1.5em 0;
	}
	.dc-head-icon{
		margin-bottom:0;
	}
	.features-list{
		margin-top:0;
	}
	.features h2 {
		font-size: 2.5em;
	}
}
@media (max-width:640px){
	.wrap{
		width:90%;
	}
	.img-banner{
		margin:1em 0 0 0;
	}
	.img-banner-info{
		margin-top:0;
	}
	.img-banner-info h1{
		font-size:2em;
	}
	.img-banner-info{
		width:65%;
	}
	.img-banner-info h3{
		font-size:18px;
		line-height:1.5em;
		margin:10px 0;
	}
	.features p{
		font-size:16px;
	}
	.content-middle{
		background-size:125%;
	}
	.testimonials p{
		font-size:18px;
	}
	.testimonials h3{
		margin:1em 0;
	}
}
@media (max-width:480px){
	.wrap{
		width:95%;
	}
	.header-top{
		padding:5px 0;
	}
	.logo{
		float:none;
		margin:0 auto;
		width:40%;
	}
	.cssmenu{
		float:none;
		text-align:center;
	}
	.img-banner-info{
		float:none;
		width:100%;
	}
	.img-banner-pic{
		display:none;
	}
	.img-banner{
		margin:0;
		padding:1.5em 0;
		text-align:center;
	}
	.features h2{
		font-size:2em;
	}
	.download-desc{
		width:100%;
	}
	.content-middle{
		background-size:135%;
	}
	.content-middle p{
		font-weight:normal;
	}
}
@media (max-width:320px){
	.wrap{
		width:95%;
	}
	.cssmenu > ul > li > a{
		padding:12px 2px 12px 2px;
		font-size:11px;
	}
	.features p,.testimonials p {
		font-size:15px;
	}
	.testimonials h3{
		margin:.5em 0;
	}
	.content-middle h2{
		font-size:1.5em;
	}
	.content-middle p{
		font-size:15px;
	}
	.content-middle{
		background-size:180%;
	}
	.img-banner-info h1 {
		font-size: 1em;
		margin-bottom:20px;
    }
    .img-banner-info h3 {
	   display: none;
    }
    .app-btn a {
		font-size: 13px;
	}
}


/*form elements*/
input,
button,
select,
textarea {
  font-size: 14px;
  max-width: 275px;
	width: 275px;
}

textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"],
.uneditable-input {
  border: 2px solid #bdc3c7;
  color: #34495e;
  font-size: 14px;
  padding: 8px 5px;
  text-indent: 6px;
  -webkit-appearance: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: border .25s linear, color .25s linear;
  -moz-transition: border .25s linear, color .25s linear;
  -o-transition: border .25s linear, color .25s linear;
  transition: border .25s linear, color .25s linear;
  -webkit-backface-visibility: hidden;
}
textarea:-moz-placeholder,
input[type="text"]:-moz-placeholder,
input[type="password"]:-moz-placeholder,
input[type="datetime"]:-moz-placeholder,
input[type="datetime-local"]:-moz-placeholder,
input[type="date"]:-moz-placeholder,
input[type="month"]:-moz-placeholder,
input[type="time"]:-moz-placeholder,
input[type="week"]:-moz-placeholder,
input[type="number"]:-moz-placeholder,
input[type="email"]:-moz-placeholder,
input[type="url"]:-moz-placeholder,
input[type="search"]:-moz-placeholder,
input[type="tel"]:-moz-placeholder,
input[type="color"]:-moz-placeholder,
.uneditable-input:-moz-placeholder {
  color: #b2bcc5;
}
textarea::-webkit-input-placeholder,
input[type="text"]::-webkit-input-placeholder,
input[type="password"]::-webkit-input-placeholder,
input[type="datetime"]::-webkit-input-placeholder,
input[type="datetime-local"]::-webkit-input-placeholder,
input[type="date"]::-webkit-input-placeholder,
input[type="month"]::-webkit-input-placeholder,
input[type="time"]::-webkit-input-placeholder,
input[type="week"]::-webkit-input-placeholder,
input[type="number"]::-webkit-input-placeholder,
input[type="email"]::-webkit-input-placeholder,
input[type="url"]::-webkit-input-placeholder,
input[type="search"]::-webkit-input-placeholder,
input[type="tel"]::-webkit-input-placeholder,
input[type="color"]::-webkit-input-placeholder,
.uneditable-input::-webkit-input-placeholder {
  color: #b2bcc5;
}
textarea.placeholder,
input[type="text"].placeholder,
input[type="password"].placeholder,
input[type="datetime"].placeholder,
input[type="datetime-local"].placeholder,
input[type="date"].placeholder,
input[type="month"].placeholder,
input[type="time"].placeholder,
input[type="week"].placeholder,
input[type="number"].placeholder,
input[type="email"].placeholder,
input[type="url"].placeholder,
input[type="search"].placeholder,
input[type="tel"].placeholder,
input[type="color"].placeholder,
.uneditable-input.placeholder {
  color: #b2bcc5;
}
.control-group.focus textarea,
.control-group.focus input[type="text"],
.control-group.focus input[type="password"],
.control-group.focus input[type="datetime"],
.control-group.focus input[type="datetime-local"],
.control-group.focus input[type="date"],
.control-group.focus input[type="month"],
.control-group.focus input[type="time"],
.control-group.focus input[type="week"],
.control-group.focus input[type="number"],
.control-group.focus input[type="email"],
.control-group.focus input[type="url"],
.control-group.focus input[type="search"],
.control-group.focus input[type="tel"],
.control-group.focus input[type="color"],
.control-group.focus .uneditable-input,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus,
.uneditable-input:focus {
  border-color: #bdc3c7;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.row-fluid textarea,
.row-fluid input[type="text"],
.row-fluid input[type="password"],
.row-fluid input[type="datetime"],
.row-fluid input[type="datetime-local"],
.row-fluid input[type="date"],
.row-fluid input[type="month"],
.row-fluid input[type="time"],
.row-fluid input[type="week"],
.row-fluid input[type="number"],
.row-fluid input[type="email"],
.row-fluid input[type="url"],
.row-fluid input[type="search"],
.row-fluid input[type="tel"],
.row-fluid input[type="color"],
.row-fluid .uneditable-input {
  height: 41px;
  width: 100%;
}
textarea.flat,
input[type="text"].flat,
input[type="password"].flat,
input[type="datetime"].flat,
input[type="datetime-local"].flat,
input[type="date"].flat,
input[type="month"].flat,
input[type="time"].flat,
input[type="week"].flat,
input[type="number"].flat,
input[type="email"].flat,
input[type="url"].flat,
input[type="search"].flat,
input[type="tel"].flat,
input[type="color"].flat,
.uneditable-input.flat {
  border-color: transparent;
}
textarea.flat:hover,
input[type="text"].flat:hover,
input[type="password"].flat:hover,
input[type="datetime"].flat:hover,
input[type="datetime-local"].flat:hover,
input[type="date"].flat:hover,
input[type="month"].flat:hover,
input[type="time"].flat:hover,
input[type="week"].flat:hover,
input[type="number"].flat:hover,
input[type="email"].flat:hover,
input[type="url"].flat:hover,
input[type="search"].flat:hover,
input[type="tel"].flat:hover,
input[type="color"].flat:hover,
.uneditable-input.flat:hover {
  border-color: #bdc3c7;
}
textarea.flat:focus,
input[type="text"].flat:focus,
input[type="password"].flat:focus,
input[type="datetime"].flat:focus,
input[type="datetime-local"].flat:focus,
input[type="date"].flat:focus,
input[type="month"].flat:focus,
input[type="time"].flat:focus,
input[type="week"].flat:focus,
input[type="number"].flat:focus,
input[type="email"].flat:focus,
input[type="url"].flat:focus,
input[type="search"].flat:focus,
input[type="tel"].flat:focus,
input[type="color"].flat:focus,
.uneditable-input.flat:focus {
  border-color: #bdc3c7;
}


/*Buttons*/
.btn,
.btn-group > .btn,
.btn-group > .dropdown-menu,
.btn-group > .popover {
  font-size: 14.994px;
  /* 15px */
	color: #ffffff;
  font-weight: 500;
}
.btn {
  border: none;
  background: #bdc3c7;
  color: #ffffff;
  padding: 9px 12px 10px;
  line-height: 22px;
  text-decoration: none;
  text-shadow: none;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:hover,
.btn:focus,
.btn-group:focus .btn.dropdown-toggle {
  background-color: #cacfd2;
  color: #ffffff;
  outline: none;
  -webkit-transition: 0.25s;
  -moz-transition: 0.25s;
  -o-transition: 0.25s;
  transition: 0.25s;
  -webkit-backface-visibility: hidden;
}
.btn:active,
.btn-group.open .btn.dropdown-toggle,
.btn.active {
  background-color: #a1a6a9;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn.disabled,
.btn[disabled] {
  background-color: #bdc3c7;
  color: rgba(255, 255, 255, 0.75);
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.btn.btn-large {
  font-size: 16.996px;
  /* 17px */

  line-height: 20px;
  padding: 12px 18px 13px;
}
.btn.btn-large > [class^="fui-"] {
  top: 0;
}
.btn.btn-large > [class^="fui-"].pull-right {
  margin-right: -2px;
}
.btn.btn-primary {
  background-color: #1abc9c;
}
.btn.btn-primary:hover,
.btn.btn-primary:focus,
.btn-group:focus .btn.btn-primary.dropdown-toggle {
  background-color: #48c9b0;
}
.btn.btn-primary:active,
.btn-group.open .btn.btn-primary.dropdown-toggle,
.btn.btn-primary.active {
  background-color: #16a085;
}
.btn.btn-info {
  background-color: #3498db;
}
.btn.btn-info:hover,
.btn.btn-info:focus,
.btn-group:focus .btn.btn-info.dropdown-toggle {
  background-color: #5dade2;
}
.btn.btn-info:active,
.btn-group.open .btn.btn-info.dropdown-toggle,
.btn.btn-info.active {
  background-color: #2c81ba;
}
.btn.btn-danger {
  background-color: #e74c3c;
}
.btn.btn-danger:hover,
.btn.btn-danger:focus,
.btn-group:focus .btn.btn-danger.dropdown-toggle {
  background-color: #ec7063;
}
.btn.btn-danger:active,
.btn-group.open .btn.btn-danger.dropdown-toggle,
.btn.btn-danger.active {
  background-color: #c44133;
}
.btn.btn-success {
  background-color: #2ecc71;
}
.btn.btn-success:hover,
.btn.btn-success:focus,
.btn-group:focus .btn.btn-success.dropdown-toggle {
  background-color: #58d68d;
}
.btn.btn-success:active,
.btn-group.open .btn.btn-success.dropdown-toggle,
.btn.btn-success.active {
  background-color: #27ad60;
}
.btn.btn-warning {
  background-color: #f1c40f;
}
.btn.btn-warning:hover,
.btn.btn-warning:focus,
.btn-group:focus .btn.btn-warning.dropdown-toggle {
  background-color: #f5d313;
}
.btn.btn-warning:active,
.btn-group.open .btn.btn-warning.dropdown-toggle,
.btn.btn-warning.active {
  background-color: #cda70d;
}
.btn.btn-inverse {
  background-color: #34495e;
}
.btn.btn-inverse:hover,
.btn.btn-inverse:focus,
.btn-group:focus .btn.btn-inverse.dropdown-toggle {
  background-color: #415b76;
}
.btn.btn-inverse:active,
.btn-group.open .btn.btn-inverse.dropdown-toggle,
.btn.btn-inverse.active {
  background-color: #2c3e50;
}
.btn > [class^="fui-"] {
  margin: 0 4px;
  position: relative;
  top: 1px;
  vertical-align: top;
  display: inline-block;
  zoom: 1;
  *display: inline;
}
.btn > [class^="fui-"].pull-right {
  margin-right: 0px;
}
.btn-toolbar .btn.active {
  color: #ffffff;
}
.btn-toolbar .btn:first-child {
  -webkit-border-radius: 6px 0 0 6px;
  -moz-border-radius: 6px 0 0 6px;
  border-radius: 6px 0 0 6px;
}
.btn-toolbar .btn:last-child {
  -webkit-border-radius: 0 6px 6px 0;
  -moz-border-radius: 0 6px 6px 0;
  border-radius: 0 6px 6px 0;
}
.btn-toolbar .btn > [class^="fui-"] {
  font-size: 16px;
  top: 0;
}
.btn-tip {
  font-weight: 300;
  padding-left: 10px;
}
.btn-group > .btn {
  border-radius: 0;
  text-align: center;
}
.btn-group > .btn:active + .btn,
.btn-group > .btn.active + .btn {
  border-left-color: transparent;
}
.btn-group > .btn:first-of-type {
  border-top-left-radius: 6px;
  border-bottom-left-radius: 6px;
}
.btn-group > .btn:last-of-type {
  border-top-right-radius: 6px;
  border-bottom-right-radius: 6px;
}
.btn-group > .btn + .btn {
  margin-left: 0;
}
.btn-group > .btn + .dropdown-toggle {
  border-left: 2px solid rgba(52, 73, 94, 0.15);
  padding-left: 13px;
  padding-right: 13px;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
}
.btn-group > .btn + .dropdown-toggle .caret {
  margin-left: 3px;
  margin-right: 3px;
}
.btn-group > .btn.btn-huge + .dropdown-toggle .caret {
  margin-left: 7px;
  margin-right: 7px;
}
.btn-group > .btn.btn-small + .dropdown-toggle .caret {
  margin-left: 0;
  margin-right: 0;
}

/*Alert box*/
.error, .success, .info, .notice {
	display: block;
	padding: 10px 20px 10px 44px;
}

.error {
	color: #fff;
}

.circle-icon {
	width: 150px;
	height: 130px;
	padding-top: 20px;
	line-height: 150px;
	background-color: #bdc3c7;
	border-radius: 100%;
	text-align: center;
	vertical-align: middle;
	margin: 0 auto 50px auto;
	-webkit-transition: all .5s ease;
	-moz-transition: all .5s ease;
	-o-transition: all .5s ease;
	transition: all .5s ease;
}

.footer-top a{
	color:#ecf0f1;
}

#smaller-credit{
	font-size:1em;
}
