/* GOOGLE FONTS */
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:400italic);
@import url(http://fonts.googleapis.com/css?family=Open+Sans:700);

::selection{ background:#888888!important; color:#fff}
::-moz-selection{ background:#888888!important; color:#fff}

.camera_loader {
    background: url('../images/camera-loader.gif') no-repeat center;
}
.clearfix {
  *zoom: 1;
}
.clearfix:before,
.clearfix:after {
  display: table;
  content: "";
  line-height: 0;
}
.clearfix:after {
  clear: both;
}
.hide-text {
  font: 0/0 a;
  color: transparent;
  text-shadow: none;
  background-color: transparent;
  border: 0;
}

body{ background:url(../images/bg11.jpg) #fff; border:0; font: 12px Arial, Helvetica, sans-serif; color:#575757 ; line-height:18px; min-width:330px;}

#main{margin: 0 auto; position: relative; overflow: hidden;}

#inner{max-width: 970px; margin: 0 auto; position: relative;  background:#ececec;}

#inner.small {
  background: url("../images/content_bg.jpg") repeat-y scroll -320px 0 #ECECEC;
}

.camera_next > span, .camera_prev > span {
  cursor: pointer;
}

#vtemcarouselcarouselid145 {
  padding-top: 5px;
  padding-bottom: 10px;
}


/*======================= Top-Row =======================*/

#top-row {
  background: #ffffff;
  margin-bottom: 10px;
  border: 1px solid #000000;
}

#menu_top { list-style: none; display:block; white-space:nowrap;  padding: 0; margin: 0; float: right; padding-top: 10px;}
#menu_top > li { list-style: none; display: inline-block; height:20px; line-height: 20px; padding-left: 1px; background: url(../images/menu_top.png) left center no-repeat; position:relative; float:left; white-space:nowrap;}
#menu_top > li:first-child{ background: none;}
#menu_top > li > a{ display:block; height:100%; text-decoration:none; position:relative; font-size: 12px; color: #000000; padding: 0 12px;}
#menu_top > li.active > a, #menu_top > li > a:hover, #menu_top > li > a:focus{color: #d61b1b; text-decoration: underline;}

/*======================= Header-Row =======================*/

#header-row {
  padding-bottom: 0px;
}

.jock-rotator{float: right; padding: 0px}
.listen_live_wrapper{float: left; padding-top: 20px}
.listen_live{display: block;width: 170px; height: 64px; background: url(../images/listen_live_bg.png) left top no-repeat; text-decoration: none;}
.listen_live:hover{background-position: bottom;}


.social_wrapper{float: right; padding-right: 0px;}
.social{ display: block; margin: 0 0px; padding-top: 0px; list-style: none; white-space: nowrap; float: right;}
.social li{display: inline-block; margin: 0 10px 0 0; float: left;}
.social li a{display: block;width: 64px; height: 64px; text-decoration: none; background: url(../images/social_bg.png) left top no-repeat;}
.social li a:hover{background-position: bottom;}


/*======================= Search =======================*/


#top-row div.search {
  float: right;
  position: relative; 
}

#top-row div.search form{
  padding-bottom: 0;
  margin-bottom: 0;
}

div.search input[type="text"]{
    background: none repeat scroll 0 0 #ffffff;
    border: 1px solid #000000;
    border-radius: 0 0 0 0;
    box-shadow: none;
    color: #7F7284;
    font-size: 12px;
    height: 20px;
    line-height: 20px;
    margin: 0;
    padding: 7px 50px 7px 10px;
    width: 110px;
    position: relative;
    z-index: 1
}

#top-row div.search input[type="button"], div.search button.btn-primary{
   background: url("../images/search.png") no-repeat scroll left top rgba(0, 0, 0, 0);
    display: block;
    height: 28px;
    margin: 0;
    position: absolute;
    right: 0;
    text-decoration: none;
    top: 6px;
    width: 42px;
    text-indent: -99999px;
    border: none;
    z-index: 1000
}





/*======================= TYPOGRAPHY =======================*/
h2 {
  font-size: 20px;
  color: #000000;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  border-bottom: 2px #894481 solid;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  margin-top: 18px;
  margin-bottom: 20px;
}

h2 > div {
  padding: 12px 24px;
  margin: 0;
  background: none repeat scroll 0 0 #894481;
  float: left;
  clear: both;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,.8);
} 


h1 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  border-bottom: 2px #000000 solid;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  margin-top: 18px;
  margin-bottom: 20px;
}

h1 > div {
  padding: 12px 24px;
  margin: 0;
  background: none repeat scroll 0 0 #000000;
  float: left;
  clear: both;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,.8);
} 


div.page-header + div.page-header h1 {
  font-size: 24px;
  color: #363480;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  border-bottom: none;
  overflow: hidden;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  margin-top: 18px;
  margin-bottom: 20px;
}

div.page-header + div.page-header h1 > div {
  padding: 12px 24px 0 0;
  margin: 0;
  background: none ;
  float: left;
  clear: both;
  text-transform: uppercase;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
} 


h6 {
  font-size: 20px;
  color: #fff;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  border-bottom: 2px #000000 solid;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  box-shadow: 0px 1px 0px rgba(0,0,0,.2);
}

h6.moduleTitle div {
  padding: 12px 24px;
  margin: 0;
  background: none repeat scroll 0 0 #000000;
  float: left;
  clear: both;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,.8);
} 

h6 + *, h1 + * {
  clear: both;
}

h5 {
  font-size: 20px;
  color: #ffffff;
  font-family: 'Titillium Web', sans-serif;
  line-height: 20px;
  border-bottom: 2px #000000 solid;
  overflow: hidden;
  -webkit-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  -moz-box-shadow: 0px 1px 0px rgba(0,0,0,.2);
  box-shadow: 0px 1px 0px rgba(0,0,0,.2);
}

