.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;
}
.input-block-level {
  display: block;
  width: 100%;
  min-height: 30px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
body {
  background: #ffffff;
}

/* Top background */
#top-bg{
  background: url(../images/bg-top.gif) top center repeat-x;
}

body.home .shadow-slider {
   
}

#main {
  margin: 0 auto;
}


#wrapper {
  max-width: 100%;
  margin: 0 auto;
}


/*======================= TYPOGRAPHY =======================*/
h1 {
  margin: 0;
  padding: 0;
  font-size: 31px;
  line-height: 50px;
  margin-top: 15px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 2px;
  color: #ed5e02;
  text-transform: uppercase;
  padding-bottom: 20px
}
body.home h1 {
  color:#ee473e;
  padding-bottom: 0;
}

div#content-top {
  overflow: auto;
  margin-bottom: 20px
}

#blogview h1 {
  padding-bottom: 0
}

div.blog h2 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 28px;
  color:#242424;
  border-bottom:1px #aaabab solid;
  padding-bottom: 10px;
}

div.blog > h2 + div h2, div.blog > h2 + div + div h2 {
  margin: 0;
  padding: 0;
  font-size: 28px;
  line-height: 28px;
  margin-top: 5px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 0px;
  border: none
}

div.blog > h2 + div h2 a, div.blog > h2 + div + div h2 a{
  margin: 0;
  padding: 0;
  font-size: 15px;
  line-height: 20px;
  margin-top: 0px;
  font-family: 'Raleway', sans-serif;
  font-weight: 700;
  margin-bottom: 0px;
  color: #ee473e;
  text-transform: uppercase;
}


h3 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 20px;
  font-size: 28px;
  color:#242424;
  border-bottom:1px #aaabab solid;
  padding-bottom: 10px;
}
h4 {
  font: 22px/22px 'Arial', serif;
}

h5 a {
  color: #ee473e;
  font-size: 14px;
  font-family: 'Raleway', sans-serif;
}
h5 a:hover {
 text-decoration: underline;
}

h6 {
  margin: 0;
  padding: 0;
  font-size: 26px;
  line-height: 26px;
  font-family: 'Raleway', sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
  color:#ee473e;
  text-transform: uppercase;
}

.page-header h5 {
  font-family: 'Raleway', sans-serif;
  font-weight: 300;
  margin-bottom: 0px;
  font-size: 28px;
  color:#242424;
  border-bottom:1px #aaabab solid;
  padding-bottom: 10px;
  line-height: 48px
}

.camera_caption h2 {
  font-size: 54px;
  font-family: 'Open Sans', sans-serif;
  color: #ed5e02;
  line-height: 70px;
  letter-spacing: -1px;
  font-weight: 400;
  border-bottom:0 ;
  margin-bottom: 0;
  text-transform: none
}
.camera_caption h2 span {
  font-family: 'Open Sans', sans-serif;
  display: block;
  font-weight: 700;
  font-size: 54px;
}

.camera_caption h4 {
  font-size: 18px;
  line-height: 14px;
  text-transform: uppercase;
  color: #373a3f;
  margin: 0;
}
p {
  margin-bottom: 19px;
}
p.highlight {
  color: #6bce9c;
}
/*Buttons*/
.btn-primary {
  margin-top: 10px;
  background:#94a0aa url(../images/bg-more.jpg) left top no-repeat;
  padding-left: 45px;
  padding-right: 15px;
  line-height: 26px;
  display: block;
  float: left;
  color: #e9e9e9;
  text-transform: uppercase;
  border:none;
  text-shadow:none;
 
}
.btn-primary:hover,
.btn-primary:active,
.btn-primary.active,
.btn-primary.disabled,
.btn-primary[disabled] {
  color: #ffffff;
}
.btn-primary:active,
.btn-primary.active {
  background-color: #1b5236 \9;
}
.btn-primary.active,
.btn-primary:active {
  box-shadow: none;
}
.btn-info {
  padding: 0;
  background: none;
  border: none;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  box-shadow: none;
  color: #2f3237;
  text-shadow: none;
  font-size: 15px;
  font-family: 'Open Sans';
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  margin-bottom: 20px;
  float: left;
  margin-top: 0!important;

}
.btn-info:hover {
    background: url(../images/bg-read-more.png) 50% bottom no-repeat;
  color:#fff;

 -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
.btn-info:active {
  box-shadow: none;
  background: url(../images/bg-read-more.png) 50% bottom no-repeat;
  color:#fff;

 -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
}
/*User Login*/
#form-login-remember label {
  margin-bottom: 20px;
}
#mod-finder-searchword {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  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;
  margin-right: 24px;
}

