/*************************************/
/******* Alltraders Template *******/
/***********************************/
/*** http://www.alltraders.com ***/
/**** support@alltraders.com ****/

/************************/
/*** Core html ***/
/**********************/

/* Reset all values */

html {
    margin: 0;
    padding: 0;
}

body {
    background-attachment: fixed;
    background-image: url("../images/blur.jpg");
    background-repeat: no-repeat;
    background-size: cover;
  font-family: OpenSansRegular,Arial,sans-serif;
    margin: 0;
    padding: 0;
  color: #868686;
    font-size: 13px;
    font-weight: normal;
    line-height: 24px;
}

@font-face {
  font-family: 'NexaHeavy';
  src: url('../fonts/nexa-heavy.eot');
  src: url('../fonts/nexa-heavy.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nexa-heavy.woff') format('woff'),
       url('../fonts/nexa-heavy.ttf') format('truetype'),
       url('../fonts/nexa-heavy.svg#ywftsvg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: 'Nexa-Bold';
  src: url('../fonts/nexa-bold.eot');
  src: url('../fonts/nexa-bold.eot?#iefix') format('embedded-opentype'),
       url('../fonts/nexa-bold.woff') format('woff'),
       url('../fonts/nexa-bold.ttf') format('truetype'),
       url('../fonts/nexa-bold.svg#ywftsvg') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family:'FontAwesome';
  src:url('../fonts/fontawesome-webfont.eot');
  src:url('../fonts/fontawesome-webfont.eot') format('embedded-opentype'),
    url('../fonts/fontawesome-webfont.woff') format('woff'),
    url('../fonts/fontawesome-webfont.ttf') format('truetype');
  font-weight:normal;
  font-style:normal
}

@font-face{font-family:'OpenSansRegular';src:url('../fonts/OpenSansRegular/OpenSans-Regular-webfont.eot');src:url('../fonts/OpenSansRegular/OpenSans-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSansRegular/OpenSans-Regular-webfont.woff') format('woff'),
url('../fonts/OpenSansRegular/OpenSans-Regular-webfont.ttf') format('truetype'),
url('../fonts/OpenSansRegular/OpenSans-Regular-webfont.svg#OpenSansRegular') format('svg');font-weight:normal;font-style:normal}

@font-face{font-family:'RalewayThin';src:url('../fonts/RalewayThin/raleway_thin-webfont.eot');src:url('../fonts/RalewayThin/raleway_thin-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/RalewayThin/raleway_thin-webfont.woff') format('woff'),
url('../fonts/RalewayThin/raleway_thin-webfont.ttf') format('truetype'),
url('../fonts/RalewayThin/raleway_thin-webfont.svg#RalewayThin') format('svg');font-weight:normal;font-style:normal}

@font-face{font-family:'OpenSansSemibold';src:url('../fonts/OpenSansSemibold/OpenSans-Semibold-webfont.eot');src:url('../fonts/OpenSansSemibold/OpenSans-Semibold-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSansSemibold/OpenSans-Semibold-webfont.woff') format('woff'),
url('../fonts/OpenSansSemibold/OpenSans-Semibold-webfont.ttf') format('truetype'),
url('../fonts/OpenSansSemibold/OpenSans-Semibold-webfont.svg#OpenSansSemibold') format('svg');font-weight:normal;font-style:normal}

@font-face{font-family:'OpenSansItalic';src:url('../fonts/OpenSansItalic/OpenSans-Italic-webfont.eot');src:url('../fonts/OpenSansItalic/OpenSans-Italic-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/OpenSansItalic/OpenSans-Italic-webfont.woff') format('woff'),
url('../fonts/OpenSansItalic/OpenSans-Italic-webfont.ttf') format('truetype'),
url('../fonts/OpenSansItalic/OpenSans-Italic-webfont.svg#OpenSansItalic') format('svg');font-weight:normal;font-style:normal}

@font-face{font-family:'LeagueGothicRegular';src:url('../fonts/LeagueGothicRegular/LeagueGothic-Regular-webfont.eot');src:url('../fonts/LeagueGothicRegular/LeagueGothic-Regular-webfont.eot?#iefix') format('embedded-opentype'),
url('../fonts/LeagueGothicRegular/LeagueGothic-Regular-webfont.woff') format('woff'),
url('../fonts/LeagueGothicRegular/LeagueGothic-Regular-webfont.ttf') format('truetype'),
url('../fonts/LeagueGothicRegular/LeagueGothic-Regular-webfont.svg#LeagueGothicRegular') format('svg');font-weight:normal;font-style:normal}

a {
  color: #353639;
    outline: medium none !important;
    text-decoration: none;
}

a:hover, a:active {
  text-decoration: none;
}

ul {
/*    color: #353536;
    font-family: "HelveticaNeue-Light", "Helvetica Neue Light", "Helvetica Neue", Helvetica, Arial, "Lucida Grande", sans-serif;*/
}

h1 {
  font-size: 18px;
}

h2, h2 a {
  color: #404041;
    font-size: 23px;
    font-weight: normal;
    line-height: 25px;
  font-family: Arial,OpenSansRegular,sans-serif;
}

h3 {
    color: #343436;
    font-size: 16px;
    margin: 0 0 10px 0;
	font-weight: normal;
	line-height: 22px;
}

h4 {
    color: #343436;
    font-size: 17px;
    margin: 0 0 10px 0;
}

h5 {
    font-weight: bold;
}

ul li {
  list-style:disc outside none;
  margin: 0 0 0 20px; 
}

ol li {
  list-style:inherit outside none;
  margin: 0 0 0 20px; 
}

hr {
  background: #e5e5e5;
  height: 5px;
}

.page-header {
    padding-bottom: 9px;
    margin: 0px 0 20px;
    border-bottom: none;
}

.item-page h2, .item-page h2 a {
    color: #3B3B3B;
    font-size: 33px;
    font-weight: normal;
    line-height: 40px;
    margin: 0px 0 10px;
}

.item-image {
  float: none !important;
}

.item-page  div.img_caption, .wf_caption {
   border: 1px solid #EEEEEE;
    border-radius: 5px;
    padding: 15px 10px 5px;
  text-align: center !important;
}

.item-page h3 {
  color: #A5A5A5;
}

.item-page h4 {
  font-size: 28px;
  color: #777777;
}

.item-page  p.img_caption {
  display: inline;
  font-weight: normal;

}

.item-page  a {
  color: #D75A46;

}

/************************/
/*** Content ***/
/**********************/

.search-results .result-category, .search-results .result-created, #searchForm .only {
    display:none;
}

