/*!
 * Bootstrap v3.1.1 (http://getbootstrap.com)
 * Copyright 2011-2014 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/master/LICENSE)
 */

@import url(http://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800,300);

* { outline:none !important; }
::-webkit-input-placeholder { color: #ccc !important; }
:-moz-placeholder { color: #ccc !important; opacity:  1; }
::-moz-placeholder { color: #ccc !important; opacity:  1; }
:-ms-input-placeholder  { color: #ccc !important; }

body {
	font-family:"Open Sans", Arial, sans-serif;
	margin:0;
	padding-top:80px;
	background:#FFF;
	color:#666666;
	font-size:13px;
	line-height:1.5;
}
body#home {
	padding-top:280px;
}
@media (max-width: 768px) {
body#home,
body {
	padding-top:0;
}
}

.caret {
  margin-left: 7px !important;
  border-top: 3px solid;
  border-right: 3px solid transparent;
  border-left: 3px solid transparent;
}
.icon-before {
  margin-right: 7px;
}
.icon-after {
  margin-left: 7px;
}

/* Buttons */
.btn {
	font-size: 13px;
	font-weight: 600;
	border-radius:4px;
	transition:300ms;
}
.btn:active,
.btn.active {
  -webkit-box-shadow: inset 1px 2px 3px rgba(0, 0, 0, .1);
          box-shadow: inset 1px 2px 3px rgba(0, 0, 0, .1);
}
.btn-lg,
.btn-group-lg > .btn {
  font-size: 18px;
}
.btn-sm,
.btn-group-sm > .btn {
  font-size: 12px;
}
.btn-xs,
.btn-group-xs > .btn {
  font-size: 11px;
}

/* Blue - Theme */
.btn-blue  {
	color: #666666;
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}
.btn-blue:hover,
.btn-blue:focus,
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	color: #666666;
	background-color: #cdcdcd;
	border-color: #cdcdcd;
}
.btn-blue:active,
.btn-blue.active,
.open .dropdown-toggle.btn-blue {
	background-image: none;
}
.btn-blue.disabled,
.btn-blue[disabled],
fieldset[disabled] .btn-blue,
.btn-blue.disabled:hover,
.btn-blue[disabled]:hover,
fieldset[disabled] .btn-blue:hover,
.btn-blue.disabled:focus,
.btn-blue[disabled]:focus,
fieldset[disabled] .btn-blue:focus,
.btn-blue.disabled:active,
.btn-blue[disabled]:active,
fieldset[disabled] .btn-blue:active,
.btn-blue.disabled.active,
.btn-blue[disabled].active,
fieldset[disabled] .btn-blue.active {
	background-color: #41B0E7;
	border-color: #1DA3E2;
}
.btn-blue .badge {
	color:#d5d5d5;
    background-color: #fff;
}

/* Dark Blue - Theme */
.btn-dblue {
	color: #666666;
	background-color: #d5d5d5;
	border-color: #d5d5d5;
}
.btn-dblue:hover,
.btn-dblue:focus,
.btn-dblue:active,
.btn-dblue.active,
.open .dropdown-toggle.btn-dblue {
	color: #666666;
	background-color: #cdcdcd;
	border-color: #cdcdcd;
}
.btn-dblue:active,
.btn-dblue.active,
.open .dropdown-toggle.btn-dblue {
	background-image: none;
}
.btn-dblue.disabled,
.btn-dblue[disabled],
fieldset[disabled] .btn-dblue,
.btn-dblue.disabled:hover,
.btn-dblue[disabled]:hover,
fieldset[disabled] .btn-dblue:hover,
.btn-dblue.disabled:focus,
.btn-dblue[disabled]:focus,
fieldset[disabled] .btn-dblue:focus,
.btn-dblue.disabled:active,
.btn-dblue[disabled]:active,
fieldset[disabled] .btn-dblue:active,
.btn-dblue.disabled.active,
.btn-dblue[disabled].active,
fieldset[disabled] .btn-dblue.active {
	background-color: #41B0E7;
	border-color: #1DA3E2;
}
.btn-dblue .badge {
	color:#d5d5d5;
    background-color: #fff;
}

/* Dropdown Menus */
.dropdown-menu {
	padding: 9px 10px;
	min-width: 180px;
	font-size: 13px;
	border-color:#dadada;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
          	box-shadow: 0 1px 1px rgba(0, 0, 0, .08);
			z-index:5000;
	
}
.dropdown-menu-center {}
.dropdown-menu-right {}

.dropdown-menu > li > a {
	padding: 5px 10px;
	line-height: 1.45;
	border-radius:3px;
	color:#666;
}
.dropdown-menu > li > a:hover,
.dropdown-menu > li > a:focus {
  color: #333;
  text-decoration: none;
  background-color: #f5f5f5;
}
.dropdown-menu > .active > a,
.dropdown-menu > .active > a:hover,
.dropdown-menu > .active > a:focus {
  font-weight:600;
  color: #666666;
  background-color: #d5d5d5;
}


.dropdown-menu-blue {
	margin: 12px 0 0;
	background-color: #d5d5d5;
	border: none;
	-webkit-box-shadow:none;
          	box-shadow:none;
}
.dropdown-menu-blue:after {
	position: absolute;
	display: block;
	width: 0;
	height: 0;
	border-color: transparent;
	border-style: solid;  
	content: " ";
	border-width: 11px;
	
	top: -10px;
	left: 20px;
	right: auto;
	
	border-top-width: 0;
	border-bottom-color: #d5d5d5;
}
.dropdown-menu-blue.dropdown-menu-center:after {
	left: 50%;
	margin-left: -11px;
}
.dropdown-menu-blue.dropdown-menu-right:after {
	top: -10px;
	left: auto;
	right: 20px;
}

.dropdown-menu-blue > li > a {
  color: #fff;
}
.dropdown-menu-blue > li > a:hover,
.dropdown-menu-blue > li > a:focus {
  color: #fff;
  background-color: #1AADE1;
}
.dropdown-menu-blue > .active > a,
.dropdown-menu-blue > .active > a:hover,
.dropdown-menu-blue > .active > a:focus {
  background-color: #2BB3E3;
}

/* Popovers */
.popover {
	width: 250px;
	border-radius: 4px;
	-webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
          	box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}
.popover.top {
	margin-top: -15px;
}
.popover.right {
	margin-left: 15px;
}
.popover.bottom {
	margin-top: 15px;
}
.popover.left {
	margin-left: -15px;
}
.popover-title {
	border-bottom: 1px solid rgba(0,0,0,0.1);
	border-radius: 4px 4px 0 0;
	font-weight: 600;
}
.popover-blue + .popover {
	background:#d5d5d5;
	border-color:transparent;
	color:#666666;
}
.popover-blue + .popover a {
	color:#fff;
}
.popover-blue + .popover .popover-title {
	background-color: #d5d5d5;
	border-bottom: 1px solid rgba(255,255,255,0.1);
 }
.popover-blue + .popover .arrow {
	border-color:transparent;
}
.popover-blue + .top .arrow:after {
	border-top-color: #d5d5d5;
}
.popover-blue + .right .arrow:after {
	border-right-color: #d5d5d5;
}
.popover-blue + .bottom .arrow:after {
	border-bottom-color: #d5d5d5;
}
.popover-blue + .left .arrow:after {
	border-left-color: #d5d5d5;
}

/* List Group */
a.list-group-item.active,
a.list-group-item.active:hover,
a.list-group-item.active:focus {
  background-color: #d5d5d5;
  border-color: #d5d5d5;
  font-weight:600;
}

/* Panels */
.panel-heading {
	padding: 10px;
	border-top-left-radius: 4px;
	border-top-right-radius: 4px;
}
.panel-default > .panel-heading {
	color: #666;
	background-color: #FFF;
	border-color: #eee;
}
.panel-title {
	font-size: 16px;
	color:inherit;
}

/* Bands */
.band {
	position:absolute;
	top:-3px;
	left:-3px;
	width:55px;
	height:55px;
	color:#ffffff;
	font-size:10px;
	font-weight:900;
	text-transform:uppercase;
	z-index:1000;
}
.band .band-text {
	width:55px;
	height:18px;
	display:block;
	
	position:relative;
	top:12px;
	left:-6px;
	
	text-align:center;
	letter-spacing:2px;
	overflow:hidden;
	
	transform:rotate(315deg);
	-ms-transform:rotate(315deg); /* IE 9 */
	-webkit-transform:rotate(315deg); /* Opera, Chrome, and Safari */
	
}
.band-lg {
	width:80px;
	height:80px;
}
.band-lg .band-text {
	width:85px;
	height:18px;
	
	top:25px;
	left:-10px;
	
	letter-spacing:normal;
	
	transform:rotate(314deg);
	-ms-transform:rotate(314deg); /* IE 9 */
	-webkit-transform:rotate(314deg); /* Opera, Chrome, and Safari */
}

.green-band {
	background:url(../img/green.png) no-repeat top left;
}
.band-lg.green-band {
	background:url(../img/green-lg.png) no-repeat top left;
}
.blue-band {
	background:url(../img/blue.png) no-repeat top left;
}
.band-lg.blue-band {
	background:url(../img/blue-lg.png) no-repeat top left;
}
.red-band {
	background:url(../img/red.png) no-repeat top left;
}
.band-lg.red-band {
	background:url(../img/red-lg.png) no-repeat top left;
}


/* Header */
.navbar {
	min-height:80px;
	margin-bottom:0;
	z-index:10000;
}
#home .navbar {
	height:280px;
}
.navbar-default {
  background-color: #4C525F;
  border:none;
}
@media (max-width: 768px) {
.navbar {
	position:static;
	margin-right: 0px;
	margin-left: 0px;
}
#home .navbar {
	height:auto;
}
}

/* Header Logo */
.navbar-brand {
	margin:10px 0;
	padding:0 0 0 15px;
	width:375px;
	height:auto;
}
#home .navbar-brand {
	float:none;
	display:table;
	margin:60px auto 50px;
	text-align:center;
	padding:0;
}
.navbar-brand img {
	width:100%;
	max-width:360px;
}
@media (max-width: 500px) {
.navbar-brand {
	width:100%;
	height:auto;
}
}
@media (max-width: 767px) {
#home .navbar-brand,
.navbar-brand {
	float:none;
	display:table;
	margin:3px auto;
	text-align:center;
	padding:0;
}
.navbar-search {
	width: 80%;
	float:center;
}
}