.pull-left.item-image {
  float: left;
  margin: 0 18px 30px 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;
}
/*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: 0 0 6px 0;
}
ul.item-list li a,
.categories-module li a,
.archive-module li a {
  background: url(../images/big-gray-arrow.png) left 5px no-repeat;
  padding: 0 0 0 17px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  color: #575c66;
  font-size: 14px;
  font-family: 'Raleway'
}


ul.item-list li a:hover,
.categories-module li a:hover,
.archive-module li a:hover {
  color: #ee473e;
}



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 {
  color: #242424;
}
.pagination ul li a{
  color:#ca5206;
}
.pagination ul li a:hover {
  background: none;
  color: #ca5206;
  text-decoration: underline; 
}
.pagination ul li.num span.pagenav {
  color: #ca5206;
}
/*======================= TOP =======================*/

.cat-children {
  display: none
}

/*======================= HEADER =======================*/
#header-row {
  height: 105px;
}
#header-row .container header > div {
  float: right
}

#header-row .container header #logo {
  float: left;
  padding-left: 30px
}

header div.search {
  position: relative;
  background: url('../images/bg-input.jpg') left top repeat;
  margin-top: 30px;
  border:1px #a6a6a6 solid;
  height:25px;
  padding-top: 4px;
  padding-bottom: 4px;
  overflow: hidden;
}

header div.search input.inputbox {
  background: none;
  -webkit-border-radius:  0px;
  -moz-border-radius:  0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
  color:#b3b3b3;
  border: none;
  width: 205px
}

header div.search input.button{
  position: absolute;
  right:5px;
  top:3px;
  background: url('../images/search-button.png') left top repeat;
  text-indent: -9999px;
  width: 31px;
  height:27px;
  opacity:0.5;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
header div.search input.button:hover{
  opacity:1;
}

header div.custom p {
  float: right;
  color: #b3b3b3;
  font-size: 12px;
  font-style: normal;
  padding-top: 12px;
  font-family: 'Arial', serif;
  padding-top: 35px
}
header div.custom p a{
  font-size: 12px;
  color: #b3b3b3;
  text-decoration: underline;
  padding-right: 16px;
  line-height: 20px;

}

header div.custom p a:hover{
  color: #fff;
  text-decoration: none;
}

#navigation-row {
  position: relative;
  z-index: 1001
}

#navigation-row nav {
    background: #ed5e02;
}

#navigation-row nav ul.sf-menu > li {
  float: left;
  min-height: 65px;
  margin: 0;
  padding: 0;
  position: relative;
}
#navigation-row nav ul.sf-menu > li + li{
  border-left: 1px #ca5206 solid;
}

#navigation-row nav ul.sf-menu > li > a{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px ;
  line-height: 65px;
  display: block;
  padding-left: 25px;
  padding-right: 25px
}

#navigation-row nav ul.sf-menu > li > a:hover{
  background: #ca5206
}
#navigation-row nav ul.sf-menu > li.active > a{
  text-decoration: none;
  color: #fff;
  background: #ca5206;
}

#navigation-row nav ul.sub-menu  {
  position: absolute;
  left:-1px;
  top:69px;
  background: #ca5206;
}

#navigation-row nav ul.sub-menu li  {
  padding: 10px 20px;
}

.sf-menu ul.sub-menu {
  min-width: 200px!important;
  position: relative;
  overflow: hidden;
}

#navigation-row nav ul.sub-menu  li {
  width: 100%;
}

#navigation-row nav ul.sub-menu  li:hover{
  background: #ed5e02
}
#navigation-row nav ul.sub-menu li + li  {}

#navigation-row nav ul.sub-menu li a {
  color: #dafbff;
    font-family: 'Arial', serif;
    font-size: 16px;
    line-height:24px;
    text-decoration: none;
    width :160px;
}

#navigation-row nav ul.sub-menu li a:hover {
  color: #fff;
}