.phrases legend {margin-bottom:0px;}
#searchForm .form-limit .chzn-single span {width: 30px;}
#btcontentslider110 {
	box-shadow: 0px 0px 0px 4px rgb(242, 245, 245);
}

.bt-title {margin-bottom: 6px;}
.bt-cs .bt-inner img {margin-right: 15px !important;border: none;}
#abovecontent {margin-bottom: 25px;}
.bt-cs .bt-inner .bt-title {color: #404041;
font-size: 18px;
font-weight: normal;
line-height: 25px;
font-family: Arial,OpenSansRegular,sans-serif;
text-transform: inherit;
}

#container {
  margin-top: 40px;
  background: #FFFFFF;
}

#headerWrapper {
  padding: 30px 0 0px 0;
  margin: 0 30px;
}

#wrapper {
  max-width: 1200px;
  margin: 0px auto;
  background: #FFFFFF;
}

#logoheader {
  text-align: left;
}

#contentWrapper {
}

#left {
  padding: 20px 25px 40px 20px;
  border-right: #F2F5F5 1px solid; 
}

#right {
  padding: 20px 0px 40px 0px;
}

#right .moduletable {
  padding: 0px 40px;
  margin-bottom: 40px;
}

#right .moduletable h3 {
  border-bottom: 1px solid #F4924B;
    color: #404041;
    font-size: 18px;
    margin-bottom: 18px;
    padding: 0 0 15px;
    text-transform: uppercase;
  font-weight: normal;
  font-family: Arial,OpenSansRegular,sans-serif;
}

