/* 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);
@import url(http://fonts.googleapis.com/css?family=Allerta);
@import url(http://fonts.googleapis.com/css?family=Damion|Roboto:400,700|Oswald:400,700,300);

/* 
  font-family: 'Allerta', sans-serif; 
  font-family: 'Open Sans';
  font-family: 'Damion', cursive;
  font-family: 'Roboto', sans-serif;
  font-family: 'Oswald', sans-serif;
*/

::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: #01091f url(../images/templ/wrapper_site.jpg) top center no-repeat;
  color: #fff;
  font-size: 12px;
  line-height: 1.5em;
  padding: 0px;
  text-align: left;
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

#main {
  margin: 0 auto; position: relative; overflow: hidden; width: 100%;

  background: #01091f; /* Old browsers */
  background: -moz-linear-gradient(left,  #01091f 0%, #04133c 8%, #04133c 8%, #04133c 11%, #04133c 15%, #01091f 20%, #01091f 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, right top, color-stop(0%,#01091f), color-stop(8%,#04133c), color-stop(8%,#04133c), color-stop(11%,#04133c), color-stop(15%,#04133c), color-stop(20%,#01091f), color-stop(100%,#01091f)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(left,  #01091f 0%,#04133c 8%,#04133c 8%,#04133c 11%,#04133c 15%,#01091f 20%,#01091f 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(left,  #01091f 0%,#04133c 8%,#04133c 8%,#04133c 11%,#04133c 15%,#01091f 20%,#01091f 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(left,  #01091f 0%,#04133c 8%,#04133c 8%,#04133c 11%,#04133c 15%,#01091f 20%,#01091f 100%); /* IE10+ */
  background: linear-gradient(to right,  #01091f 0%,#04133c 8%,#04133c 8%,#04133c 11%,#04133c 15%,#01091f 20%,#01091f 100%); /* W3C */
}
#inner{max-width: 970px; margin: 0 auto; position: relative;  background:#ececec;}
#inner.small {}
.camera_next > span, .camera_prev > span {  cursor: pointer;}

body img {
  max-width: 100%
}

/*======================= Header-Row =======================*/
#header-row header {
  min-height: 125px;
}
#logo {
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
#logo:hover {}


#header-row .k2ItemsBlock .even {
  background: none;
  padding: 0;
  border:0;
}

#header-row .k2ItemsBlock .odd {
  background: none;
  padding: 0;
  border:0;
}
#header-row .k2ItemsBlock ul {
  float: right;
  margin: 0;
  padding: 0;
}
#header-row .k2ItemsBlock ul li {
  float: left;
  margin: 0;
  padding: 0;
  list-style: none;
}
#header-row .k2ItemsBlock ul li a.moduleItemImage{
  float: left;
}

#navigation-row{
  background: url(../images/templ/top-menu.gif) 0 0 repeat-x;
}


/*======================= TYPOGRAPHY =======================*/

h1 {
  margin: 0;
  padding: 0;
  color: #FFFFFF;
  line-height: 46px;
  font-size: 36px;
  text-decoration: none;
  font-family: 'Open Sans', sans-serif;
}

h2 {
  margin: 0;
  padding: 0;
}
h2 > div {
  color: #66f3f5;
  line-height: 28px;
  font-size: 28px;
  text-decoration: none;
  border-bottom:1px dashed #30406c;
  padding-bottom: 10px;
  margin-bottom: 20px;
  font-family: 'Open Sans', sans-serif;
} 

#k2Container div.itemImageBlock {
  float: left;
  margin-right: 20px
}

#k2Container div.itemImageBlock span.itemImage img {
  border:4px #dadada solid;
  width: 90%!important
}
#k2Container.itemView {
  border:0;
}

#k2Container .itemBackToTop {
  display: none;
}

#k2Container .itemIntroText p {
  color: #fff;
  margin-bottom: 0;
}


div.page-header + div.page-header h1 {}
div.page-header + div.page-header h1 > div {
  font-size: 20px;
  line-height: 24px;
  padding-bottom: 0;
} 


h6 {
  font-size: 20px;
  color: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  border-bottom: 2px #FF7B4E 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 #FF7B4E;
  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: #fff;
  font-family: 'Open Sans', sans-serif;
  line-height: 20px;
  border-bottom: 2px #30406c 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 #30406c;
  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;}
.star {  color: #f00;}
p {  margin-bottom: 10px;}

/*Buttons*/
.btn-primary {
  border:0;
  background: #42495a; /* Old browsers */
  background: -moz-linear-gradient(top,  #42495a 0%, #0c0f14 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#42495a), color-stop(100%,#0c0f14)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #42495a 0%,#0c0f14 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #42495a 0%,#0c0f14 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #42495a 0%,#0c0f14 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #42495a 0%,#0c0f14 100%); /* W3C */

  color: #898989;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 13px;
  height: 29px;
  display: inline-block;
  line-height: 2.4em;
  margin-top: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  font-weight: 700;
  -webkit-border-radius:  15px;
  -moz-border-radius:  15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;
  text-shadow: none;
}

.btn-primary:hover {
  background: #2e333f;
  color: #21bfea;
  text-decoration: 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;
}

/*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;
}


/*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: 5px;
  list-style-type: none;
}


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


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

  #xmap ul li a {
    color: #30406c;
    display: block;
    font-family: 'Open Sans';
    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: #30406c;
  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: 'Open Sans';
  text-align: left;
  font-weight: 400;
  padding-right: 15px;
  background:#242424;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  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: 'Open Sans';
  text-align: left;
  font-weight: 400;
  padding-right: 15px;
  background:#818181;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding-left: 15px;
  margin-right: 10px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.pagination ul li a:hover {
  text-decoration: none; 
  background: #30406c
}
.pagination ul li.num span.pagenav {
  color: #a0a0a0;
}
#blogview .pagination li:last-child a {
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
}

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

.item-page {
  width: 100%;
}




/*======================= Navigation =======================*/


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

#navigation-row .container {border-bottom: 0; position: relative;
}
#navigation-row .container:before {
  content: '';
  position: absolute;
  right:-15px;
  top: 0;  
  background: url(../images/templ/top-menu-right.gif) right top no-repeat;
  height: 62px;
  width: 11px;
  z-index: 101;
}
#navigation-row .container:after {
  content: '';
  position: absolute;
  left:-15px;
  top: 0;  
  background: url(../images/templ/top-menu-left.gif) right top no-repeat;
  height: 62px;
  width: 11px;
  z-index: 101;
}