.corner {
  position: absolute;
  width: 149px;
  height:77px;
  right:0;
  top:0; 
  background: url(../images/img-menu.png) left top no-repeat;
}

#showcase-row {
  max-height: 557px;
  margin-top: 4px
}


.view-featured #header-row .container {
  padding-bottom: 12px;
}
.moduletable.finder h4 {
  padding-left: 6px;
}
.moduletable.finder form#mod-finder-searchform {
  padding-left: 6px;
}

form#searchForm > div {
  float: left;
  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;
}

button.btn.validate.btn-primary {
    color: #FFFFFF;
    border: none;
    display: block;
    font-family: 'Open Sans';
    font-size: 18px;
    text-align: center;
    transition: all 0.2s ease-in-out 0s;
    width: 180px;

    background:#94a0aa url(../images/bg-more.jpg) left top no-repeat;
    padding-left: 45px;
    padding-right: 15px;
    line-height: 27px;
    display: block;
    float: left;
    color: #e9e9e9;
    margin-top: 10px;

}
button.btn.validate.btn-primary:hover {
    color: #fff
}

#aside-left aside, #aside-right aside {

}
#aside-left aside h2, #aside-left aside h3, #aside-right aside h2, #aside-right aside h3 {
  font-size: 24px;
  padding-top: 0
}

/*======================= NAVIGATION =======================*/
#navigation-row .container {
  margin-top: 0px;
}
.select-menu {
  display: none;
}
.moduletable.navigation ul.sf-menu {
  position: relative;
  /*SubMenu Styles*/

  /*Define 1st SubMenu position*/

  /*Define menu width*/

  /*Define SubMenu position*/

  /*Define 2nd+ SubMenu position*/

}
.moduletable.navigation ul.sf-menu > li {
  width: 161px;
  padding: 0;
  margin: 0;
  height: 104px;
}
.moduletable.navigation ul.sf-menu > li.active > a,
.moduletable.navigation ul.sf-menu > li.sfHover > a,
.moduletable.navigation ul.sf-menu > li.current > a,
.moduletable.navigation ul.sf-menu > li.active > span,
.moduletable.navigation ul.sf-menu > li.sfHover > span,
.moduletable.navigation ul.sf-menu > li.current > span {
  background: #6bce9c;
  color: #ffffff;
  padding: 30px 0;
  margin: 0;
}
.moduletable.navigation ul.sf-menu > li.lastItem {
  width: 166px;
}
.moduletable.navigation ul.sf-menu > li > a,
.moduletable.navigation ul.sf-menu > li > span {
  font-size: 12px;
  line-height: 44px;
  font-family: Arial, sans-serif;
  color: #ffffff;
  background: #373a3f;
  height: 44px;
  display: block;
  padding: 30px 0;
  text-align: center;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  text-transform: uppercase;
}
.moduletable.navigation ul.sf-menu > li > a:hover,
.moduletable.navigation ul.sf-menu > li > span:hover {
  background: #6bce9c;
  color: #ffffff;
  padding: 30px 0;
  margin: 0;
}
.moduletable.navigation ul.sf-menu > li > a:hover > span,
.moduletable.navigation ul.sf-menu > li > span:hover > span {
  background-position: center bottom !important;
}
.moduletable.navigation ul.sf-menu li:hover > ul,
.moduletable.navigation ul.sf-menu li.sfHover > ul {
  top: 106px;
}
.moduletable.navigation ul.sf-menu ul {
  width: 161px;
}
.moduletable.navigation ul.sf-menu li li:hover ul,
.moduletable.navigation ul.sf-menu li li.sfHover ul {
  top: -32px;
  left: 163px;
}
.moduletable.navigation ul.sf-menu li li li:hover ul,
.moduletable.navigation ul.sf-menu li li li.sfHover ul {
  top: -32px;
  left: 163px;
}
.moduletable.navigation ul.sf-menu ul {
  background: #e0e1e2;
  padding: 32px 0;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.moduletable.navigation ul.sf-menu ul li {
  margin: 0 0 1px 0;
}
.moduletable.navigation ul.sf-menu ul li a,
.moduletable.navigation ul.sf-menu ul li span {
  font-size: 12px;
  line-height: 18px;
  font-family:  Arial, sans-serif;
  color: #373a3f;
  background: none;
  display: block;
  padding: 0.5em 1em;
  text-decoration: none;
  text-transform: uppercase;
  text-align: center;
}
.moduletable.navigation ul.sf-menu ul li a:hover,
.moduletable.navigation ul.sf-menu ul li span:hover {
  background: #373a3f;
  color: #ffffff;
}
.moduletable.navigation ul.sf-menu ul li.active > a,
.moduletable.navigation ul.sf-menu ul li.sfHover > a,
.moduletable.navigation ul.sf-menu ul li.active > span,
.moduletable.navigation ul.sf-menu ul li.sfHover > span {
  background: #373a3f;
  color: #ffffff;
}
.moduletable.navigation ul.sf-menu ul li.firstItem {
  border: none;
}
/*======================= SHOWCASE =======================*/
/*======================= FEATURED =======================*/
#feature-row .container {
  margin-bottom: 30px;
}
/*======================= MAINTOP =======================*/
/*======================= CONTENT TOP =======================*/
/*======================= CONTENT =======================*/
#content-row .container {
  padding-bottom: 0px;
}
a.readmore, a.btn.btn-info {
  margin-top: 10px;
  background:#94a0aa url(../images/bg-more.jpg) left top no-repeat;
  padding-left: 45px;
  padding-right: 15px;
  line-height: 35px;
  display: block;
  float: left;
  color: #e9e9e9;
  text-transform: uppercase;

}