/* Header Search Form */
.navbar-search {
	float:right;
	margin-top:0px;
	margin-bottom:30px;
	position:relative;
	padding:0;
	width:100%;
}
#home .navbar-search {
	float:none;
	margin: 0 auto 30px;
	width:100%;
}
.navbar-search input[type="text"] {
	display:block;
	width:100%;
	height:50px;
	line-height:50px;
	border:none;
	border-radius:50px;
	font-size:16px;
	font-weight:bold;
	padding:0 60px 0 20px;
	color:#999;
}
.navbar-search input[type="text"]:focus {
	box-shadow:none;
}
.navbar-search button {
	position:absolute;
	top:5px;
	right:5px;
	background: transparent;
	border:none;
	font-size:20px;
	color:#999;
	transition:300ms;
	border-radius:100%;
}
.navbar-search input[type="text"]:focus + button,
.navbar-search button:focus,
.navbar-search button:hover {
	background: transparent;
	color:#d5d5d5;
}
@media (max-width: 767px) {
.navbar-search {
	margin-bottom:10px;	
}
}
@media (min-width: 768px) {
.navbar-search {
	width:50%;
	margin-top:15px;
	margin-bottom:15px;
}
#home .navbar-search {
	margin:0px auto 50px;
	width:50%;
}
}
@media (min-width: 768px) {
.navbar-search {
	width:50%;
}
}