h5.moduleTitle div {
  padding: 12px 24px;
  margin: 0;
  background: none repeat scroll 0 0 #000000;
  float: left;
  clear: both;
  text-transform: uppercase;
  -webkit-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  -moz-box-shadow: 0px 5px 10px rgba(0,0,0,.8);
  box-shadow: 0px 5px 10px rgba(0,0,0,.8);
} 

h5 + * {
  clear: both;
}



.subheading-category {
  margin: 0;
}

#camera-slideshow {
  margin-left: 0px;
}

.camera_caption > div {
  background: url("../images/slider_caption_bg1.png") repeat scroll 0 0 rgba(0, 0, 0, 0);
  height: 48px;
  margin: 0;
  padding: 0;

  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
  padding-left: 110px;
  padding-right: 10px;
  padding-top: 12px;
}


.camera_prev {
    background: none repeat scroll 0 0 #B7B7B7;
    bottom: 15px;
    height: 46px;
    left: -8px;
    margin: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease-out 0s;
    width: 46px;
    z-index: 100
}
.camera_prev > span {
    background: url("../images/prev.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}
.camera_prev:hover {
    background: none repeat scroll 0 0 #603752;
}
.camera_next {
    background: none repeat scroll 0 0 #C7C7C7;
    bottom: 15px;
    height: 46px;
    left: 38px;
    margin: 0;
    position: absolute;
    top: auto;
    transition: all 0.3s ease-out 0s;
    width: 46px;
    z-index: 100
}
.camera_next > span {
    background: url("../images/next.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    display: block;
    height: 46px;
    width: 46px;
}
.camera_next:hover {
    background: none repeat scroll 0 0 #603752;
}

.camera_temp1{width: 93px; height: 60px; background: url(../images/camera_temp1.png); position: absolute; left: 0; bottom: 0; z-index: 1;}
.camera_temp2{width: 8px; height: 8px; background: url(../images/camera_temp2.png); position: absolute; left: -8px; bottom: 7px; z-index: 1;}



p {
  margin-bottom: 10px;
}

/*Buttons*/
.btn-primary {
  margin-top: 10px;
  height: 31px;
  line-height: 20px;
  display: block;
  float: left;
  color: #909090;
  text-transform: uppercase;
  font-size: 12px;
  text-decoration: none;
  text-align: center;
  border: none;
  text-shadow:none;

  margin-top: 0px;
  height: 31px;
  line-height: 14px;
  display: block;
  float: left;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 400;
  padding-right: 20px;
  background:#c4c4c4;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-bottom: 5px
}

.btn-primary:hover {
  text-decoration: none;
  background: #555;
  color: #fff;
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #3cdee4;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b5236 \9;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
}

/*User Login*/
#form-login-remember label {  margin-bottom: 20px;}
#mod-finder-searchword {  margin-bottom: 4px;  border: 1px solid #ebebeb;  box-shadow: none;}

/*Images*/
.item-image {
  padding: 0px;
  border: none;
  margin-bottom: 10px;
}
.item-image.icon {
  border: none;
  padding: 0;
  float: left;
}

div.shows div div.item-image.icon a{
  display: block;
  margin-right: 15px;
  border: 4px #c4c4c4 solid
}
div.shows div:hover > div.item-image.icon a{
  border-color:#af9fb6 
}
.item-image.icon a img {
  max-width: 100%;
}

.pull-left.item-image {
  float: left;
  margin: 0 18px 10px 0;
}
.img-intro-right,
.pull-right.item-image {
  float: right;
  margin: 0 18px 30px 0;
}
.item-icon {
  float: left;
  margin: 0 13px 0 0;
}
.single-article .item-body {
  overflow: hidden;
}


#footer-row h3 {
    color: #FFFFFF;
    font-family: 'Open Sans';
    font-size: 14px;
    font-weight: 700;
    line-height: 20px;
    padding-bottom: 5px;
    padding-top: 15px;
    text-transform: uppercase;
}

/*Lists*/
ul.item-list,
.categories-module,
.archive-module {
  margin-left: 0;
  margin-bottom: 20px;
}
ul.item-list li,
.categories-module li,
.archive-module li {
  list-style: none;
  margin: 2px 0 10px 0;

}
ul.archive-module li, #xmap ul li{
  padding-left: 20px;
  background: url("../images/arrow.png") left 5px no-repeat;
  list-style-type: none;

}
ul.item-list li a,
.categories-module li a,
.archive-module li a {
    color: #363480;
    display: block;
    font-family: 'Titillium Web';
    font-size: 16px;
    font-weight: 700;
    line-height: 18px;
    text-transform: uppercase;
}


 #xmap > ul {
  margin-bottom: 25px;
 }

  #xmap ul li a {
    color: #363480;
    display: block;
    font-family: 'Titillium Web';
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    text-transform: uppercase;
}


ul.item-list li a:hover, #xmap ul li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #9694d2;
  text-decoration: underline;
}

ul.categories-module h5 {
  margin-bottom: 0;
  padding-bottom: 0;
}

ul.image-list {
  margin: 0;
}
ul.image-list li {
  list-style: none;
  float: left;
  margin-bottom: 8px;
}
ul.image-list li.firstItem {
  margin: 0 8px 8px 0;
}
ul.image-list li.lastItem {
  margin: 0 0 8px 8px;
}
/*Pagination*/
.pagination {
  margin-bottom: 20px !important;
  padding-right: 10px
}
.pagination ul {
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
  border: none;
  box-shadow: none;
  margin: 0 auto;
}
.pagination ul li span.pagenav {
  margin-top: 10px;
  height: 31px;
  line-height: 28px;
  display: block;
  float: left;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 400;
  padding-right: 15px;
  background:#c4c4c4;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  margin-right: 10px;

}
.pagination ul li a{
  margin-top: 10px;
  height: 31px;
  line-height: 28px;
  display: block;
  float: left;
  color: #fff;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 400;
  padding-right: 15px;
  background:#b43b39;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  margin-right: 10px;
}
.pagination ul li a:hover {
  color: #fff;
  text-decoration: none; 
  background: #363480
}
.pagination ul li.num span.pagenav {
  color: #a0a0a0;
}

