body {
	padding: 0;
	margin: 0;
	font-family: 'Open Sans', sans-serif
}

#header > nav {
	background-color:#fff;
	border:none;
	box-shadow:-1px 0px 1px rgba(0,0,0,.04),0px 1px 1px rgba(0,0,0,.13),1px 0px 2px rgba(0,0,0,.05);
	margin-bottom:0;
}

h1,h2,h3,h4,h5,h6 {
	margin:0;
	margin-bottom:15px;	
}

h1 {
	font-size:28px;	
}

h2 {
	font-size:22px;	
}

h3 {
	font-size:18px;	
}

h4 {
	font-size:16px;	
}

h5 {
	font-size:14px;	
}

h6 {
	font-size:12px;	
}

legend {
	font-size:16px;
	margin-bottom:15px;
	padding-bottom:3px;
}

input[type="radio"], input[type="checkbox"] {
	margin:0;
	vertical-align:middle;
}

a:hover {
	text-decoration:none !important;	
}

div.required .control-label:not(span):before, td.required:before {
    content: '* ';
    color: #F00;
    font-weight: bold;
}

#logo {
	display: inline-block;
}

#logo > span {
	display: inline-block;
	height: 50px;
	line-height: 44px;
	font-size: 32px;
	font-family: sans-serif;
	text-decoration: none;
}

#logo > img {
	height: 40px;
	margin:5px 0;
}

@media (max-width: 767px) {
	#logo {
		padding-left:10px;
	}
}

#menu > .navbar-nav {
	margin:0;
}

.breadcrumb {
	background-color:inherit;
	line-height:25px;
	padding:0;
	margin:10px 0 15px;
}

.breadcrumb a {
	color:#333;	
}

.alert {
	padding:10px;	
}

@media (min-width: 768px) {
	.nav-right {
		float:right;	
	}
}

#content {
	min-height:500px;	
}

.qty-ctrl {
	width:130px;	
}

.qty-ctrl > .input-group-addon {
	background-color:inherit;
	cursor:pointer;
}

.qty-ctrl input[type="text"] {
	text-align:center;
	padding-left:0;
	padding-right:0;
}

.text-gray {
	color:gray;	
}

.panel {
	border-radius:0;	
}

.panel-default>.panel-heading {
	background-color:#fafafa;	
}

.panel-heading {
	padding:10px;
}

.panel-body {
	padding:10px;	
}

.form-group {
	padding-top:15px;
	padding-bottom:15px;
	margin-bottom:0;
}

.form-group + .form-group {
    border-top: 1px solid #dee2e6;
}

.well {
	background-color:#fcfcfc;
	-webkit-box-shadow:none;
	box-shadow:none;	
}

.table {
	margin-bottom:15px;	
}

.table thead > tr > td, .table tbody > tr > td {
	vertical-align: middle;
}

.table thead td {
	font-weight:bold;	
}

.buttons {
	margin: 1em 0;
}

.box {
	display: -webkit-box;
	display: -moz-box;
	display:box;
}

.box-vertical {
	-webkit-box-orient: vertical;
	-moz-box-orient: vertical;
	box-orient: vertical;	
}

.box-reverse {
	-webkit-box-direction: reverse;
	-moz-box-direction: reverse;
	box-direction: reverse;	
}

.box-flex-1 {
	-webkit-box-flex:1;
	-moz-box-flex:1;
	box-flex:1;
}

.box-flex-2 {
	-webkit-box-flex:2;
	-moz-box-flex:2;
	box-flex:2;
}

.box-flex-3 {
	-webkit-box-flex:3;
	-moz-box-flex:3;
	box-flex:3;
}

.ellipsis {
	display:block;
	overflow:hidden;
	white-space:nowrap;
	text-overflow:ellipsis;
}

.order-item {
	display:inline-block;
	height:26px;
	line-height:26px;
}

.custom-heading {
	text-align: center;
}

.custom-heading > i.fa {
	font-size: 27px;
    font-weight: thin;
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    color: #fff;
    margin: 0 auto;
    display: block;
    background-color: #33accc;
    border-radius: 50%;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    -ms-border-radius: 50%;
}

.custom-heading-title {
	font-size: 50px;
    font-weight: normal;
    color: #000;
    padding: 20px 0 60px;
    font-family: 'Exo 2', sans-serif;
    position: relative;
}

.custom-heading-title:after {
	content: '';
    background-color: #33accc;
    height: 5px;
    width: 230px;
    position: absolute;
    left: 40%;
    bottom: 19%;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    -o-border-radius: 5px;
    -ms-border-radius: 5px;
}

.custom-heading-desc {
	font-size: 16px;
	font-weight: normal;
	color: #000;
	line-height: 30px;
	padding-bottom: 50px;
}