#contentWrapper {
  margin: 0 30px;
}

.category-desc {
   background: none repeat scroll 0 0 #f7f7f7;
    padding: 10px 20px 20px 15px;
}

.category-desc h2 {
font-size: 30px;
    line-height: 40px;
}

.jvrel_artsblock .well {
	background: none;
	border: none;
	padding: 0px;
	box-shadow: none;
}

.jvrel_caption {
	border-bottom: 1px solid #F4924B;
	color: #404041;
	font-family: Arial,OpenSansRegular,sans-serif;
	font-size: 18px !important;
	font-weight: normal !important;
	margin-bottom: 18px !important;
	padding: 0 0 15px;
	text-transform: uppercase;
}

.jvrel_relart ul {
	margin: 0px;
}

.jvrel_relart li {
	list-style: none;
	margin: 0 0 20px 0;
}

.jvrel_title {
    font-size: 103% !important;
}

#footerWrapper {
  background: #FFFFFF;
  
}

#footer {
  padding: 20px 0;
  margin: 0 30px;
  border-top: #F2F5F5 1px solid;
}

#footerinner {
  padding: 20px 0px;
  color: #404041;
  line-height: 18px;
  background: #FFFFFF;
  border-top: #F2F5F5 1px solid;
  
}

#mod-search-searchword , #search-searchword {
    -moz-box-sizing: border-box;
    color: #BDBCBC;
    height: 33px;
    line-height: 33px;
    max-width: 100% !important;
  border-radius: 15px;
}

#right #mod-search-searchword, #search-searchword, #topnavigation #mod-search-searchword {
    border: none;
    box-shadow: 0 0 0 4px #F2F5F5;
    outline: 0 none;
    padding-left: 15px;
    padding-right: 30px;
    width: 100%;
	color: #333;
}

.category-name {
	float: left;
}

.phrases-box label {
  margin-right: 5px;
	display: inline-block;
	margin-left: 5px;
padding-left: 13px;
}

.ordering-box .chzn-container {
	width: auto !important;
}

.chzn-container-single .chzn-single {
	height: auto;
}

.form-limit {
	margin-top: 5px;
}

.searchintro {
  margin-top: 10px;
}

div [class^="icon-"]:before, div [class*=" icon-"]:before {
    font-family: FontAwesome;
}
.icon-search:before {
    content: "?";
}

label[for="mod-search-searchword"] {
    display: none;
}

.img_caption {
  margin-left: 15px;
}

p.img_caption {
  display: none;
}

.external {
  display: none;
}

#right .moduletable li {
  list-style: none;
}

.thumbnails, .thumbnails li, .caption {
  margin: 0px;
  padding: 0px !important;
}

.thumbnail {
  border: none;
  padding: 0px;
}

.thumbnail h3, .thumbnail h3 a {
  border: none !important;
  color: #404041 !important;
    font-size: 13px !important;
    line-height: 22px;
  margin: 0px !important;
  padding: 0px !important;
  font-family: OpenSansSemibold,Arial,sans-serif;
  text-transform: none;
}

.jubhc-intro {
   color: #777777;
    font-size: 12px;
    margin: 5px 0;
   line-height: 22px;
}

.item-separator {
  clear: both;
  border-bottom: 1px solid #F2F5F5;
  padding-top: 30px;
}

.items-more h3 {
   color: #404041;
    font-weight: normal;
    margin: 15px 0;
   font-size: 24px;
    line-height: 40px;
}

.readmore a {
  color: #41B7D8;
  font-size: 13px;
    text-transform: capitalize;
  font-family: OpenSansSemibold,Arial,sans-serif;
  margin-top: 10px;
  padding: 0px;
}

.nspArt h4 {
border: none !important;
color: #404041 !important;
font-size: 13px !important;
line-height: 22px;
margin: 0px !important;
padding: 0px !important;
font-family: OpenSansSemibold,Arial,sans-serif;
text-transform: none;
}

.article-info {
  font-size: 11px;
}

.article-info a {
  color: #41B7D8;
}

.line {
  padding: 0 3px;
}