p.counter.pull-right {
    margin-top: 10px;
  height: 31px;
  line-height: 28px;
  display: block;
  float: right;
  color: #555;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 700;
  padding-right: 15px;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
  margin-right: 10px;

}

.item-page {
  width: 98%;
}


/*======================= Footer & socials =======================*/

.socials {
  text-align: center;
  padding-top: 20px;
}

.socials li{
  display: inline-block;
  float: none;
}

.socials li a{
  display: block;
  position: absolute;
}

/*======================= Navigation =======================*/
.top-inner {
  max-width: 1210px; margin: 0 auto; position: relative; 
  height: 50px; border-bottom: 4px solid #fff; background: url(../images/menu_bg.jpg) left bottom repeat-x;
}


#navigation-row {}
#navigation-row {  position: relative;  z-index: 1002;}
#navigation-row .container{}
#navigation-row nav ul.sf-menu  { position: relative;}
#navigation-row nav ul.sf-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: block;
  float: left;

  background: url("../images/marker0.png") no-repeat scroll left bottom rgba(0, 0, 0, 0);
  display: block;
  float: left;
  height: 50px;
  padding-left: 2px; padding-top: 0px;
  position: relative;
  white-space: nowrap;
  width: 132px;
}

#navigation-row nav ul.sf-menu > li:first-child {
  background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
  padding-left: 0;
}
#navigation-row nav ul.sf-menu > li.parent > a{}

#navigation-row nav ul.sf-menu > li.parent:hover > a{}

#navigation-row nav ul.sf-menu > li > a{
    background: none repeat scroll 0 0 rgba(0, 0, 0, 0);
    border: medium none;
    border-radius: 0 0 0 0;
    color: #231F23;
    display: block;
    font-family: 'Open Sans';
    font-size: 16px;
    font-weight: 700;
    height: 50px;
    line-height: 60px;
    margin: 0;
    overflow: hidden;
    padding: 0;
    text-decoration: none;
    text-shadow: 0 1px 0 rgba(255, 255, 255, 0.3);
    transition: color 0.3s ease-out 0s;
    text-align: center;
}

#navigation-row nav ul.sf-menu > li:hover > a{ 
  color: #231f23; text-decoration: none; background: url(../images/nav_over.jpg) left bottom no-repeat;  box-shadow: none;-moz-box-shadow: none; -webkit-box-shadow: none;
}
#navigation-row nav ul.sf-menu > li.active > a{
  color: #000; text-decoration: none; background: #fff; text-shadow: none;  box-shadow: none;-moz-box-shadow: none; -webkit-box-shadow: none; line-height: 50px;
}

#navigation-row nav ul.sub-menu  {
  position: absolute; display: none; left: 0px; top: 54px; list-style: none; zoom: 1; z-index: 109; margin: 0; padding:0px; background: #d8d8d8; text-align: left;
}
.sf-menu ul.sub-menu {  
  position: relative;  padding: 0px 0px;
}

#navigation-row nav ul.sub-menu li   {
  margin: 0; position: relative; zoom: 1; display: block; border-top: 1px solid #fefdfe; border-bottom: 1px solid #d0ced1;
}

.sub-menu li:first-child{border-top: none;}
.sub-menu li:last-child{border-bottom: none;}

#navigation-row nav ul.sub-menu  li:hover{
  background: #ececec;
}

#navigation-row nav ul.sub-menu li a {
  display: block; position: relative; font-family:'Open Sans'; font-weight: 700; font-size: 12px; line-height: 20px; color: #706b71; text-decoration: none; padding: 4px 40px 4px 20px; text-shadow: 0px 1px 0px #fff; text-transform: uppercase;
  transition: all 0.3s ease-out; -moz-transition: all 0.3s ease-out; -webkit-transition: all 0.3s ease-out; -o-transition: all 0.3s ease-out;
}

#navigation-row nav ul.sub-menu li:hover > a {
  text-decoration: none; color: #322e34; background: #b5b5b5;
}

#navigation-row nav ul.sub-menu li.parent  {
  background: url(../images/marker1.png) left top no-repeat;
}

#navigation-row nav ul.sub-menu li.parent:hover  {
  background-position: bottom;
}



p.data {
   background: none repeat scroll 0 0 #9694D2;
    color: #FFFFFF;
    float: left;
    font-family: 'Open Sans';
    font-size: 11px;
    font-weight: 700;
    line-height: 16px;
    margin-right: 20px;
    padding: 10px 0;
    text-align: center;
    text-transform: uppercase;
    width: 60px;
}

p.data span{
  font-size: 28px;
  line-height: 28px;
  display: block;
}




.newsflashnews-main {
  padding-bottom: 25px;
  overflow: hidden;
  clear: both;
}

.newsflashnews-main a.readmore {
    margin-bottom: 20px;
    display: inline!important;
    padding: 0!important;
    background:none;
    border: none!important ;
    color: #9694D2;
    font-size: 12px;
    font-family: Arial;
    -webkit-box-shadow: inset h v blur spread rgba(0, 0, 0, 0);
    -moz-box-shadow: inset h v blur spread rgba(0, 0, 0, 0);
    box-shadow: inset h v blur spread rgba(0, 0, 0, 0);
    margin-left: 80px;
    line-height: 14px;
    margin-top: 0px;
    margin-bottom: 15px;
    height: inherit;
}