/* Home Categories */
.home-categories {
	background:#FCFCFC;
	margin:30px 0 30px;
}
@media (min-width: 768px) {
.home-categories {
	background:#FCFCFC;
	margin:60px 0 60px;
}
}
.home-categories .panel-heading {
	background:inherit;
	padding:25px 30px;
}
.home-categories .panel-title {
	font-size:18px;
	font-weight:lighter;
}
.home-categories .panel-body {
	padding:25px 30px;
}
.home-categories .category {
 height:140px;
}
.home-categories .category a {
	color:#666;
}
.home-categories .category h5 {
	font-size:13px;
	font-weight:bold;
}
@media (max-width: 768px) {
.home-categories .category {
	padding-bottom:10px;
	margin-bottom:20px;
	border-bottom:1px solid #eee;
	margin:0 -30px 20px;
	padding:0 30px 10px;
}
.home-categories .row :first-child .category {
	margin-top:0px;
}
.home-categories .row :last-child .category {
	padding-bottom:0;
	margin-bottom:0;
	border-bottom:none;
}
}

/* Inner Text Page */
.inner {
	margin-bottom:50px;
}

/* Page Header */
.page-header {
  padding: 20px 0 25px;
  margin: 0 0 20px;
  border-bottom: 1px solid #DADADA;
  background:#E4E4E4;
}
.page-header .light {
	font-weight:lighter;
}
.page-header h2 {
	font-size:26px;
}