#navigation-row nav ul.sf-menu {
  text-align: center;
}
#navigation-row nav ul.sf-menu > li {
  margin: 0;
  padding: 0;
  position: relative;
  display: inline-block;
  white-space: nowrap;
  float: none;
}

#navigation-row nav ul.sf-menu > li + li{
  background: url(../images/templ/top_menu_marker.gif) 0 26px no-repeat;
}

#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 > a {
  color: #b0d6ff;
  font-size: 20px;
  text-decoration: none;
  text-align: center;
  padding: 0 35px;
  display: block;
  line-height: 60px;
  font-family: 'Arial';
  text-transform: lowercase;
}

#navigation-row nav ul.sf-menu > li:hover > a{ 
  color: rgb(60, 255, 153); 
  background: url(../images/templ/menu_light.png) center center no-repeat;
  background-size: 90% 90%;
}
#navigation-row nav ul.sf-menu > li.active > a{
  color: rgb(60, 255, 153); 
}

#navigation-row nav ul.sub-menu  {
  position: absolute;
  display: none;
  left: 16px;
  top: 98%;
  list-style: none;
  zoom: 1;
  z-index: 109;
  margin: 0;
  padding:6px;
  text-align: left;
  border-top: 0;
}
.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; 
}

#navigation-row nav ul.sub-menu li:first-child{border-top: none;}
#navigation-row nav ul.sub-menu li:last-child{border-bottom: none;}


#navigation-row nav ul.sub-menu li a {
  padding: 10px 15px;
  -webkit-border-radius:  4px;
  -moz-border-radius:  4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  color: #b0d6ff;
  font-weight: 400;
  font-size: 20px;
  background: #373e4b;
  text-transform: lowercase;
  margin-bottom: 1px;
}

#navigation-row nav ul.sub-menu li:hover > a {
  text-decoration: none; 
  color: #fff; 
  background: #3356b9;
}

#navigation-row nav ul.sub-menu li.parent  {}

#navigation-row nav ul.sub-menu li.parent:hover  {}



p.data {
   background: none repeat scroll 0 0 #48afec;
    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 em,
p.data span{
  font-size: 28px;
  line-height: 28px;
  display: block;
  font-style: normal;
}




.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: #30406c;
  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: #30406c;
  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
}






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 =======================*/
#showcase-row {
  width: 100%;
}
body #camera-slideshow {
  padding-top: 0;
  padding-bottom: 0;
  margin-bottom: 0!important;
}
body .camera_target {}

body #showcase-row div.container {
  position: relative;
}

body .camera_wrap img {
  margin-left: 0!important;
  max-width: 100%;
}

div[class*='text-indent'] span {
  display: block;
  line-height: 1.0em;
  position: relative;
}
.text-indent1 .text1 {
  color: #b0d6ff;
  font-size: 68px;
  top: 90px;
  left: 682px;
  text-shadow: #b0d6ff 1px 1px 2px, #b0d6ff 0 0 4px;
  font-family: 'Damion', cursive;
}
.text-indent1 .text2 {
  color: #2ecf7a;
  font-size: 22px;
  top: 110px;
  left: 700px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.text-indent1 .text3 {
  color: #f5f5f5;
  font-size: 52px;
  top: 140px;
  left: 693px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}
.text-indent1 .text4 {
  color: #f5f5f5;
  font-size: 63px;
  top: 148px;
  left: 615px;
  font-family: 'Oswald', sans-serif;
  letter-spacing: 2px;
  font-weight: 700;
}


.text-indent2 .text1 {
  color: #2ecf7a;
  font-size: 22px;
  top: 150px;
  left: 750px;
  font-weight: bold;
  text-transform: uppercase;
  font-family: 'Roboto', sans-serif;
}
.text-indent2 .text2 {
  color: #f5f5f5;
  font-size: 80px;
  top: 165px;
  left: 650px;
  font-family: 'Oswald', sans-serif;
}
.text-indent2 .text3 {
  color: #b0d6ff;
  font-size: 36px;
  top: 200px;
  left: 650px;
  text-shadow: #b0d6ff 1px 1px 2px, #b0d6ff 0 0 4px;
  font-family: 'Damion', cursive;

}
.text-indent3 .text1 {
  color: #2ecf7a;
  font-size: 22px;
  top: 180px;
  left: 750px;
  font-weight: bold;
}
.text-indent3 .text2 {
  color: #f5f5f5;
  font-size: 80px;
  top: 200px;
  left: 750px;
}
.text-indent3 .text3 {
  color: #49311b;
  font-size: 60px;
  top: 0px;
  left: 650px;
  text-shadow: #49311b 1px 1px 2px, #49311b 0 0 4px;
  font-family: 'Damion', cursive;
}


.camera_caption {
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}
.caption {
  top: 0;
  left:0px;
  display: block;
  position: absolute;
  z-index: 1000;
  width: 100%;
  height: 100%;
}



.camera_pag {
  position: absolute;
  top: 0px;
  right: 20px;
  z-index: 102;
}
body .camera_wrap .camera_pag .camera_pag_ul li {
  height: 14px;
  width: 14px;
}
body .camera_wrap .camera_pag .camera_pag_ul li > span {
  background: url(../images/templ/page_bg.png) 0 0 no-repeat;
  width: 11px;
  height: 11px;
  display: block;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;    
}
.camera_pag li.cameracurrent > span,
.camera_pag li:hover > span {
  background: #fff!important;
}

/*======================= FEATURED =======================*/
#feature-row {
  position: relative;
}
#feature-row .container {}
/*======================= MAINTOP =======================*/