.newsflashnews-main a.readmore:hover {
  border: none!important ;
  background:none; 
  color: #363480;
  text-decoration: underline;
}


.newsflashnews-main div{
  overflow: hidden;
  clear: both;
  padding-top: 20px;
}
.newsflashnews-main div p {
  margin-bottom: 0;
}

.newsflashnews-main a + div{
  border-top: 1px #c4c4c4 solid
}

.newsflashnews-main div p a strong{
  color: #363480;
  text-transform: uppercase;
  font-size: 14px;
}

.newsflashnews-main div p a:hover {
  color: #9694d2;
  text-decoration: none
}

.newsflashnews-main div p a:hover strong{
  color: #9694d2;
  text-decoration: none
}


#content-bottom-left {
  padding-right: 10px
}


#content-bottom-left  a.readmore{
  margin-top: 5px;
}




form#searchForm > div {
  padding-right: 20px
}
.searchintro {
  line-height: 40px
}

.btn.hasTooltip.btn-primary {
  margin-top: 0
}

.moduletable.finder .btn.finder {
  background: url(../images/search-btn.png) left top no-repeat;
  display: block;
  width: 21px;
  height: 21px;
  box-shadow: none;
  border: none;
  position: absolute;
  top: 7px;
  right: 4px;
}
.moduletable.finder div.finder {
  position: relative;
}
.moduletable.finder div.finder a {
  text-transform: lowercase;
  color: #d4d4d4;
}
.moduletable.finder div.finder a:hover {
  color: #349f69;
}
.moduletable.finder input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 35px;
}



/*======================= NAVIGATION =======================*/
#navigation-row .container {
  margin-top: 0px;
}
.select-menu {
  display: none;
}

/*======================= SHOWCASE =======================*/
/*======================= FEATURED =======================*/
#feature-row {
  position: relative;
}
#feature-row .container {}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row .container {
  padding-bottom: 0px;
  padding-top: 0px;
}

#content  {border-top: 1px solid #dfdfdf; background:#ececec; padding-top: 0px; padding-bottom: 0px;}

#content.small  {
  background: url(../images/content_bg.jpg) -315px 0px repeat-y #ececec; 
}

.bannergroup {
  padding-top: 10px;
}

.bannergroup img {
  max-width: 100%;
  width:100%;
  margin-bottom: 5px;
}

.banneritem {

}

a.readmore, a.btn.btn-info {
  margin-top: 10px;
  height: 31px;
  line-height: 28px;
  display: block;
  float: left;
  color: #000000;
  text-transform: lowercase;
  font-size: 16px;
  text-decoration: none;
  font-family: 'Titillium Web';
  text-align: left;
  font-weight: 400;
  padding-right: 20px;
  background:#c4c4c4;
  -webkit-border-radius:  0;
  -moz-border-radius:  0;
  -khtml-border-radius: 0;
  border-radius: 0;
  padding-left: 15px;
}

a.readmore:hover, a.btn.btn-info:hover {
  text-decoration: none;
  background:#555;
  color: #da1c1c;
}
.page-header {
  margin: 0;
  padding-bottom: 0px;
  border-style: none;
}
.article-wrapper {
  overflow: hidden;
}
/*===== Home Page ======*/

.slogan {
  text-align: center;
  color:#f8f9fb;
  font-size: 16px;
  font-family: 'Titillium Web';
  line-height: 24px;
}
.slogan  h3 {
  font-size:30px;
  font-weight: 7000;
  color: #fff; 
  font-family: 'Titillium Web';
  line-height: 36px;
}
.slogan p {
  padding: 0 40px
}

.blog-featured {
  clear:both;
}

.blog-featured .items-row .item .item-image {
  float: none;
  margin-right: 0;
  margin-bottom: 0;
}


/*===== About Page ======*/
ul.history {
  margin-left: 0;
}
ul.history li {
  margin-bottom: 5px;
  overflow: hidden;
}
ul.history li .item-title {
  margin-right: 9px;
}
ul.history li .item-title a:after {
  content: " -";
}
ul.history li .item-content {
  overflow: hidden;
}
/*===== Services Page ======*/
.circles {
  overflow: hidden;
  width: 100%;
  margin-bottom: 24px;
}
.circles .circle {
  background: #6bce9c;
  width: 186px;
  height: 186px;
  float: left;
  -webkit-border-radius: 93px;
  -moz-border-radius: 93px;
  border-radius: 93px;
  text-align: center;
}
.circles .circle h3 {
  font-size: 34px;
  color: #ffffff;
  line-height: 184px;
  margin: 0;
}
.circles .circle.arrow {
  margin-right: 74px;
  position: relative;
}
.circles .circle.arrow:after {
  content: ".";
  font-size: 0px;
  background: url(../images/arrow-right.png) left top no-repeat;
  width: 46px;
  height: 16px;
  position: absolute;
  top: 50%;
  right: -60px;
  margin-top: -8px;
}
.services-overview .item-body {
  overflow: hidden;
}
.img-intro-left {
  float: left;
}



/*===== Gallery Page ======*/
#gallery .img-intro-left {
  margin: 0 0 9px 0;
}
#gallery .img-intro-right {
  margin: 0 0 9px 0;
}
#gallery .filters {
  font-size: 14px
}
#gallery .gallery-img-intro {
  margin-bottom: 10px;
}
#gallery .gallery-img-intro a img {
  width: 100%;
  max-width: 100%;
}
#gallery .edit {
  margin-bottom: 6px;
}