a.readmore:hover, a.btn.btn-info:hover {
   color: #fff;
   text-decoration: none
}
.page-header {
  margin: 0;
  padding-bottom: 0px;
  border-style: none;
}
.article-wrapper {
  overflow: hidden;
}
/*===== Home Page ======*/
.blog-featured .items-row .item .item-image {
  float: none;
  margin-right: 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;
}
/*===== Gallery Page ======*/
#gallery .img-intro-left {
  margin: 0 0 9px 0;
}
#gallery .img-intro-right {
  margin: 0 0 9px 0;
}
#gallery .filters {
  color:#ed5e02;
}
#gallery .gallery-img-intro {
  margin-bottom: 10px;
}
#gallery .gallery-img-intro a img {
  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: #ffffff;
}
#blogview {
  padding-right: 10px;
}
#blogview .items-row .item {

  margin-bottom: 20px;
}
.item-header {
  margin-bottom: 0px;
}
.item-header .page-header {
  padding-top: 1px;
}
.blogview-item-body {
  //overflow: hidden;
}
#blogview .item-image {
  float: none;
}
/*===== 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: 10px 10px 0;
  color: #5d6573;
  font-size: 14px;
  float: left;
  overflow: auto;
  position: relative;
  background: url(../images/opa_50.png) left top repeat;
  -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 > h2 + div > div:hover, .blog > h2 + div + div > div:hover {
  background: #fff;
  cursor: default;
}

.blog > h2 + div > div:hover p,  .blog > h2 + div + div > div:hover p {
   color: #ca5206!important
}

.blog > h2 + div .img-intro-left img,  .blog > h2 + div + div .img-intro-left {
    margin: 0 auto;
    display: block;
 }



/*===== Contact Form ======*/
#jform_contact_message {
  resize: none;
}
#contact-form label {
  display: inline-block;
  margin-bottom: 5px;
}
.phone-num {
  display: inline-block;
}
/*== Asides ==*/
aside > .moduletable {
  margin-bottom: 30px;
  overflow: hidden;
  background:#fff ;
  padding:10px 24px
}


aside > .moduletable.testimonials {
  background: none;
  padding: 0 ;

}

aside > .moduletable.testimonials p{
  background: #d6dee6 url(../images/bg-testimonials.jpg) 10px 10px no-repeat;
  padding: 20px;
  margin-bottom: 0;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  font-family: Arial;
  font-size: 14px;
  line-height: 20px
}

aside > .moduletable.testimonials p.name{
  background: url(../images/bg_name.png) 0px 0px no-repeat;
  margin-bottom: 0;
  text-align: right;;
  padding-right: 20px;
  font-weight: 700;
  line-height: 14px;
  color: #94a0aa;
}

aside > .moduletable.testimonials .moduleTitle  {
  padding: 0 20px;
  border: 0;
  color: #242424;
  font-size: 24px;
  font-family: 'Raleway', sans-serif;
  margin-bottom: 10px;
  font-weight: 400
}