#default ul.isMobile {
  background: #FAFFFF;
}

#default ul.isMobile  a {
  text-shadow: none;
  color: #343436;
}

#header, #logoheader, #topnavigation {
  z-index: 1000;
}

#topnavigation {
  padding: 10px 0;
  /*border-top: 1px solid #F2F5F5;
  border-bottom: 1px solid #F2F5F5;*/
  margin-top: 25px;
}


#logo {
  margin: 0px 0 25px 0;
}

#grey {
  background: url(../images/grey.jpg) repeat-x top left;
  max-height: 310px;
    overflow: hidden;
}

#right .readon, #left .readon {
 /* background: none;
  text-transform: uppercase;
  font-size: 17px;
  font-family: NexaHeavy;
  color: #626263;
  border: 1px solid #bcbcbc;
  padding: 8px 20px;
  display: inline-block;
  margin-top: 10px;*/
}

#right .readon:hover, #left .readon:hover {
  text-decoration: none;
  background: #EF6B3D;
  color: #FFFFFF;
}

#contacttop {
  text-align: right;
  margin-top: 30px;
}

.responsiveMenu {
  background: none;
  text-align: right;
}

.responsiveMenu li {
  list-style: none;
  padding: 0 0 0 10px;
  float: none;
display: inline-block;
}

.responsiveMenu li ul li {
  list-style: none;
  padding: 0;
  margin: 0px 15px;
  display: block;
  text-align: left;
}

.responsiveMenu a {
  color: #000;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 16px;
  padding: 0 3px 0 0; 
}

.responsiveMenu li a:hover, .responsiveMenu li.active > a, .responsiveMenu > li.hover > a {
  background: none;
  color: #EF6B3D;
  text-decoration: none;
}

.responsiveMenu li:hover > a {
  background-color: none !important;
}

.toggleMenu:hover, .toggleMenu:active, .toggleMenu {
  color: #FFFFFF !important;
}


.responsiveMenu.isMobile > li {
  border-top: 1px solid #D0D0D0;
}

.tp-bullets.simplebullets.round .bullet {
  height: 14px;
  width: 15px;
  margin-left: 0px;
}

.gkResponsive img.nspImage, img.nspImage.gkResponsive {
  width: auto\9 !important;
}


.caption a.btn, #right .readon, #left .readon {
  background: none;
  border: none;
  font-family: OpenSansSemibold,Arial,sans-serif;
   color: #404041;
    font-size: 13px;
  margin: 0px;
  padding: 0px;
}

.navbar-default {
  border: none;
}

.items-leading, .items-row {
	clear: both;
	border-bottom: 1px solid #F2F5F5;
	padding-bottom: 30px;
}

#default .responsiveMenu a {
  color: #777777;
  background: url(../images/bg-menu.png) no-repeat scroll right center rgba(0, 0, 0, 0);
    line-height: 24px;
  box-shadow: none;
  font-size: 14px;
   text-transform: uppercase;
    transition: all 200ms linear 0s;
  font-weight: normal;
}

#default .responsiveMenu li:last-child a {
	background: none;
}

#default .responsiveMenu a span {
  padding-right: 26px;
}

#default .responsiveMenu li:last-child a span {
	padding-right: 0px;
}

.responsiveMenu ul {
  min-width: 200px;
}

#default .responsiveMenu li.deeper ul a {
  background: none;
}

#default .responsiveMenu li a:hover, #default .responsiveMenu li.active > a, #default .responsiveMenu > li.hover > a {
  text-decoration: none;
  box-shadow: none;
    text-shadow: 0 0 20px;
}

.deeper ul {
    content: "";
    display: inline-block;
    left: 10px;
    position: absolute;
  background: #FFFFFF;
  padding: 10px;
  border: 1px solid rgba(0, 0, 0, 0.2);
    border-radius: 6px;
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
}

#default .responsiveMenu .deeper ul a {
  padding: 10px 0 10px 0 !important;
  text-transform: none;
}

.responsiveMenu li li a {
  border-top: 1px solid #E1E5E7;
    padding: 10px 10px 10px 20px !important;
}