.wrapp {
  margin: 0 auto;
}


/*======================= CONTENT Home ================*//*================== CONTENT Home =======================*//*================= CONTENT Home ====================*/
/*======================= CONTENT Home ================*//*================== CONTENT Home =======================*//*================= CONTENT Home ====================*/

.home div.newsflash ul li {
  padding: 0;
  margin:0;
  list-style: none; 
}
.home div.newsflash ul li div {
  padding-bottom: 15px;
}
.home div.newsflash ul li p a {
  color: #41B8DF;
}
.home div.newsflash ul li p.data {
  display: table;
  margin-bottom: 20px;
  margin-top: 4px;
}

.box1 {
  background: #39505C;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  word-spacing: -1px;
  padding: 0 !important;
  margin-bottom: 30px;
}
.box1-inner {
  padding: 5px 22px 14px 21px;
}

.title-wrapepr {
  background: url(../images/fm/title-wrapepr.gif) bottom left repeat-x;
  margin-bottom: 26px;
}
.title-wrapepr h3 {
  background: url(../images/fm/title-wrapepr1.gif) bottom left no-repeat;
  color: #FFFFFF;
  font-size: 18px;
  line-height: 1.2em;
  padding: 11px 0 11px 0;
  text-transform: uppercase;
}
.box1-inner a.button, a.button {
  background: #30406c;
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  border-radius: 5px;
  color: #223138;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 13px;
  height: 29px;
  display: inline-block;
  line-height: 2.4em;
  border: none;
  margin-top: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.box1-inner a.button:hover, a.button:hover {
  background: #30406c;
  color: #fff;
  text-decoration: none;
  
}
.img-border {
  border: 4px solid #dadada;
  position: relative;
  z-index: 111;
  clear: both;
  display: block;
  margin-bottom: 2px;
  margin-right: 20px;
}


/*======================= CONTENT =======================*/
#content-row .container {
  padding-bottom: 0px;
  padding-top: 0px;
}

#content  {
  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;
}




a.readmore, a.btn.btn-info {
  border-top: 1px #484848 solid;
  background: #343434; /* Old browsers */
  background: -moz-linear-gradient(top,  #343434 0%, #000000 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#343434), color-stop(100%,#000000)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top,  #343434 0%,#000000 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top,  #343434 0%,#000000 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top,  #343434 0%,#000000 100%); /* IE10+ */
  background: linear-gradient(to bottom,  #343434 0%,#000000 100%); /* W3C */

  color: #898989;
  font-size: 12px;
  text-transform: uppercase;
  padding: 0 13px;
  height: 29px;
  display: inline-block;
  line-height: 2.4em;
  margin-top: 15px;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  font-weight: 700;
  -webkit-border-radius:  4px;
  -moz-border-radius:  4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;

}

a.readmore:hover, a.btn.btn-info:hover {
  background: #2e333f;
  color: #fff;
  text-decoration: none;
}
.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: 'Open Sans';
  line-height: 24px;
}
.slogan  h3 {
  font-size:30px;
  font-weight: 7000;
  color: #fff; 
  font-family: 'Open Sans';
  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;
}

.home .team .item-image {
  float: left;
}
.home .team img {
  border: 4px solid #dadada;
  position: relative;
  z-index: 111;
  clear: both;
  display: block;
  margin-bottom: 20px;
  margin-right: 20px;
  -webkit-border-radius:  4px;
  -moz-border-radius:  4px;
  -khtml-border-radius: 4px;
  border-radius: 4px;
  float: left;
}

.home .team strong {
  color: #8099dd;
  display: block;
}

/*===== 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: #ffffff;
}
#blogview {
  padding-right: 10px;
}

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


#isotopeContainer.items-row .item {
  overflow: hidden;
  background: #242424;
  margin-bottom: 0px;
  -webkit-border-radius:  5px ;
  -moz-border-radius:  5px ;
  -khtml-border-radius: 5px ;
  border-radius: 5px ;  
}
#isotopeContainer.items-row .item:hover {
  color: #fff;
  cursor: default;
  background: #30406c;
}
.items-row .item {
  overflow: hidden;
  background: none;
  margin-bottom: 0px;
}
.items-row .item:hover {
  color: #fff;
  cursor: default;
}
#gallery .items-row .item {
  margin-bottom: 20px;
}
.items-row .item p{
 padding:0 10px 0 20px;
}

.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 dashed #1f3364;
  padding-bottom: 20px;
  margin-bottom: 20px;
}

#blogview .items-row .item h5, #archive-items h5{
  background: none!important;
  border: none!important;
  color: #fff;
  -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: 20px;
  margin-bottom: 10px;
  margin-top: 0;
}


.items-row .item p a[class*="small"] img {
  display: inline-block;  
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
}
.items-row .item p a[class*="small"]:hover img {
  margin-top: -5px;
  padding-bottom: 5px;
}


/*===== Archive Page ======*/
.archive form fieldset.filters {
  padding-bottom: 30px;
}
#archive-items > div {
  padding-bottom: 30px;
}

div.archive div.alert-info {
  background: #344953;
}
.filter-search.alert {
  margin-top: 0
}

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

.blog div.items-row.row-fluid > div h2 > div {
  font-size: 20px;
}

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

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

div.blog img {
 float: left;
 margin-right: 25px;
}
.item-image img,
div.blog .img-intro-left img,
div.single-article  div.img-intro- img {
  border: 4px solid #dadada;
  max-width: 92%;
}

div.items-row.row-fluid > div.span6 {
  width: 48%;
  float: left;
  margin-left: 1%;
  margin-bottom: 10px;
  padding-bottom: 0;
  margin-bottom: 15px;
}


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: #66f3f5; 
}