.search-pagination {
  margin: 20px 0 0 0;
}
/*======================= CONTENT BOTTOM =======================*/
#content-bottom-row {
  margin-top: 30px;
}

body.home #content-bottom-row > div.span12 {
  background: #eff4f8;
  padding-top: 20px;
  padding-bottom: 20px
}


/*======================= MAINBOTTOM =======================*/
#mainbottom-row .container {
  margin-top: 30px;
}



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

/*======================= FOOTER =======================*/
#footer-wrapper {
  height:200px;
  border-top: 3px #ca5206 solid
}

#copyright-row {}

#copyright-row .container {
  font-size: 12px;
}


#copyright-row .container a {
  text-decoration: underline;
  color: #ccc;

}
#copyright-row .container a:hover {
  color: #fff;
  text-decoration: none
}
/*===== Social Media ======*/
.social {
  text-align: right;
  position: relative;
  top: -5px;
}
.social li {
  margin: 0 0 0 5px;
}
.social li a {
  width: 23px;
  height: 23px;
  line-height: 23px;
}
.social li a:hover {
  background-position: left bottom;
}

.menusocials {}


#showcase-row .camera_wrap .camera_pag {
  position: absolute;
  left:90px;
  bottom:6px;
}

#showcase-row .camera_wrap .camera_pag .camera_pag_ul li {
  background: url(../images/bullets.png) 0 -40px no-repeat;
}
#showcase-row .camera_wrap .camera_pag .camera_pag_ul li.cameracurrent {
  background: url(../images/bullets.png) 0 -2px no-repeat;
}


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

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


.copy {
  color: #f1f1f1;
}


#showcase-row div.custom p{
  text-align: center;
  font-size: 60px;
  font-weight: 300;
  line-height: 85px;
  padding-bottom: 0;
  margin-bottom: 0;
  color: #fff;
  background: #94a0aa;
  font-family: "Open Sans";
}

#showcase-row div.shadow-under-slider {
   height:25px;
   background: url(../images/shadow-under-slider.png) center top no-repeat;
}

.blog-featured {
  padding-top: 0px
}

.blog-featured .items-row .item {
  background: #ffffff;
  -webkit-border-radius:  0px;
  -moz-border-radius:  0px;
  -khtml-border-radius: 0px;
  border-radius: 0px;
}

.blog-featured .items-row .item:hover {
  background: #e7e7e7;
}

div.blog-featured img {
  max-width: 100%
}


#content-bottom-left {
  padding-left: 40px;
  margin-right: 60px;
  float: left 
}

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

#content-bottom-right .moduletable.span6   {
  padding: 0px;
}

.moduletable.span6 .inner {
  margin-right: 15px;
  padding:10px 25px 10px;
  background: #fdfefe;
}

div.team div.row > div p {
 margin-bottom: 0px
}

div.team div.row > div {
  width: 94%;
}
div.team div.row > div + div {
  padding-top: 10px
}

div.team .img-intro.item-image {
  float: left;
  padding: 3px;
  background: #fff;
  margin-right: 20px;
}

.newsflash-title {
  margin: 0;
  padding: 0;
  color: #0d97d7;
  font-family: "Open Sans";
  font-size: 16px;
  text-decoration: underline;
  margin-bottom: 8px;
}

.newsflash-title a{
  color: #ee473e;
  font-family: "Open Sans";
  font-size: 13px;
  text-decoration: underline;
}
.newsflash-title:hover, .newsflash-title a:hover{
  text-decoration: none;
}
.blog-featured .items-row .item h2.item-title {
  color: #fff;
  padding-top: 10px;
  font-weight: 700;
  font-size: 18px;
  text-transform: uppercase;
  text-align: center;
  font-family: "Open Sans";
  padding-bottom: 10px;
  margin-bottom: 0px;
  border-bottom:0;
  background: #ed5e02;
  margin-top: 0;
  border-bottom: 4px #ca5206 solid;
}
.blog-featured .items-row .item h2 + p{
  padding: 0;
  margin-bottom: 5px;
}

.blog-featured .items-row .item p{
  text-align: center;
  font-size: 14px;
  color:#5b6166;
  padding: 20px 20px 2px;
  line-height: 20px;
  font-family: 'Arial';
}