.parent li:first-child a
{
    border-top:none;
}
.responsiveMenu li li a>:first-child {
border-top: none;
}

#item-181 a{
  background: none !important;
}

.isMobile {
  width: 100%;
  margin-top: 15px;
}

.isMobile li a {
  padding: 10px 0 10px 10px;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
  height: auto;
  padding: 10px;
  resize: none;
}

.formResponsive select, .formResponsive textarea, .formResponsive input[type="text"], .formResponsive input[type="password"] {
  margin-bottom: 0px;
}

.formResponsive .formHorizontal .rsform-block {
  margin-bottom: 5px;
}

.formResponsive input, .formResponsive textarea {
  width: 100%;
}

.formResponsive .formHorizontal .formControls {
  margin-left: 0px;
}

.rsform-block-send .formBody {
  float: left;
}

.formRed {
  display: none;
}

.nspArts, .nspLinksWrap {
  padding: 0px;
}

.moduletablenone p {
  margin: 0px;
  padding: 0px !important;
}

body.contentpane {
  width:auto;
  margin:10px;
  text-align: left;
}

img { 
  border: 0 none;
  display: block;
    height: auto;
    max-width: 100%;
}

.article-info-term, .icon-search {display: none;}

.search .element-invisible {display: none;}
.search  .button {
background: url(../images/search.png);
font-size: 0px;
display: inline-block;
height: 16px;
width: 14px;
position: relative;
right: 12px;
top: 5px;
float: right;
border: none;
text-indent: -9999px;
}

.search-query {display: inline-block;
width: 80% !important;}

#searchForm  .button {
  display: none;
}

.icon-search {
  display: none !important;
}

.searchwrap {
  margin: 15px 0;
}

.searchwrap hr {
  height: 1px;
}

span.highlight {
  background: none;
}

.result-title {
  font-size: 16px;
  margin: 10px 0;
}

.jvrel_box_info ul {
  margin: 0px;
  padding: 0px; 
}

.jvrel_box_info li {
  list-style: none;
  margin: 15px 0 0 0;
  padding: 0px; 
}

div.jvrel_box_info {
  padding: 0px;
}

.jvrel_box_title {
  border-bottom: 1px solid #F4924B;
    color: #404041;
    font-family: Arial,OpenSansRegular,sans-serif;
    font-size: 18px;
    font-weight: normal;
    margin-bottom: 18px;
    padding: 0 0 15px;
    text-transform: uppercase;
}

/************************/
/*** Pagination ***/
/**********************/

div.pagination {
    clear: both;
    text-align: center;
    margin: 15px auto 0 auto;
   width: 100%;
}
 
div.pagination p.counter {
    font-style: italic;
}
 
div.pagination ul {
    list-style: none;
    padding: 0;
}
 
div.pagination ul li {
    list-style: none;
    display: inline-block;
}

div.pagination  li {
   background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border-radius: 30px;
    color: #777777;
   font-size: 12px;
    margin-left: 5px;
  margin-bottom: 10px;
   border: 1px solid #E1E5E7;
}

div.pagination  li a{
  padding: 5px 15px;
  display: block;
}

div.pagination  li a:hover {
  color: #41B7DA;
}

div.pagination  li span {
  color: #777777;
  padding: 5px 15px;
  display: block;
}

.counter {
  display: none;
}

.mceContentBody  {
  text-align: left !important;
}

@media all and (max-width: 1024px) and (min-width: 786px) {

#left {overflow: hidden;}

#topnavigation {margin-top: 9px;padding-left: 15px;}

.isMobile {
  margin-top: 0px;
}

.isMobile {
  margin-top: 0px;
}

.responsiveMenu li a:after {
  content: none;
}

.responsiveMenu li a span {
  margin-right: 0px;
}
}