/* Search Title */
.search-title {
  background:none;
  border-bottom:none;
  margin-bottom:10px;
}
.search-title h3 {
  margin: 20px 0 20px;
  font-size:16px;
  font-weight:lighter;
  line-height:1.5;
  text-align:center;
}
@media (min-width: 500px) {
.search-title h3 {
  font-size:18px;
  text-align:left;
}
}
@media (min-width: 768px) {
.search-title {
  background:none;
  border-bottom:none;
}
.search-title h3 {
  margin: 40px 0 10px;
  font-size:22px;
}
}

/* Lead Text */
.lead {
  margin-top: 15px;
  margin-bottom: 25px;
  font-size: 14px;
  font-weight: 200;
  line-height: 1.5;
}
@media (min-width: 768px) {
  .lead {
    font-size: 15px;
  }
}

/* Sidebar & Content - Desktop */
.sidebar.col-lg-3 {width:180px;}
.adcontainer1go1 { float:left; margin-left: 10px; width: 400px; }
.adcontainer1go2 { display:none; float:left; margin-left: 30px; width: 400px; }
.adcontainer1go3 { display:none; float:left; margin-left: 30px; margin-bottom: 3px; width: 350px; }
@media (min-width: 768px) {
	.content.col-lg-9 {width:80%;}
	.content.col-lg-9 {width:558px;}
}
@media (min-width: 850px) {
	.content.col-lg-9 {width:600px;}	
}
@media (min-width: 966px) {
	.content.col-lg-9 {width:726px;}
	.adcontainer1go3 {margin-left: 10px; display:block;width: 300px; }	
}
@media (min-width: 966px) and (max-width: 1151px) {
	.adcontainer1go1 {width: 350px; }
	.adcontainer1go2 {margin-left: 10px; width: 350px;display:block; }
}
@media (min-width: 1152px) {
	.content.col-lg-9 {width:909px;}
	.adcontainer1go2 { display:block; }
}
@media (min-width: 1279px) {
	.content.col-lg-9 {width:1069px;}
}
@media (min-width: 1299px) {
	.content.col-lg-9 {width:1089px;}
}
@media (min-width: 1365px) {
	.content.col-lg-9 {width:1155px;}
	.adcontainer1go3 { display:block; }	
}
@media (min-width: 1365px) and (max-width: 1438px) {
	.adcontainer1go1 {width: 390px; }
	.adcontainer1go2 {margin-left: 20px; width: 390px; }
	.adcontainer1go3 {margin-left: 20px; display:block;width: 300px; }	
}
@media (min-width: 1279px) and (max-width: 1364px) {
	.adcontainer1go1 {width: 350px; }
	.adcontainer1go2 {margin-left: 10px; width: 350px; }
	.adcontainer1go3 {margin-left: 10px; display:block;width: 300px; }	
}
@media (min-width: 1439px) {
	.content.col-lg-9 {width:1229px;}
}
@media (min-width: 1480px) {
	.content.col-lg-9 {width:1270px;}
}
@media (min-width: 1600px) {
	.content.col-lg-9 {width:1390px;}
}
@media (min-width: 1660px) {
	.content.col-lg-9 {width:1450px;}
}
@media (min-width: 1919px) {
	.content.col-lg-9 {width:1709px;}
}
		
/* Sidebar Navigation */
.sidebar-nav {
	margin-bottom:20px;
}
.sidebar-nav .list-group-item {
  padding: 5px 5px;
  border: none;
}
.sidebar-nav .active:after {
	content: "\f0da";
	font-family: FontAwesome;
    font-weight: normal;
	position:absolute;
	right:10px;
	top:50%;
	margin-top:-7px;
	font-size:10px;
 	color:#fff;
}