/*===== Blog Page ======*/
.published {
  background: #6bce9c;
  padding: 15px 21px;
  margin-right: 21px;
}
.published h4 {
  display: block;
  margin: 0;
  text-align: center;
  color: #363480;
}
#blogview {
  padding-right: 10px;
}

.items-row .item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 20px;
}


.items-row .item {
  overflow: hidden;
  background: #fff;
  margin-bottom: 0px;
}



#gallery .items-row .item:hover {
  background: #502241;
  color: #fff
}

#gallery .items-row .item {
  margin-bottom: 20px;
}


.items-row .item p{
 padding:0 10px;
}

.item-header {
  margin-bottom: 0px;
}
.item-header .page-header {
  padding-top: 1px;
}
.blogview-item-body {
  //overflow: hidden;
}
#blogview .item-image {
  float: none;
}


#blogview .items-row .item{
  background: none!important
}

#blogview .items-row {
  border-bottom: 1px solid #c4c4c4;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#blogview .items-row .item h5, #archive-items h5{
  background: none!important;
  border: none!important;
  color: #363480;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;

}

.blogview-item-image {
  float: left;
  padding-top: 5px;
}

.blogview-item-body {
  display: table;
}

.blogview-item-body a.readmore{
  margin-left: 10px;
}


/*===== Archive Page ======*/
.archive form fieldset.filters {
  padding-bottom: 30px;
}
#archive-items > div {
  padding-bottom: 30px;
}
/*===== Testimonials Page ======*/
.blogtestimonials .items-row > div {
  border-bottom: 1px solid #ededee;
  margin-bottom: 30px;
  padding-bottom: 12px;
}

.blog .items-row {}

/* .blog > h2 + div > div, .blog > h2 + div + div > div {
  padding: 5px 5px 2px 5px;
  color: #ccc;
  font-size: 14px;
  float: left;
  overflow: auto;
  position: relative;
  background: #222222;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  margin-bottom: 20px
}
 */
.blog  div img {
  max-width: 100%
}

/* .blog > h2 + div > div:hover, .blog > h2 + div + div > div:hover {
  background: #e34431;
  cursor: default;
}
 */

 #footer-row {
  background: #000;
 }


div.blog {
  overflow: auto;
  clear: both;
  padding-top: 10px;
  padding-bottom: 20px;
  position: relative;
}

div.blog img {
 float: left;
 margin-right: 25px;
}

div.items-row.row-fluid > div.span6 {
  width: 49%;
  margin-left: 1%;
  background: #fff;
  margin-bottom: 10px;
  padding-bottom: 0
}


div.items-row.row-fluid > div h2 {
   color: #C04A35;
    font-family: 'Open Sans';
    font-size: 24px;
    font-weight: 700;
    letter-spacing: -1px;
    line-height: 20px;
    padding-bottom: 0px;
    text-transform: uppercase;
    background: none;
    border-bottom: 0;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    color: #c04a35;
    margin-bottom: 10px;
}

div.items-row.row-fluid > div h2 div {
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
    box-shadow: none;
    background: none;
    color: #c04a35;
    padding: 0;
}


div.items-row.row-fluid > div h2 div a {
    color: #c04a35; 
}

div.items-row.row-fluid > div h2 div a:hover{
    color: #802841; 
}


.txt1{font-family: 'Open Sans'; font-size: 14px; line-height: 20px; padding: 15px 0 15px 20px; position: absolute; left: 0; right: 0; bottom: 0; z-index: 3; color: #fff;}
.txt2{font-family: 'Open Sans'; font-size: 14px; font-weight: 700; line-height: 20px; padding: 5px 0px 5px 10px; color: #797979; display: table; }
.txt3 {
  padding-bottom: 10px;
  border-bottom: 1px #bfbfbf solid;
  display: table;
  margin-bottom: 15px;
}
a.small_facebook img {
  margin-right: 10px;
}



/*===== Contact Form ======*/
#jform_contact_message {
  resize: none;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}

.search-pagination {
  margin: 20px 0 0 0;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  margin-top: 0px;
}
/* ============================= accordion ====================== */
.accordion{ margin-bottom: 40px;}
.accordion-group{ margin-bottom: 10px; border: none; border-radius:0px; -moz-border-radius:0px; -webkit-border-radius:0px;}
.accordion-heading{border-bottom: 0;}
.accordion-heading .accordion-toggle{text-decoration: none; display: block; padding: 7px 12px 7px 40px;cursor: pointer; font-size: 14px; line-height: 20px; font-family: 'Open Sans'; font-weight: 700; color: #fff; background: url(../images/accordion1.png) 10px 6px no-repeat #363480; text-transform: uppercase;}
.accordion-heading .accordion-toggle:hover{ text-decoration: none; color: #fff; background: url(../images/accordion1_over.png) 10px 6px no-repeat #b43b39;}
.accordion-inner{ background: #ececec; border-top: none; padding: 10px 15px;}


/*======================= BOTTOM =======================*/

/*======================= FOOTER =======================*/

#footer-wrapper {  background: #000;}
#copyright-row .container a:hover {
  color: #fff;
  text-decoration: none
}

#showcase-row  {
  position: relative;
  z-index: 1001;
  overflow: visible;
}
#showcase-row .camera_wrap .camera_pag {
  position: absolute;
  left:0px;
  bottom:-27px;
  width: 100%;
  height: 25px; 
  z-index: 1000;
  text-align: center;
  background: url(../images/bg-slider-pagination.png) 50% bottom no-repeat;
}

#showcase-row .camera_wrap .camera_pag  ul, #showcase-row .camera_wrap .camera_pag  ul li{
  margin: 0;
  padding: 0;
}

#showcase-row .camera_wrap .camera_pag .camera_pag_ul li {
   background: #565656;
   margin: 0 8px;
}