@media all and (max-width: 785px) and (min-width: 701px) {
#left {overflow: hidden;}
.toggleMenu {background: #223c7e;}
#default .responsiveMenu a {background: none;}
.responsiveMenu li .parent {background-image: url(../images/downArrow.png) !important;background-repeat: no-repeat !important;background-position: right !important;}
.responsiveMenu li {display: block;text-align: left;}
#container {margin-top: 0px;}
#topnavigation {margin-top: 9px;padding-left: 15px;}
.isMobile {
  margin-top: 0px;
}

.isMobile li a {
  padding: 10px 0 10px 5px;
}

.responsiveMenu a {
  font-size: 14px;
}

.toggleMenu:hover, .toggleMenu:active, .toggleMenu {
  font-weight: bold;
  text-transform: uppercase;
}

.responsiveMenu li a:after {
  content: none;
}

.responsiveMenu li a span {
  margin-right: 0px;
}

body {
  background-repeat: repeat;
}

#logoheader {
  text-align: center;
}

.nspArt .nspImageWrapper {display: inline-block;float: left !important;}
.nspArt img.nspImage {max-height: none !important;}
}

@media all and (max-width: 700px) and (min-width: 481px) {
#left {overflow: hidden;}
.toggleMenu {background: #223c7e;}
#default .responsiveMenu a {background: none;}
.responsiveMenu li .parent {background-image: url(../images/downArrow.png) !important;background-repeat: no-repeat !important;background-position: right !important;}
.responsiveMenu li {display: block;text-align: left;}
#container {margin-top: 0px;}
#abovecontent {margin-top: 25px;}
.isMobile {
  margin-top: 0px;
}

.isMobile li a {
  padding: 10px 0 10px 5px;
}

.responsiveMenu a {
  font-size: 14px;
}

.toggleMenu:hover, .toggleMenu:active, .toggleMenu {
  font-weight: bold;
  text-transform: uppercase;
}

.responsiveMenu li a:after {
  content: none;
}

.responsiveMenu li a span {
  margin-right: 0px;
}

body {
  background-repeat: repeat;
}

#contacttop {
  text-align: center;
  margin-top: 50px;
}

#logoheader {
  text-align: center;
}

#mod-search-searchword {width: 100%;margin-top: 25px;color: #333;}
.item-page h2, .item-page h2 a {font-size: 24px;line-height: 26px;margin: 10px 0 0px;}

}

@media all and (max-width: 480px) {

#left {overflow: hidden;}
.toggleMenu {background: #223c7e;}
#default .responsiveMenu a {background: none;}
.responsiveMenu li {display: block;text-align: left;}
.responsiveMenu li .parent {background-image: url(../images/downArrow.png) !important;background-repeat: no-repeat !important;background-position: right !important;}
.isMobile {
  margin-top: 0px;
}

.isMobile li a {
  padding: 10px 0 10px 5px;
}

.responsiveMenu a {
  font-size: 14px;
}

.toggleMenu:hover, .toggleMenu:active, .toggleMenu {
  font-weight: bold;
  text-transform: uppercase;
}

.responsiveMenu li a:after {
  content: none;
}

.responsiveMenu li a span {
  margin-right: 0px;
}

#abovecontent {margin-top: 25px;}

#mod-search-searchword {width: 100%;margin-top: 25px;color: #333;}

.item-page h2, .item-page h2 a {font-size: 24px;line-height: 26px;margin: 10px 0 0px;}

#container {
  margin: 0px;
  padding: 0px;
}

#left {
  padding: 0px;
  border: none;
}

#right .moduletable {
  padding: 0px;
  overflow: hidden;
}

.img_caption {
  margin: 0px 0 10px 0;
  font-weight: normal;
}

.deeper ul {
  background: none;
  border: none;
  border-radius: 0px;
    box-shadow: none;     
}

body {
  background-repeat: repeat;
}

#contacttop {
  text-align: center;
  margin-top: 10px;
}

}
.what-our-clients-say img {
display: block!important;
max-width: inherit;
margin: 0 auto;
}

.mceContentBody{
background: #FFFFFF !important;
color: #000000 !important;  
}
.nspArt .nspImageWrapper {
    display: inline-block;
    float: right;
    margin-left: 0.5em!important;
    margin-right: 0!important;
    width: initial!important;
}

.nspArt img.nspImage {
    display: inline-block;
    max-height: 80px;
    width: auto!important;
}