/* Sidebar Adverts */
.sidebar-ads {
	margin-bottom:20px;
}

/*  Product Controls */
.product-control {
	margin-bottom:10px;
}
.product-control .btn {
	height:34px;
}
.product-control .btn .icon-after {
	font-size:11px;
}
.product-control .filter-bar {
	float:left;
}
.product-control .filter-bar .hidden-ml {
	display:none;
}
.product-control .filter-bar .btn-group {
	margin-right:6px;
}
.product-control .sort-bar {
	float:right;
}
.product-control .view-bar {
	float:right;
	margin-left:10px;
}
.product-control .view-bar .btn {
	font-size:14px;
}
@media (min-width: 500px) {
.product-control .filter-bar .hidden-ml {
	display:inline-block;
}
}

/*  Product Default */
.product-box {
	background:#fff;
	text-align:left;
	border: 1px solid #d5d5d5;
}
.product-box .product-btn {
	background:#89B94F;
	color:#fff;
	text-align:center;
}
.product-box .info-btn {
	position:relative;
	top:1px;
	color:#aaa;
	margin-left:5px;
	transition:300ms;
}
.product-box .info-btn:hover,
.product-box .info-btn:focus {
	color:#888;
}
.product-box .share-btn {
	position:absolute;
	right:10px;
	top:5px;
	opacity:0;
	transition:300ms;
	color:#aaa;
}
.product-box:hover .share-btn,
.product-box .share-btn:focus {
	opacity:1;
}
.product-box .share-btn:hover {
	color:#888;
}
.product-box .share-btn:focus {
	color:#d5d5d5;
}

.share-btn + .popover {
	font-size:14px;
	text-transform:uppercase;
}
.share-btn + .popover strong {
	margin-right:10px;
}
.share-btn + .popover a .fa {
	padding:0 10px;
	font-size:14px;
	opacity:0.85;
}
.share-btn + .popover a:hover .fa {
	opacity:1;
}