div.items-row.row-fluid > div:hover h2 div a{
    color: #fff; 
    text-decoration: none;
  }

.blog div.items-row.row-fluid > div h2 div {
  border-bottom: 0;
  margin-bottom: 0;
}


.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 0px; display: table; }
.txt3 {
  padding-bottom: 10px;
  border-bottom: 1px #1f3364 solid;
  display: table;
  margin-bottom: 15px;
  margin-right: 20px;
}
a.small_facebook img {
  margin-right: 10px;
}


.fleft {}

/*===== 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: 1px; 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 #242424; text-transform: uppercase;
  -webkit-border-radius:  5px ;
  -moz-border-radius:  5px ;
  -khtml-border-radius: 5px ;
  border-radius: 5px ;

}
.accordion-heading .accordion-toggle:hover{ text-decoration: none; color: #fff; background: url(../images/accordion1_over.png) 10px 6px no-repeat #5a8cc1;}
.accordion-inner{ background: #000; border-top: none; padding: 10px 15px;
  -webkit-border-radius:  0 0 5px 5px ;
  -moz-border-radius:  0 0 5px 5px ;
  -khtml-border-radius: 0 0 5px 5px ;
  border-radius: 0 0 5px 5px ;
}

.search-results a {
  color: #30406c;
  font-size: 18px;
  font-family: 'Allerta', sans-serif; 
  line-height: 32px;
}

.phrases  {
  margin-bottom: 25px;
}
.only legend,
.phrases legend {
  color: #FFFFFF;
  line-height: 1em;
  font-size: 18px;
  text-decoration: none;
  margin-bottom: 26px;
  text-transform: uppercase;
  border-bottom: 1px #b4c9d3 dashed;
  padding-bottom: 8px;
  display: block;
  width: 100%;
}
.chzn-container .chzn-results li {
  color: #555
}

.badge {
  background: #30406c;
}

#header-row div.k2ItemsBlock {
  padding-top: 20px;
}
#header-row  div.k2ItemsBlock ul li div.moduleItemIntrotext strong {
  font-size: 14px;
  color: #fff;
  font-family: 'Arial';
  display: block;
  padding-top: 10px;
  padding-bottom: 4px;
}
#header-row  div.k2ItemsBlock ul li div.moduleItemIntrotext {
  float: left;
  padding-left: 10px;
  padding-right: 25px;
  color: #a6a6a6;
  font-size: 11px;
  line-height: 20px;
}
#header-row  div.k2ItemsBlock ul li div.moduleItemIntrotext a.moduleItemImage img {
  border:0;
}
#header-row  div.k2ItemsBlock ul li div.moduleItemIntrotext a {
  background: url(../images/templ/dj-button.png) 0 0 no-repeat;
  width: 85px;
  height: 20px;
  display: block;
  text-align: center;
  color: #909296;
  font-size: 11px;
  text-transform: uppercase;
  text-decoration: none;
  float: left;
  line-height: 20px;
  margin-top: 10px;
}
#header-row  div.k2ItemsBlock ul li div.moduleItemIntrotext a:hover {
  background-position: 0 -20px;
  color: #FFF;
}


div.wrapp div.k2ItemsBlock ul li {
  background: none;
  list-style: none;
  margin: 0;
  padding: 0;
}
li.even, li.odd {
  background: none;
  border:0;
  padding: 0;
}
.slice {
  margin-bottom: 15px;
  padding-left: 5px;
  padding-right: 5px;
}
.slice ul {
  text-align: left
}
.slice ul li {
  float: none;
  margin-right: 4px;
  list-style-type: none;
  display: inline-block;
}
.slice ul li a {
  display: block;
  background: #0b215e url('../images/templ/bg_slice_hover.jpg') 0 0 repeat;
  padding: 5px;
  color: #5a8cc1;
}
.slice ul li a:hover {
  display: block;
  background: #0b215e url('../images/templ/bg_slice.jpg') 0 0 repeat;
  text-decoration: none;
  color: #fff;
}
.slice ul li a strong {
  display: block;
  text-transform: uppercase;
  font-size: 18px;
  line-height: 30px;
  text-align: center;
  padding-top: 5px;
}

/*Plugin CSS*/
.str_wrap {
  overflow:hidden;
  //zoom:1;
  width:100%;
  font-size:12px;
  line-height:16px;
  position:relative;
  -moz-user-select: none;
  -khtml-user-select: none;
  user-select: none;  
  white-space:nowrap;
}

.str_wrap.str_active {}
.str_move { 
  white-space:nowrap;
  position:absolute; 
  top:0; 
  left:0;
  cursor:move;
}
.str_move_clone {
  display:inline-block;
  //display:inline;
  //zoom:1;
  vertical-align:top;
  position:absolute; 
  left:100%;
  top:0;
}
.str_vertical .str_move_clone {
  left:0;
  top:100%;
}
.str_down .str_move_clone {
  left:0;
  bottom:100%;
}
.str_vertical .str_move,
.str_down .str_move {
  white-space:normal;
  width:100%;
}
.str_static .str_move,
.no_drag .str_move,
.noStop .str_move{
  cursor:inherit;
}
.str_wrap img {
  max-width:none !important;  
}
/*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*/
/*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*//*======================= FOOTER =======================*/
#footer-row {
  background: #090A0A url(../images/fm/tail-footer-box.gif) top center repeat-x;
  padding-top: 80px;
  padding-bottom: 20px;
}
#menu_footer {
  text-align: right; 
}
#menu_footer li {
  float: none;
  display: inline;
  padding-left: 15px;
}
#menu_footer li > a{
  color: #e2eaec;
  font-size: 13px;
  font-family: 'Open Sans';
  text-decoration: none;
  text-transform: uppercase;
  display: inline;
  line-height: 70px;
  font-weight: 700;
}
#menu_footer li a:hover,
#menu_footer li.current > a{
  color: #30406c;
}