.blog-featured .items-row .item:hover p{
  color:#fff;
}

.blog-featured .items-row .item .btn.btn-info.readmore {
  display: block;
  margin: 0 auto;
  background: rgb(147,159,169);
  background: -moz-linear-gradient(top,  rgba(147,159,169,1) 0%, rgba(95,103,110,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(147,159,169,1)), color-stop(100%,rgba(95,103,110,1)));
  background: -webkit-linear-gradient(top,  rgba(147,159,169,1) 0%,rgba(95,103,110,1) 100%);
  background: -o-linear-gradient(top,  rgba(147,159,169,1) 0%,rgba(95,103,110,1) 100%);
  background: -ms-linear-gradient(top,  rgba(147,159,169,1) 0%,rgba(95,103,110,1) 100%);
  background: linear-gradient(to bottom,  rgba(147,159,169,1) 0%,rgba(95,103,110,1) 100%);
  height:38px;
  line-height: 38px;
  font-size: 14px;
  font-family: 'Arial';
  -webkit-transition: none;
  -moz-transition: none;
  -o-transition: none;
  margin-bottom: 20px;
  float: none;
  color: #fafafa;
  width: 100px;
  -moz-box-shadow:0px 0px 5px #999;
  -webkit-box-shadow:0px 0px 5px #999;
  box-shadow:0px 0px 5px #999;
  padding-left: 0;
  padding-right: 0;
  text-transform: none
}

.blog-featured .items-row .item .btn.btn-info.readmore:hover{
  color:#fff;
  background: rgb(219,91,91);
  background: -moz-linear-gradient(top,  rgba(219,91,91,1) 0%, rgba(143,59,59,1) 100%);
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(219,91,91,1)), color-stop(100%,rgba(143,59,59,1)));
  background: -webkit-linear-gradient(top,  rgba(219,91,91,1) 0%,rgba(143,59,59,1) 100%);
  background: -o-linear-gradient(top,  rgba(219,91,91,1) 0%,rgba(143,59,59,1) 100%);
  background: -ms-linear-gradient(top,  rgba(219,91,91,1) 0%,rgba(143,59,59,1) 100%);
  background: linear-gradient(to bottom,  rgba(219,91,91,1) 0%,rgba(143,59,59,1) 100%);

}

#content-row img.left, #aside-left p img, #aside-right p img, .blog p img, #blogview div.item img, #archive-items img {
  background: #fff;
  border:1px #ccd5dc solid;
  padding: 4px;
  float: left;
  margin-right: 25px;
}

 #aside-right p img, #aside-left p img {
  margin-bottom: 10px;
  max-width: 95%;
}

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

.introtext {
  font-size: 14px;
  font-family: Arial;
}
.introtext p strong {
  font-size: 14px;
  font-family: 'Arial';
  line-height: 20px;
  font-weight: 700;
}

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

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

ul.list li a{
  background: url(../images/big-gray-arrow.png) left 5px no-repeat;
  padding: 0 0 0 17px;
  font-weight: normal;
  line-height: 20px;
  display: block;
  color: #575c66;
  font-size: 14px;
  font-family: 'Raleway'
}

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

#footer {
  height: 65px;
  margin-top: 14px;
  margin-bottom: 10px
}

#footer ul.nav {
  border-bottom: 1px #4a4a4a solid;
  overflow: auto;
  padding-bottom: 15px;
  padding-left: 0;
}

#footer ul.nav li{
  float: left;
  
}

#footer ul.nav li a{
  text-decoration: none;
  text-transform: uppercase;
  color: #fff;
  font-family: "Open Sans";
  font-weight: 700;
  font-size: 16px ;
  line-height: 45px;
  display: block;
  padding-left: 30px;
  padding-right: 30px
}

#footer ul.nav li a:hover{
  background: #ca5206
}


.logo {
  width: 243px;
  height: 54px;
  background: url(../images/logo-footer.png) 0% 0px no-repeat;
  float: left;

}


.footer-phone {
    color: #FFFFFF;
    float: right;
    font-family: 'Arial',serif;
    font-size: 18px;
    font-style: italic;
    padding-top: 15px;
    font-style: italic;

}

