h1, h2, h3, h4, h5, h6 {
	color: #444;
}
/* default font size */
.fa {
	font-size: 14px;
}
/* Override the bootstrap defaults */
h1 {
	font-size: 33px;
}
h2 {
	font-size: 27px;
}
h3 {
	font-size: 21px;
}
h4 {
	font-size: 15px;
}
h5 {
	font-size: 12px;
}
h6 {
	font-size: 10.2px;
}

.foo{
	font-size: 11px;
  text-transform: uppercase;
	color:#808e9e;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
  margin:25px 0;
}

a {
	color: #d07f48;
  cursor:pointer;
}
a:hover {
  color: #ad461d;
	text-decoration: none;
}

legend {
  color: #b8c0c8;
	font-size: 18px;
	padding: 7px 0px;
  border-color: #b8c0c8;
}
label {
	font-size: 12px;
	font-weight: normal;
}
select.form-control, textarea.form-control, input[type="text"].form-control, input[type="password"].form-control, input[type="datetime"].form-control, input[type="datetime-local"].form-control, input[type="date"].form-control, input[type="month"].form-control, input[type="time"].form-control, input[type="week"].form-control, input[type="number"].form-control, input[type="email"].form-control, input[type="url"].form-control, input[type="search"].form-control, input[type="tel"].form-control, input[type="color"].form-control {
	font-size: 1em;
}
.input-group input, .input-group select, .input-group .dropdown-menu, .input-group .popover {
	font-size: 1em;
}
.input-group .input-group-addon {
	font-size: 1em;
	height: 30px;
}
/* Fix some bootstrap issues */
span.hidden-xs, span.hidden-sm, span.hidden-md, span.hidden-lg {
	display: inline;
}

.nav-tabs {
	margin-bottom: 15px;
}

.nav-tabs>li>a {
  border:none;
}

div.required .control-label:before {
	content: '* ';
	color: #F00;
	font-weight: bold;
}
/* Gradent to all drop down menus */

.dropdown a, .nav>li>a {
color: #d3d4d5;
}

.nav .open>a, .nav .open>a:hover, .nav .open>a:focus {
  background: none;
}

.nav>li>a:focus {
 background: none;
}

.nav>li>a:hover, .dropdown a:hover {
  text-decoration: none;
	color: #ffffff;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
  background: none;
}

.dropdown-menu {
  background: url(images/bg-widget2.png) repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    border-top:1px solid #5e6771;
    border-left:1px solid #525B68;
}

.dropdown-menu li > a {
  color: #d3d4d5;
}

.dropdown-menu li > a:hover {
	text-decoration: none;
	color: #ffffff;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );

}
/* top */
#top {
  background: url(images/comment-bg2.png) repeat;
	border-bottom: 1px solid #171d21;
	padding: 4px 0px 3px 0;
	margin: 0 0 20px 0;
	min-height: 40px;
}
#top .container {
	padding: 0 20px;
}
#top #currency .currency-select {
	text-align: left;
}
#top #currency .currency-select:hover {
	text-shadow: none;
	color: #ffffff;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #23a1d1, #1f90bb);
	background-repeat: repeat-x;
}
#top .btn-link, #top-links li, #top-links a {
	color: #d3d4d5;
	text-shadow: 0 1px 0 #000;
	text-decoration: none;
}
#top .btn-link:hover, #top-links a:hover {
	color: #d07f48;
}

#top-links ul li a{
  background:none;
}

#top-links ul li ul li a:hover {
	color: #fff;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}

#top-links {
	padding-top: 6px;
}
#top-links a + a {
	margin-left: 15px;
}
/* logo */
#logo {
	margin: 0;
  /* align-self: center; */
  /* width: 33%; */
}
#google_ad_logo{
  width: 66%;
}
@media (max-width: 767px) {
  #logo { width: 100%; }
  #google_ad_logo { width: 100%; }
}

/* search */
#search {
	margin-bottom: 10px;
}
#search .input-lg {
	height: 40px;
	line-height: 20px;
	padding: 0 10px;
}
#search .btn-lg {
	font-size: 15px;
	line-height: 18px;
	padding: 10px 35px;
  color: #fefae5;
	background-color: transparent;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
	background-repeat: repeat-x;
  border: 1px solid #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

/* menu */
#menu {
	background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.16)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=0 );
	min-height: 40px;
  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  border: none;
  border-top:1px solid #5e6771;
  border-left:1px solid #525B68;
}
#menu .nav > li > a {
	color: #d3d4d5;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(45,51,58,0.8);
	padding: 10px 15px 10px 15px;
	min-height: 15px;
	background-color: transparent;
}
#menu .nav > li > a:hover, #menu .nav > li.open > a {
	color: #fff;
    text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}
#menu .dropdown-menu {
  background: url(images/bg-widget2.png) repeat;
  padding-bottom: 0;
  padding-top: 0;
  -webkit-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
  box-shadow: 0 5px 5px -1px rgba(0, 0, 0, 0.2);
}
#menu .dropdown-inner {
background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.16)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=0 );
	display: table;
  width: 100%;
}
#menu .dropdown-inner ul {
	display: table-cell;
}

#menu .dropdown-inner ul li {
  border-style: solid;
  border-width: 1px 0 0 0;
  border-top-color: #171d21;
}

#menu .dropdown-inner ul li a:hover {
    text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}

#menu .dropdown-inner a {
	min-width: 160px;
	display: block;
	padding: 3px 20px;
	clear: both;
	line-height: 20px;
	color: #d3d4d5;
	font-size: 12px;
}
#menu .dropdown-inner li a:hover {
	color: #FFFFFF;
}

#menu #category {
	float: left;
	padding-left: 15px;
	font-size: 16px;
	font-weight: 700;
	line-height: 40px;
	color: #d3d4d5;
  text-transform: uppercase;
  text-shadow: 0 1px 1px rgba(45,51,58,0.8);
}

#search .btn-lg:hover, #search .btn-lg:focus {
	background-color: transparent;
	background-image: linear-gradient(to bottom, #ad461d, #d07f48);
	background-repeat: repeat-x;
    border-color: #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

#menu .btn-navbar {
	font-size: 15px;
	font-stretch: expanded;
	color: #FFF;
	padding: 2px 18px;
	float: right;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
	background-repeat: repeat-x;
	border: none;
}
#menu .btn-navbar:hover, #menu .btn-navbar:focus, #menu .btn-navbar:active, #menu .btn-navbar.disabled, #menu .btn-navbar[disabled] {
	color: #ffffff;
	background-color: #229ac8;
}
@media (min-width: 768px) {
	#menu .dropdown:hover .dropdown-menu {
		display: block;
	}

  #menu .see-all {
      -webkit-border-bottom-right-radius: 7px;
  -webkit-border-bottom-left-radius: 7px;
  -moz-border-radius-bottomright: 7px;
  -moz-border-radius-bottomleft: 7px;
  border-bottom-right-radius: 7px;
  border-bottom-left-radius: 7px;
  }
}
@media (max-width: 767px) {
	#menu {
		border-radius: 4px;
	}
	#menu div.dropdown-inner > ul.list-unstyled {
		display: block;
	}
	#menu div.dropdown-menu {
		margin-left: 0 !important;
		padding-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.1);
	}
	#menu .dropdown-inner {
		display: block;

	}
	#menu .dropdown-inner a {
		width: 100%;
		color: #fff;
	}
	#menu .dropdown-menu a:hover,
	#menu .dropdown-menu ul li a:hover {
		background: rgba(0, 0, 0, 0.1);
    background: url(images/cusel-bg-2.png);
	}
	#menu .see-all {
		margin-top: 0;
		border: none;
    -webkit-border-radius: 0px;
    -moz-border-radius: 0px;
    border-radius: 0px;
		color: #fff;
	}
}

#menu .see-all {
	font-size: 12px;
	font-stretch: expanded;
	color: #FFF;
	padding: 4px 18px;
	background-color: #229ac8;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
	background-repeat: repeat-x;
	/*border: none;*/
  display: block;
  width: 100%;
}

#menu .see-all:hover {
	background-image: linear-gradient(to bottom, #ad461d, #d07f48);
}

/* content */
#content {
	min-height: 600px;
}
/* footer */