/*  Mobile Product */
.product-box {
	min-height:100px;
	position:relative;
	padding:10px 40px 10px 100px;
	margin:0 -15px 1px;
}
.product-box img {
	position:absolute;
	top:10px;
	left:10px;
	width:80px;
	height:80px;
}
.product-box h5 {
	margin:0;
	line-height:1.5;
	font-size:13px;
	font-weight:bold;
}
.product-box .description {
	display:none;
}
.product-box .price {
	font-size:14px;
	font-weight:bold;
	color:#84B447;
	margin:0;
}
.product-box .price span {
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.product-box .price sup {
  position: static;
  font-size:inherit;
  line-height:normal;
  vertical-align:auto;
}
.product-box .store {
	font-size:11px;
	color:#999;
	margin-bottom:0;
}
.product-box .product-btn {
	width:22px;
	height:22px;
	margin-top:-11px;
	padding:0;
	font-size:14px;
	position:absolute;
	top:50%;
	right:10px;
	line-height:18px;
}

@media (min-width: 500px) { /* Mobile Extended */
.product-box {
	margin:0 0 1px;
	border-radius: 4px;
}
}


@media (min-width: 300px) { /* Tablet Product */
.product-box {
	margin:0 0 6px;
	border-radius: 4px;
}
.product-box img {
	width:auto;
	max-width: 160px;
	height:160px;
}
.product-box h5 {
	margin:0 0 10px;
	line-height:1.4;
}
.product-box .price {
	line-height:1.4;
	font-size:24px;
	font-weight:900;
	color:#666;
	margin:0 0 10px;
}
.product-box .price sup {
	position: relative;
	font-size: 13px;
	line-height: 0;
	vertical-align: baseline;
	top: -8px;
	font-weight:700;
	margin-right:3px;
}
.product-box .price span {
	display:block;
	font-size:12px;
	font-weight:normal;
	color:#999;
}
.product-box .product-btn {
	height:44px;
	line-height:43px;
	width:100%;
	font-size:14px;
	text-transform:uppercase;
	font-weight:900;
}
.product-box .product-btn span:first-child {
	float:left;
	width:74%;
}
.product-box .product-btn .fa {
	float:right;
	width:36%;
	height:42px;
	line-height:42px;
	background: url(../img/btn-bg.png) no-repeat left;
	font-size:17px;
	font-weight:normal;
	text-align:center;
	padding-left:24px;
	margin-left:-10%;
}
}

@media (min-width: 300px) and (max-width: 559px) {
.product-grid .col-sm-4 {
	width:50%;
}
}
@media (min-width: 560px) and (max-width: 767px) {
.product-grid .col-sm-4 {
	width:33%;
}
}

@media (min-width: 300px) { /*  Tablet Product Grid */
.product-grid .product-box {
	min-height:370px;
	text-align:center;
	padding:6px;
}
.product-grid .product-box img {
	margin-bottom:10px;
	position:static;
}
.product-grid .product-box h5 {
	height:40px;
	font-size:14px;
	overflow:hidden;
}
.product-grid .product-box .store {
 max-width:85%;
 height:16px;
 overflow:hidden;
 display:inline-block;
 position:relative;
 top:3px;
}
.product-grid .product-box .product-btn {
	position:static;
	margin-top:15px;
}
}

@media (min-width: 300px) { /*  Tablet Product List */
.product-list .col-sm-4 {
	float:none;
	width:100%;
}
.product-list .product-box {
	min-height:180px;
	padding:6px 186px 6px 170px;
}
.product-list .product-box img {
	top:10px;
	left:10px;
}
.product-list .product-box h5 {
	font-size:16px;
}
.product-list .product-box .description {
	display:block;
}
.product-list .product-box .info-btn {
	display:none;
}
.product-list .product-box .price {
	width:180px;
	text-align:center;
	position:absolute;
	top:25px;
	right:20px;
}
.product-list .product-box .store {
	font-size:12px;
	font-weight:bold;
}
.product-list .product-box .product-btn {
	width:180px;
	margin:0;
	top:90px;
	right:20px;
}
}

@media (min-width: 300px) { /*  Laptop Product List */
.product-list .product-box {
	padding:6px 180px 6px 180px;
}
.product-list .product-box img {
	top:10px;
	left:25px;
}
.product-list .product-box h5 {
	margin-top:3px;
	font-size:18px;
}
.product-list .product-box .product-btn {
	width:180px;
	margin:0;
	top:90px;
	right:30px;
}
}

.load-btn {
	margin-top:20px;
	margin-bottom:30px;
	line-height:30px;
	padding:10px 20px;
	font-size:13px;
	text-transform:uppercase;
	font-weight:bold;
}
.load-btn .fa {
	background:#0089B9;
	background: rgba(0,0,0,0.16);
	width:30px;
	height:30px;
	line-height:31px;
	text-align:center;
	border-radius:100%;
	margin-left:15px;
}
@media (min-width: 300px) {
	
.load-btn {
	margin-top:0px;
}
}


/* Footer */
footer.primary {
	min-height:100px;
  	background-color: #4C525F;
}
.footer-brand {
	display:block;
	width:100%;
	max-width:300px;
	margin:35px auto;
}
.footer-brand img {
	width:100%;
}
.footer-social {
	display:none;
	margin-top:45px;
	text-align:right;
	color:#fff;
}
.footer-social a {
	display:inline-block;
	width:30px;
	height:30px;
	line-height:30px;
	background:#353942;
	text-align:center;
	color:#535A68;
	font-size:17px;
	border-radius:100%;
	margin-left:8px;
	transition:300ms;
}
.footer-social a:hover {
	background:#272B32;
}
.footer-menu {
	display:none;
	margin-top:50px;
	width:auto;
	text-align:right;
}
.footer-menu ul {
	margin:0;
	padding:0;
}
.footer-menu li {
	display:inline-block;
}
.footer-menu a {
	padding:5px 10px;
	color:rgba(255,255,255,0.8);
	text-decoration:none;
	transition:300ms;
}
.footer-menu a:hover,
.footer-menu a:focus {
	color:rgba(255,255,255,1);
}

@media (min-width: 300px) {

.footer-brand {
	float:left;
}
.footer-menu {
	float:right;
	display:inline-block;
}
}
@media (min-width: 992px) {
.footer-menu {
	width:50%;
	text-align:center;
	float:left;
}
.footer-social {
	float:right;
	display:inline-block;
}
}

@media (min-width: 1200px) {}