.footer-phone strong{
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
}
.footer-phone a {
  color: #fff;
  text-decoration: underline;
  font-size: 24px;
  font-weight: 700;
  font-style: normal;
}

.footer-phone a:hover{
 text-decoration: none;
}

#camera-slideshow {
  margin-bottom: 0!important;
}



#content-row {
  min-height: 520px
}

.single-article img, .item-page img {
  background: #fff;
  border:1px #ccd5dc solid;
  padding: 4px;
  float: left;
  margin-right: 25px;

}

.contact {
  padding-top: 1px
}

.contact .span7 {
  float: right
}

.contact .contact-misc {
  float: left
}

.contact-miscinfo {
  margin-left: -30px;
  overflow: hidden;
}
.contact-form {
  background-color:#fff;
  padding-left: 30px;
  padding-top: 20px;
  padding-right: 25px
}




.content-inner {
  padding-top: 20px
}


.view-featured #aside-right {
  padding-top: 10px
}

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

div.blog > div {
  padding-bottom: 2px
}







/*----- media queries ------*/

@media (min-width: 1200px) {
  #main {
    max-width: 1170px;
  }
  .blog-featured {
    min-height: auto;
  }
  .blog-featured .items-row .item + .item{
    margin-left: 2.65%
  }
  #camera-slideshow {
    min-height:444px 
  }

}
@media (max-width: 1199px) {
  #main {
    max-width: 940px;
  }
  .blog-featured .items-row .item h2.item-title {
    font-size: 14px;
    padding-top: 5px;
    padding-bottom: 5px
  }
  #showcase-row div.custom p {
    font-size: 40px;
    line-height: 60px
  }
  #navigation-row nav ul.sf-menu > li > a {
    font-size: 14px;
    padding-left: 22px;
    padding-right: 22px;
  }
  #camera-slideshow .camera_caption > div {
    top:0;
    left:60px;
  }
  .camera_caption h2, .camera_caption h2 span {
    font-size: 40px;
    line-height: 48px
  }
  #camera-slideshow .camera_caption > div p {
    padding-right: 0;
    padding-bottom: 0;
    font-size: 20px
  }
  #camera-slideshow .camera_prev, #camera-slideshow .camera_next, .camera_commands {
    top:50%;
  }
  #content-bottom-left {
    margin-right: 38px
  }
  body.home  h1 {
    font-size: 38px;
    white-space: nowrap;
  }
  h6 {
    font-size: 20px
  }
  #footer ul.nav {
    padding-left: 0;
  }
  #footer ul.nav li a {
    font-size: 14px
  }
  .newsflash-title {
    margin-bottom: 4px
  }
  body.home .shadow-slider {
     background: url("../images/shadow-slider-2.png") no-repeat scroll center 80px transparent;
  }
  #showcase-row div.shadow-under-slider {
      background: url("../images/shadow-under-slider-2.png") no-repeat scroll center top transparent;
  }
}
@media (min-width: 980px) and (max-width: 1199px) {}
@media (min-width: 979px) {}
@media (max-width: 979px) {
  
  #main {
    max-width: 756px;
  }
  #header-row .container header #logo {
    padding-left: 0;
  }
  #header-row .container header{
    position: relative;
  }
  #navigation-row nav ul.sf-menu > li > a {
    font-size: 12px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .camera_caption h2, .camera_caption h2 span {
    font-size: 30px;
    line-height: 32px
  }
  #camera-slideshow a.read_slider {
    font-size: 14px;
    width: 100px;
    line-height: 38px;
  }
  body.home .shadow-slider {
     background: url("../images/shadow-slider-3.png") no-repeat scroll center 100px transparent;
  }
  #showcase-row div.shadow-under-slider {
      background: url("../images/shadow-under-slider-3.png") no-repeat scroll center top transparent;
  }
  #showcase-row div.custom p {
    font-size: 32px
  }
  .blog-featured .items-row .item h2.item-title {
    font-size: 12px;
    font-weight: 400;
    padding-top: 0;
    padding-bottom: 0
  }
  #footer ul.nav li a {
    font-size: 13px;
  }
  #content-bottom-left {

    margin-right: 22px
  }
  body.home h1 {
    font-size: 26px
  }
  div.team div.row > div p {
    display: table;
  }

}
@media (min-width: 768px) and (max-width: 979px) {}
@media (max-width: 767px) {
  #main {
    max-width: 450px;
  }
  .corner {
    display: none
  }
  #showcase-row div.custom p {
    font-size: 22px;
    line-height: 38px
  }
  .camera_caption h2, .camera_caption h2 span {
    font-size: 20px;
    line-height: 24px;
  }
  #camera-slideshow .camera_caption > div p {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 10px;
    padding-right: 20px
  }
  #camera-slideshow a.read_slider {
    font-size: 10px;
    line-height: 18px;
    width: 60px
  }
  body.home .shadow-slider {
     background: url("../images/shadow-slider-4.png") no-repeat scroll center 100px transparent;
  }
  #showcase-row div.shadow-under-slider {
      background: url("../images/shadow-under-slider-4.png") no-repeat scroll center top transparent;
  }
  .blog-featured .items-row .item {
   margin-bottom: 20px
  }

  .moduletable.span6 .inner {
    clear: both; 
    margin-left: 15px;
  }
  .introtext {
    overflow: auto;
    margin-bottom: 30px
  }


  #footer ul.nav li a {
      font-size: 10px;
      padding-left: 0;
      padding-right: 15px;
  }
  #footer ul.nav li a:hover {
      background:none;
      color: #ca5206 
  }
  #footer ul.nav {
    border:none 
  }
  header div.search input.inputbox {
    width: 170px
  }
  h1 {
    margin-top: 40px
  }
  #blogview h1 {
    margin-top: 10px
  }
  .pagination a, .pagination span {
    padding: 0 4px;
    font-size: 13px
  }
  body.home h1 {
    margin-top: 0
  }

  header div.search {
    width: 205px;
    margin-top: 38px
  }
  header div.custom p {
    position: absolute;
    right:0 ;
    top:0;
    padding-top: 5px
  }
  #top-bg {
      background: url("../images/bg-top-2.gif") repeat-x scroll left -165px transparent;
  }

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