#showcase-row .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: #e84532;
  height: 6px;
}


#showcase-row .camera_wrap .camera_pag .camera_pag_ul li span {
  background: none
}

.view-featured #content-row {
  padding-bottom: 0px;
}



#navigation-row div.custom {
  border-top: 3px #a5a5a5 solid
}
#navigation-row div.custom p{
  text-align: center;
  font-size: 30px;
  font-weight: 400;
  line-height: 50px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #bebebe;
  background: #1a1a1a;
  font-family: "Titillium Web";
  border-top: 1px #000 solid;
  padding-top: 10px;
  padding-bottom: 10px;
  text-transform: uppercase;

}

#navigation-row div.custom p b, #navigation-row div.custom p a{
  font-weight: 700;
  text-decoration: none;
  color: #bebebe;
  font-size: 30px;
  text-transform: uppercase;
}

#navigation-row div.custom p a:hover{
  color: #fff;
}

#navigation-row div.custom div.clearfix {
   height:1px;
}

 #archive-items > div {
  overflow: hidden;
 }

.introtext {
  font-size: 13px;
  font-family: Arial;
  max-width: 99%
}



p strong {
  font-family: 'Open Sans';
  line-height: 20px;
  font-weight: 700;
  color: #363480;
  text-transform: uppercase;
  font-size: 14px;
  padding-bottom: 10px;
  display: block;
}

ul.list {
    padding-top: 5px
}

ul.list,  ul.list li {
  padding: 0;
  list-style: none;
  color:#555555;
  padding-bottom: 15px;
}

ul.list li {
  margin-bottom: 0px;
  padding-bottom: 10px;
}

ul.list li a{
    font-weight: normal;
  text-transform: uppercase;
  line-height: 18px;
  display: block;
  color: #6c6c6c;
  font-size: 16px;
  font-family: 'Titillium Web';
}

ul.list li a:hover, ul.item-list li a:hover {
  color: #fff;
}

/* Carousel */

.es-carousel-wrapper-main {
  position: relative;
  padding-top: 2px;
  margin-bottom: 22px;
}


.es-carousel {}
.es-carousel ul li {
  position: relative;
  overflow: hidden;
}



.es-carousel ul li a img {
  width: 100%;
}

.es-carousel ul li h4 a{
  position: absolute;
  bottom: 35px;
  left: 0px;
  background: url("../images/opa_white.png") 0 0 repeat;
  float: left;
  padding-left:15px!important; 
  width: auto;
  padding-right: 15px!important;
  padding-top: 5px!important;
  color: #797979;
  font-size: 14px!important;
  line-height: 20px!important;
  height: 20px;
  padding-bottom: 5px!important;
  font-family: "Oswald";
  text-transform: uppercase;

}

.vtem_carousel_item .vtem_carousel_title{
  position: absolute;
  bottom: 35px;
  left: 0px;
  background: url("../images/opa_white.png") 0 0 repeat;
  float: left;
  padding-left:15px!important; 
  width: auto;
  padding-right: 15px!important;
  padding-top: 5px!important;
  color: #797979;
  font-size: 14px!important;
  line-height: 20px!important;
  height: 20px;
  padding-bottom: 5px!important;
  font-family: "Oswald";
  text-transform: uppercase;

}

.vtem_carousel_item .vtem_carousel_title a{

}

.es-carousel ul li:hover h4 a {
  color: #000;
}

.es-carousel ul li p, .vtem_carousel_inside p{
  bottom: 0;
  color: #FFFFFF;
  font-family: 'Open Sans';
  font-size: 14px;
  left: 0;
  line-height: 20px;
  padding: 10px 0 10px 10px;
  position: absolute;
  right: 0;
  z-index: 3;
  background: url("../images/opa_70.png") 0 0 repeat;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  height: 20px;
  margin-bottom: 0;

}

.es-carousel ul li:hover p  {
  background:#000 url("../images/next.png") 90% 50% no-repeat;
}


.es-carousel ul li h4 {
  padding-bottom: 0!important;
  margin-bottom: 0!important;
  padding-top: 0!important;
  margin-top: 0!important;
}



.es-nav-prev, .jcarousel-prev {
    background: url("../images/prev3.png") no-repeat scroll 0 0 #ABABAB;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    height: 27px;
    position: absolute;
    right: 31px;
    top: -54px;
    width: 27px;
    z-index: 100;
    display: block!important;
    text-indent: -9999px;
}
.es-nav-prev:hover, .jcarousel-prev:hover {
    background-color: #FF7B4E;
    cursor: pointer;
}
.es-nav-next, .jcarousel-next{
    background: url("../images/next3.png") no-repeat scroll 0 0 #ABABAB;
    border-bottom: 2px solid #FFFFFF;
    display: block;
    height: 27px;
    position: absolute;
    right: 0px;
    top: -54px;
    width: 27px;
    z-index: 100;
    display: block!important;
    text-indent: -9999px;
}
.es-nav-next:hover, .jcarousel-next:hover {
    background-color: #FF7B4E;
    cursor: pointer;
}

.container #vtemcarouselcarouselid145 .jcarousel-clip-horizontal {
  width: 100%!important;
  padding: 0!important;
}
#vtemcarouselcarouselid145 .jcarousel-container  img.vt_image_carousel, .jcarousel-clip.jcarousel-clip-horizontal {
  height: auto!important;
  max-width: 100%;
}
#vtemcarouselcarouselid145 .jcarousel-clip-horizontal .jcarousel-item {
  height: auto!important;
  overflow: hidden;
  position: relative;
}


#vtemcarouselcarouselid145 .jcarousel-container, #vtemcarouselcarouselid145 .jcarousel-container .jcarousel-clip, #vtemcarouselcarouselid145 .jcarousel-container .vtem-carousel-readon {
  border: none!important
}
.jcarousel-clip{
  //margin-left: -10px!important;
}
.jcarousel-item > aside {
  position: relative;
  overflow: hidden; 
}