#footer-row h3 { 
  color: #FFFFFF;
  font-size: 18px;
  line-height: 24px;
  font-weight: normal;
  padding-bottom: 18px;
  margin-bottom: 0;
  font-family: 'Allerta', sans-serif; 
}

/* Copyright */
#copyright .nav {
  margin-bottom: 0;
}
#copyright {
  border-top: 1px #30406c dashed;
}
.copy {
  color: #899BA4;
  font-size: 12px;
  font-family: Arial;
  text-align: left;
  padding-bottom: 20px;
}

.copy p {
  padding-bottom: 0;
  margin-bottom: 0;
  line-height: 70px;
  padding-left: 0px;
  color: #898989;
}
.copy p a {  color: #21bfea;}
.copy p a:hover {  color: #fff;}


#footer-row .list_footer_menu > *{
  padding-left: 60px;
  border-left: 1px #5c7582 dashed;
}
.footer-list li {
  background: url(../images/fm/list_marker3.gif) 0 6px no-repeat;
  padding: 0 0 12px 17px;
}
.footer-list li a:hover{
  color: #30406c;
}
#copyright-row .socials {
  padding-top: 20px; 
}
#copyright-row .socials li {
  width: auto;
  line-height: 32px;
  margin-right: 2px;
}

span.separator {
  white-space: nowrap;
  display: block;
  font-family: Helvetica, Arial, sans-serif; 
  font-size: 18px;
  color: #fff;
  font-weight: 400;
}

/*======================= end footer =======================*/

.list-col li,
.items-more ol li,
.list li {
  padding: 0 0 6px 11px;
  background: url(../images/fm/list.gif) 0 7px no-repeat;
  list-style-type: none;
  color: #5a8cc1
}
.list-col li a:hover,
.items-more ol li a:hover,
.list li a:hover {
  color: #5a8cc1;
}

ul.list {
    padding-top: 5px
}

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

ul.list li {
  margin-bottom: 0px;
  background: url(../images/fm/list_marker1.png) 0 8px no-repeat;
  margin: 0 0 5px 0;
  padding: 5px 0 0 25px;
}

ul.list li a{
  display: block;
  color: #f4f4f4;
}

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

/* 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; 
}


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


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

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

#aside-left .moduletable ul.menu li {
  padding: 11px 0 7px 0;
}
#aside-left .moduletable ul.menu li + li{
  background: url(../images/templ/menu_separator.gif) top left repeat-x;
}

#aside-left .moduletable ul.menu li a {
  background: url(../images/templ/menu_marker.gif) 6px 6px no-repeat;
  padding: 0 0 0 25px;
  text-decoration: none;
  color: #5a8cc1;
  font-size: 18px;
  text-transform: uppercase;
  font-family: Helvetica, Arial, sans-serif; 

}
#aside-left .moduletable ul.menu li a:hover {
  color: #fff;
}
#aside-left .moduletable ul.menu ul {
  padding-top: 10px;
}
#aside-left .moduletable ul.menu ul li {
  background: none;
  padding-top: 5px;
  padding-bottom: 5px;
}
#aside-left .moduletable ul.menu ul li a {
  font-size: 14px;
  background: none;
  line-height: 18px;
}

#aside-right div.k2ItemsBlock ul li a.moduleItemImage ,
.moduletable.featured  div.k2ItemsBlock ul li a.moduleItemImage {
  float: left;
  padding-right: 15px;
}
#aside-right div.k2ItemsBlock ul li a.moduleItemImage img {
  max-width: 57px;  
}
#aside-right div.k2ItemsBlock ul li a.moduleItemImage img,
.moduletable.featured  div.k2ItemsBlock ul li a.moduleItemImage img {
  border:3px #dadada solid;
  margin-top: 6px;
}
div.wrapp div.k2ItemsBlock ul li {
  border-bottom:1px dashed #30406c;
  padding-bottom: 10px;
  margin-bottom: 15px;  
}


.moduletable.featured  div.k2ItemsBlock ul li div.moduleItemIntrotext {
  display: table;
  border:none;
  padding-bottom: 30px;
}
.moduletable.featured  div.k2ItemsBlock ul li div.moduleItemIntrotext  strong ,
#aside-right div.k2ItemsBlock ul li div.moduleItemIntrotext  strong {
  display: block;
  padding-bottom: 8px;
}
.moduletable.featured  div.k2ItemsBlock ul li div.moduleItemIntrotext p {
  font-size: 12px;
  color: #fff; 
  margin-bottom: 0;
  line-height: 20px;
}
#aside-right div.k2ItemsBlock ul li div.moduleItemIntrotext p {
  font-size: 11px;
  color: #8d8d8d; 
  margin-bottom: 0;
}

a.more {
  display: block;
  padding-left: 20px;
  text-decoration: none;
  color: #21bfea;
  background: url('../images/templ/link_marker.png') 0 50% no-repeat;
  line-height: 24px;
}
a.all_programs:hover, a.more:hover {
  color: #fff;
}
a.all_programs {
  display: block;
  text-decoration: none;
  color: #21bfea;
  text-align: right;
}

.moduletable.featured  a.all_programs {
  display: none;
}
.moduletable.featured  div.k2ItemsBlock ul li.lastItem {
  border:none!important;
}

h3 {
  border-bottom:1px dashed #30406c;
  padding-bottom: 10px;
  margin-bottom: 20px;
  padding-top: 10px;
}

.pb_small {
  padding-bottom: 10px;
}












#login-form #modlgn-username, #login-form #modlgn-passwd {
  width: 70%;
  background: #667789;
  border: none;
  font-family: Arial, Helvetica, sans-serif;
  color: #FFF;
  font-size: 12px;
  line-height: 16px;
  padding: 1px 8px;
  margin-bottom: 7px;
  border: 2px solid #8b9cad;
}


.input-append .add-on, .input-prepend .add-on {
  background: none;
  border:0;
}
.userdata ,
.archive-module,
.newsflash-horiztestimonials,
.login-greeting {
  padding-top: 10px;
  overflow: hidden;
  clear: both;
}
#form-login-remember label  {
  margin-bottom: 5px;
  line-height: 22px;
}


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

}

.bg-article {
  background: #282828;
  margin-bottom: 46px;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 11px 20px 17px 20px;
}
#content p a {
  text-decoration: underline;
}
#content p a:hover {
  text-decoration: none;
}

#content .bg-article h3 {
  border-bottom: 2px solid #737373;
  margin-bottom: 11px;
  text-transform: capitalize;
  line-height: 32px;
  font-size: 24px;
}
#content .bg-article ul.nav.menu li {
  background: url(../images/fm/accordion_marker.gif) 0 7px no-repeat;
  display: block;
  padding: 3px 0 1px 25px;
  color: #AFAFAF;
  text-decoration: none;
  font-size: 12px;
  line-height: 2em;
  font-weight: bold;
}
#content .bg-article ul.nav.menu li a {
  color: #AFAFAF
}
#content .bg-article ul.nav.menu li a:hover {
  color: #30406c
}

#content .bg-article ul.nav.menu li ul li {
  background: url(../images/fm/accordion_marker2.gif) 0 14px no-repeat;
  color: #ffffff;
  text-decoration: none;
}
#content .bg-article ul.nav.menu li.parent  {
  background: url(../images/fm/accordion_marker1.gif) 0 5px no-repeat;
  padding: 0 0 0 24px;
}
#content .bg-article ul.nav.menu li ul li a {
  color:#fff;
}

.price  tr:first-child > * {
  color:#fff;
  font-size: 14px;
  font-weight: 700;
  font-family: 'Open Sans', sans-serif;
  background: #1f3364;
  text-transform: uppercase;
  padding:5px 10px;
  border:1px #4c4c4c solid;

}

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

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

#aside-right h6 {
  border-color: #30406c;
}

.testimonials ul {
  list-style-type: none;
  margin-bottom: 25px;
  -webkit-border-radius:  0 5px 0 0;
  -moz-border-radius:  0 5px 0 0;
  -khtml-border-radius: 0 5px 0 0;
  border-radius: 0 5px 0 0;

}


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

.testimonials li.lastItem {
    background: none;
    font-style: italic;
    padding: 0 0 15px 0px;
}
.testimonials li.lastItem p {
  padding: 0
}
#content .testimonials li.lastItem a {
  float: right;
  margin-top: 0;
  text-decoration: none;
}

.testimonials .name {
    background: url("../images/fm/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;
    color: #66f3f5;
}


.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;
  padding-top: 20px;
}
.home #component {
  padding-top: 0px;
}

.home #component h1 {
  padding-bottom: 0px;
}
#component h1 {
  padding-bottom: 20px;
}

#filters a {
  background: #838383;
  border: none;
  color: #FFFFFF;
  font-size: 12px;
  font-family: Arial, Helvetica, sans-serif;
  display: block;
  -webkit-border-radius:  5px;
  -moz-border-radius:  5px;
  -khtml-border-radius: 5px;
  border-radius: 5px;
  padding: 8px 16px;
    transition: all 0.3s ease-out 0s;
}

#filters a:hover, #filters a.selected {
  background: #30406c;
  color: #fff;
  text-decoration: none;
}

.contact-misc a{
  color: #30406c
}


#vtemcarouselcarouselid145 li:hover > a {
 text-decoration: none!important
}

div.map img {
  max-width: 100%;
}
.contact-miscinfo dd {
  margin-left: 0;
}


/*         _____
__________/ tab1 \_________________________________________________________________________
--------------------------------------------------------------------------------------- */