@media (max-width: 481px) {
   
  #main {
    max-width: 320px;
  }
  #header-row {
    height: inherit;
  }


  header div.search input.inputbox {
    width: 290px;
  }
  header div.search {
    margin-top: 10px;
    margin-bottom: 10px
  }
  #header-row {
    position: relative;
  }
  header div.custom p {
    position: absolute;
    right:0;
    top:0;
    padding-top: 10px
  }
  #showcase-row .camera_caption {
    display: none!important
  }
  .camera_next {
    left:45px;
  }

  #showcase-row div.custom p {
    font-size: 16px
  }

  #footer ul.nav li a {
    line-height: 28px;
    font-size: 14px
  }

  div.team div.row > div  {
      padding-bottom: 20px;
  }

  #content-bottom-row{
    margin-top: 0
  }
  #content-bottom-left {
    padding-left: 20px
  }
  body.home #content-bottom-row > div.span12 {
    padding-top: 0
  }
  h1 {
    margin-top: 10px
  }
  
  #top-bg {
      background: url("../images/bg-top-2.gif") repeat-x scroll left -74px transparent;
  }

  header div.custom p {
    position: relative;
    padding-top: 10px;
    padding-right: 65px
  }
  header div.search {
    width: inherit;
  }


}

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

@media (max-width: 320px) {
  
  #main {
    max-width: 240px;
    width: 240px;
  }
  header div.search input.inputbox {
    width: 210px;
  }
  
  #showcase-row div.custom p {
      font-size: 12px;
      line-height: 32px
  }

  #showcase-row div.shadow-under-slider {
    background:none;
    border-bottom: 1px #ca5206 solid;
    height: 0 
  }
  body.home h1 {
    font-size: 18px;
  }
  h6 {
    font-size: 16px
  }
  div.team div.row > div p, div.team div.row > div h5 {
    clear: both;
  }

  #footer ul.nav li a {
      font-size: 12px;
      line-height: 24px;
      padding-right: 8px;
      font-weight: 400;
  }
  #footer {
    height: 50px;
    margin-bottom: 10px;
    margin-top: 10px;
  } 
  #copyright p.copy{
    font-size: 11px;
    padding-right: 10px
  }
  .socials li {
    padding-right: 4px
  }
  header div.custom p {
    padding-right: 30px
  }

} 

#aside-left + #component div.item-page {
  padding-top: 0
}