@media (max-width: 320px) {
	.custom-heading-title {
		font-size: 17px;
    	padding: 15px 0 35px;
    	line-height: 28px;
	}

	.custom-heading-desc {
		font-size: 13px;
	    padding-bottom: 20px;
	    line-height: 28px;
	}
}

@media (max-width: 640px) {
	.custom-heading > i.fa {
		width: 50px;
		height: 50px;
		font-size: 20px;
		line-height: 50px;
	}
}

@media (max-width: 1080px) {
	.custom-heading-title:after {
		width: 22%;
    	left: 39%;
	}
}

/***** Login *****/
::-moz-selection { background: #de995e; color: #fff; text-shadow: none; }
::selection { background: #de995e; color: #fff; text-shadow: none; }


.btn-link-1 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 16px 20px 0 20px;
	background: #de995e;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-1:hover, .btn-link-1:focus, .btn-link-1:active { outline: 0; opacity: 0.6; color: #fff; }

.btn-link-1.btn-link-1-facebook { background: #4862a3; }
.btn-link-1.btn-link-1-twitter { background: #55acee; }
.btn-link-1.btn-link-1-google-plus { background: #dd4b39; }

.btn-link-1 i {
	padding-right: 5px;
	vertical-align: middle;
	font-size: 20px;
	line-height: 20px;
}

.btn-link-2 {
	display: inline-block;
	height: 50px;
	margin: 5px;
	padding: 15px 20px 0 20px;
	background: rgba(0, 0, 0, 0.3);
	border: 1px solid #fff;
	font-size: 16px;
    font-weight: 300;
    line-height: 16px;
    color: #fff;
    -moz-border-radius: 4px; -webkit-border-radius: 4px; border-radius: 4px;
}
.btn-link-2:hover, .btn-link-2:focus, 
.btn-link-2:active, .btn-link-2:active:focus { outline: 0; opacity: 0.6; background: rgba(0, 0, 0, 0.3); color: #fff; }

.top-content {
    padding: 50px 0;
}

.top-content .text {
	color: #fff;
}

.top-content .text h1 { color: #fff; }

.top-content .description {
	margin: 20px 0 10px 0;
}

.top-content .description p { opacity: 0.8; }

.top-content .description a {
	color: #fff;
}
.top-content .description a:hover, 
.top-content .description a:focus { border-bottom: 1px dotted #fff; }

.form-box {
	margin-top: 35px;
}

.form-top {
	overflow: hidden;
	padding: 0 25px 15px 25px;
	background: #fff;
	-moz-border-radius: 4px 4px 0 0; -webkit-border-radius: 4px 4px 0 0; border-radius: 4px 4px 0 0;
	text-align: left;
}

.form-top-left {
	float: left;
	width: 75%;
	padding-top: 25px;
}

.form-top-left h3 { margin-top: 0; }

.form-top-right {
	float: left;
	width: 25%;
	padding-top: 5px;
	font-size: 66px;
	color: #ddd;
	line-height: 100px;
	text-align: right;
}

.form-bottom {
	padding: 25px 25px 30px 25px;
	background: #eee;
	-moz-border-radius: 0 0 4px 4px; -webkit-border-radius: 0 0 4px 4px; border-radius: 0 0 4px 4px;
	text-align: left;
}

.form-bottom form textarea {
	height: 100px;
}

.form-bottom form button.btn {
	width: 100%;
}

.form-bottom form .input-error {
	border-color: #de995e;
}

.social-login {
	margin-top: 35px;
}

.social-login h3 {
	color: #fff;
}

.social-login-buttons {
	margin-top: 25px;
}

/* Tiles */
.tile {
	margin-bottom: 15px;
	border-radius: 3px;
	color: #FFFFFF;
	transition: all 1s;
}
.tile-primary {
	background-color: #1b80c2;
}
.tile-success {
	background-color: #53b953;
}
.tile-warning {
	background-color: #f3aa41;
}
.tile-danger {
	background-color: #e45847;
}
.tile:hover {
	opacity: 0.95;
}
.tile a {
	color: #FFFFFF;
}
.tile-heading {
	padding: 5px 8px;
	text-transform: uppercase;
	color: #FFF;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
	background-color: rgba(255,255,255,0.1);
}
.tile .tile-heading .pull-right {
	transition: all 1s;
	opacity: 0.7;
}
.tile:hover .tile-heading .pull-right {
	opacity: 1;
}
.tile-body {
	padding: 20px 15px;
	color: #FFFFFF;
	line-height: 30px;
	text-shadow: 0 -1px 0 rgba(0,0,0,.4);
}
.tile .tile-body i {
	font-size: 34px;
	opacity: 0.3;
	transition: all 1s;
}
.tile:hover .tile-body i {
	color: #FFFFFF;
	opacity: 1;
}

.tile .tile-body .pull-right {
	font-size: 30px;
}

.tile-footer {
	padding: 5px 8px;
	background-color: rgba(0,0,0,0.1);
}



.account-links li .icon{
  display: inline-block;
  min-height: 92px;
  vertical-align: middle;
  background: #fff;
}
.account-links li img{
  margin-top: 22px;
  border-radius: 50%;
}
.account-links li i{
  font-size: 40px;
  width: 60px;
  height: 65px;
  display: inline-block;
  color: #666;
  padding-top: 22px;
}
.account-links li span {
  display: block;
  font-size: 12px;
  padding: 0 5px;
}
.account-links li {
  margin-bottom: 15px;
  text-align: center;
  padding-left: 15px;
  padding-right: 15px;
}
.account-links li a {
  display: block;
  border: 1px solid #ddd;
}
.account-links{
  margin-bottom: 0;
}

.account-links li .wrap{
  background: #1b80c2;
}
.account-links li span{
  font-size: 14px;
  color: #ffffff;
  display: inline-block;
  vertical-align: middle;
}

.profile-section {
  border: 1px solid #eee;
  border-radius: 3px;
  margin-bottom: 15px;
  border-top: 3px solid #1b80c2;
  width: 100%;
  display: inline-block;
}

.profile-section .user-image img{
  display: inline-block;
  border: 2px solid #ddd;
}
.profile-section .user-image{
  text-align: center;
  padding: 25px;
}

.profile-section .user-name span {
  display: inline-block;
  line-height: normal;
  padding-bottom: 5px;
  margin-top: 40px;
  text-transform: uppercase;
  font-weight: bold;
}

.profile-links a {
  display: block;
  background: #f5f5f5;
  padding: 28px 0;
  text-align: center;
  color: #666;
}

.profile-links a + a {
  border-top: 2px solid #ddd;
} 
.profile-links a i{
  transition: all 0.3s ease;
}
.profile-section .info{
  font-size: 14px;
  margin-top: 11px;
}

.profile-section .user-icon i {
  color: #1b80c2;
}

.profile-section .user-icon {
  border: 2px solid #1b80c2;
  border-radius: 50%;
  display: inline-block;
  margin-top: 30px;
}

@media(min-width: 768px) {
	.account-links li .icon{
	  width: 28.8%;
	}
	.account-links li span{
	  width: 69%;
	}

	.profile-section .user-image{
	  text-align: center;
	  padding: 38px 10px;
	}
	.profile-section .user-name span{
	  font-size: 20px;
	}
	.profile-links a i{
	  font-size: 34px;
	}

	.profile-section .user-icon i {
	  font-size: 55px;
	  line-height: 95px;
	}
	.profile-section .user-icon{
	  height: 100px;
	  width: 100px;
	}
}

@media(min-width: 980px){
  .both-account-links .account-links .col-sm-6{
    width: 50%;
  }
  .both-account-links .tile-cols .col-md-6{
    width: 100%;
  }
}

@media(max-width: 767px) {
  .account-links li .icon{
    width: 100%;
  }
  .account-links li span{
    width: 100%;
    min-height: 60px;
    padding-top: 4px;
    padding-bottom: 4px;
  }

  .profile-section .user-image{
    text-align: center;
    padding: 5px;
    margin-top: 30px;
  }
  .profile-section .user-name span{
    font-size: 16px;
  }
  .profile-links a i{
    font-size: 24px;
  }

  .profile-section .user-icon i {
    font-size: 40px;
    line-height: 80px;
  }
  .profile-section .user-icon{
    height: 90px;
    width: 90px;
  }

  .profile-section{
    text-align: center;
  }
  .profile-links a {
    width: 50%;
    float: left;
    padding: 5px 0;
    border-top: 2px solid #ddd;
    margin-top: 10px; 
  }
}

.autoupdown {
	position: relative;
}

.autoupdown > label {
	position:absolute;
	top:25px;
	left: 10px;
	color: #aaa;
	font-weight: 500;
	line-height: 14px;
	margin: 0;
	padding: 0 5px;
	font-size: 14px;
	background-color: #fff;
	transition: top ease 0.5s;
	z-index: 9;
}

.autoupdown.focus > label {
	top: 6px;
	color: #333;
	font-weight: bold;
}

.breadcrumb {
    display: inline-block;
    background: none;
    margin: 0;
    padding: 0 10px;
    border-radius: 0;
}
.breadcrumb li a {
    color: #999999;
    font-size: 14px;
    padding: 0px;
    margin: 0px;
}

.breadcrumb li + li:before {
    content: "\f105";
    font-family: FontAwesome;
    color: #BBBBBB;
    padding: 0 5px;
    font-size: 10px;
}

.page-header {
	margin: 15px 0;
	padding: 0;
	border: 0;
}

.page-header h1.heading-title {
    font-weight: 300;
    font-size: 28px;
    margin: 0;
    display: inline-block;
}

.table thead td span[data-toggle="tooltip"]:after, label.control-label span:after {
    font-family: FontAwesome;
    color: #1E91CF;
    content: "\f059";
    margin-left: 4px;
}