body {background: #ccc; font-family: 'Open Sans'; color: #666;}
::selection { color: #fff; background: #383838; }
::-moz-selection { color: #fff; background: #383838; }
h1, h2, h3, h4, h5, h6, .h1, .h2, .h3, .h4, .h5, .h6 { color: #36618c; }
a { color: #36618c; }
a:hover, a:focus { color: #6996c0; }
.btn-at { background-color: #36618c; color: #fff; }
.btn-at:hover, .btn-at:focus, .btn-at:active, .btn-at.active, .open .dropdown-toggle.btn-at { background-color: #6996c0; color: #fff; }
@media (min-width:1200px) {
	#wrapper { background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin: 20px auto 0; width: 1170px; }
	#footer { width:auto; }
}
@media (min-width: 992px) and (max-width: 1199px) {
	#wrapper { background: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.2); margin: 20px auto 0; width: 970px; }
	#footer { width:auto; }
}
#footer{margin-top:50px;}

#header { background: #36618c; background: -moz-linear-gradient(top,  #546f8c 0%, #36618c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#546f8c), color-stop(100%,#36618c)); background: -webkit-linear-gradient(top,  #546f8c 0%,#36618c 100%); background: -o-linear-gradient(top,  #546f8c 0%,#36618c 100%); background: -ms-linear-gradient(top,  #546f8c 0%,#36618c 100%); background: linear-gradient(to bottom,  #546f8c 0%,#36618c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#546f8c', endColorstr='#36618c',GradientType=0 ); }
#header .list-usp { color: #ffffff; }

#navigation .navbar { background: #383838; background: -moz-linear-gradient(top,  #383838 0px, #1E1E1E 50px); background: -webkit-gradient(linear, left top, left bottom, color-stop(0px,#383838), color-stop(50px,#1E1E1E)); background: -webkit-linear-gradient(top,  #383838 0px,#1E1E1E 50px); background: -o-linear-gradient(top,  #383838 0px,#1E1E1E 50px); background: -ms-linear-gradient(top,  #383838 0px,#1E1E1E 50px); background: linear-gradient(to bottom,  #383838 0px,#1E1E1E 50px); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#383838', endColorstr='#1E1E1E',GradientType=0 ); }
#navigation .navbar .navbar-nav > li > a,
#navigation .navbar .navbar-brand:hover,
#navigation .navbar .navbar-brand:focus,
#navigation .navbar .navbar-nav .open .dropdown-menu > li > a { color: #ccc; }
@media (min-width: 768px) {
	#navigation .dropdown-menu > li > a,
	#navigation .navbar .navbar-nav .open .dropdown-menu > li > a { color: #666; }
}
#navigation .navbar .navbar-nav > li > a:hover,
#navigation .navbar .navbar-nav > li > a:focus,
#navigation .navbar .navbar-nav > .active > a,
#navigation .navbar .navbar-nav > .active > a:hover,
#navigation .navbar .navbar-nav > .active > a:focus,
#navigation .navbar .navbar-nav > .open > a,
#navigation .navbar .navbar-nav > .open > a:hover,
#navigation .navbar .navbar-nav > .open > a:focus,
#navigation .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
#navigation .navbar .navbar-nav .open .dropdown-menu > li > a:focus,
#navigation .navbar .navbar-nav > li:hover > a.dropdown-toggle,
#navigation .navbar .navbar-nav > li:focus > a.dropdown-toggle { color: #fff; }
#navigation .dropdown-menu > li > a:hover,
#navigation .dropdown-menu > li > a:focus { background-color: #6996c0; color: #fff; }
@media (max-width: 767px) {
	#navigation .navbar .navbar-nav .open .dropdown-menu > li > a:hover,
	#navigation .navbar .navbar-nav .open .dropdown-menu > li > a:focus { color: #fff; }
}

#sidebar .widget { background: #fafafa; border: 1px solid #eee; }
#sidebar .widget .h1 { background: #36618c; background: -moz-linear-gradient(top, #36618c 0%, #36618c 100%); background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#36618c), color-stop(100%,#36618c)); background: -webkit-linear-gradient(top,  #36618c 0%,#36618c 100%); background: -o-linear-gradient(top,  #36618c 0%,#36618c 100%); background: -ms-linear-gradient(top,  #36618c 0%,#36618c 100%); background: linear-gradient(to bottom,  #36618c 0%,#36618c 100%); filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#36618c', endColorstr='#36618c',GradientType=0 ); }
#sidebar .widget .h1 { color: #fff; }
#sidebar .widget ul li a:hover, #sidebar .widget ul li a:focus { background: #6996c0; color: #fff; }
#sidebar .widget ul li a{ border-bottom: 1px solid #eee;}
#sidebar .widget.widget_recent_comments ul li a:hover, #sidebar .widget.widget_recent_comments ul li a:focus {	color: #6996c0; }
#sidebar .widget_filter .slider-handle{background: #36618c}

#footer { background: #383838; color: #666; }
#footer a { color: #666; }
#footer a:hover, #footer a:focus { color: #999; }

.social-buttons { background:#fafafa; color: #999; border: 1px solid #ddd; }
.pagination > li > a, .pagination > li > span { color: #36618c; }
.pagination > li > a:hover, .pagination > li > span:hover, .pagination > li > a:focus, .pagination > li > span:focus { color: #36618c; }
.pagination > .active > a, .pagination > .active > span, .pagination > .active > a:hover, .pagination > .active > span:hover, .pagination > .active > a:focus, .pagination > .active > span:focus { background-color: #36618c; border-color: #36618c; }
.thumbnail .caption{color: #666;}
.table-product-y th { background: #36618c; color: #fff; border-top:1px solid!important; border-color:#36618c!important; }