/* Most common stuff you'll need to change */
.tab1{ margin:33px 0 28px 0;}
  .tab1 .coda-slider {
    background: #242424;
    
      -webkit-border-radius: 10px;
     -moz-border-radius: 10px;
     border-radius: 10px;   
  }
  
  /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
  .tab1 .coda-slider { height: 200px; }
  
  /* Change the width of the entire slider (without dynamic arrows) */
  .tab1 .coda-slider, .tab1 .coda-slider .panel { width: 719px } 
  
  
  /* Arrow styling */
  .tab1 .coda-nav-left a, .tab1 .coda-nav-right a { background: #000; color: #fff; padding: 5px; width: 100px }
  
  /* Tab nav */
  .tab1 .coda-nav ul li a.current { background:url(../images/fm/tab_button_act.gif) 0 0 repeat-x; color:#000000;}
  
  /* Panel padding */
  .tab1 .coda-slider .panel-wrapper { padding:20px 0 18px 20px;}
  
  /* Preloader */
  .tab1 .coda-slider p.loading { display:none; }

/* Don't change anything below here unless you know what you're doing */

  /* Tabbed nav */
  .tab1 .coda-nav ul { clear: both; display: block;overflow: hidden; width:670px !important; height:43px; margin:0 0 0 21px;}
  .tab1 .coda-nav ul li { display: inline }
  .tab1 .coda-nav ul li a {
    background:#c3c3c3 url(../images/fm/tab_button.gif) 0 0 repeat-x;
    color: #dbdbdb; 
    display: block; 
    float: left; 
    margin-right: 10px;
    height:43px;
    text-decoration: none ;
    font-size:18px;
    text-transform:uppercase;
    line-height:2.6em;
    padding:0 32px;
    
    -webkit-border-top-left-radius: 10px;
-webkit-border-top-right-radius: 10px;
-moz-border-radius-topleft: 10px;
-moz-border-radius-topright: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
  }
  
  /* Miscellaneous */
  .tab1 .coda-slider-wrapper { clear: both; overflow: auto }
  .tab1 .coda-slider { float: left; overflow: hidden; position: relative ; margin-bottom: 45px;}
  .tab1 .coda-slider .panel { display: block; float: left }
  .tab1 .coda-slider .panel-container { position: relative }
  .tab1 .coda-nav-left, .tab1 .coda-nav-right { display:none; }
  .tab1 .coda-nav-left a, .coda-nav-right a { display: block; text-align: center; text-decoration: none }
  
  
/*content-tab*/
.tab1 h4.title-tab{ color:#ffffff; font-size:24px; line-height:1.2em; text-transform:uppercase; padding-bottom:23px;}
.tab1 .panel-wrapper .title{ display:none;}

.tab1 .box-tab .col-1{ width:121px; margin-bottom: 10px;}
.tab1 .box-tab .col-2{ width:121px; margin-left:19px; margin-bottom: 10px;}
.tab1 .box-tab a{ text-decoration:none;}
.tab1 .img-top{ margin-top:20px;}
.tab1 .box-tab a .img-text{
  background:#000000;
  display:block;
  padding:7px 5px 7px 11px;
  color:#ffffff;
  font-size:11px;
  line-height:1.2em;
  
  -webkit-border-bottom-right-radius: 4px;
  -webkit-border-bottom-left-radius: 4px;
  -moz-border-radius-bottomright: 4px;
  -moz-border-radius-bottomleft: 4px;
  border-bottom-right-radius: 4px;
  border-bottom-left-radius: 4px;
}
.tab1 .box-tab a:hover img{ filter:progid:DXImageTransform.Microsoft.Alpha(opacity=70);
  -moz-opacity: 0.5;
  -khtml-opacity: 0.5;
  opacity: 0.5;}

.tab1 .img-text b{ font-weight:normal; color:#66f3f5; display:block;}
/**/

/*         _____
__________/ tab2 \_________________________________________________________________________
--------------------------------------------------------------------------------------- */



/* Most common stuff you'll need to change */
.tab2{ margin:0 0 0 0; position:relative;}
  .tab2 .coda-slider {
  }
  
  /* Use this to keep the slider content contained in a box even when JavaScript is disabled */
  .tab2 .coda-slider { height: 200px; }
  
  /* Change the width of the entire slider (without dynamic arrows) */
  .tab2 .coda-slider, .tab2 .coda-slider .panel { width: 719px } 
  
  
  /* Arrow styling */
  .tab2 .coda-nav-left a, .tab2 .coda-nav-right a {}
  
  /* Tab nav */
  .tab2 .coda-nav ul li a.current { background:url(../images/fm/tab_button_act.gif) 0 0 repeat-x; color:#000000;}
  
  /* Panel padding */
  .tab2 .coda-slider .panel-wrapper { padding:20px 0 18px 20px;}
  
  /* Preloader */
  .tab2 .coda-slider p.loading { display:none; }

/* Don't change anything below here unless you know what you're doing */

  /* Tabbed nav */
  .tab2 .coda-nav ul { display:none;}
  
  /* Miscellaneous */
  .tab2 .coda-slider-wrapper { clear: both; overflow: auto }
  .tab2 .coda-slider { float: left; overflow: hidden; position: relative }
  .tab2 .coda-slider .panel { display: block; float: left }
  .tab2 .coda-slider .panel-container { position: relative }
  .tab2 .coda-nav-left a, .tab2 .coda-nav-right a{
    display:block;
    width:9px;
    height:15px;
    text-decoration: none; font-size:0; line-height:0;
  }
  .tab2 .coda-nav-left a {background:url(../images/fm/coda-nav-left.png) 0 0 no-repeat;}
  .tab2 .coda-nav-right a { background:url(../images/fm/coda-nav-right.png) 0 0 no-repeat;}
  .tab2 .coda-nav-right{ top:-20px; left:684px; position:absolute; z-index:999;}
  .tab2 .coda-nav-left { top:-20px; left:647px; position:absolute; z-index:999;}
  .tab2 .coda-nav-left a:hover,
  .tab2 .coda-nav-right a:hover{ background-position:0 -15px;}
  
  
/*content-tab*/
.tab2 h4.title-tab{ color:#ffffff; font-size:24px; line-height:1.2em; text-transform:uppercase; padding-bottom:23px;}
.tab2 .panel-wrapper .title{ display:none;}

.tab2 .box-tab .col-1{ width:305px; color:#FFF;}
.tab2 .box-tab .col-2{ width:305px; margin-left:50px; color:#FFF;}

.tab2-title{ color:#b6b6b6; font-size:24px; line-height:1.2em; margin:26px 0 0 24px;}
.tab2-title span{ color:#ffffff;}

.img-indent2{
  border:4px solid #dadada;
  
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  
  float:left;
  margin:0 19px 0 0;
}
.link1{ color:#8099dd;}
/**/


.img_caption{ display:none;}


/*----- media queries

WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW
WWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWWW

media queries ------*/


@media (min-width: 1200px) {

  #main {
    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; }

  #navigation-row nav ul.sf-menu > li > a {
    padding-left: 50px;
    padding-right: 50px;
  }

}


@media (max-width: 1199px) {

  #main {
    width: 970px;
  }
  .text-indent1 .text1 {
    top: 100px;
    left: 500px;
  }
  .text-indent1 .text2 {
    top: 100px;
    left: 500px;
  }
  .text-indent1 .text3 {
    top: 100px;
    left: 500px;
    font-size: 40px;
  }
  .text-indent1 .text4 {
    top: 100px;
    left: 500px;
    font-size: 40px;
  }

  .text-indent2 .text1 {
    top: 100px;
    left: 500px;
  }
  .text-indent2 .text2 {
    top: 100px;
    left: 500px;
    font-size: 40px;
  }
  .text-indent2 .text3 {
    top: 100px;
    left: 500px;
  }


  .text-indent3 .text1 {
    top: 100px;
    left: 500px;
  }
  .text-indent3 .text2 {
    top: 100px;
    left: 500px;
    font-size: 50px;
  }
  .text-indent3 .text3 {
    top: 100px;
    left: 500px;
  }
  #header-row div.k2ItemsBlock {
    padding-top: 15px;
  }
  div.blog .img-intro-left  {
    max-width: 36%
  }
  div.blog .img-intro-left img {
  max-width: 80%; 
  }





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

  #main {
    width: 780px;
  }
  #header-row header {
    min-height: 100px;
  }
  #header-row div.k2ItemsBlock {
    padding-top: 5px;
  }
  #navigation-row nav ul.sf-menu > li > a {
    padding:0 25px; 
  }
  .text-indent1 .text1 {
    top: 50px;
    left: 350px;
  }
  .text-indent1 .text2 {
    top: 50px;
    left: 350px;
  }
  .text-indent1 .text3 {
    top: 50px;
    left: 350px;
    font-size: 40px;
  }
  .text-indent1 .text4 {
    top: 50px;
    left: 350px;
    font-size: 40px;
  }

  .text-indent2 .text1 {
    top: 50px;
    left: 350px;
  }
  .text-indent2 .text2 {
    top: 50px;
    left: 350px;
    font-size: 40px;
  }
  .text-indent2 .text3 {
    top: 50px;
    left: 350px;
  }


  .text-indent3 .text1 {
    top: 50px;
    left: 350px;
  }
  .text-indent3 .text2 {
    top: 50px;
    left: 350px;
    font-size: 50px;
  }
  .text-indent3 .text3 {
    top: 50px;
    left: 350px;
  }





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


}
@media (max-width: 767px) {
  #main {
    width: 480px;
  }
  .container {
      width: 450px;
  }

  div#logo {
    width: 90%;
  }
  #header-row .k2ItemsBlock ul {
    float: none;
    width: 100%;
  }
  #header-row div.k2ItemsBlock ul li div.moduleItemIntrotext,
  #header-row .k2ItemsBlock ul li a.moduleItemImage {
    float: none;
    padding-left: 0;
    padding-right: 0;
  }
  #header-row .k2ItemsBlock ul li {
    width: 48%;
    padding-left:2%!important;
    padding-top: 15px!important;
    padding-bottom: 15px!important;
    text-align: center; 
  }
  #header-row div.k2ItemsBlock ul li div.moduleItemIntrotext a {
    float: none;
    margin: 10px auto;
  }

  div[class*=item-num] {
    overflow: hidden;
    margin-bottom: 10px;
  }
  .copy p {
    font-size: 12px;
    text-align: center;
    line-height: 24px;
  }


  .text-indent1 .text1 {
    top: 20px;
    left: 180px;
    font-size: 32px;
  }
  .text-indent1 .text2 {
    top: 20px;
    left: 180px;
  }
  .text-indent1 .text3 {
    top: 20px;
    left: 180px;
    font-size: 20px;
  }
  .text-indent1 .text4 {
    top: 20px;
    left: 180px;
    font-size: 20px;
  }

  .text-indent2 .text1 {
    top: 20px;
    left: 180px;
  }
  .text-indent2 .text2 {
    top: 20px;
    left: 180px;
    font-size: 20px;
  }
  .text-indent2 .text3 {
    top: 20px;
    left: 180px;
  }


  .text-indent3 .text1 {
    top: 20px;
    left: 180px;
  }
  .text-indent3 .text2 {
    top: 20px;
    left: 180px;
    font-size: 30px;
  }
  .text-indent3 .text3 {
    top: 20px;
    left: 180px;
    font-size: 30px;
  }
  #navigation-row nav {
    padding: 10px;
  }
  body #camera-slideshow {
    height: 172px!important;
  }
  .moduletable.featured div.k2ItemsBlock ul li div.moduleItemIntrotext {
    padding-bottom: 10px;
  }
  #copyright {
    padding-top: 20px;
    padding-bottom: 20px;
  }
  .copy {
    padding-bottom: 0;
  }
  p.pull-left.right_20  {
    max-width: 40%
  }
  p.pull-left.right_20 img {
    max-width: 80%
  }
  h1 {
    font-size: 26px;
  }
  h2 > div {
    font-size: 22px;
  }
  span.separator {
    display: none;
  }
  .blog div.items-row.row-fluid > div h2 > div {
    font-size: 14px;
    margin-bottom: 0;
  }
  .blog div.items-row.row-fluid > div h2 {
    margin-bottom: 0;
  }
  div.blog .img-intro-left {
    float: none;
    max-width: 100%;
  }
  div.blog .img-intro-left + div {
    clear: both;
  }
  div.items-row.row-fluid > div.span6 {
    padding-bottom: 20px;
  }
  #blogview div.blogview-item-image {
    max-width: 30%;
  }



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

