.navbar-nav>li>.dropdown-menu {
    margin-top:5px;
    border-top-left-radius:4px;
    border-top-right-radius:4px;
}
.navbar-default .navbar-nav>li>a {
    
}

.text-center h3 {
  margin-top: 20px;
  margin-bottom: 10px;
}

.promo-area {
  background: none repeat scroll 0 0 #1abc9c;
  color: #fff;
  padding: 77px 0 200px;
}

.brands-area {
  background: none repeat scroll 0 0 #1abc9c;
  color: #fff;
  padding: 0px 0 200px;
}

.panel-login {
	border-color: #ccc;
	-webkit-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	-moz-box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
	box-shadow: 0px 2px 3px 0px rgba(0,0,0,0.2);
}
.panel-login>.panel-heading {
	color: #00415d;
	background-color: #fff;
	border-color: #fff;
	text-align:center;
}
.panel-login>.panel-heading a{
	text-decoration: none;
	color: #666;
	font-weight: bold;
	font-size: 15px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.top-social-icons a {
  
}
.modal-header {
  border-bottom: 1px solid #fff;
}
.panel-login>.panel-heading a.active{
	border-radius: 5px;
  background:#1CB94E;
  color: #FFFFFF;
  font-size: 18px;
  padding: 7px;
}
.panel-login>.panel-heading hr{
	margin-top: 10px;
	margin-bottom: 0px;
	clear: both;
	border: 0;
	height: 1px;
	background-image: -webkit-linear-gradient(left,rgba(0, 0, 0, 0),rgba(0, 0, 0, 0.15),rgba(0, 0, 0, 0));
	background-image: -moz-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -ms-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
	background-image: -o-linear-gradient(left,rgba(0,0,0,0),rgba(0,0,0,0.15),rgba(0,0,0,0));
}
.panel-login input[type="text"],.panel-login input[type="email"],.panel-login input[type="password"] {
	height: 45px;
	border: 1px solid #ddd;
	font-size: 16px;
	-webkit-transition: all 0.1s linear;
	-moz-transition: all 0.1s linear;
	transition: all 0.1s linear;
}
.panel-login input:hover,
.panel-login input:focus {
	outline:none;
	-webkit-box-shadow: none;
	-moz-box-shadow: none;
	box-shadow: none;
	border-color: #ccc;
}
.btn-login {
	background-color: #59B2E0;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #59B2E6;
}
.btn-login:hover,
.btn-login:focus {
	color: #fff;
	background-color: #53A3CD;
	border-color: #53A3CD;
}
.forgot-password {
	text-decoration: underline;
	color: #888;
}
.forgot-password:hover,
.forgot-password:focus {
	text-decoration: underline;
	color: #666;
}

.btn-register {
	background-color: #1CB94E;
	outline: none;
	color: #fff;
	font-size: 14px;
	height: auto;
	font-weight: normal;
	padding: 14px 0;
	text-transform: uppercase;
	border-color: #1CB94A;
}
.btn-register:hover,
.btn-register:focus {
	color: #fff;
	background-color: #1CA347;
	border-color: #1CA347;
}

.promo-area .zigzag-bottom, .brands-area .zigzag-bottom{background: #fff}
.single-promo {margin-top: 10px;
    border: 1px solid #ddd;
    font-size: 25px;
    font-weight: 200;
    padding: 20px 10px;
    text-align: center;
}
.single-promo i {
  font-size: 50px;
}
.single-promo a:hover{text-decoration: none;
}
.single-promo:hover {background: #f5f5f5;
  border-color: #E0E0E0;}
.mega-dropdown {
  position: static !important;
 
}
.mega-dropdown-menu {
    padding: 20px 0px;
    width: 100%;
    box-shadow: none;
    -webkit-box-shadow: none;
}
.mega-dropdown-menu:before {
   
}
.mega-dropdown-menu:after {
   
}
.mega-dropdown-menu > li > ul {
  padding: 0;
  margin: 0;
}
.mega-dropdown-menu > li > ul > li {
  list-style: none;
}
.mega-dropdown-menu > li > ul > li > a {
  display: block;
  padding: 3px 7px;
  clear: both;
  font-weight: normal;
  line-height: 1.428571429;
  white-space: normal;
}
.mega-dropdown-menu > li ul > li > a:hover,
.mega-dropdown-menu > li ul > li > a:focus {
  text-decoration: none;
  color: #444;
  background-color: #f5f5f5;
}
.mega-dropdown-menu .dropdown-header {padding: 3px 8px;
  color: #428bca;
  font-size: 18px;
  font-weight:bold;
}
.mega-dropdown-menu form {
    margin:3px 20px;
}
.mega-dropdown-menu .form-group {
    margin-bottom: 3px;
}

#top-menu-block #register-login-block-top {
  margin-top: 10px;
}
#register-login-block-top {
  display: inline-block;
  margin-right: 20px;
  line-height: 30px;
  
  margin-top: 6px;
  margin-bottom: 6px;
}
ul.inline, ol.inline {
  margin-left: 0;
  list-style: none;
}
ul.inline > li, ol.inline > li {
  display: inline-block;
  padding-right: 5px;
  padding-left: 5px;
}

.top-social-icons a {
  float: left;
  margin-left: 10px;
  margin-top: 11px;
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  -ms-transition: all 0.2s ease;
  transition: all 0.2s ease;
}
.category-icon {
  position: absolute;
  top: 13px;
  left: 10px;
}
.cat-title a {font-size:24px;
  float: left;
  width: 100%;
  background: #f8f8f8;
}
.category-icon .category-icon-box {
  margin-right: 10px;
}
.category-icon-box i {
  line-height: 46px;
  font-size: 24px;
  color: #444444 !important;
}
.category-icon-box {
  width: 44px;
  height: 44px;
  float: left;
  text-align: center;
  display: table-cell;
  vertical-align: middle;
}
section#top-menu-block {
  border-bottom: 1px solid #e1e1e1;
}
.thumbs{padding-top:0px;
}
.user_menu{margin-bottom:10px;
}
.panel-body h2{
font-size: 20px;
  margin-bottom: 15px;
}
.ajax_preview_img img{max-width:100%;
}
.user_menu li:first-child{border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.user_menu li:last-child{margin-bottom: 0;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}

.dropdown-menu>li>a {
  font-size: 18px;
  display: block;
  padding: 8px 20px;
  clear: both;
  font-weight: 400;
  line-height: 1.42857143;
  white-space: nowrap;
}
.paginate .searchPaginationSelected {
font-weight: bold;
}
.navbar-default .navbar-brand {
  padding: 10px;
}
.navbar-default .navbar-brand img{
  max-height: 45px;
max-width:300px;
}
.paginate li {
display: inline;
list-style-type: none;
}
.paginate a, .paginate span {
text-decoration: none;
margin: 0 1px;
padding: 5px 10px;
border: 1px solid #EEE;
}


@media only screen and (max-width: 1200px){
.navbar-default .navbar-brand img {
  max-height: 55px;
  max-width: 200px;
}
}
@media only screen and (max-width: 780px){

.navbar-default .navbar-brand img {
  max-height: 55px;height: 100%;
}
.header-text h3{
font-size:15px;
}
}
@media (min-width: 768px) {
.modal-sm {
  width: 500px;
}
.mega-dropdown-menu > li > ul > li:hover{background:transparent;
}
ul.nav.navbar-nav.navbar-right li:hover {
  background:transparent;
}
}
@media only screen and (max-width: 600px){
.logo {
  width: 50%;
}
.top-social-icons a {
  width: 100%;
  float: left;
  margin-left: 0px;
}
.top-social-icons{width:100%;float:left;
}
.navbar-default .navbar-brand img {
  max-height: 55px;
  max-width: 100%;
}
}
@media only screen and (max-width: 480px){
.logo img {
  margin-bottom: 10px;
  max-width: 100%;
  margin-top: inherit;
}
}
@media only screen and (max-width: 400px){


.logo {
  max-width: 60%;
}
.navbar-default .navbar-brand img {
  max-height: 65px;
  max-width: 100%;
}
.carousel-indicators {
  display: none;
}
}