/* FOOTER */

.bot1_block{padding-left: 20px; padding-right: 20px;}

.bot1_title{font-family: 'Open Sans'; font-weight: 700; font-size: 14px; line-height: 20px; color: #fff; text-transform: uppercase; padding-top: 15px; padding-bottom: 15px;}

.ul0{ padding: 0; margin: 0; list-style: none;}
.ul0 > li { padding:5px 0px 5px 0px; margin: 0px 0px 0px 0px; font-family: 'Open Sans'; font-size: 12px; font-weight: 400; line-height: 20px; color: #ff9d7c; border-bottom: 1px solid #603752;}
.ul0 > li a{color:#ff9d7c; text-decoration: none; display: block; background: url(../images/li_st0.png) right center no-repeat;}
.ul0 > li a:hover{color:#fff; text-decoration: none; background-image:url(../images/li_st0_over.png);  }
  


#copyright-row {
  background: #36122a;
}

#footer-row{
  background: #502241; padding-top: 20px; padding-bottom: 30px;
}

.copy {
  color: #816979;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
}

.copy p {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 50px;
  padding-left: 20px
}



p {
  margin-top:0 ;
  padding-top: 0;
}



#aside-left + #component > * {
  padding-left: 0;
  padding-right: 30px
}

#aside-right {
  position: relative;
  z-index: 100;
  //right: -8px;
}

/* #aside-left + #content #component{
  background: #fff;
}
 */


 .price  {
  margin-bottom: 20px;
  max-width: 100%;
}



.price  tr:first-child > * {
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Titillium Web', sans-serif;
  background: #502241;
  text-transform: uppercase;
  padding:5px 10px;
  border:1px #603752 solid;

}

.price  tr td {
  border:1px #603752 solid;
  padding: 5px 5px;
  background: #adadad;
  line-height: 20px;
  color: #fff;
  font-size: 12px;
}
  

#aside-right h6 > div{
  background-color: #363480;
}

#aside-right h6 {
  border-color: #363480;
}

.testimonials ul {
  list-style-type: none;
}


.testimonials li {
  background: url("../images/testimonial1.png") no-repeat scroll 10px 10px rgba(0, 0, 0, 0);
    font-style: italic;
    padding: 0 0 15px 45px;
    font-family: Arial;
    font-size: 12px;
}

.testimonials li.lastItem {
    background: none;
    font-style: italic;
    padding: 0 0 15px 0px;
    border-top: 2px #c4c4c4 solid
}
.testimonials li.lastItem p {
  padding: 0
}
.testimonials li.lastItem a {
  float: right;
  margin-top: 0
}

.testimonials .name {
    background: url("../images/testimonial2.png") no-repeat scroll 0 0 rgba(0, 0, 0, 0);
    font-weight: bold;
    line-height: 20px;
    min-height: 16px;
    padding-left: 20px;
    padding-top: 1px;
    display: block;
}

.shows, .testimonials{
  padding-top: 10px;
}

.shows .row > div {
  width: auto!important;
  border-bottom: 1px #c4c4c4 solid;
  padding-bottom: 10px;
  margin-bottom: 20px;
}
.shows p {
  margin-bottom: 5px;
  color: #575757;
  padding-bottom: 0
}
.shows p strong{
  color: #561a3f;
  text-transform: uppercase;
  padding-bottom: 0px;
}

.map {
  margin-left: 0;
  margin-right: 00;
  padding-left: 0!important;
  padding-right: 0!important;
  width: 100%;
  height:00px;
  position: relative;
}
.map iframe{
  margin-left: 0;
  margin-right: 00;
  width: 100%
}

.map {
  width: 100%!important;
}

#vtemcarouselcarouselid145 .jcarousel-container-horizontal {
  width: 100%!important;
  padding: 0!important
}
#carousel  {
  border-bottom: 0;
  margin-bottom: 0;
  padding-bottom: 0;
  padding-top: 15px;
}

.img-intro- {
  margin-bottom: 10px;
}

#component {
  padding-bottom: 10px
}

#filters a {
   background: none repeat scroll 0 0 #C4C4C4;
    color: #FFFFFF;
    display: block;
    font-family: 'Open Sans';
    font-size: 12px;
    font-weight: 700;
    line-height: 20px;
    padding: 5px 15px;
    text-decoration: none;
    text-transform: uppercase;
    transition: all 0.3s ease-out 0s;
}

#filters a:hover, #filters a.selected {
   background: none repeat scroll 0 0 #502241;
    color: #FFFFFF;
}

.contact-misc a{
  color: #802841
}

li:hover .vtem_carousel_inside p {
  background:#000; 
  text-decoration: none!important
}
li:hover .vtem_carousel_inside h4 {
 color: #000;
 text-decoration: none!important
}
#vtemcarouselcarouselid145 li:hover > a {
 text-decoration: none!important
}
/*----- media queries

WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

media queries ------*/