@media (max-width: 481px) {

  #main {
    width: 320px;
  }
  .container {
    width: 300px;
  }
  body .camera_wrap img {
    height: 172px!important;
    width: auto!important;
    right: -32%;
  }

  .text-indent1 .text1 {
    top: 20px;
    left: 120px;
    font-size: 18px;
  }
  .text-indent1 .text2 {
    top: 20px;
    left: 120px;
    font-size: 18px;
  }
  .text-indent1 .text3 {
    top: 20px;
    left: 120px;
    font-size: 16px;
  }
  .text-indent1 .text4 {
    top: 20px;
    left: 180px;
    font-size: 16px;
  }

  .text-indent2 .text1 {
    top: 30px;
    left: 120px;
    font-size: 18px;
  }
  .text-indent2 .text2 {
    top: 30px;
    left: 180px;
    font-size: 16px;
  }
  .text-indent2 .text3 {
    top: 30px;
    left: 120px;
    font-size: 18px;
  }


  .text-indent3 .text1 {
    top: 30px;
    left: 120px;
    font-size: 18px;
  }
  .text-indent3 .text2 {
    top: 30px;
    left: 120px;
    font-size: 20px;
  }
  .text-indent3 .text3 {
    top: 30px;
    left: 120px;
    font-size: 20px;
  }



}

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

@media (max-width: 320px) {
  .container {
      width: 300px;
  }
  body {
    overflow-x:scroll ;
    width: 320px;
  }



} 