footer {
  margin-top: 30px;
	padding-top: 30px;
	border-top: 1px solid #171d21;
	color: #e2e2e2;
  background: url(images/comment-bg3.png) repeat;
  background: -moz-linear-gradient(left,  rgba(255,255,255,0) 0%, rgba(255,255,255,0) 1%, rgba(255,255,255,0.1) 35%, rgba(255,255,255,0.1) 65%, rgba(255,255,255,0) 100%);
  background: -webkit-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 35%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0) 100%);
  background: -o-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 35%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0) 100%);
  background: -ms-linear-gradient(left,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 35%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0) 100%);
  background: linear-gradient(to right,  rgba(255,255,255,0) 0%,rgba(255,255,255,0) 1%,rgba(255,255,255,0.1) 35%,rgba(255,255,255,0.1) 65%,rgba(255,255,255,0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00ffffff', endColorstr='#00ffffff',GradientType=1 );
}
footer hr {
	border-top: none;
	border-bottom: 1px solid #666;
}
footer a {
	color: #ccc;
}
footer a:hover {
	color: #fff;
}
footer h5 {
	font-family: 'Open Sans', sans-serif;
	font-size: 13px;
	font-weight: bold;
	color: #fff;
}
/* alert */
.alert {
  background: transparent;
	padding: 8px 14px 8px 14px;
}

.alert-danger {
  color: #f27b55;
  background: #804b3e;
  border: 0 none;
  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

.alert-success {
  color: #a3c945;
  background: #3d5331;
  border: 0 none;
  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

/* breadcrumb */
.breadcrumb {
  background: url(images/comment-bg3.png) repeat;
	margin: 0 0 20px 0;
	padding: 8px 0;
  border:1px solid #171d21;
}
.breadcrumb i {
	font-size: 15px;
}
.breadcrumb > li {
	text-shadow:0 1px 1px rgba(89,27,7,0.43);
	padding: 0 20px;
	position: relative;
	white-space: nowrap;
}
.breadcrumb > li + li:before {
	content: '';
	padding: 0;
}
.breadcrumb > li:after {
	content: '';
	display: block;
	position: absolute;
	top: -3px;
	right: -5px;
	width: 26px;
	height: 26px;
	border-right: 1px solid #171d21;
	border-bottom: 1px solid #171d21;
	-webkit-transform: rotate(-45deg);
	-moz-transform: rotate(-45deg);
	-o-transform: rotate(-45deg);
	transform: rotate(-45deg);
}

.pagination {
	margin: 0;
  border: 1px solid #171d21;
  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

.pagination_info {
  color: #AAA;
}

.pagination>li>a, .pagination>li>span {
  color: #d07f48;
  background: url(images/comment-bg3.png) repeat;
  border: 1px solid #171d21;
}

.pagination>li span, .pagination>li>a:hover {
  border: 1px solid #171d21;
  color: #fff;
	text-decoration: none;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}

.pagination>.active>a, .pagination>.active>span, .pagination>.active>a:hover, .pagination>.active>span:hover, .pagination>.active>a:focus, .pagination>.active>span:focus {
  border: 1px solid #171d21;
}
*/

/* buttons
.buttons {
	margin: 1em 0;
	overflow: auto;
}
.btn {
	padding: 7.5px 12px;
	font-size: 12px;
	border-radius: 4px;
	box-shadow: inset 0 1px 0 rgba(255,255,255,.2), 0 1px 2px rgba(0,0,0,.05);
}
.btn-xs {
	font-size: 9px;
}
.btn-sm {
	font-size: 10.2px;
}
.btn-lg {
	padding: 10px 16px;
	font-size: 15px;
}
.btn-group > .btn, .btn-group > .dropdown-menu, .btn-group > .popover {
	font-size: 12px;
}
.btn-group > .btn-xs {
	font-size: 9px;
}
.btn-group > .btn-sm {
	font-size: 10.2px;
}
.btn-group > .btn-lg {
	font-size: 15px;
}
.btn-default {
	color: #fefae5;
	background-color: transparent;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
	background-repeat: repeat-x;
    border: none;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}

.btn-primary {
	border: none;
  outline: none;
  color: #fefae5;
  text-shadow: 0 1px 1px rgba(161,75,39,0.9);
  background-color: transparent;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
  box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
    -webkit-box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
    -moz-box-shadow: 0 15px 12px -16px rgba(0, 0, 0, 0.8);
}
.btn-default:hover, .btn-default:active, .btn-default.active, .btn-default.disabled, .btn-default[disabled],
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] {
  border: none;
  outline: none;
	background-image: linear-gradient(to bottom, #ad461d, #d07f48);
	background-color: transparent;
	color: #fefae5;
}
.btn-warning {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #faa732;
	background-image: linear-gradient(to bottom, #fbb450, #f89406);
	background-repeat: repeat-x;
	border-color: #f89406 #f89406 #ad6704;
}
.btn-warning:hover, .btn-warning:active, .btn-warning.active, .btn-warning.disabled, .btn-warning[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-danger {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #da4f49;
	background-image: linear-gradient(to bottom, #ee5f5b, #bd362f);
	background-repeat: repeat-x;
	border-color: #bd362f #bd362f #802420;
}
.btn-danger:hover, .btn-danger:active, .btn-danger.active, .btn-danger.disabled, .btn-danger[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-success {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #5bb75b;
	background-image: linear-gradient(to bottom, #62c462, #51a351);
	background-repeat: repeat-x;
	border-color: #51a351 #51a351 #387038;
}
.btn-success:hover, .btn-success:active, .btn-success.active, .btn-success.disabled, .btn-success[disabled] {
	box-shadow: inset 0 1000px 0 rgba(0, 0, 0, 0.1);
}
.btn-info {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #df5c39;
	background-image: linear-gradient(to bottom, #e06342, #dc512c);
	background-repeat: repeat-x;
	border-color: #dc512c #dc512c #a2371a;
}
.btn-info:hover, .btn-info:active, .btn-info.active, .btn-info.disabled, .btn-info[disabled] {
	background-image: none;
	background-color: #df5c39;
}
.btn-link {
	border-color: rgba(0, 0, 0, 0);
	cursor: pointer;
	color: #23A1D1;
	border-radius: 0;
}
.btn-link, .btn-link:active, .btn-link[disabled] {
	background-color: rgba(0, 0, 0, 0);
	background-image: none;
	box-shadow: none;
}
.btn-inverse {
	color: #ffffff;
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
	background-color: #363636;
	background-image: linear-gradient(to bottom, #444444, #222222);
	background-repeat: repeat-x;
	border-color: #222222 #222222 #000000;
}
.btn-inverse:hover, .btn-inverse:active, .btn-inverse.active, .btn-inverse.disabled, .btn-inverse[disabled] {
	background-color: #222222;
	background-image: linear-gradient(to bottom, #333333, #111111);
  color: #ffffff;
}
/* list group */

.list-group {
  background: url(images/bg-widget.png) repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    border-top:1px solid #5e6771;
    border-left:1px solid #525B68;
}

.list-group a {
	border: none;
  border-bottom: 1px solid #000;
	color: #d3d4d5;
	padding: 8px 12px;
  background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.16)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=0 );
}
.list-group a.active, .list-group a.active:hover, .list-group a:hover {
	color: #fff;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}

a.list-group-item.active, a.list-group-item.active:hover, a.list-group-item.active:focus {
  border: none;
  border-bottom: 1px solid #000;
}

/* carousel */
.carousel-caption {
	color: #FFFFFF;
	text-shadow: 0 1px 0 #000000;
}
.carousel-control .icon-prev:before {
	content: '\f053';
	font-family: FontAwesome;
}
.carousel-control .icon-next:before {
	content: '\f054';
	font-family: FontAwesome;
}
/* product list */
.product-thumb {
	margin-bottom: 20px;
  background: #353e47;
    border: 1px solid #4a545e;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}
.product-thumb .image {
  margin: 10px;
	text-align: center;
}
.product-thumb .image a {
	display: block;
}

.product-thumb .image img {
	margin-left: auto;
	margin-right: auto;
}
.product-grid .product-thumb .image {
	float: none;
}
@media (min-width: 767px) {
.product-list .product-thumb .image {
	float: left;
	/*padding: 15px;*/
}
}
.product-thumb h4 {
	font-weight: bold;
}
.product-thumb .caption {
	padding: 0 20px;
  /*min-height: 180px; for longer names*/
  min-height: 220px;
}
.product-list .product-thumb .caption {
	margin-left: 230px;
}
@media (max-width: 1200px) {
.product-grid .product-thumb .caption {
	min-height: 210px;
	padding: 0 10px;
}
}
@media (max-width: 767px) {
.product-list .product-thumb .caption {
	min-height: 0;
	margin-left: 0;
	padding: 0 10px;
}
.product-grid .product-thumb .caption {
	min-height: 0;
}
}

.product-thumb .rating {
	padding-bottom: 10px;
}
.rating .fa-stack {
	font-size: 8px;
}
.rating .fa-star-o {
	color: #999;
	font-size: 15px;
}
.rating .fa-star {
	color: #FC0;
	font-size: 15px;
}
.rating .fa-star + .fa-star-o {
	color: #E69500;
}
h2.price {
	margin: 0;
}
.product-thumb .price {
	color: #d07f48;
}
.product-thumb .price-new {
	font-weight: 600;
}
.product-thumb .price-old {
	color: #999;
	text-decoration: line-through;
	margin-left: 10px;
}
.product-thumb .price-tax {
	color: #999;
	font-size: 12px;
	display: block;
}
.product-thumb .button-group {
	border-top: 1px solid #4a545e;
	background-color: none;
	overflow: auto;
  -webkit-border-bottom-right-radius: 5px;
-webkit-border-bottom-left-radius: 5px;
-moz-border-radius-bottomright: 5px;
-moz-border-radius-bottomleft: 5px;
border-bottom-right-radius: 5px;
border-bottom-left-radius: 5px;
}
.product-list .product-thumb .button-group {
	/* border-left: 1px solid #ddd; */

}

@media (max-width: 768px) {
.product-list .product-thumb .button-group {
	border-left: none;
}
}
.product-thumb .button-group button {
	width: 60%;
	border: none;
	display: inline-block;
	float: left;
	background-image: linear-gradient(to bottom, #d07f48, #ad461d);
	color: #fff;
	line-height: 38px;
	font-weight: bold;
	text-align: center;
	text-transform: uppercase;
}
.product-thumb .button-group button + button {
	width: 20%;
	border-left: 1px solid #4a545e;
}
.product-thumb .button-group button:hover {
	color: #fff;
	background-image: linear-gradient(to bottom, #ad461d, #d07f48);
	text-decoration: none;
	cursor: pointer;
}
@media (max-width: 1200px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}
@media (max-width: 767px) {
.product-thumb .button-group button, .product-thumb .button-group button + button {
	width: 33.33%;
}
}

.thumbnails {
	overflow: auto;
	clear: both;
	list-style: none;
	padding: 0;
	margin: 0;
}
.thumbnails > li {
	margin-left: 20px;
}
.thumbnails {
	margin-left: -20px;
}
.thumbnails > img {
	width: 100%;
}
.image-additional a {
	margin-bottom: 20px;
	padding: 5px;
	display: block;
	border: 1px solid #ddd;
}
.image-additional {
	max-width: 78px;
}
.thumbnails .image-additional {
	float: left;
	margin-left: 20px;
}




.flexslider .slides img {
	width: inherit;
}
.flexslider.carousel .slides img {
	width: auto;
}
.slides {
	padding: 0;
	margin:0;
	list-style: none;
}
.slides li {
	text-align: center;
}
.slides li img {
	text-align: center;
}
.flex-direction-nav a:before {
	line-height: 40px;
}

.product-thumb {
  width: 100%;
  margin:10px;
}

.product-thumb .date {
  margin-top: 5px;
  text-align: right;
  font-size: 13px;
  font-style: italic;
  color: #55aece;
  text-shadow: 1px 1px 1px rgba(45,51,58,0.5);
}

.product-thumb .image img {
  width: 100%;
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.product-thumb .image {
  position: relative;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
  overflow: hidden;
  z-index: 1;
}

.product-thumb .image img:hover {
  -webkit-transform: scale(1.2) translateX(5px) rotate(5deg);
  -moz-transform: scale(1.2) translateX(5px) rotate(5deg);
  -ms-transform: scale(1.2) translateX(5px) rotate(5deg);
  -o-transform: scale(1.2) translateX(5px) rotate(5deg);
  transform: scale(1.2) translateX(5px) rotate(5deg);
}

.image-thumb {
  margin:8px;
  width: 0%;
}

.image-thumb .image img {
  width: 100%;
}

.image-thumb .image {
  position: relative;
	overflow: hidden;
  border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    z-index: 1;
}

.image-thumb .image a {
	display: block;
}


.transition {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transform: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.transform {
  -webkit-transform: scale(1.2) translateX(5px) rotate(5deg);
  -moz-transform: scale(1.2) translateX(5px) rotate(5deg);
  -ms-transform: scale(1.2) translateX(5px) rotate(5deg);
  -o-transform: scale(1.2) translateX(5px) rotate(5deg);
  transform: scale(1.2) translateX(5px) rotate(5deg);
}

.notransition {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -o-transition: none !important;
  -ms-transition: none !important;
  transition: none !important;
}

.notransform {
  -webkit-transform: none !important;
  -moz-transform: none !important;
  -ms-transform: none !important;
  -o-transform: none !important;
  transform: none !important;
}

.upborderradius {
  -webkit-border-radius: 5px 5px 0px 0px;
	-moz-border-radius: 5px 5px 0px 0px;
	-ms-border-radius: 5px 5px 0px 0px;
  -o-border-radius: 5px 5px 0px 0px;
  border-radius: 5px 5px 0px 0px;
}

.borderradius {
 -webkit-border-radius: 5px;
	-moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
	border-radius: 5px;
}

/*dark_velvet*/

/*-----------------------------------*/
/* Typography */
/*-----------------------------------*/

h1, h2, h3, h4, h5, h6 {
	line-height:1.2em;
	margin-bottom:.7em;
}


h1, h2, h3, h4, h5, h6,
h1 span, h2 span, h3 span ,h4 span, h5 span, h6 span,
h1 a, h2 a, h3 a ,h4 a, h5 a, h6 a
{color: #b8c0c8;}

h4, h5, h6,
h4 span, h5 span, h6 span,
h4 a, h5 a, h6 a
{color: #fff;}

.caption h4 a {
  color: #b8c0c8;
}

.caption h4 a:hover {
  color: #fff;
}

em{font-style: italic;}
strong{font-weight: 600;}
small{font-size: 85%;}

h6.foo{
	font-size: 11px;
    text-transform: uppercase;
	color:#808e9e;
	text-shadow:1px 1px 1px rgba(0,0,0,0.5);
	margin:25px 0;
}

#input-review {
  color: #959da6;
}

input[type="tel"],
input[type="email"],
#input-enquiry,
#input-review,
input[type="text"],
input[type="password"],
textarea,
.select_styled{
	border:1px solid #171d21 !important;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzNmNDY0ZSIgc3RvcC1vcGFjaXR5PSIwLjQiLz4KICAgIDxzdG9wIG9mZnNldD0iMSUiIHN0b3AtY29sb3I9IiM0MDQ3NGYiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM5NDk4OWUiIHN0b3Atb3BhY2l0eT0iMC40Ii8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=) !important;
    background: -moz-linear-gradient(top,  rgba(63,70,78,0.4) 0%, rgba(64,71,79,0.4) 1%, rgba(148,152,158,0.4) 100%) !important;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(63,70,78,0.4)), color-stop(1%,rgba(64,71,79,0.4)), color-stop(100%,rgba(148,152,158,0.4))) !important;
    background: -webkit-linear-gradient(top,  rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%) !important;
    background: -o-linear-gradient(top,  rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%) !important;
    background: -ms-linear-gradient(top,  rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%) !important;
    background: linear-gradient(to bottom,  rgba(63,70,78,0.4) 0%,rgba(64,71,79,0.4) 1%,rgba(148,152,158,0.4) 100%) !important;
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#663f464e', endColorstr='#6694989e',GradientType=0 ) !important;
	border-radius: 5px !important;
	-webkit-border-radius: 5px !important;
	-moz-border-radius: 5px !important;
	/*padding:0 16px;*/
	font-size: 13px !important;
    color:#000 !important;
	/*padding:0;*/
	-moz-box-sizing:border-box !important;
	-ms-box-sizing:border-box !important;
	-webkit-box-sizing:border-box !important;
	box-sizing:border-box !important;
	box-shadow: 1px 1px 1px rgba(255,255,255,0.1) !important;
	-webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1) !important;
	-moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1) !important;
}

.select_styled{
  padding:0 16px;
}

.ie8 .select_styled{background:#444c55; filter:none;}
textarea {padding:10px 16px;}

input[type="tel"],
input[type="email"],
input[type="text"],
input[type="password"]{
	width:100%;
	/*height:39px;*/
	margin: 0;
	outline: none;
    font-size: 13px;
    color:#b8c0c8;
}

.ie8 input[type="tel"],
.ie8 input[type="email"],
.ie8 input[type="text"],
.ie8 input[type="password"]{
    line-height:36px;
}

input[type="tel"]:focus,
input[type="email"]:focus,
#input-enquiry,
textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus{
	border-color: #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}



#search .btn-lg:hover, #search .btn-lg:focus {
	background-color: transparent;
	background-image: linear-gradient(to bottom, #ad461d, #d07f48);
	background-repeat: repeat-x;
    border-color: #171d21;
    box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -webkit-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
    -moz-box-shadow: 1px 1px 1px rgba(255,255,255,0.1);
}



/*===================================================*/
/* 2. PAGE ITEMS, WIDGETS */
/*===================================================*/

.panel, .well, .modal-content, .boxed {
    background: #353e47;
    border: 1px solid #4a545e;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:30px;
	position: relative;
    z-index: 0;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

.close {
  color: #fff;
}

.close:hover {
  color: #fff;
}

.boxed-velvet{
    background: url(images/bg-widget2.png) repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    border-top:1px solid #5e6771;
    border-left:1px solid #525B68;
}
.boxed-velvet .inner{
    border-radius: 6px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjE2Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNmZmZmZmYiIHN0b3Atb3BhY2l0eT0iMCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.16) 0%, rgba(255,255,255,0) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.16)), color-stop(100%,rgba(255,255,255,0)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.16) 0%,rgba(255,255,255,0) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#29ffffff', endColorstr='#00ffffff',GradientType=0 );
}

/*-----------------------------------*/
/* Sidebar widgets */
/*-----------------------------------*/

.widget-container{margin-bottom: 50px;}
.widget-container .widget-title{
	font-size: 20px;
    color: #fff;
	margin-bottom:13px;
    text-shadow: 1px 1px 1px rgba(45,51,58,0.43);
}

.boxed-velvet li a{
  color: #d3d4d5;
}

.boxed-velvet li a:hover{
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
    background: rgb(222,144,73);
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2RlOTA0OSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjclIiBzdG9wLWNvbG9yPSIjY2Q2YzM2IiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iOTQlIiBzdG9wLWNvbG9yPSIjYmY1MTIwIiBzdG9wLW9wYWNpdHk9IjEiLz4KICAgIDxzdG9wIG9mZnNldD0iMTAwJSIgc3RvcC1jb2xvcj0iI2M5NjEyOCIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgPC9saW5lYXJHcmFkaWVudD4KICA8cmVjdCB4PSIwIiB5PSIwIiB3aWR0aD0iMSIgaGVpZ2h0PSIxIiBmaWxsPSJ1cmwoI2dyYWQtdWNnZy1nZW5lcmF0ZWQpIiAvPgo8L3N2Zz4=);
    background: -moz-linear-gradient(top,  rgba(222,144,73,1) 0%, rgba(205,108,54,1) 7%, rgba(191,81,32,1) 94%, rgba(201,97,40,1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(222,144,73,1)), color-stop(7%,rgba(205,108,54,1)), color-stop(94%,rgba(191,81,32,1)), color-stop(100%,rgba(201,97,40,1)));
    background: -webkit-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -o-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: -ms-linear-gradient(top,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    background: linear-gradient(to bottom,  rgba(222,144,73,1) 0%,rgba(205,108,54,1) 7%,rgba(191,81,32,1) 94%,rgba(201,97,40,1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#de9049', endColorstr='#c96128',GradientType=0 );
}

.owl-carousel {
	background: #353e47;
    border: 1px solid #4a545e !important;
	border-radius:5px;
	-webkit-border-radius:5px;
	-moz-border-radius:5px;
	margin-bottom:30px;
	  box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  padding: 10px;
	position: relative;
	direction: ltr !important;
	overflow: hidden;
  margin-bottom:20px;
}

.owl-pagination {
  top: 20px !important;
  height: 40px;
}

.owl-wrapper-outer {
    border: 4px solid #4a545e !important;
}

.owl-carousel {
    background: #353e47 !important;
}

.owl-carousel .owl-item img{
border-radius:6px;
	-webkit-border-radius:6px;
	-moz-border-radius:6px;
	box-shadow:inset 0 0 50px rgba(0,0,0,0.45);
	-webkit-box-shadow:inset 0 0 50px rgba(0,0,0,0.45);
	-moz-box-shadow:inset 0 0 50px rgba(0,0,0,0.45);
    border: 1px solid #181f22;
}

.rounded {
  border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

#input-enquiry {
  font-size: 13px;
    color:#b8c0c8;
}

.img-thumbnail {
  border:none;
  background: url(images/bg-widget.png) repeat;
    border-radius: 8px;
    -webkit-border-radius: 8px;
    -moz-border-radius: 8px;
    box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
    border-top:1px solid #5e6771;
    border-left:1px solid #525B68;
}

hr{
  border-top: 1px solid #000;
  border-bottom: 1px solid #5e6771;
}

.select_styled {
    outline: none !important;
}

/*-----------------------------------*/
/* Comments */
/*-----------------------------------*/

.comment-list {
    position: relative;
    margin-bottom: 26px;
}
.comment-list h2 {
	margin-bottom: 30px;
}
.link-add-comment {
	position: absolute;
	top: 11px;
	right: 0;
    color: #55AECE;
	font-size: 14px;
    font-weight: 400;
    font-style: italic;
}
.comment-list li.comment {
	padding-left: 80px;
	position: relative;
}
.comment-body {
	background: url(images/comment-bg.png) repeat;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
    border-radius: 5px;
	box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	-webkit-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	-moz-box-shadow: 0 2px 3px 1px rgba(0, 0, 0, 0.2);
	position: relative;
	margin-bottom:22px;
    border-top: 1px solid #585C64;
}
.comment-body .inner {
    padding: 19px 15px 17px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2ZmZmZmZiIgc3RvcC1vcGFjaXR5PSIwLjA4Ii8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMwMDAwMDAiIHN0b3Atb3BhY2l0eT0iMC4wOCIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
    background: -moz-linear-gradient(top,  rgba(255,255,255,0.1) 0%, rgba(0,0,0,0.1) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(255,255,255,0.1)), color-stop(100%,rgba(0,0,0,0.1)));
    background: -webkit-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
    background: -o-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
    background: -ms-linear-gradient(top,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
    background: linear-gradient(to bottom,  rgba(255,255,255,0.1) 0%,rgba(0,0,0,0.1) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#14ffffff', endColorstr='#14000000',GradientType=0 );
}

.comment-avatar {
	position: absolute;
	top: 0;
	left: -80px;
    z-index: 0;
}
.comment-avatar .avatar {
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    -webkit-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.30), inset 1px 1px 2px rgba(255, 255, 255, 0.2);
    -moz-box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.30), inset 1px 1px 2px rgba(255, 255, 255, 0.2);
	box-shadow: 2px 2px 8px rgba(0, 0, 0, 0.30), inset 1px 1px 2px rgba(255, 255, 255, 0.2);
    border:1px solid #101419;
    width: 58px;
    overflow: hidden;
}
.comment-avatar img {
	display: block;
	width: 58px;
    position: relative;
    z-index: -1;
}
.comment-arrow{
	width: 7px;
	height: 9px;
	position: absolute;
	top:14px;
	left:-7px;
	z-index: 2;
	background: url(images/comment_arrow.png) no-repeat;
}
.comment-author {
	margin-bottom: 5px;
	text-align: right;
	color: #fff;
	font-size: 12px;
    font-weight: 400;
}
.link-author {
	font-size: 16px;
	text-decoration: none;
	float: left;
	color: #fff;
    text-shadow: 0 1px 1px rgba(0,0,0,0.5);
    position: relative;
    top:-4px;
}
.link-reply {
	color: #fff;
	padding-right: 2px;
}
.comment-entry {
    font-size: 13px;
	line-height:20px;
}

/* Responsive */
@media (max-width:479px){
    .link-add-comment {
        top: 30px;
        left: 0;
        right: auto;
    }
    .comment-body .inner {
        padding-left:10px;
        padding-right:10px;
    }
}

/*-----------------------------------*/
/* Custom checkboxes, radios */
/*-----------------------------------*/

.custom-checkbox,.custom-radio {position:relative;}
.custom-checkbox label::selection, .custom-radio label::selection {background: transparent; color: inherit;}

/* input, label positioning */
.custom-checkbox input, .custom-radio input {position:absolute; left:0; top:0; margin:0; border:none; width:0; height:0; display: none;}
.custom-checkbox input {left:6px; top:7px}
.ie8 .custom-checkbox input, .ie8 .custom-radio input {display:block;}

.custom-checkbox label, .custom-radio label {display:block; position:relative; height:26px; line-height:26px; padding-left:36px; margin-bottom:8px; cursor:pointer; color:#b8c0c8;}
.custom-radio label {height:28px; line-height:28px; margin-bottom:4px; margin-right: 10px;}

.custom-checkbox label img,
.custom-radio label img {
    vertical-align: middle;
    top:-5px;
    position:relative;
}
/* states */
.custom-checkbox label {background:url(images/styled_checkbox.png) no-repeat;}
.custom-radio label {background:url(images/styled_radiobutton.png) no-repeat;}
.custom-checkbox label, .custom-radio label {background-position:0 0;}
.custom-checkbox label.checked, .custom-radio label.checked {background-position:0 -100px;}
.checkbox-red .custom-checkbox label.checked, .radio-red .custom-radio label.checked {background-position:0 -200px;}
.custom-checkbox label.focus, .custom-radio label.focus {outline:0;}

.checkbox-large .custom-checkbox label {background:url(images/styled_checkbox_large.png) no-repeat; height: 34px; line-height: 24px; padding-left:95px;}
.checkbox-large .custom-checkbox label {background-position:0 0;}
.checkbox-large .custom-checkbox label.checked {background-position:0 -100px;}

select.form-control {
  background-image:url(images/selects2.png);
  color: #fff;
  text-shadow:0 1px 1px rgba(89,27,7,0.43);
  border:none;
  outline: none;
}

select.form-control option{
  color: #b8c0c8;
  background: #353e47;
  border: 1px solid #4a545e;
}

.table-bordered {
/*  color: #DDD;*/
  background: #EEE;
  border-color: #4a545e;
	box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -webkit-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
  -moz-box-shadow: 5px 5px 22px -2px rgba(0, 0, 0, 0.5);
}

thead {
  color: #d3d4d5;
  background: url(images/comment-bg2.png) repeat;
}

.table-bordered>thead>tr>th, .table-bordered>tbody>tr>th, .table-bordered>tfoot>tr>th, .table-bordered>thead>tr>td, .table-bordered>tbody>tr>td, .table-bordered>tfoot>tr>td {
  border: 1px solid #4a545e;
}

.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background: url(images/comment-bg.png) repeat;
  color: #BBB;
}

.panel-heading {
  color: #d3d4d5 !important;
  background: url(images/comment-bg2.png) repeat;
  border-color: #4a545e !important;
}

.panel-body {
    border-top-color: #4a545e !important;
}

.panel-title, .panel-title>a {
    color: #d3d4d5 !important;
}


/*Cambios*/

/* Algunas correciones */
#menu .dropdown-inner a {
  font-size:16px;
  min-width: 240px;
  padding: 8px 20px;
}

.navbar {
  margin-bottom: 5px;
}
nav#top {
  margin:0;
  margin-bottom: 5px;
  padding:0;
  min-height:0;
}
#top-links {
  margin-right: 10px;
  padding-top: 2px;
}
#search{
  padding-top: 2px;
  margin-bottom: 0px;
}

h2{
  margin:0;
}

/*Comienza el estilo propiamente dicho*/
.no-select{
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
     -khtml-user-select: none; /* Konqueror HTML */
       -moz-user-select: none; /* Firefox */
        -ms-user-select: none; /* Internet Explorer/Edge */
            user-select: none; /* Non-prefixed version, currently
                                  supported by Chrome and Opera */
}


.cuerpo{
  padding: 10px;
  border: 1px solid #FF0000;
  border-radius: 5px;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  background-color: #FFF;
}
.cuerpo img.foto{
  height: auto;max-width: 100%;
  padding:5px;
}

.cuerpo i{
  text-decoration-style: wavy;
  text-decoration: underline;
  color: #A00 !important;
}



.video-container {
  position:relative;
  padding-bottom:36.25%;
  padding-top:00px;
  height:0;
  overflow:hidden;
}

.video-container iframe, .video-container object, .video-container embed {
  position:absolute;
  top:0;
  left:0;
  width:100%;
  max-width:560px;
  max-height:315px;
  height:100%;
}


/* COMIENZO DEL ESTILO PARA EL GRID CON PRODUCTOS DE AMAZON*/

.gallery {
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: -4px;
  margin-left: -4px;
}

.card-container {
  padding-top: 8px;
  padding-left: 8px;
  flex: 0 0 auto;
  height: auto;
}

@media (min-width: 770px) { .card-container { width: 33.3333%; } }
@media (max-width: 769px) { .card-container { width: 50%; } }
@media (max-width: 480px) { .card-container { width: 100%; } }

.card {
  background-color: white;
  min-height: 100%;
  font-size: 1.2rem;
  font-weight: bold;
  text-align: center;
  color: black;
  border-radius: 0.3rem;
  border-width: 0.1rem;
  border-style: solid;
  border-color: grey;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}

.card:hover {
  color: black;
  cursor: pointer;
  box-shadow: 0.2em 0.2em 0.4em black;
}

.card>.image{
  flex: 10000 1 0%;
  max-width: 100%;
  padding: 1rem;
}

.card>.title{
  font-size: 0.8rem;
  font-weight: bold;
  text-align: center;
  text-overflow: ellipsis;
  padding: 0 1rem;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
}

.card>.go-button{
  background-color: #FFA41C;
  border-width: 0.1rem;
  border-style: solid;
  border-color: #FF8F00;
  border-radius: 0.3rem;
  /* box-shadow: 0.2em 0.2em 0.4em grey; */
  padding: 0.2rem 0.8rem;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: 0.2s linear;
  margin-top: 1rem;
}

.card .go-button:hover{
  /* box-shadow: 0.2em 0.2em 0.4em black; */
  background-color: #FA8900;
  color: black !important;
  text-decoration: none !important;
}

/* FIN DEL ESTILO PARA EL GRID CON PRODUCTOS DE AMAZON*/



.cuerpo a{text-decoration: underline; color: #d07f48;}
.cuerpo a:hover{color: #ad461d;}


.cuerpo>h1,.cuerpo>h2,.cuerpo>h3,.cuerpo>h4,.cuerpo>h5,.cuerpo>h6{
  font-weight: bold; margin: 0; padding: 0;
  display: inline-block;
  color: #000;
  margin-bottom: 15px;
  padding-right: 10px;
  padding-left: 10px;
}

.cuerpo>h2{font-size: 1.6em; border-bottom: 1px solid #a04344; }
.cuerpo>h3{font-size: 1.2em; border-bottom: 1px dashed #a04344;}

.cuerpo>h1{
  font-size: 2.0em;
  display: block;
  background-color: #AAA;
  border-bottom: 2px solid #888;
  border-right: 2px solid #888;
  border-radius: 15px;
  text-align: center;
  color: #333;
}
.cuerpo>h2{
  font-size: 1.6em;
  border-bottom: 2px solid #a04344;
  border-right: 2px solid #a04344;
  border-radius: 10px;
  color: #333;
}
.cuerpo>h3{
  font-size: 1.2em;
  border-bottom: 2px dotted #a04344;
  border-right: 2px dotted #a04344;
  border-radius: 10px;
  color: #333;
}
.cuerpo>h4{
  font-size: 1.0em;
  border-bottom: 1px dotted #a04344;
  border-right: 1px dotted #a04344;
  border-radius: 10px;
  color: #333;
}

html{
  font-size: 16px !important;
}

@media (max-width: 575px) {
  html{
    font-size: 14px !important;
  }
}


body {
  font-family: Verdana,sans-serif;
  font-size: 1em;
  background-image: none;
  background-color: #222;
  line-height: 1.5;
  color: #444;


}

body:after {
  content : "";
  background: url("images/bg.png");
  opacity: 1;
  top: 0;left: 0;bottom: 0;right: 0;
  position: fixed;
  z-index: -1;
}
.btn-primary:hover, .btn-primary:active, .btn-primary.active, .btn-primary.disabled, .btn-primary[disabled] { background-position: 0 0;}

/*  SUBRAYADO */
.underline {
  background-repeat: repeat-x;
}

.underline--stars {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78779/star.svg");
  background-position: 0 1.06em;
  background-size: 10px 9px;
  color: #f2f3f8;
}

.underline--emoji {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78779/heart.png");
  background-position: 0 1.06em;
  background-size: 15px 9px;
  color: #e8665f;
}

.underline--bacon {
  background-image: url("https://s3-us-west-2.amazonaws.com/s.cdpn.io/78779/bacon.svg");
  background-position: 0 1.06em;
  background-size: 28px 9px;
  color: #9e4446;
}


.separator {border-style: solid; border-width: 1px 0 0 0;border-color: #ccc;}
.separator-default{border-color: #ccc !important;}
.separator-primary{border-color: #2e6da4 !important;}
.separator-success{border-color: #4cae4c !important;}
.separator-info{border-color: #46b8da !important;}
.separator-warning{border-color: #f0ad4e !important;}
.separator-danger{border-color: #d43f3a !important;}
.separator-size1 {border-width: 1px 0 0 0;}
.separator-size2 {border-width: 2px 0 0 0;}
.separator-size3 {border-width: 3px 0 0 0;}
.separator-size4 {border-width: 4px 0 0 0;}
.separator-size5 {border-width: 5px 0 0 0;}
.separator-dotted {border-style: dotted;}
.separator-dashed {border-style: dashed;}
.separator-solid {border-style: solid;}
.separator-double {border-style: double;}


.w-25{width:25%!important}
.w-50{width:50%!important}
.w-75{width:75%!important}
.w-100{width:100%!important}
.h-25{height:25%!important}
.h-50{height:50%!important}
.h-75{height:75%!important}
.h-100{height:100%!important}
.mw-100{max-width:100%!important}
.mh-100{max-height:100%!important}
.m-0{margin:0 0!important}
.mt-0{margin-top:0!important}
.mr-0{margin-right:0!important}
.mb-0{margin-bottom:0!important}
.ml-0{margin-left:0!important}
.mx-0{margin-right:0!important;margin-left:0!important}
.my-0{margin-top:0!important;margin-bottom:0!important}
.m-1{margin:.25rem .25rem!important}
.mt-1{margin-top:.25rem!important}
.mr-1{margin-right:.25rem!important}
.mb-1{margin-bottom:.25rem!important}
.ml-1{margin-left:.25rem!important}
.mx-1{margin-right:.25rem!important;margin-left:.25rem!important}
.my-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
.m-2{margin:.5rem .5rem!important}
.mt-2{margin-top:.5rem!important}
.mr-2{margin-right:.5rem!important}
.mb-2{margin-bottom:.5rem!important}
.ml-2{margin-left:.5rem!important}
.mx-2{margin-right:.5rem!important;margin-left:.5rem!important}
.my-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
.m-3{margin:1rem 1rem!important}
.mt-3{margin-top:1rem!important}
.mr-3{margin-right:1rem!important}
.mb-3{margin-bottom:1rem!important}
.ml-3{margin-left:1rem!important}
.mx-3{margin-right:1rem!important;margin-left:1rem!important}
.my-3{margin-top:1rem!important;margin-bottom:1rem!important}
.m-4{margin:1.5rem 1.5rem!important}
.mt-4{margin-top:1.5rem!important}
.mr-4{margin-right:1.5rem!important}
.mb-4{margin-bottom:1.5rem!important}
.ml-4{margin-left:1.5rem!important}
.mx-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
.my-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
.m-5{margin:3rem 3rem!important}
.mt-5{margin-top:3rem!important}
.mr-5{margin-right:3rem!important}
.mb-5{margin-bottom:3rem!important}
.ml-5{margin-left:3rem!important}
.mx-5{margin-right:3rem!important;margin-left:3rem!important}
.my-5{margin-top:3rem!important;margin-bottom:3rem!important}
.p-0{padding:0 0!important}
.pt-0{padding-top:0!important}
.pr-0{padding-right:0!important}
.pb-0{padding-bottom:0!important}
.pl-0{padding-left:0!important}
.px-0{padding-right:0!important;padding-left:0!important}
.py-0{padding-top:0!important;padding-bottom:0!important}
.p-1{padding:.25rem .25rem!important}
.pt-1{padding-top:.25rem!important}
.pr-1{padding-right:.25rem!important}
.pb-1{padding-bottom:.25rem!important}
.pl-1{padding-left:.25rem!important}
.px-1{padding-right:.25rem!important;padding-left:.25rem!important}
.py-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
.p-2{padding:.5rem .5rem!important}
.pt-2{padding-top:.5rem!important}
.pr-2{padding-right:.5rem!important}
.pb-2{padding-bottom:.5rem!important}
.pl-2{padding-left:.5rem!important}
.px-2{padding-right:.5rem!important;padding-left:.5rem!important}
.py-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
.p-3{padding:1rem 1rem!important}
.pt-3{padding-top:1rem!important}
.pr-3{padding-right:1rem!important}
.pb-3{padding-bottom:1rem!important}
.pl-3{padding-left:1rem!important}
.px-3{padding-right:1rem!important;padding-left:1rem!important}
.py-3{padding-top:1rem!important;padding-bottom:1rem!important}
.p-4{padding:1.5rem 1.5rem!important}
.pt-4{padding-top:1.5rem!important}
.pr-4{padding-right:1.5rem!important}
.pb-4{padding-bottom:1.5rem!important}
.pl-4{padding-left:1.5rem!important}
.px-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
.py-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
.p-5{padding:3rem 3rem!important}
.pt-5{padding-top:3rem!important}
.pr-5{padding-right:3rem!important}
.pb-5{padding-bottom:3rem!important}
.pl-5{padding-left:3rem!important}
.px-5{padding-right:3rem!important;padding-left:3rem!important}
.py-5{padding-top:3rem!important;padding-bottom:3rem!important}
.m-auto{margin:auto!important}
.mt-auto{margin-top:auto!important}
.mr-auto{margin-right:auto!important}
.mb-auto{margin-bottom:auto!important}
.ml-auto{margin-left:auto!important}
.mx-auto{margin-right:auto!important;margin-left:auto!important}
.my-auto{margin-top:auto!important;margin-bottom:auto!important}

@media (min-width:576px){
  .m-xs-0{margin:0 0!important}
  .mt-xs-0{margin-top:0!important}
  .mr-xs-0{margin-right:0!important}
  .mb-xs-0{margin-bottom:0!important}
  .ml-xs-0{margin-left:0!important}
  .mx-xs-0{margin-right:0!important;margin-left:0!important}
  .my-xs-0{margin-top:0!important;margin-bottom:0!important}
  .m-xs-1{margin:.25rem .25rem!important}
  .mt-xs-1{margin-top:.25rem!important}
  .mr-xs-1{margin-right:.25rem!important}
  .mb-xs-1{margin-bottom:.25rem!important}
  .ml-xs-1{margin-left:.25rem!important}
  .mx-xs-1{margin-right:.25rem!important;margin-left:.25rem!important}
  .my-xs-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
  .m-xs-2{margin:.5rem .5rem!important}
  .mt-xs-2{margin-top:.5rem!important}
  .mr-xs-2{margin-right:.5rem!important}
  .mb-xs-2{margin-bottom:.5rem!important}
  .ml-xs-2{margin-left:.5rem!important}
  .mx-xs-2{margin-right:.5rem!important;margin-left:.5rem!important}
  .my-xs-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
  .m-xs-3{margin:1rem 1rem!important}
  .mt-xs-3{margin-top:1rem!important}
  .mr-xs-3{margin-right:1rem!important}
  .mb-xs-3{margin-bottom:1rem!important}
  .ml-xs-3{margin-left:1rem!important}
  .mx-xs-3{margin-right:1rem!important;margin-left:1rem!important}
  .my-xs-3{margin-top:1rem!important;margin-bottom:1rem!important}
  .m-xs-4{margin:1.5rem 1.5rem!important}
  .mt-xs-4{margin-top:1.5rem!important}
  .mr-xs-4{margin-right:1.5rem!important}
  .mb-xs-4{margin-bottom:1.5rem!important}
  .ml-xs-4{margin-left:1.5rem!important}
  .mx-xs-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
  .my-xs-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
  .m-xs-5{margin:3rem 3rem!important}
  .mt-xs-5{margin-top:3rem!important}
  .mr-xs-5{margin-right:3rem!important}
  .mb-xs-5{margin-bottom:3rem!important}
  .ml-xs-5{margin-left:3rem!important}
  .mx-xs-5{margin-right:3rem!important;margin-left:3rem!important}
  .my-xs-5{margin-top:3rem!important;margin-bottom:3rem!important}
  .p-xs-0{padding:0 0!important}
  .pt-xs-0{padding-top:0!important}
  .pr-xs-0{padding-right:0!important}
  .pb-xs-0{padding-bottom:0!important}
  .pl-xs-0{padding-left:0!important}
  .px-xs-0{padding-right:0!important;padding-left:0!important}
  .py-xs-0{padding-top:0!important;padding-bottom:0!important}
  .p-xs-1{padding:.25rem .25rem!important}
  .pt-xs-1{padding-top:.25rem!important}
  .pr-xs-1{padding-right:.25rem!important}
  .pb-xs-1{padding-bottom:.25rem!important}
  .pl-xs-1{padding-left:.25rem!important}
  .px-xs-1{padding-right:.25rem!important;padding-left:.25rem!important}
  .py-xs-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
  .p-xs-2{padding:.5rem .5rem!important}
  .pt-xs-2{padding-top:.5rem!important}
  .pr-xs-2{padding-right:.5rem!important}
  .pb-xs-2{padding-bottom:.5rem!important}
  .pl-xs-2{padding-left:.5rem!important}
  .px-xs-2{padding-right:.5rem!important;padding-left:.5rem!important}
  .py-xs-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
  .p-xs-3{padding:1rem 1rem!important}
  .pt-xs-3{padding-top:1rem!important}
  .pr-xs-3{padding-right:1rem!important}
  .pb-xs-3{padding-bottom:1rem!important}
  .pl-xs-3{padding-left:1rem!important}
  .px-xs-3{padding-right:1rem!important;padding-left:1rem!important}
  .py-xs-3{padding-top:1rem!important;padding-bottom:1rem!important}
  .p-xs-4{padding:1.5rem 1.5rem!important}
  .pt-xs-4{padding-top:1.5rem!important}
  .pr-xs-4{padding-right:1.5rem!important}
  .pb-xs-4{padding-bottom:1.5rem!important}
  .pl-xs-4{padding-left:1.5rem!important}
  .px-xs-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
  .py-xs-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
  .p-xs-5{padding:3rem 3rem!important}
  .pt-xs-5{padding-top:3rem!important}
  .pr-xs-5{padding-right:3rem!important}
  .pb-xs-5{padding-bottom:3rem!important}
  .pl-xs-5{padding-left:3rem!important}
  .px-xs-5{padding-right:3rem!important;padding-left:3rem!important}
  .py-xs-5{padding-top:3rem!important;padding-bottom:3rem!important}
  .m-xs-auto{margin:auto!important}
  .mt-xs-auto{margin-top:auto!important}
  .mr-xs-auto{margin-right:auto!important}
  .mb-xs-auto{margin-bottom:auto!important}
  .ml-xs-auto{margin-left:auto!important}
  .mx-xs-auto{margin-right:auto!important;margin-left:auto!important}
  .my-xs-auto{margin-top:auto!important;margin-bottom:auto!important}
}

@media (min-width:768px){
  .m-sm-0{margin:0 0!important}
  .mt-sm-0{margin-top:0!important}
  .mr-sm-0{margin-right:0!important}
  .mb-sm-0{margin-bottom:0!important}
  .ml-sm-0{margin-left:0!important}
  .mx-sm-0{margin-right:0!important;margin-left:0!important}
  .my-sm-0{margin-top:0!important;margin-bottom:0!important}
  .m-sm-1{margin:.25rem .25rem!important}
  .mt-sm-1{margin-top:.25rem!important}
  .mr-sm-1{margin-right:.25rem!important}
  .mb-sm-1{margin-bottom:.25rem!important}
  .ml-sm-1{margin-left:.25rem!important}
  .mx-sm-1{margin-right:.25rem!important;margin-left:.25rem!important}
  .my-sm-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
  .m-sm-2{margin:.5rem .5rem!important}
  .mt-sm-2{margin-top:.5rem!important}
  .mr-sm-2{margin-right:.5rem!important}
  .mb-sm-2{margin-bottom:.5rem!important}
  .ml-sm-2{margin-left:.5rem!important}
  .mx-sm-2{margin-right:.5rem!important;margin-left:.5rem!important}
  .my-sm-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
  .m-sm-3{margin:1rem 1rem!important}
  .mt-sm-3{margin-top:1rem!important}
  .mr-sm-3{margin-right:1rem!important}
  .mb-sm-3{margin-bottom:1rem!important}
  .ml-sm-3{margin-left:1rem!important}
  .mx-sm-3{margin-right:1rem!important;margin-left:1rem!important}
  .my-sm-3{margin-top:1rem!important;margin-bottom:1rem!important}
  .m-sm-4{margin:1.5rem 1.5rem!important}
  .mt-sm-4{margin-top:1.5rem!important}
  .mr-sm-4{margin-right:1.5rem!important}
  .mb-sm-4{margin-bottom:1.5rem!important}
  .ml-sm-4{margin-left:1.5rem!important}
  .mx-sm-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
  .my-sm-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
  .m-sm-5{margin:3rem 3rem!important}
  .mt-sm-5{margin-top:3rem!important}
  .mr-sm-5{margin-right:3rem!important}
  .mb-sm-5{margin-bottom:3rem!important}
  .ml-sm-5{margin-left:3rem!important}
  .mx-sm-5{margin-right:3rem!important;margin-left:3rem!important}
  .my-sm-5{margin-top:3rem!important;margin-bottom:3rem!important}
  .p-sm-0{padding:0 0!important}
  .pt-sm-0{padding-top:0!important}
  .pr-sm-0{padding-right:0!important}
  .pb-sm-0{padding-bottom:0!important}
  .pl-sm-0{padding-left:0!important}
  .px-sm-0{padding-right:0!important;padding-left:0!important}
  .py-sm-0{padding-top:0!important;padding-bottom:0!important}
  .p-sm-1{padding:.25rem .25rem!important}
  .pt-sm-1{padding-top:.25rem!important}
  .pr-sm-1{padding-right:.25rem!important}
  .pb-sm-1{padding-bottom:.25rem!important}
  .pl-sm-1{padding-left:.25rem!important}
  .px-sm-1{padding-right:.25rem!important;padding-left:.25rem!important}
  .py-sm-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
  .p-sm-2{padding:.5rem .5rem!important}
  .pt-sm-2{padding-top:.5rem!important}
  .pr-sm-2{padding-right:.5rem!important}
  .pb-sm-2{padding-bottom:.5rem!important}
  .pl-sm-2{padding-left:.5rem!important}
  .px-sm-2{padding-right:.5rem!important;padding-left:.5rem!important}
  .py-sm-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
  .p-sm-3{padding:1rem 1rem!important}
  .pt-sm-3{padding-top:1rem!important}
  .pr-sm-3{padding-right:1rem!important}
  .pb-sm-3{padding-bottom:1rem!important}
  .pl-sm-3{padding-left:1rem!important}
  .px-sm-3{padding-right:1rem!important;padding-left:1rem!important}
  .py-sm-3{padding-top:1rem!important;padding-bottom:1rem!important}
  .p-sm-4{padding:1.5rem 1.5rem!important}
  .pt-sm-4{padding-top:1.5rem!important}
  .pr-sm-4{padding-right:1.5rem!important}
  .pb-sm-4{padding-bottom:1.5rem!important}
  .pl-sm-4{padding-left:1.5rem!important}
  .px-sm-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
  .py-sm-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
  .p-sm-5{padding:3rem 3rem!important}
  .pt-sm-5{padding-top:3rem!important}
  .pr-sm-5{padding-right:3rem!important}
  .pb-sm-5{padding-bottom:3rem!important}
  .pl-sm-5{padding-left:3rem!important}
  .px-sm-5{padding-right:3rem!important;padding-left:3rem!important}
  .py-sm-5{padding-top:3rem!important;padding-bottom:3rem!important}
  .m-sm-auto{margin:auto!important}
  .mt-sm-auto{margin-top:auto!important}
  .mr-sm-auto{margin-right:auto!important}
  .mb-sm-auto{margin-bottom:auto!important}
  .ml-sm-auto{margin-left:auto!important}
  .mx-sm-auto{margin-right:auto!important;margin-left:auto!important}
  .my-sm-auto{margin-top:auto!important;margin-bottom:auto!important}
}
@media (min-width:992px){
  .m-md-0{margin:0 0!important}
  .mt-md-0{margin-top:0!important}
  .mr-md-0{margin-right:0!important}
  .mb-md-0{margin-bottom:0!important}
  .ml-md-0{margin-left:0!important}
  .mx-md-0{margin-right:0!important;margin-left:0!important}
  .my-md-0{margin-top:0!important;margin-bottom:0!important}
  .m-md-1{margin:.25rem .25rem!important}
  .mt-md-1{margin-top:.25rem!important}
  .mr-md-1{margin-right:.25rem!important}
  .mb-md-1{margin-bottom:.25rem!important}
  .ml-md-1{margin-left:.25rem!important}
  .mx-md-1{margin-right:.25rem!important;margin-left:.25rem!important}
  .my-md-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
  .m-md-2{margin:.5rem .5rem!important}
  .mt-md-2{margin-top:.5rem!important}
  .mr-md-2{margin-right:.5rem!important}
  .mb-md-2{margin-bottom:.5rem!important}
  .ml-md-2{margin-left:.5rem!important}
  .mx-md-2{margin-right:.5rem!important;margin-left:.5rem!important}
  .my-md-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
  .m-md-3{margin:1rem 1rem!important}
  .mt-md-3{margin-top:1rem!important}
  .mr-md-3{margin-right:1rem!important}
  .mb-md-3{margin-bottom:1rem!important}
  .ml-md-3{margin-left:1rem!important}
  .mx-md-3{margin-right:1rem!important;margin-left:1rem!important}
  .my-md-3{margin-top:1rem!important;margin-bottom:1rem!important}
  .m-md-4{margin:1.5rem 1.5rem!important}
  .mt-md-4{margin-top:1.5rem!important}
  .mr-md-4{margin-right:1.5rem!important}
  .mb-md-4{margin-bottom:1.5rem!important}
  .ml-md-4{margin-left:1.5rem!important}
  .mx-md-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
  .my-md-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
  .m-md-5{margin:3rem 3rem!important}
  .mt-md-5{margin-top:3rem!important}
  .mr-md-5{margin-right:3rem!important}
  .mb-md-5{margin-bottom:3rem!important}
  .ml-md-5{margin-left:3rem!important}
  .mx-md-5{margin-right:3rem!important;margin-left:3rem!important}
  .my-md-5{margin-top:3rem!important;margin-bottom:3rem!important}
  .p-md-0{padding:0 0!important}
  .pt-md-0{padding-top:0!important}
  .pr-md-0{padding-right:0!important}
  .pb-md-0{padding-bottom:0!important}
  .pl-md-0{padding-left:0!important}
  .px-md-0{padding-right:0!important;padding-left:0!important}
  .py-md-0{padding-top:0!important;padding-bottom:0!important}
  .p-md-1{padding:.25rem .25rem!important}
  .pt-md-1{padding-top:.25rem!important}
  .pr-md-1{padding-right:.25rem!important}
  .pb-md-1{padding-bottom:.25rem!important}
  .pl-md-1{padding-left:.25rem!important}
  .px-md-1{padding-right:.25rem!important;padding-left:.25rem!important}
  .py-md-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
  .p-md-2{padding:.5rem .5rem!important}
  .pt-md-2{padding-top:.5rem!important}
  .pr-md-2{padding-right:.5rem!important}
  .pb-md-2{padding-bottom:.5rem!important}
  .pl-md-2{padding-left:.5rem!important}
  .px-md-2{padding-right:.5rem!important;padding-left:.5rem!important}
  .py-md-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
  .p-md-3{padding:1rem 1rem!important}
  .pt-md-3{padding-top:1rem!important}
  .pr-md-3{padding-right:1rem!important}
  .pb-md-3{padding-bottom:1rem!important}
  .pl-md-3{padding-left:1rem!important}
  .px-md-3{padding-right:1rem!important;padding-left:1rem!important}
  .py-md-3{padding-top:1rem!important;padding-bottom:1rem!important}
  .p-md-4{padding:1.5rem 1.5rem!important}
  .pt-md-4{padding-top:1.5rem!important}
  .pr-md-4{padding-right:1.5rem!important}
  .pb-md-4{padding-bottom:1.5rem!important}
  .pl-md-4{padding-left:1.5rem!important}
  .px-md-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
  .py-md-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
  .p-md-5{padding:3rem 3rem!important}
  .pt-md-5{padding-top:3rem!important}
  .pr-md-5{padding-right:3rem!important}
  .pb-md-5{padding-bottom:3rem!important}
  .pl-md-5{padding-left:3rem!important}
  .px-md-5{padding-right:3rem!important;padding-left:3rem!important}
  .py-md-5{padding-top:3rem!important;padding-bottom:3rem!important}
  .m-md-auto{margin:auto!important}
  .mt-md-auto{margin-top:auto!important}
  .mr-md-auto{margin-right:auto!important}
  .mb-md-auto{margin-bottom:auto!important}
  .ml-md-auto{margin-left:auto!important}
  .mx-md-auto{margin-right:auto!important;margin-left:auto!important}
  .my-md-auto{margin-top:auto!important;margin-bottom:auto!important}
}
@media (min-width:1200px){
  .m-lg-0{margin:0 0!important}
  .mt-lg-0{margin-top:0!important}
  .mr-lg-0{margin-right:0!important}
  .mb-lg-0{margin-bottom:0!important}
  .ml-lg-0{margin-left:0!important}
  .mx-lg-0{margin-right:0!important;margin-left:0!important}
  .my-lg-0{margin-top:0!important;margin-bottom:0!important}
  .m-lg-1{margin:.25rem .25rem!important}
  .mt-lg-1{margin-top:.25rem!important}
  .mr-lg-1{margin-right:.25rem!important}
  .mb-lg-1{margin-bottom:.25rem!important}
  .ml-lg-1{margin-left:.25rem!important}
  .mx-lg-1{margin-right:.25rem!important;margin-left:.25rem!important}
  .my-lg-1{margin-top:.25rem!important;margin-bottom:.25rem!important}
  .m-lg-2{margin:.5rem .5rem!important}
  .mt-lg-2{margin-top:.5rem!important}
  .mr-lg-2{margin-right:.5rem!important}
  .mb-lg-2{margin-bottom:.5rem!important}
  .ml-lg-2{margin-left:.5rem!important}
  .mx-lg-2{margin-right:.5rem!important;margin-left:.5rem!important}
  .my-lg-2{margin-top:.5rem!important;margin-bottom:.5rem!important}
  .m-lg-3{margin:1rem 1rem!important}
  .mt-lg-3{margin-top:1rem!important}
  .mr-lg-3{margin-right:1rem!important}
  .mb-lg-3{margin-bottom:1rem!important}
  .ml-lg-3{margin-left:1rem!important}
  .mx-lg-3{margin-right:1rem!important;margin-left:1rem!important}
  .my-lg-3{margin-top:1rem!important;margin-bottom:1rem!important}
  .m-lg-4{margin:1.5rem 1.5rem!important}
  .mt-lg-4{margin-top:1.5rem!important}
  .mr-lg-4{margin-right:1.5rem!important}
  .mb-lg-4{margin-bottom:1.5rem!important}
  .ml-lg-4{margin-left:1.5rem!important}
  .mx-lg-4{margin-right:1.5rem!important;margin-left:1.5rem!important}
  .my-lg-4{margin-top:1.5rem!important;margin-bottom:1.5rem!important}
  .m-lg-5{margin:3rem 3rem!important}
  .mt-lg-5{margin-top:3rem!important}
  .mr-lg-5{margin-right:3rem!important}
  .mb-lg-5{margin-bottom:3rem!important}
  .ml-lg-5{margin-left:3rem!important}
  .mx-lg-5{margin-right:3rem!important;margin-left:3rem!important}
  .my-lg-5{margin-top:3rem!important;margin-bottom:3rem!important}
  .p-lg-0{padding:0 0!important}
  .pt-lg-0{padding-top:0!important}
  .pr-lg-0{padding-right:0!important}
  .pb-lg-0{padding-bottom:0!important}
  .pl-lg-0{padding-left:0!important}
  .px-lg-0{padding-right:0!important;padding-left:0!important}
  .py-lg-0{padding-top:0!important;padding-bottom:0!important}
  .p-lg-1{padding:.25rem .25rem!important}
  .pt-lg-1{padding-top:.25rem!important}
  .pr-lg-1{padding-right:.25rem!important}
  .pb-lg-1{padding-bottom:.25rem!important}
  .pl-lg-1{padding-left:.25rem!important}
  .px-lg-1{padding-right:.25rem!important;padding-left:.25rem!important}
  .py-lg-1{padding-top:.25rem!important;padding-bottom:.25rem!important}
  .p-lg-2{padding:.5rem .5rem!important}
  .pt-lg-2{padding-top:.5rem!important}
  .pr-lg-2{padding-right:.5rem!important}
  .pb-lg-2{padding-bottom:.5rem!important}
  .pl-lg-2{padding-left:.5rem!important}
  .px-lg-2{padding-right:.5rem!important;padding-left:.5rem!important}
  .py-lg-2{padding-top:.5rem!important;padding-bottom:.5rem!important}
  .p-lg-3{padding:1rem 1rem!important}
  .pt-lg-3{padding-top:1rem!important}
  .pr-lg-3{padding-right:1rem!important}
  .pb-lg-3{padding-bottom:1rem!important}
  .pl-lg-3{padding-left:1rem!important}
  .px-lg-3{padding-right:1rem!important;padding-left:1rem!important}
  .py-lg-3{padding-top:1rem!important;padding-bottom:1rem!important}
  .p-lg-4{padding:1.5rem 1.5rem!important}
  .pt-lg-4{padding-top:1.5rem!important}
  .pr-lg-4{padding-right:1.5rem!important}
  .pb-lg-4{padding-bottom:1.5rem!important}
  .pl-lg-4{padding-left:1.5rem!important}
  .px-lg-4{padding-right:1.5rem!important;padding-left:1.5rem!important}
  .py-lg-4{padding-top:1.5rem!important;padding-bottom:1.5rem!important}
  .p-lg-5{padding:3rem 3rem!important}
  .pt-lg-5{padding-top:3rem!important}
  .pr-lg-5{padding-right:3rem!important}
  .pb-lg-5{padding-bottom:3rem!important}
  .pl-lg-5{padding-left:3rem!important}
  .px-lg-5{padding-right:3rem!important;padding-left:3rem!important}
  .py-lg-5{padding-top:3rem!important;padding-bottom:3rem!important}
  .m-lg-auto{margin:auto!important}
  .mt-lg-auto{margin-top:auto!important}
  .mr-lg-auto{margin-right:auto!important}
  .mb-lg-auto{margin-bottom:auto!important}
  .ml-lg-auto{margin-left:auto!important}
  .mx-lg-auto{margin-right:auto!important;margin-left:auto!important}
  .my-lg-auto{margin-top:auto!important;margin-bottom:auto!important}
}