@media (min-width: 1200px) {


  .row:after {
    clear: both;
  }
  .container,
  .navbar-static-top .container,
  .navbar-fixed-top .container,
  .navbar-fixed-bottom .container {
    width: 1170px;
  }
  .span12 {
    width: 1170px;
  }
  .span11 {
    width: 1070px;
  }
  .span10 {
    width: 970px;
  }
  .span9 {
    width: 870px;
  }
  .span8 {
    width: 770px;
  }
  .span7 {
    width: 670px;
  }
  .span6 {
    width: 570px;
  }
  .span5 {
    width: 470px;
  }
  .span4 {
    width: 370px;
  }
  .span3 {
    width: 270px;
  }
  .span2 {
    width: 170px;
  }
  .span1 {
    width: 70px;
  }
/* WWWWWWWWWWWWWWWWWWWWWWWW */
  #inner{max-width: 1210px; }
  #inner.small{ background-position: -170px 0px;}
  .navbar_ .nav > li{width: 165px;}
  div.search input[type="text"] {
    width: 200px;
  }
  #navigation-row nav ul.sf-menu > li {
    width: 160px;
  }
  .top-inner {
    max-width: 1210px;
  }
  #isotopeContainer li  {
    margin-left: 25px;
  }
  .txt2 {
    padding-left: 0
  }
  .doblo .ul0 > li {
    float: left;
    width: 48%;
  }
  .doblo .ul0 > li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .jcarousel-item{
    width: 380px!important;
    margin-right: 10px;
  }

}


@media (max-width: 1199px) {

  #inner, .top-inner{ max-width: 1000px; }
  #component #showcase-row .camera_caption {
    top:auto;
  }
  div.items-row.row-fluid > div h2 {
    font-size: 16px;
    margin-bottom: 0px;
  }
  #isotopeContainer li  {
    margin-left: 20px;
  }
  .txt2 {
    padding-left: 0
  }

  .doblo .ul0 > li {
    float: left;
    width: 48%;
  }
  .doblo .ul0 > li:nth-child(2n+2) {
    margin-left: 4%;
  }
  .jcarousel-item{
    width: 305px!important;
    margin-right: 10px;
  }


}
@media (min-width: 980px) and (max-width: 1199px) {}
@media (min-width: 979px) {}
@media (max-width: 979px) {

  #inner, .top-inner{max-width: 780px; }
  #inner.small{ background-position: -470px 0px;}
  #navigation-row nav ul.sf-menu > li {
    width: 105px;
  }
  #navigation-row nav ul.sf-menu > li > a {
    font-size: 14px;
  }
  p.data + p, p.data + p + p {
    display: table;
  }
  #showcase-row #camera-slideshow {
    padding-bottom: 10px;
  }
  #aside-right {
    right: -10px;
  }
  .camera_caption > div {
    font-size: 12px;
  }
  .blog div.img-intro-left img {
    width: 100%;
    float: none;
  }

  .blog .img-intro-left {
    float: none
  }
  div.items-row.row-fluid > div h2 div, .txt3 {
    padding-left: 10px;
  }
  .small_facebook img {
    margin-left: 10px;
  }

  .ul0 > li a, .ul0 > li a:hover {
    background: none;
  }

  .shows p strong {
    line-height: 16px;
    padding-bottom: 0
  }
  .price tr td, .price tr:first-child > * {
    padding: 3px!important;
    font-size: 10px;
  }
  
  #isotopeContainer   {
    margin-left: 0px;
  }
  #isotopeContainer li  {
    margin-left: 5px;
  }
  ul#filters li {
    margin-right: 0
  }

  .txt2 {
    padding-left: 10px
  }
  .small_facebook img {
    margin-left: 0
  }
  #footer {
    padding: 0 20px;
    position: relative;
  }

  .jcarousel-item{
    width: 238px!important;
    margin-right: 5px;
  }

}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {
  #inner, .top-inner{max-width: 480px; }
  .container {
      width: 480px;
  }
  .camera_temp2 {
    bottom: 12px
  }
  #menu_top {
    float: left;
  }
  div.search {
    padding-top: 10px;
    padding-bottom: 10px;
  }
  div.search input[type="text"] {
    width: 420px;
  }
  #logo {
    padding-bottom: 20px
  }
  .social_wrapper {
    float: left;
  }
  #navigation-row {
    height: 15px;
  }
  #content , #aside-right, #aside-left {
    padding: 0 10px;
  }

  #feature-row .container{
      width: 460px;
  }
  .bot1_title {
    padding-bottom: 2px;
    padding-top: 25px;
  }
  .shows .row > div{
    overflow: hidden;
  }

  div.search input[type="button"] {
    top:15px;
  }
  div.items-row.row-fluid > div.span6 {
    float: left;
    width: 48%;
    overflow: hidden;
    padding-bottom: 10px;
  }

  div.items-row.row-fluid > div.span6 + div {
    margin-left: 2.5%;
  }
  #footer-row {
    padding-top: 0
  }
  .top-inner {
    height: 30px;
  }
  .price tr td, .price tr:first-child > * {
    padding: 5px!important;
    font-size: 12px;
  }
  #aside-right {
    right: 0px;
  }
  #isotopeContainer li  {
    margin-left: 0px;
  }
  .doblo .ul0 > li {
    float: none;
    width: auto;
  }
  .doblo .ul0 > li:nth-child(2n+2) {
    margin-left: 0;
  }
  .jcarousel-item{
    width: 228px!important;
    margin-right: 5px;
  }

}
/**/
@media (min-width: 482px) and (max-width: 767px) {}

@media (max-width: 481px) {

  #inner, .top-inner{max-width: 320px; }
  .container {
      width: 320px;
  }
  #feature-row .container{
      width: 300px;
  }
  div.search input[type="text"] {
    width: 250px;
  }
  .camera_caption > div {
    height: 90px;
  }
  h6, h5 {
    font-size: 16px
  }
  .es-carousel ul li h4, .es-carousel ul li p {
    display: none
  }
  body {
    min-width: 320px;
  }
  #camera-slideshow {
    margin-bottom: 0px!important;
  }
  .newsflashnews-main a.readmore {
    margin-left: 0;
  }
  .jcarousel-item{
    width: 298px!important;
    margin-right: 10px;
  }

}

@media (min-width: 320px) and (max-width: 481px) {}

@media (max-width: 320px) {

} 









