/*
Theme Name: Voxis
Theme URI: http://themeforest.net/user/FinalDestiny
Version: 1.0
Description: Responsive Magazine / News theme
Author: Cristi Macovei
Author URI: http://themeforest.net/user/FinalDestiny
Created Date:07/05/2013
License: Themeforest
License URI: http://www.gnu.org/licenses/gpl-3.0.html
All files, unless otherwise stated, are released under the GNU General Public License
Tags: two-columns,threaded-comments, translation-ready, right-sidebar, left-sidebar, full-width-template, theme-options, custom-menu, custom-colors
*/

a, a:hover {
  color: #080c2b;
}
iframe {
  max-width: 100%;
}
a:hover {
  text-decoration: none;
  text-transform: none;
  color: #b40003;
}
#main img:hover {
  /*opacity: 0.5; RICKY L - 20130730*/ 
  -webkit-transition: all .5s ease-in-out;
  -moz-transition: all .5s ease-in-out;
  -o-transition: all .5s ease-in-out;
  -ms-transition: all .5s ease-in-out;
  transition: all .5s ease-in-out;
}
:focus {
  outline: none !important;
}
::-moz-selection {
    background: #f6ebbe;
    opacity: 0.6;
}
::selection {
  background: #f6ebbe;
    opacity: 0.6;
}
.logo{
	display: block;
}

.home .logo{
	display:none;
}
.container {
  padding: 0 20px;
  background-color: white;
}
body {
  /* background-image: url('img/main-bg.jpg'); */
  background: #192c54 url('img/mainbg2.jpg') no-repeat fixed top center;
  font-family: "Open Sans", Arial;
  font-size: 12px;
  -webkit-transition: all 1s ease-in-out;
  -moz-transition: all 1s ease-in-out;
  -o-transition: all 1s ease-in-out;
  -ms-transition: all 1s ease-in-out;
  transition: all 1s ease-in-out;
}




ul {
  list-style: none;
  margin: 0;
  padding: 0;
}
figure {
  margin: 0;
}
code {
  max-width: 100%;
}
.clear {
  clear: both;
}
.no-margin {
  margin-left: 0;
}
.highlight {
  background-color: #9bd4c2;
  padding: 0 2px;
}
.red-text {
  color: #b40003;
  font-weight: bold;
}
.custom-ordered-list {
  width: 100%;
  display: inline-block;
  list-style: none;
  margin: 0;
}
.custom-ordered-list li {
  width: 100%;
  float: left;
  margin: 5px 0;
}
.custom-ordered-list li .number-style {
  -webkit-border-radius: 15px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 15px;
  -moz-background-clip: padding;
  border-radius: 15px;
  background-clip: padding-box;
  border: solid 1px #d3d2d2;
  width: 25px;
  height: 23px;
  padding-top: 2px;
  font-size: 13px;
  color: #bfbfbf;
  float: left;
  margin-right: 10px;
  text-align: center;
}
.custom-ordered-list li .text {
  color: #656565;
  display: block;
  margin-left: 35px;
}
.check-list {
  list-style-image: url('img/check-list.png');
  margin: 5px 20px 10px;
}
.plus-list {
  list-style-image: url('img/plus-list.png');
  margin: 5px 20px 10px;
}
.star-list {
  list-style-image: url('img/star-list.png');
  margin: 5px 20px 10px;
}
.alert {
  padding: 0;
  color: white;
  text-shadow: 1px 1px 4px black;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.alert .inner-alert {
  padding: 8px 35px 8px 14px;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
}
.alert .alert-title {
  font-family: Abel, Arial;
  font-size: 15px;
  text-transform: uppercase;
}
.alert.alert-error {
  background-color: #ff0000;
  border-color: #b63938;
}
.alert.alert-error .inner-alert {
  border-top: solid 1px #ff8080;
}
.alert.alert-success {
  background-color: #aac65f;
  border-color: #96ae54;
}
.alert.alert-success .inner-alert {
  border-top: solid 1px #c5de84;
}
.alert.alert-info {
  background-color: #648390;
  border-color: #394c54;
}
.alert.alert-info .inner-alert {
  border-top: solid 1px #85b1c3;
}
blockquote {
  font-style: italic;
  color: #929292;
  font-size: 18px;
  font-family: "Droid Serif", Arial;
  background-image: url('img/quote.png');
  background-position: 5px top;
  background-repeat: no-repeat;
  border-color: #e0e0e0;
  padding: 5px 0px 10px 35px;
}
.btn, .btn:hover {
  text-transform: uppercase;
}
.btn.btn-custom {
  font-family: Abel, Arial;
  font-size: 17px;
  -webkit-border-radius: 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px;
  -moz-background-clip: padding;
  border-radius: 3px;
  background-clip: padding-box;
  border: none;
  text-shadow: none;
  color: white;
  margin: 0 3px 5px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.btn.btn-medium {
  font-size: 14px;
  padding: 10px 25px;
}
.btn.btn-custom-small {
  font-size: 12px;
  padding: 5px 15px;
}
.btn.btn-custom-large {
  font-size: 14px;
  padding: 15px 35px;
}
.btn.btn-large-text {
  font-size: 17px;
}
.btn.btn-icon {
  padding-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 25px;
  font-size: 13px;
}
.btn.btn-icon .inner-button {
  padding: 13px 15px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 25px;
  -webkit-border-radius: 3px 0 0 3px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 3px 0 0 3px;
  -moz-background-clip: padding;
  border-radius: 3px 0 0 3px;
  background-clip: padding-box;
}
.btn:hover {
  -webkit-opacity: 0.7;
  -moz-opacity: 0.7;
  opacity: 0.7;
}
.btn.btn-red {
  background-color: #b40003;
  background-image: none;
}
.btn.btn-red .inner-button {
  background-color: #b02c2a;
}
.btn.btn-teal {
  background-color: #4ac7b7;
  background-image: none;
}
.btn.btn-teal .inner-button {
  background-color: #3fa699;
}
.btn.btn-black {
  background-color: #505050;
  background-image: none;
}
.btn.btn-black .inner-button {
  background-color: #292929;
}
.btn.btn-blue {
  background-color: #2fcce3;
  background-image: none;
}
.btn.btn-blue .inner-button {
  background-color: #27acc0;
}
.btn.btn-yellow {
  background-color: #eab820;
  background-image: none;
}
.btn.btn-yellow .inner-button {
  background-color: #d3a51a;
}
.inner-divider {
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  border-top: solid 1px #d3d2d2;
}
.normal-divider {
  height: 1px;
  width: 100%;
  display: inline-block;
  margin: 10px 0;
  border-top: double 3px #d3d2d2;
}
.social-links ul {
  margin: 0;
  padding: 0;
  float: right;
}
.social-links ul li {
  float: left;
}
.social-links ul li a {
  padding: 10px 10px;
  display: inline-block;
  background-image: url('img/social-links.png');
  background-repeat: no-repeat;
  height: 14px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  text-indent: -9999px;
}
.social-links ul li a:hover {
  background-color: #b40003;
}
.social-links ul li a.facebook {
  background-position: 10px 10px;
  width: 7px;
}
.social-links ul li a.twitter {
  width: 16px;
  background-position: -13px 10px;
}
.social-links ul li a.pinterest {
  width: 11px;
  background-position: -42px 10px;
}
.social-links ul li a.googleplus {
  width: 17px;
  background-position: -66px 10px;
}
.social-links ul li a.youtube {
  width: 11px;
  background-position: -95px 10px;
}
.tab-wrapper {
  margin-bottom: 10px;
}
.tab-wrapper .tabs-left .inside-tab {
  padding: 10px 10px;
  border: solid 1px #d3d2d2;
}
.tab-wrapper .tabs-left .tab-content .inside-tab {
  min-height: 100px;
}
.tab-wrapper .tabs-left .nav-tabs {
  margin-right: -1px;
  padding-bottom: 19px;
}
.tab-wrapper .tabs-left .nav-tabs li {
  margin-bottom: 0px;
}
.tab-wrapper .tabs-left .nav-tabs li a {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 0;
  font-family: Abel, Arial;
  font-size: 14px;
  color: #b0b0b0;
  border-left: solid 1px #d3d2d2;
  border-bottom: solid 1px #d3d2d2;
  border-top: none;
  border-right: solid 1px #d3d2d2;
  margin-bottom: 0;
  background-color: #f9f9f9;
}
.tab-wrapper .tabs-left .nav-tabs li a .inner-tab {
  padding: 5px 20px;
  border-bottom: solid 3px #d3d2d2;
}
.tab-wrapper .tabs-left .nav-tabs li.first-child a {
  border-top: solid 1px #d3d2d2;
}
.tab-wrapper .tabs-left .nav-tabs li.active a {
  border-right-color: white;
  background-color: white;
  color: #505050;
  border-top: none;
}
.tab-wrapper .tabs-left .nav-tabs li.active a .inner-tab {
  border-bottom: solid 3px white;
}
.tab-wrapper .tabs-left .nav-tabs li.active.first-child {
  border-top: solid 1px #d3d2d2;
}
.tab-wrapper .tabs-top .inside-tab {
  padding: 10px 10px;
  border: solid 1px #d3d2d2;
}
.tab-wrapper .tabs-top .nav-tabs {
  margin-bottom: 0;
  border-color: #d3d2d2;
  border-bottom: none;
}
.tab-wrapper .tabs-top .nav-tabs li a {
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  padding: 0px;
  background-color: #f9f9f9;
  margin-right: 0;
  border-right: solid 1px #d3d2d2;
  border-top: solid 1px #d3d2d2;
  border-left: none;
  font-family: Abel, Arial;
  font-size: 14px;
  color: #b0b0b0;
}
.tab-wrapper .tabs-top .nav-tabs li a .inner-tab {
  padding: 5px 20px;
  border-bottom: solid 3px #d3d2d2;
}
.tab-wrapper .tabs-top .nav-tabs li.first-child a {
  border-left: solid 1px #d3d2d2;
}
.tab-wrapper .tabs-top .nav-tabs li.active a {
  border-bottom-color: white;
  background-color: white;
  color: #505050;
  border-left: none;
}
.tab-wrapper .tabs-top .nav-tabs li.active a .inner-tab {
  border-bottom: solid 3px white;
}
.tab-wrapper .tabs-top .nav-tabs li.active.first-child {
  border-left: solid 1px #d3d2d2;
}
.toggle-box {
  display: inline-block;
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
  width: 97%;
}
.toggle-box .inner-border {
  border: solid 1px #d3d2d2;
  padding: 5px 10px;
}
.toggle-box .title-toggle {
  width: 100%;
  display: inline-block;
}
.toggle-box h3 {
  font-family: Abel, Arial;
  color: #505050;
  font-size: 18px;
  font-weight: normal;
  display: inline-block;
  line-height: 19px;
}
.toggle-box .close-box {
  width: 19px;
  height: 19px;
  background: none;
  border: none;
  float: right;
  cursor: pointer;
  text-indent: -9999px;
  background-position: center center;
  background-repeat: no-repeat;
  text-transform: capitalize;
  margin-top: 10px;
}
.toggle-box .content-toggle {
  display: inline-block;
  width: 100%;
  color: #b0b0b0;
}
.toggle-box.closed .close-box {
  background-image: url('img/open-box.png');
}
.toggle-box.closed .content-toggle {
  display: none;
}
.toggle-box.open .close-box {
  background-image: url('img/close-box.png');
}
ul.slides li {
  display: none;
}
.slide-box {
  display: inline-block;
  float: none;
  margin-left: 0;
  margin-bottom: 10px;
  width: 97%;
}
.slide-box .inner-border {
  border: solid 1px #d3d2d2;
  padding: 10px 10px 20px;
  color: #b0b0b0;
  display: inline-block;
  position: relative;
  width: 100%;
}
.slide-box .flex-direction-nav {
  position: absolute;
  bottom: 5px;
  right: 30px;
}
.slide-box .flex-direction-nav li {
  float: left;
  width: 20px;
}
.slide-box .flex-direction-nav li a {
  position: relative;
  float: left;
}
.slide-box .flex-direction-nav .flex-prev {
  background-image: url('img/flex-next.png');
  width: 20px;
  height: 19px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  left: 0;
}
.slide-box .flex-direction-nav .flex-next {
  background-image: url('img/flex-prev.png');
  width: 20px;
  height: 19px;
  -webkit-opacity: 1;
  -moz-opacity: 1;
  opacity: 1;
  right: -22px;
}
.slide-box ul {
  float: left;
}
.slide-box ul li {
  width: 100%;
  float: left;
}
.slide-box h3 {
  font-family: Abel, Arial;
  color: #505050;
  font-size: 14px;
  font-weight: normal;
  line-height: 15px;
}
header .menu-line {
  margin-right: -20px;
  padding-right: 20px;
  background-color: #080b2a;
  border-bottom: solid 1px #414141;
  position: relative;
}
header .menu-line nav ul {
  padding: 0;
  margin: 0;
}
header .menu-line nav ul li {
  float: left;
}
header .menu-line nav ul li a {
  color: #ababab;
  padding: 5px 10px;
  display: inline-block;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
}
header .menu-line nav ul li a:hover {
  color: #b40003;
  text-decoration: none;
}
header .menu-line nav ul li.active a {
  color: #b40003;
}
header .menu-line .social-links ul {
  margin: 0;
  padding: 0;
}
header .menu-line .social-links ul li {
  float: left;
}
header .menu-line .social-links ul li a {
  padding: 10px 10px;
  display: inline-block;
  background-image: url('img/social-links.png');
  background-repeat: no-repeat;
  height: 14px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  text-indent: -9999px;
}
header .menu-line .social-links ul li a:hover {
  background-color: #b60004;
}
header .menu-line .social-links ul li a.facebook {
  background-position: 10px 10px;
  width: 7px;
}
header .menu-line .social-links ul li a.twitter {
  width: 16px;
  background-position: -13px 10px;
}
header .menu-line .social-links ul li a.pinterest {
  width: 11px;
  background-position: -44px 10px;
}
header .menu-line .social-links ul li a.googleplus {
  width: 17px;
  background-position: -66px 10px;
}
header .menu-line .social-links ul li a.youtube {
  width: 11px;
  background-position: -95px 10px;
}

header .menu-line .social-links ul li a.email2 {
  width: 10px;
  background-position: -118px 10px;
}

header .menu-line .search-form {
  margin-right: -20px;
  position: absolute;
  top: 0;
  right: 20px;
}
header .menu-line .search-form form {
  border: solid 3px #b70004;
  display: inline-block;
  margin-bottom: -6px;
  width: 100%;
  margin-left: -6px;
}
header .menu-line .search-form form input {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 0;
}
header .menu-line .search-form form input[type='text'] {
  width: 72%;
  padding: 5px 4%;
  float: left;
  background-color: #962928;
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .menu-line .search-form form input[type='text']::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .menu-line .search-form form input[type='text']:-moz-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .menu-line .search-form form input[type='text']::-moz-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .menu-line .search-form form input[type='text']:-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .menu-line .search-form form input[type='submit'] {
  text-transform: capitalize;
  text-indent: -9999px;
  width: 20%;
  height: 30px;
  padding: 0;
  float: left;
  background-color: #79201f;
  background-image: url('img/search-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
}
header .menu-line .search-form form input:active, header .menu-line .search-form form input:focus {
  box-shadow: none;
}
header .breaking-news {
  background-color: #1b1e3b;
  border-bottom: solid 5px #b70005;
  margin-right: -20px;
  padding-right: 20px;
}
header .breaking-news .title {
  background-color: #b50104;
  margin-top: -1px;
  text-align: center;
}
header .breaking-news .title span {
  padding: 9px 10px;
  color: #ffe2e2;
  font-size: 14px;
  display: inline-block;
  font-family: Abel, Arial;
  text-transform: uppercase;
}
header .breaking-news .header-news {
  color: white;
  font-size: 11px;
}
header .breaking-news .header-news li {
  margin: 5px 0 0 0;
}
/* Ticker Styling */
.ticker {
  width: 100%;
  height: 35px;
  line-height: 35px;
  display: block;
  position: relative;
  overflow: hidden;
  margin-top: 1px;
  margin-left: -25px;
}
.ticker-title {
  display: none;
}
.ticker-content {
  margin: 0px;
  padding-top: 10px;
  position: absolute;
  height: 15px;
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2em;
}
.ticker-content:focus {
  none;
}
.ticker-content a {
  color: #FFF;
  text-decoration: none;  
}
.ticker-content a:hover {
  text-decoration: underline; 
}
.ticker-swipe {
  padding-top: 8px;
  position: absolute;
  top: 0px;
  background-color: #1b1e3b;
  display: block;
  width: 100%;
  height: 23px; 
}
.ticker-swipe span {
  margin-left: 1px;
  background-color: #b40003;
  border-bottom: 1px solid #1F527B;
  height: 12px;
  width: 7px;
  display: block;
}
.ticker-controls {
  padding: 8px 0px 0px 0px;
  list-style-type: none;
  float: left;
}
.ticker-controls li {
  padding: 0px;
  margin-left: 5px;
  float: left;
  cursor: pointer;
  height: 16px;
  width: 16px;
  display: block;
}
.js-hidden {
  display: none;
}
.no-js-news {
  padding: 10px 0px 0px 45px; 
  color: #F8F0DB;
}
.left .ticker-swipe {
  /*left: 80px;*/
}
.left .ticker-controls, .left .ticker-content, .left .ticker-title, .left .ticker {
    float: left;
}
.left .ticker-controls {
    display: none !important;
}
.right .ticker-swipe {
  /*right: 80px;*/
}
.right .ticker-controls, .right .ticker-content, .right .ticker-title, .right .ticker {
    float: right;
}
.right .ticker-controls {
    padding-right: 6px;
}
header .logo-line {
  padding: 5px 0;
}
header .logo-line .logo a {
  margin-top: 0px;
  display: inline-block;
}
header .top-advertising img {
  width: 728px;
  height: 90px;
  float: right;
  margin-right: 2px;
}
.ads img:hover {
  opacity: 1 !important;
}
.middle-advertising img:hover, .top-advertising img:hover {
  opacity: 1 !important;
}
.middle-advertising {
  text-align: center;
}
.single .middle-advertising, .page .middle-advertising {
  margin-top: 20px;
}
.home .middle-advertising {
  margin-bottom: 10px;
}
.search .middle-advertising, .author .middle-advertising, .tag .middle-advertising {
  position: relative;
  top: 2px;
}
header .main-nav nav ul {
  padding: 0;
  margin: 0;
  width: 99.7%;
  display: inline-block;
  position: relative;
  border: solid 1px #d3d2d2;
  background-color: #080c2b;
  border-bottom: solid 4px #e3e3e3;
}
header .main-nav nav ul:after {
  content: "";
  clear: both;
  display: block;
}
header .main-nav nav > ul {
  height: 34px;
}
header .main-nav nav ul li {
  border-bottom: solid 1px #d3d2d2;
  /* width: 11.11%; */
	width: 12.49%;
  float: left;
  text-align: center;
  position: relative;
}
header .main-nav nav ul li a {
  border-left: none;
}
header .main-nav nav > ul > li > a {
  border-right: solid 1px #d3d2d2;
}
header .main-nav nav ul li a {
   /* font-family: Oswald, "Open Sans", Arial; */
	font-family: Abel, Arial;
  font-size: 100%;
  color: #fff;
  display: inline-block;
  width: 100%;
  /* padding: 5px 0 9px; */
	padding: 7px 0;
  text-decoration: none;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all .2s ease-in-out;
  -moz-transition: all .2s ease-in-out;
  -o-transition: all .2s ease-in-out;
  -ms-transition: all .2s ease-in-out;
  transition: all .2s ease-in-out;
 
}
header .main-nav nav > ul > li:hover > a {
  border-bottom: solid 4px #610002;
}
header .main-nav nav ul li a:hover {
 	color: #fff;
	background-color: #b40003;
}
header .main-nav nav ul li:last-child .inner {
  border-right: none;
}
header .main-nav nav ul ul {
  display: none;
  position: absolute;
  top: 100%;
  padding: 0;
  z-index: 1000;
  width: auto;
  background-color: #f9f9f9;
}

header .main-nav nav ul ul li {
  float: none;
  position: relative;
  width: auto;
  text-align: left;
  padding: 0 10px;
  margin-top: -1px;
}

header .main-nav nav ul ul li:hover{
	color: #fff;
	background-color: #b40003;
}

header .main-nav nav ul ul li a{
	font-size: 15px;
	color: #080c2b;
}

header .main-nav nav ul ul li a:hover{
	color: #fff;
	background: none;
}

header .main-nav nav ul ul ul {
  position: absolute;
  left: 100%;
  top: 0%;
}

header .main-nav nav ul li:hover > ul {
  display: block;
}
.slider .inner {
  float: left;
  width: 100%;
  position: relative;
  margin-top: 5px;
}
.slider .single-slide {
  position: relative;
}
.slider .single-slide figure img {
  width: 100%;
  height: auto;
}
.slider .single-slide .slider-caption {
  position: absolute;
  top: 50px;
  left: 0;
}
.slider .single-slide .slider-caption .no-margin {
  margin-left: 0;
}
.slider .single-slide .slider-caption .title {
  font-size: 24px;
  font-family: Abel;
  color: white;
  background-image: url('img/transparent-black.png');
  padding: 10px 15px;
  margin-bottom: 5px;
  display: inline-block;
}
.slider .single-slide .slider-caption .title a {
  color: #FFF;
}
.slider .single-slide .slider-caption .description {
  font-size: 12px;
  color: #e5e5e5;
  background-image: url('img/transparent-black.png');
  padding: 10px 15px;
  margin-left: 0;
  float: left;
  clear: left;
}
.slider .slider-navigation {
  background-image: url('img/transparent-black.png');
  /* display: inline-block; */
  display: none;
  position: absolute;
  bottom: 0;
  left: 0;
}
.slider .slider-navigation .navigation-item {
  width: 20%;
  float: left;
  border-top: solid 4px #545454;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider .slider-navigation .navigation-item span {
  display: block;
  padding: 20px 10px;
  color: #c8c8c8;
  font-family: Abel, Arial;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.slider .slider-navigation .navigation-item.first-child span {
  border-left: none;
}
.slider .slider-navigation .navigation-item:hover {
  border-top: solid 4px #b40003;
}
.slider .slider-navigation .navigation-item:hover span {
  color: white;
}
.slider .slider-navigation .navigation-item.active {
  border-top: solid 4px #b40003;
}
.slider .slider-navigation .navigation-item.active span {
  color: white;
}
.slider .slider-navigation .navigation-item .left-date {
  float: left; 
  width: 23%; 
  background-color: #b40003; 
}
.slider .slider-navigation .navigation-item .left-date .day {
  font-weight: bold;
  margin: 0px;
  padding: 0px;
  font-size: 28px;
  margin-top: 10px;
  color: #fff;
}
.slider .slider-navigation .navigation-item .left-date .month {
  padding: 0px;
  margin-right: 3px;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 18px;
  color: #fff;
}
.slider .slider-navigation .navigation-item .right-title {
  font-weight: bold;
  float: right;
  width: 77%;
}
#main .container {
  padding-bottom: 20px;
}
#main .line {
  background-color: white;
}
#main .category-showcase {
  margin-bottom: 10px;
}
#main .category-showcase .categories {
  margin-bottom: -6px;
  display: inline-block;
  width: 100%;
  border-top: solid 1px #d3d2d2;
}
#main .category-showcase .categories .half {
  margin: 0; 
  width: 50%;
  float: left;
}
#main .category-showcase .categories a {
  text-decoration: none;
}
#main .category-showcase .categories figure {
  margin: 5px;
  border-right: none;
}
#main .category-showcase .categories .category-text {
  margin-left: 34%;
  padding-right: 5px;
}
#main .category-showcase .categories .category-text h4 {
  font-size: 15px;
  font-family: Abel, Arial;
  font-weight: normal;
  line-height: 15px;
  margin: 10px 0 5px;
  color: black;
}
#main .category-showcase .categories .category-text h4:hover {
  color: #b40003;
}
#main .category-showcase .categories .category-text .date {
  font-family: "Droid Serif", Arial;
  font-size: 11px;
  font-style: italic;
  color: #818181;
}
#main .blog-style article {
  width: 100%;
  float: left;
  margin-top: 10px;
}
#main .blog-style article .inner {
  border: solid 1px #d3d2d2;
  display: inline-block;
  width: 100%;
}
#main .blog-style article figure {
  float: left;
  padding: 1%;
  width: 28%;
  border-right: solid 1px #d3d2d2;
  margin-right: -1px;
}
#main .blog-style article figure img {
  width: 100%;
  height: auto;
}
#main .blog-style article .text {
  float: left;
  width: 70%;
}
#main .blog-style article .text .inner-border {
  float: left;
  width: 99.9%;
  margin-left: 1px;
}
#main .blog-style article .text .title {
  background-color: #f9f9f9;
  padding: 8px 15px;
  border-bottom: solid 4px #d3d2d2;
}
#main .blog-style article .text .title a {
  font-size: 17px;
  color: black;
  text-decoration: none;
  font-family: Abel, Arial;
}
#main .blog-style article .text .title a:hover {
  color: #b40003;
}
#main .blog-style article .text .description {
  padding: 6px 15px;
}
#main .blog-style article .text .description .date {
  font-family: "Droid Serif", Arial;
  font-size: 12px;
  font-style: italic;
  color: #818181;
  border-bottom: solid 1px #d3d2d2;
  padding-bottom: 5px;
  margin-bottom: 5px;
}
#main .blog-style article .text .description .excerpt {
  color: #7e7e7e;
  font-size: 12px;
}
#main .blog-style article .text .description .excerpt a {
  color: black;
  font-weight: bold;
}
#main .blog-page {
  margin-top: 10px;
}
#main .blog-page article {
  border: solid 1px #d3d2d2;
}
#main .blog-page article h1 {
  font-size: 24px;
  line-height: 25px;
  font-family: Abel, Arial;
  font-weight: normal;
}
#main .blog-page article h1.title {
  font-size: 17px;
  font-weight : bold;
  line-height: 18px;
  margin: 0;
  /*color: #080c2b;*/
  /*background-color: #f9f9f9;*/
  color : #FFFFFF;
  background-color: #B50104;
  padding: 12px 15px;
  border-bottom: solid 3px #d3d2d2;
}
#main .blog-page article h2 {
  font-size: 20px;
  line-height: 21px;
  font-family: Abel, Arial;
  font-weight: normal;
}
#main .blog-page article h3 {
  font-size: 16px;
  line-height: 17px;
  font-family: Abel, Arial;
  font-weight: normal;
}
#main .blog-page article .tag-container {
  width: 100%;
  display: inline-block;
  margin: 15px 0 20px;
}
#main .blog-page article .tag-container .tag-title {
  font-family: Abel, Arial;
  font-size: 14px;
  color: #646464;
  display: inline-block;
  vertical-align: middle;
  text-transform: uppercase;
  margin-right: 5px;
}
#main .blog-page article .tag-container .tag {
  font-size: 12px;
  color: white;
  text-decoration: none;
  background-color: #b40003;
  padding: 1px 8px;
  display: inline-block;
  vertical-align: middle;
  margin: 0 1px;
}
#main .blog-page article figure {
  width: 100%;
}
#main .blog-page article figure img {
  width: 100%;
  height: auto;
}
#main .blog-page article .blog-content {
  padding: 9px 15px;
}
.blog-content a {
  color: #ce2c2c;
}
.page-template-page-template-sitemap-php .blog-content a {
  color: #080c2b;
}
.page-template-page-template-sitemap-php .blog-content a:hover {
  color: #b40003;
}
#main .blog-page article .blog-content .info {
  border-bottom: solid 1px #d3d2d2;
  width: 100%;
  display: inline-block;
  color: #9f9f9f;
  font-style: italic;
  font-family: "Droid Serif", Arial;
  padding-bottom: 5px;
  margin-bottom: 10px;
}
#main .blog-page article .blog-content .info a {
  color: #9f9f9f;
}
#main .blog-page article .blog-content .info a.dark {
  color: #303030;
}
#main .blog-page article .blog-content {
  font-size: 13px;
  color: #646464;
}
#main .blog-page article .blog-bottom {
  border-top: solid 1px #d3d2d2;
  border-bottom: solid 3px #e3e3e3;
}
#main .blog-page article .blog-bottom .share-title {
  background-color: #f9f9f9;
  color: #6b6b6b;
  font-size: 16px;
  font-family: Abel;
  padding: 9px 15px 5px;
  display: inline-block;
  border-right: solid 1px #d3d2d2;
  height: 23px;
}
#main .blog-page article .blog-bottom .share-content {
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
  padding-left: 5px;
}
#main .author-box .box-title h2 {
  font-size: 18px;
}
#main .author-box .inner-border {
  display: inline-block;
  border: solid 1px #d3d2d2;
  padding: 10px;
}
#main .author-box .author {
  display: inline-block;
  width: 100%;
}
#main .author-box .author figure {
  width: 91px;
  height: 91px;
  float: left;
}
#main .author-box .author figure img {
  width: 100%;
  height: auto;
}
#main .author-box .author .author-links {
  width: 22px;
  height: 91px;
  float: left;
  margin-right: 20px;
}
#main .author-box .author .author-links .author-social {
  float: left;
  width: 22px;
  height: 22px;
  background-image: url(img/author-links.jpg);
  text-indent: -9999px;
  text-transform: capitalize;
}
#main .author-box .author .author-links .author-social.facebook {
  background-position: left -22px;
}
#main .author-box .author .author-links .author-social.twitter {
  background-position: left 0px;
}
#main .author-box .author .author-links .author-social.googleplus {
  background-position: left -44px;
}
#main .author-box .author .description {
  font-size: 13px;
  color: #646464;
  padding-right: 20px;
}
#main .author-box .author .description .name {
  font-family: Abel, Arial;
  color: black;
  font-size: 16px;
}
#main .related-news {
  margin-top: 20px;
  float: left;
}
#main .related-news .inner-box {
  border: solid 1px #d3d2d2;
}
#main .related-news h1 {
  font-size: 24px;
  line-height: 25px;
  font-family: Abel, Arial;
  font-weight: normal;
}
#main .related-news h1.title {
  font-size: 17px;
  line-height: 18px;
  margin: 0;
  background-color: #f9f9f9;
  padding: 10px 15px;
  border-bottom: solid 3px #d3d2d2;
}
#main .related-news .column {
  width: 32.95%;
  display: inline-block;
  vertical-align: top;
}
#main .related-news .column .inner {
  padding: 10px;
}
#main .related-news .column a {
  text-decoration: none;
}
#main .related-news .column figure {
  width: 100%;
  margin-bottom: 5px;
}
#main .related-news .column figure img {
  width: 100%;
  height: auto;
}
#main .related-news .column .title {
  font-size: 16px;
  font-family: Abel, Arial;
  color: black;
  width: 100%;
}
#main .related-news .column .date {
  font-size: 12px;
  color: #9b9b9b;
  font-style: italic;
  font-family: "Droid Serif", Arial;
}
#main h2, #main h3#reply-title {
  font-family: Abel, Arial;
  font-size: 22px;
  color: #080c2b;
  line-height: 22px;
  font-weight: normal;
}
#main h3#reply-title {
  margin-bottom: 15px;
}
#main .box-title {
  width: 100%;
  float: left;
  position: relative;
}
#main .box-title h2 {
  float: left;
  background-color: white;
  position: relative;
  z-index: 2;
  padding-right: 5px;
}
#main .box-title .title-line {
  background-color: #d3d2d2;
  height: 1px;
  width: 100%;
  position: absolute;
  left: 0;
  top: 50%;
  z-index: 1;
}
#main .box-title .sub-title {
  width: 100%;
  display: inline-block;
  color: #bbbbbb;
  font-size: 13px;
}
#main .articles-slider {
  float: left;
  width: 100%;
}
.articles-slider .flex-viewport {
    border: 1px solid #D3D2D2;
}
#main .articles-slider .flex-control-nav {
  position: relative;
  bottom: 2px;
  border: solid 1px #d3d2d2;
  border-top: none;
  width: auto;
  padding-top: 10px;
  text-align: right;
  padding-right: 10px;
}
#main .articles-slider .flex-control-paging li {
  margin: 2px;
}
#main .articles-slider .flex-control-paging li a {
  text-align: left;
  background-color: #9f9f9f;
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: none;
  width: 10px;
  height: 10px;
}
#main .articles-slider .flex-control-paging li a.flex-active {
  background-color: #b40003;
}
#main .articles-slider ul {
  float: left;
  list-style: none;
  margin: 0;
  padding: 0;
}
#main .articles-slider ul li {
  float: left;

}
#main .articles-slider .inner-border {
  border: solid 1px #d3d2d2;
}
#main .articles-slider .main-article .title {
  padding: 7px 10px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #d3d2d2;
  margin-bottom: 2px;
}
#main .articles-slider .main-article .title span {
  font-family: Abel;
  font-size: 17px;
  color: black;
}
#main .articles-slider .main-article figure {
  width: 100%;
}
#main .articles-slider .main-article figure img {
  width: 100%;
  height: auto;
}
#main .articles-slider .main-article .main-text .inner {
  padding: 10px 15px;
}
#main .articles-slider .main-article .main-text .inner p {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 5px;
}
#main .articles-slider .main-article .main-text .inner p a {
  color: #1c1c1c;
  text-decoration: none;
}
#main .articles-slider .main-article .main-text .article-info {
  font-family: "Droid Serif";
  font-size: 12px;
  color: #9f9f9f;
  font-style: italic;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #d3d2d2;
}
#main .articles-slider article figure {
  margin-left: 10px;
  width: 96px !important;
  height: 53px !important;
}
#main .articles-slider article .text {
  margin-left: 120px !important;
}
#main .article-box article {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px #d3d2d2;
}
#main .article-box article.first-child {
  border-top: none;
}
#main .article-box article figure {
  width: 71px;
  height: 71px;
  float: left;
}
#main .article-box article .text {
  margin-left: 80px;
  margin-right: 10px;
  margin-bottom: -5px;
}
#main .article-box article h3 {
  font-family: Abel, Arial;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 16px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
#main .article-box article h3 a {
  color: #1e1e1e;
  text-decoration: none;
}
#main .article-box article h3 a:hover {
  color: #b40003;
}
#main .article-box article .info {
  font-family: "Droid Serif";
  font-size: 12px;
  color: #9f9f9f;
  font-style: italic;
}
#main .article-showcase {
  margin-top: 10px;
  margin-bottom: 10px;
}
#main .article-showcase .inner-border {
  border: solid 1px #d3d2d2;
  border-bottom: solid 4px #e3e3e3;
  display: inline-block;
}
#main .article-showcase .half {
  margin: 0;
  float: left;
  width: 50%;
}
#main .article-showcase .half .inner-left-border {
  border-left: solid 1px #d3d2d2;
}
#main .article-showcase .half article {
  width: 100%;
  display: inline-block;
  cursor: pointer;
  padding-bottom: 10px;
  padding-top: 10px;
  border-top: solid 1px #d3d2d2;
}
#main .article-showcase .half article.first-child {
  border-top: none;
}
#main .article-showcase .half article:hover {
  background-color: #fafafa;
}
#main .article-showcase .half article.active {
  background-color: #fafafa;
}
#main .article-showcase .half article figure {
  width: 71px;
  height: 71px;
  float: left;
  margin-left: 12px;
  margin-right: 12px;
  overflow: hidden;
}
#main .article-showcase .half article figure img {
  height: 100%;
  display: inline-block;
  width: auto;
}
#main .article-showcase .half article .text {
  margin-left: 80px;
  margin-right: 10px;
}
#main .article-showcase .half article h3 {
  font-family: Abel, Arial;
  font-size: 16px;
  color: #1e1e1e;
  line-height: 16px;
  margin: 0 0 5px 0;
  font-weight: normal;
}
#main .article-showcase .half article h3 a {
  color: #1e1e1e;
  text-decoration: none;
}
#main .article-showcase .half article h3 a:hover {
  color: #b40003;
}
#main .article-showcase .half article .info, #main .article-showcase .half article .info a {
  font-family: "Droid Serif";
  font-size: 12px;
  color: #9f9f9f;
  font-style: italic;
}
#main .article-showcase .big-article {
  display: none;
}
#main .article-showcase .big-article[rel='1'] {
  display: block;
}
#main .article-showcase .big-article .title {
  padding: 10px 15px 5px;
  background-color: #f9f9f9;
  border-bottom: solid 1px #d3d2d2;
  margin-bottom: 2px;
}
#main .article-showcase .big-article .title span {
  font-family: Abel;
  font-size: 17px;
  color: black;
}
#main .article-showcase .big-article figure {
  width: 100%;
}
#main .article-showcase .big-article figure img {
  width: 100%;
  height: auto;
}
#main .article-showcase .big-article .main-text .inner {
  padding: 9px 15px;
}
#main .article-showcase .big-article .main-text .inner p {
  font-size: 12px;
  color: #7e7e7e;
  margin-top: 5px;
}
#main .article-showcase .big-article .main-text .inner p a {
  color: #1c1c1c;
  text-decoration: none;
}
#main .article-showcase .big-article .main-text .article-info {
  font-family: "Droid Serif";
  font-size: 12px;
  color: #9f9f9f;
  font-style: italic;
  width: 100%;
  display: inline-block;
  padding-bottom: 5px;
  border-bottom: solid 1px #d3d2d2;
}
#main .comments {
  margin-top: 20px;
  margin-bottom: 10px;
}
#main .comments .nav-previous {
  float: left;
}
#main .comments .nav-next {
  float: right;
}
#main .comments .box-title h2 {
  font-size: 18px;
}
#main .comments .left {
  float: left;
  width: 63px;
}
#main .comments .left figure {
  width: 100%;
  height: 63px;
  float: left;
}
#main .comments .left .border {
  height: 100px;
  float: left;
  margin-left: 33px;
  width: 20px;
  border-left: solid 1px #e6e6e6;
  border-bottom: solid 1px #e6e6e6;
}
#main .comments .right {
  margin-left: 73px;
}
#main .comments .border-continue {
  position: absolute;
  left: -40px;
  top: 30px;
  width: 20px;
  height: 1px;
  border-top: solid 1px #e6e6e6;
}
#main .comments .last-comment .border-continue {
  display: none;
}
#main .comments .comment {
  width: 100%;
  float: left;
}
#main .comments .name {
  font-size: 16px;
  font-family: Abel, Arial;
}
#main .comments .name a {
  color: #101010;
}
#main .comments .date {
  color: #959595;
  font-style: italic;
  font-family: "Droid Serif", Arial;
  font-size: 12px;
}
#main .comments .text {
  margin-bottom: 30px;
}
#main .comments .top-comment .text p {
  font-size: 13px;
  color: #101010;
}
#main .comments .inline-comment {
  position: relative;
}
#main .comments .inline-comment .text p {
  color: #4e4e4e;
}
p.logged-in-as {
    margin-top: 10px;
}
#main #commentform {
  margin-top: 20px;
  float: left;
  width: 100%;
}
#main #commentform .comment-input {
  border-color: #e6e6e6;
  border-bottom: solid 3px #f5f5f5;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  font-size: 15px;
  color: #000;
  padding: 15px 0 15px 20px;
  font-weight: normal;
  font-family: "Open Sans", Arial;
  box-shadow: none;
}
#main #commentform p.form-allowed-tags {
  display: none;
}
#main .comments ol {
  list-style-type: none;
  margin-top: 50px;
  margin-left: 0;
  clear: both;
}
#main .comments ul.children {
    margin-left: 75px;
}
#main #commentform .comment-input:hover {
    border-color: #C7C7C7;
}
#main #commentform .contact-input:hover {
    border-color: #C7C7C7;
}
#main #commentform .comment-input::-webkit-input-placeholder {
  color: #d0d0d0;
}
#main #commentform .comment-input:-moz-placeholder {
  color: #d0d0d0;
}
#main #commentform .comment-input::-moz-placeholder {
  color: #d0d0d0;
}
#main #commentform .comment-input:-ms-input-placeholder {
  color: #d0d0d0;
}
#main #commentform {
  margin-top: -15px;
  float: left;
  width: 100%;
}
#main .contact-form form {
  float: none !important;
  margin-top: 35px !important;
}
#main .contact-form .alert {
  margin-bottom: -10px;
}
#main #commentform p {
  width: 100%;
  display: inline-block;
  color: #bbbbbb;
  font-size: 13px;
  margin-bottom: 20px;
}
#main #commentform p.comment-notes {
  margin-top: 10px;
}
#main #commentform .contact-input {
  border-color: #e6e6e6;
  border-bottom: solid 3px #f5f5f5;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  font-size: 15px;
  color: #d0d0d0;
  padding: 15px 20px;
  font-weight: normal;
  font-family: "Open Sans", Arial;
  box-shadow: none;
}
#main #commentform .contact-input::-webkit-input-placeholder {
  color: #d0d0d0;
}
#main #commentformm .contact-input:-moz-placeholder {
  color: #d0d0d0;
}
#main #commentform .contact-input::-moz-placeholder {
  color: #d0d0d0;
}
#main #commentform .contact-input:-ms-input-placeholder {
  color: #d0d0d0;
}
#main .search-result .box-title h2 {
  font-size: 14px;
  color: #888888;
  text-transform: uppercase;
}
#main .search-result .box-title h2 .query {
  text-transform: none;
  color: #b40003;
}
#main .search-result .box-title h2 .grey {
  text-transform: none;
  color: #b4b4b4;
}
#main .shortcodes-box {
  border: solid 1px #d3d2d2;
  margin: 10px 0;
}
#main .shortcodes-box .title {
  width: 100%;
  font-family: Abel, Arial;
  background-color: #f9f9f9;
  font-size: 17px;
  color: black;
  padding: 10px 0;
  text-indent: 20px;
  border-bottom: solid 4px #e3e3e3;
}
#main .shortcodes-box .inner {
  padding-right: 60px;
}
#main .shortcodes-box .border-box {
  border-bottom: solid 1px #d3d2d2;
  padding: 10px 20px;
}
#main .shortcodes-box .border-box h1 {
  text-indent: 0;
}
#main .shortcodes-box .border-box.last-child {
  border-bottom: none;
}
#main .third {
  width: 32%;
  margin-right: 1%;
  float: left;
}
#main .fourth {
  width: 24%;
  margin-right: 1%;
  float: left;
}
#main .two-thirds {
  width: 66%;
  margin-right: 1%;
  float: left;
}
#main .half {
  float: left;
  width: 49%;
  float: left;
  margin-right: 1%;
}
#main .drop-cap:first-letter {
  font-size: 42px;
  color: #656565;
  font-family: "Droid Serif", Arial;
  float: left;
  line-height: 40px;
  margin-right: 8px;
}
#main h1.header {
  font-size: 17px !important;
  line-height: 16px !important;
  color: #141414;
  display: inline-block;
  font-weight: normal;
}
#main h2.subheader {
  font-size: 15px  !important;
  line-height: 15px !important;
  color: #a6a6a6;
  display: inline-block;
  font-weight: normal;
}
.page404 {
  text-align: center;
}
.page404 .big-title {
  color: #767676;
  font-size: 122px;
  font-family: Abel, Arial;
  width: 100%;
  display: inline-block;
  text-shadow: 2px 2px 3px #d3d2d2;
  line-height: 123px;
  margin: 50px 0 10px;
}
.page404 .small-title {
  font-size: 18px;
  color: #767676;
  line-height: 19px;
  width: 100%;
  display: inline-block;
}
.page404 .small-title a {
  color: #b40003;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.page404 .social-titles {
  width: 100%;
  display: inline-block;
  margin: 20px 0 50px;
}
.page404 .social-titles a {
  color: #b5b5b5;
  font-size: 14px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  text-decoration: none;
  margin: 5px 15px;
}
.page404 .social-titles a:hover {
  color: #b40003;
}
.page404 .social-titles a i {
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background-image: url('img/social-counter.png');
  background-repeat: no-repeat;
}
.page404 .social-titles a.facebook i {
  background-position: left top;
}
.page404 .social-titles a.facebook:hover i {
  background-position: left bottom;
}
.page404 .social-titles a.twitter i {
  background-position: -29px top;
}
.page404 .social-titles a.twitter:hover i {
  background-position: -29px bottom;
}
.page404 .social-titles a.rss i {
  background-position: -58px top;
}
.page404 .social-titles a.rss:hover i {
  background-position: -58px bottom;
}
aside .widget {
  display: inline-block;
  margin: 10px 0;
  width: 99.9%;
}
aside .widget .inner {
  border: 1px solid #d3d2d2;
}
aside .widget ul.sub-menu {
  margin-left: 30px;
}
aside .widget .inner-sides {
  border-top: 1px solid #d3d2d2;
  border-left: none;
  border-right: none;
}
aside .widget h3 {
background-color: #B50104 !important;
  /*background-color: #f9f9f9; RICKY L-2013-06-12*/
  font-size: 16px;
  line-height: 17px;
  color: #FFFFFF !important;
  /*color: #080c2b; RICKY L-2013-06-12*/
  font-family: Abel, Arial;
  font-weight: normal;
  padding: 8px 15px;
  margin: -15px -15px 0;
  border-bottom: solid 4px #e3e3e3;
  margin-bottom: 10px;
}
.social-counter {
  width: 100%;
  background-color: #080c2b;
  display: inline-block;
  margin-bottom: -6px;
}
.social-counter .counter {
  width: 33.33%;
  float: left;
  text-align: center;
}
.social-counter .counter .inner-counter {
  padding: 10px 0;
  border-bottom: solid 4px #e3e3e3;
  -webkit-transition: all 0.2s ease-in-out;
  -moz-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  -ms-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.social-counter .counter a {
  width: 100%;
  color: #b5b5b5;
  text-decoration: none;
  display: inline-block;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.social-counter .counter a i {
  width: 29px;
  height: 29px;
  display: inline-block;
  vertical-align: middle;
  background-repeat: no-repeat;
  /* background-image: url('img/social-counter.png'); */
  background-image: url('img/social-counter2.png');
}
.social-counter .counter a:hover {
  color: #b40003;
}
.social-counter .counter a:hover .inner-counter {
  border: 1px solid #d3d2d2;
  border-bottom: solid 1px #e3e3e3;
  margin-top: -8px;
  background-color: #080c2b;
  padding: 15px 0px 15px 0px;
}
.social-counter .counter a.facebook i {
  background-position: left top;
}
.social-counter .counter a.facebook:hover {
  background-color: white;
}
.social-counter .counter a.facebook:hover i {
  background-position: left bottom;
}
.social-counter .counter a.twitter i {
  background-position: -29px top; 
}
.social-counter .counter a.twitter:hover i {
  background-position: -29px bottom;
}
.social-counter .counter a.rss i {
  background-position: -58px top;
}
.social-counter .counter a.rss:hover i {
  background-position: -58px bottom;
}
.social-counter .counter.first-child .inner-counter {
  border-left: solid 1px #d3d2d2;
  border-right: solid 1px #d3d2d2;
}
.social-counter .counter.last-child .inner-counter {
  border-left: solid 1px #d3d2d2;
  border-right: solid 1px #d3d2d2;
}
aside .widget .follow-us iframe {
  width: 100% !important;
}
aside .widget .inner {
  padding: 15px 15px 6px;
}
.photo-list .photo {
  width: 57px;
  height: 57px;
  margin: 0px 10px 10px 0;
  display: inline-block;
}
.photo-list .photo a {
  display: inline-block;
  width: 100%;
}
.photo-list .photo img {
  width: 100%;
  height: auto;
}
aside .widget .list ul li, footer .list ul li  {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
aside .widget .list ul li a {
  color: #1e1e1e;
}
aside .widget .list ul li a, footer .list ul li a {
  text-decoration: none;
}
aside .widget .list ul li a:hover {
  color: #b40003;
}
aside .widget .list ul li p, footer .list ul li p {
  line-height: 15px;
  margin-bottom: 5px;
}
aside .widget .list ul li p span {
  color: #818181;
}
aside .widget .list ul li p span, footer .list ul li p span {
  font-size: 11px;
  font-family: "Droid Serif", Arial;
  font-style: italic;
  position: relative;
  top: 4px;
}
aside .widget .list figure, footer .list figure {
  float: left;
  width: 42px;
  height: 42px;
  margin: 3px 10px 0 0;
}
aside .widget .nav-tabs, footer .nav-tabs {
  border-bottom: none;
  margin-bottom: 10px;
  margin-right: 0.5px;
}
aside .widget .nav-tabs li, footer .nav-tabs li {
  width: 50%;
}

aside .widget .nav-tabs li a, footer .nav-tabs li a {
  padding: 0;
  margin-right: -1px;
  text-align: center;
  -webkit-border-radius: 0px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0px;
  -moz-background-clip: padding;
  border-radius: 0px;
  background-clip: padding-box;
  background-color: transparent;
  border: none;
  border-left: solid 1px #d3d2d2;
  border-bottom: solid 4px #e3e3e3;
  color: #080c2b;
  text-decoration: none;
  background-color: #f9f9f9;
}
aside .widget .nav-tabs li a:hover, footer .nav-tabs li a:hover {
  background-color: white;
}
aside .widget .nav-tabs li a .inner-tab, footer .nav-tabs li a .inner-tab {
  width: 100%;
  display: inline-block;
  padding: 10px 0;
}
aside .widget .nav-tabs li.first-child.active a .inner-tab, footer .nav-tabs li.first-child.active a .inner-tab {
  border-left: none;
}
aside .widget .nav-tabs li.first-child a, footer .nav-tabs li.first-child a {
  border-left: none;
}
aside .widget .nav-tabs li.active a, footer .nav-tabs li.active a {
  border: none;
  background-color: white;
}
aside .widget .nav-tabs li.active a .inner-tab, footer .nav-tabs li.active a .inner-tab {
  border-left: solid 1px #d3d2d2;
  font-weight: bold;
}
aside .widget .tab-content ul li, footer .tab-content ul li {
  width: 100%;
  display: inline-block;
  margin-bottom: 10px;
}
aside .widget .tab-content ul li a {
  color: #1e1e1e;
}
aside .widget .tab-content ul li a, footer .tab-content ul li a {
  text-decoration: none;
}
aside .widget .tab-content ul li p, footer .tab-content ul li p {
  line-height: 15px;
  margin-bottom: 5px;
}
aside .widget .tab-content ul li p span {
  color: #818181;
}
aside .widget .tab-content ul li p span, footer .tab-content ul li p span {
  font-size: 11px;
  font-family: "Droid Serif", Arial;
  font-style: italic;
  position: relative;
  top: 4px;
}
aside .widget .tab-content figure, footer .tab-content figure {
  float: left;
  width: 42px;
  height: 42px;
  margin: 3px 10px 7px 10px!important;
}
footer {
  font-family: "Open Sans";
  font-size: 12px;
  color: white;
}
footer .container {
  background-color: #1b1e3b;
  border-top: solid 3px #b40003;
  padding-bottom: 20px;
}
footer .footer-widget {
  padding-top: 10px;
}
footer h3 {
  text-transform: uppercase;
  font-size: 18px;
  line-height: 19px;
  font-family: "Abel", Arial;
  color: white;
  text-shadow: 1px 2px 5px black;
  font-weight: normal;
  border-bottom: solid 1px #4c4c4c;
  padding-bottom: 5px;
  margin-bottom: 25px;
}
footer p, footer a {
  font-family: "Open Sans";
  font-size: 12px;
  color: white;
}
footer .tweet {
  font-family: "Open Sans";
  border-top: solid 1px #4c4c4c;
  color: white;
  margin-bottom: 10px;
  padding-top: 10px;
}
footer .tweet.first-child {
  border-top: none;
  padding-top: 0;
}
footer .tweet .time {
  color: #bdbdbd;
}
footer .tweet a {
  color: white;
}
footer .flickr-gallery img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
footer .tagcloud a {
  color: #c2c2c2;
  background-color: #282828;
  padding: 0 12px;
  float: left;
  line-height: 28px;
  font-size: 12px !important;
  margin: 1px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
footer .tagcloud a:hover {
  background-color: #e63231;
  color: #fff;
}
.sub-footer {
  position: relative;
}
.sub-footer .container {
  background-color: #080b2a;
  position: relative;
}
.sub-footer .copyright {
  color: white;
  font-size: 10px;
  font-family: "Open Sans";
  padding: 5px 0;
}
.sub-footer .copyright a {
  color: #FFF;
}
.paginate {
  margin-top: 10px;
  float: left;
}
.pagination ul {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: none;
}
.pagination ul li a {
  border-color: transparent;
  padding: 3px 6px;
  color: #a8a8a8;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.pagination ul li a:hover {
  color: #b40003;
}
.pagination ul li.active a {
  color: #b40003;
  background-color: transparent;
}
.wp-pagenavi {
  -webkit-box-shadow: none;
  -moz-box-shadow: none;
  box-shadow: none;
  color: none;
}
.wp-pagenavi a {
  border-color: transparent;
  padding: 3px 6px;
  color: #535353;
  font-size: 12px;
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  -ms-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
}
.wp-pagenavi a:hover {
  color: #b40003;
}
.wp-pagenavi .current {
  color: #b40003;
  background-color: transparent;
}
.back-to-top {
  background-color: #272727;
  -webkit-border-radius: 5px;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 5px;
  -moz-background-clip: padding;
  border-radius: 5px;
  background-clip: padding-box;
  padding: 10px;
  background-image: url('img/back-to-top.png');
  background-position: center center;
  background-repeat: no-repeat;
  width: 10px;
  height: 7px;
  position: fixed;
  display: none;
  bottom: 10px;
  right: 10px;
  text-indent: -9999px;
  text-transform: capitalize;
}

footer .flickr-gallery img:hover {
  border: 3px solid #b40003;
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  -ms-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
footer .flickr-gallery img {
  border: 3px solid transparent;
}
.author-box {
    margin-top: 10px;
}

#wp-calendar {
    text-align: center;
    width: 100%;
}

#wp-calendar a {
  font-weight: bold;
  color: #b40003;
}

#wp-calendar caption {
  margin-bottom: 10px;
}

.tagcloud a {
    margin: 2px;
    line-height: 28px;
}

.widget .widget_archive select {
    width: 100%;
}

.widget #searchform #searchsubmit {
  margin-top: -11px;
}

.widget_socialcounter .inner {
  padding: 0 !important;
  border: none !important;
}

.widget_tabbed .inner {
  padding: 0 !important;
  border: none !important;
}

aside .widget_newsinpictures .inner {
  padding-right: 6px !important;
  padding-left: 14px !important; 
}

aside .widget_newsinpictures .inner h3.widgettitle {
  margin-right: -6px !important;
  margin-left: -14px !important; 
}

aside .widget .tab-content ul li a:hover {
  color: #b40003;
}
aside .tabbable, footer .tabbable {
  border: 1px solid #D3D2D2;
}

.single-navigation a {
  color: #1e1e1e;
}
.single-navigation a:hover {
  color: #b40003;
}

.single-navigation .prev {
    float: left;
}
.single-navigation .next {
    float: right;
}






/* ADDED NEW */


.sliderLeft .navigation-item{
	width: 25% !important;
}



.sliderLeft .left-date{
	width: 30% !important;
}


.sliderLeft .right-title{
	width: 70% !important;
}





#tinynav1{
	display: none;
}


._4s7c{
	border: 0 !important;
}

.pam{
	padding-left: 0;
}

.clearfix{
	padding-top: 0 !important;
}

._rw{
	width: 48px !important;
	height: 48px !important;
}

.pvs{
	padding-top: 5px !important;
}

.phm{
	padding-left: 0px !important;
}

a.uiLinkSubtle{
	color: #fff !important;
}

#u_0_4, #u_0_4 a{
	color: #fff !important;
}

.fsl fwb a{
	color: #fff !important;
}


/* ADDED NEW */












/**************************** Wordpress related css ********************/

.wp-caption {
  max-width: 100%;
  border: 1px solid #DDDDDD;
  margin-bottom: 10px;
  padding: 6px 2px 0;
}
.wp-caption-text {
  font-size: 11px;
  padding: 0 4px 5px;
}
.aligncenter {
  display: block;
  margin: 0 auto;
}
.alignleft { 
  float: left;
  margin: 0px 10px 10px 0px; 
}
.alignright { 
  float: right;
  margin: 0px 0px 10px 10px; 
}
.gallery-caption {

}
.sticky {

}
.bypostauthor {
}

.middle-advertising {
  clear: both;
}

#tribe-events-calendar-header{
  text-align: right;
}

.tribe-events-calendar-buttons{

}

.tribe-events-calendar-buttons a {
  background: #999;
  border-radius: 3px;
  color: #fff !important;
  font-size: 11px;
  font-weight: bold;
  height: 24px;
  line-height: 24px;
  margin: 21px 0 24px 10px;
  padding: 5px 9px;
  text-align: center;
  text-transform: uppercase;
  letter-spacing: 1px;
  width: auto;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-radius: 3px;
}

.tribe-events-calendar-buttons a:hover {
  text-transform: none;
}

.tribe-events-calendar-buttons a.tribe-events-button-on {
  background: #666;
}

.tribe-events-calendar-buttons a.tribe-events-button-off{
  background: #ddd;
}

@media (max-width: 1200px) {
  .slider .slider-navigation .navigation-item .left-date {
    display: none;
  }
  .slider .slider-navigation .navigation-item .right-title {
    width: 100%;
  }
}
@media (min-width: 1170px) {
  #main .blog-style article .text .inner-border {
    width: 100%;
  }
  footer .flickr-gallery img {
    width: 71px;
    height: 71px;
  }
   .home .logo{display:none;}
  
  .container {
    padding: 0 30px;
  }
  header .menu-line {
    padding-right: 30px;
    margin-right: -30px;
  }
  header .breaking-news {
    padding-right: 30px;
    margin-right: -30px;
  }
  #main .blog-style article figure {
    width: 33.9%;
    border-right: solid 1px #d3d2d2;
    margin-right: -1px;
  }
  #main .blog-style article .text {
    width: 64%;
  }
  .flickr-gallery .span1 {
    margin-bottom: 15px;
  }


.ie8 .home .logo{
		display:none;
	}


}
@media (min-width: 768px) and (max-width: 979px) {
  header .main-nav nav ul li .inner a {
    font-size: 11px;
  }
  header .breaking-news .title {
    font-size: 13px;
  }
  .slider .single-slide .slider-caption {
    top: 20px;
  }
  .slider .slider-navigation .navigation-item span {
    padding: 10px;
  }
  #main .articles-slider article figure {
    width: 88% !important;
    height: auto !important;
    overflow: hidden;
  }
  #main .articles-slider article figure img {
    width: 100%;
    height: auto;
  }
  #main .articles-slider article .text {
    margin-left: 15px !important;
    margin-top: 5px;
    float: left;
  }
  footer .flickr-gallery .span1 img {
    width: 42px;
    height: 42px;
  }
  #main .blog-style article .text .inner-border {
    width: 99.7%;
  }
  .social-counter .counter a i {
    display: block;
    margin-left: 25px;
  }
  .photo-list .photo {
    width: 56px;
    height: 56px;
  }


}
@media (min-width: 200px) and (max-width: 767px) {
  .back-to-top {
    display: none;
  }
  #main .blog-style article .text {
    width: 100.1%;
  }
  #main .blog-style article .text .inner-border {
    margin-left: 0;
  }
  .tinynav {
    width: 100%;
  }
  .social-links ul {
    margin-right: 10px !important;
  }
  header .menu-line, header .breaking-news {
    margin-left: -10px;
    margin-right: -10px;
  }
  header .breaking-news .header-news p {
    text-align: center;
  }
  header .menu-line {
    padding-right: 0;
  }
  header .menu-line .search-form {
    position: relative;
    left: 0;
    top: 0;
    right: 0;
    margin: 0;
    text-align: center;
    float: left;
  }
  header .menu-line .search-form form {
    width: 96%;
    margin-left: 0;
    margin-bottom: 0;
  }
  header .menu-line .search-form form input[type='text'] {
    width: 80%;
  }
  header .breaking-news {
    padding-right: 0;
  }
  header .breaking-news .header-news p {
    padding: 5px 20px;
  }
  #main .blog-style article figure {
    border-bottom: 1px solid #D3D2D2;
    width: 98%;
  }
  #main .related-news .column {
    width: 100%;
  }
  #main #commentform .contact-input {
    padding: 0px 20px;
  }
  #main .third {
    width: 100%;
  }
  #main .half {
    width: 100%;
  }
  #main .fourth {
    width: 100%;
  }
  #main .two-thirds {
    width: 100%;
  }
  .category-showcase .categories figure {
    margin: 0 !important;
  }
  .category-showcase .categories .category-text {
    display: inline-block;
    padding: 0 20px;
  }
  .category-showcase .categories .category-text h4 {
    margin-top: 5px;
  }
  .photo-list .photo {
    width: 56px;
    height: 56px;
  }
  .photo-list .photo img {
    width: 100%;
  }
  footer .flickr-gallery .span1 {
    width: 80px;
    height: 80px;
    margin: 0 10px 10px 0;
    display: inline-block;
  }
  footer .flickr-gallery .span1 a {
    width: 100%;
    height: 100%;
  }
  .container {
    padding: 0 10px;
  }
  .page404 .big-title {
    font-size: 60px;
    line-height: 61px;
  }
  .slide-box .inner-border {
    display: block;
  }
  .tab-wrapper .tabs-top .nav-tabs li a .inner-tab {
    padding: 5px 10px;
  }
  .tab-wrapper .tabs-left .nav-tabs li a .inner-tab {
    padding: 5px 10px;
  }
  #main .category-showcase .categories .category-text {
    margin-left: 0;
    padding: 0 10px;
  }
  #main #commentform .contact-input {
    min-height: 50px;
    padding: 10px 20px;
  }
  #main #commentform .comment-input {
    min-height: 50px;
    padding: 10px 20px;
  }
  .social-links ul {
    float: left;
  }
  .ticker-swipe span {
    margin-top: -2px;
  }

  /* add for slider responsive request 04 April 2016 */
  .slideshow-wrapper{
    width: 100%!important;
  }

  .slideshow-wrapper .slideshow-slideleft, .slideshow-wrapper .slideshow-slideright{
    width: 5%!important;
  }

  .slideshow-wrapper .slideshow-slidearea{
    width: 90%!important;
    margin: 0px!important;
  }

  .slideshow-fullsize{
    width: 100%!important;
  }

  .slideshow-information{
    width: 100%!important;
  }

  .slideshow-information h3{
    font-size: 14px;
    line-height: 24px;
  }


  p.slideshow-info-content {
    font-size: 12px!important;
    padding-bottom: 0px!important;
  }
  /* add for slider responsive request 04 April 2016 */

}

@media (max-width: 540px){
  .slideshow-fullsize{
    height: 268px!important;
  }
}

@media (max-width: 480px){
  .slideshow-fullsize{
    height: 250px!important;
  }

  .tribe-events-calendar-buttons a {
    display: block;
    margin-right: 0px;
  }
}

@media (max-width: 360px){
  .slideshow-fullsize{
    height: 210px!important;
  }
}

@media (min-width: 200px) and (max-width: 340px) {
  body {
    padding: 0;
  }
}

.nav-tabs > .active > a, .nav-tabs > .active > a:hover, .nav-tabs > .active > a:focus{
	color: #080c2b !important;
}











#slideshow-wrapper, #slideshow-wrapper #fullsize{
        width: 100% !important;
    }

#slideshow-wrapper #slidearea{
      width: 88% !important;
    } 
#slideshow-wrapper #fullsize{
      width: 100% !important;
}


#slideshow-wrapper #slideleft, #slideshow-wrapper #slideright{
 	width: 5% !important;
}










@media (max-width: 1200px) {
	header .main-nav nav ul li a {
		font-size: 130%;
	}
}

@media (min-width: 1190px) {
	header .main-nav nav ul li a {
		font-size: 130%;
	}
}

@media (min-width: 980px) and (max-width: 1199px) {
	header .main-nav nav ul li a {
		font-size: 100%;
	}

    .sliderhomenew{
		margin-left: 20px !important;
	}
    
}

@media (min-width: 768px) and (max-width: 979px) {
	header .main-nav nav ul li a {
		font-size: 80%;
	}
.sliderhomenew{
		margin-left: 20px !important;
	}
    
}


@media (min-width: 200px) and (max-width: 767px) {
	header .main-nav nav ul li a {
		font-size: 80%;
	}

.sliderhomenew{
	margin-left: 0px !important;
}

}



@media (max-width: 199px) {

	header .main-nav nav ul li a {
		font-size: 80%;
	}

	.sliderhomenew{
		margin-left: 0px !important;
	}

}

.jcarousel-container li {
	line-height: 75px;
}

.jcarousel-container img {
	vertical-align: middle;
}



aside .widget .nav-tabs li a:hover{
	background-color: #b50104 !important;
	color: #fff !important;
}

aside .widget .nav-tabs li.active a {
	background-color: #b50104 !important;
	border-bottom: solid 4px #b50104 !important;
	color: #fff !important;
}

aside #text-2 h3.widgettitle{
	background-color: #b50104 !important;
	color: #fff !important;
}


header .breaking-news{
	position: relative;
}



header .social-links ul {
  margin: 0;
  padding: 0;
}
header .social-links ul li {
  float: left;
}
header .social-links ul li a {
  padding: 10px 10px;
  display: inline-block;
  background-image: url('img/social-links.png');
  background-repeat: no-repeat;
  height: 17px;
  -webkit-transition: all .4s ease-in-out;
  -moz-transition: all .4s ease-in-out;
  -o-transition: all .4s ease-in-out;
  -ms-transition: all .4s ease-in-out;
  transition: all .4s ease-in-out;
  text-transform: capitalize;
  text-indent: -9999px;
}
header .social-links ul li a:hover {
  background-color: #b60004;
}
header .social-links ul li a.facebook {
  background-position: 10px 10px;
  width: 7px;
}
header .social-links ul li a.twitter {
  width: 16px;
  background-position: -13px 10px;
}
header .social-links ul li a.pinterest {
  width: 11px;
  background-position: -44px 10px;
}
header .social-links ul li a.googleplus {
  width: 17px;
  background-position: -66px 10px;
}
header .social-links ul li a.youtube {
  width: 11px;
  background-position: -95px 10px;
}

header .social-links ul li a.email2 {
  width: 10px;
  background-position: -118px 10px;
}

header .search-form {
  
  position: absolute;
  top: 0;
  right: 0px;
}
header .search-form form {
  border: solid 3px #b70004;
  display: inline-block;
  margin-bottom: -6px;
  width: 100%;
  margin-left: -6px;
}
header .search-form form input {
  border: none;
  -webkit-border-radius: 0;
  -webkit-background-clip: padding-box;
  -moz-border-radius: 0;
  -moz-background-clip: padding;
  border-radius: 0;
  background-clip: padding-box;
  margin-bottom: 0;
}
header .search-form form input[type='text'] {
  width: 72%;
  padding: 5px 4%;
  float: left;
  background-color: #962928;
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .search-form form input[type='text']::-webkit-input-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .search-form form input[type='text']:-moz-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .search-form form input[type='text']::-moz-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .search-form form input[type='text']:-ms-input-placeholder {
  color: white;
  font-style: italic;
  font-size: 11px;
}
header .search-form form input[type='submit'] {
  text-transform: capitalize;
  text-indent: -9999px;
  width: 20%;
  height: 30px;
  padding: 0;
  float: left;
  background-color: #79201f;
  background-image: url('img/search-icon.png');
  background-position: center center;
  background-repeat: no-repeat;
}
header .search-form form input:active, header .search-form form input:focus {
  box-shadow: none;
}




.title-sponsor h2{
	font-family: Abel, Arial;
	font-size: 22px;
	color: #080c2b;
	line-height: 22px;
	font-weight: normal;
}

.blog-content ul{
	margin-left: 20px;
}

.blog-content ul li{
	list-style-type: disc;
}


.sponsor-logo{
	clear: both;
}

.sponsor-logo img{
	margin-right: 25px;
}

.sponsor {
margin-top: 25px;
margin-bottom: 25px;
}

















.slideToggleboxNS, .slideToggleboxNS1, .slideToggleboxNS2, .slideToggleboxNS3, .slideToggleboxNS4, .slideToggleboxNS5, .slideToggleboxNS6, .slideToggleboxNS7, .slideToggleboxNS8, .slideToggleboxNS9, .slideToggleboxNS10, .slideToggleboxNS11, .slideToggleboxNS12, .slideToggleboxNS13, .slideToggleboxNS14, .slideToggleboxNS15, .slideToggleboxNS16, .slideToggleboxNS17, .slideToggleboxNS18, .slideToggleboxNS19{
	float:left;
	display:none;
	z-index: 100000;
	position: absolute;
	width:200px;
	height:50px;
	margin-left: 5px;
	padding-top: 10px;
	top: 68px;
	left: -20px;
	color: rgb(255, 255, 255);
	text-align: center;
}
.clearanimate{
	clear:both;
	position:relative;
}
.clearanimate p{
	margin:0;
}
.box{
	float:left;
	width:200px;
	margin-bottom: 10px;
	clear: none !important;
	height: 75px;
}

.line-logo br{
	display: none !important;
}




.logo-animated{
	display: block;
	position: absolute;
	top:5px;
	left: 30px;
	width: 999px;
}



.ie8 .logo-animated img{
width : 750px; margin-top:15px;
}





@media (max-width: 1229px) {
	.logo-animated{
		display: none;
	}
	.logo{
		display: block;
	}
	.home .logo{
		display:block;
	}
}


@media (min-width: 1110px) and (max-width: 1190px){
	.logo-animated{
		display: block\0;

	}
	.logo{
		display: none\0;
	}
}







.left-media{
	font-family: "Open Sans", Arial;
	font-size: 12px;
}

.right-media{
	font-family: "Open Sans", Arial;
	font-size: 12px;
}

.right-media ul{
	margin-bottom: 10px;
}

.right-media ul li{
	margin: 0 !important;
	padding: 0 !important;
}

.right-media ul li a{
	margin-right: 0px !important;
}

.right-media figure{
	width: auto !important;
}


.left-media .widgettitle, .right-media .widget5 .widgettitle{
	background-color: #080c2b !important;
	color: #fff !important;
	padding: 5px !important;
}

.left-media .textwidget{
	padding: 5px !important;
}

.left-media #navmenu ul li{
	margin-bottom: 5px;
}

#sidebar5 ul li{
	margin-bottom: 10px !important;
	border: 1px solid #D3D2D2;
}


a.a_events{
	color: #ce2c2c !important;
}

a.a_events:hover{
	color: #ce2c2c !important;
}



.tribe-events-events figure{
	float: left;
	margin-top: 10px;
	margin-right: 25px;
	width: 150px !important;
}


.tab_membership2{
	border: 1px solid #d3d3d3;
}
.tab_membership2 td{
	padding-left: 10px;
	padding-right: 10px;
	border: 1px solid #d3d3d3;
	border-collapse: collapse;
}



.tab_software td{
	padding: 2px 5px;
	border: 1px solid #c1c1c1;
	border-collapse: collapse;
}

.tab_software input{
	width: auto !important;
}

ol.ol_sanct li{
	margin-bottom: 15px;
}

ol.ol_sanct li ul {
	margin-top: 15px;
}


.u_point li{
	margin-bottom: 10px;
}





.bs-title a{
	color: #fff;
	text-decoration: none;
}



.box-store1 img, .box-store2 img, .box-store3 img, .box-store4 img{
	width: 100%;
}




.box-store img{
	width: 100%;
}


.box-store{
	width: 22%;

	border: 2px solid #000;
	float: left;
	margin-right: 1%;
	margin-top: 2%;
	margin-left: 1.5%;
}

.box-store .bs-title{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 12px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	background-color: #00153e;
	white-space: nowrap;
}




.line1-first{
	width:36%;
	margin-left: 17%;
	margin-right: 2%;
}

.line1-second{
	width:27%;
	clear: right;
}

.line2-first{
	clear:left;
}


.box-store1{
	float: left;
	width: 410px;
	border: 2px solid #000;
	margin-left: 15%;
}

.box-store2{
	float: left;
	width: 310px;
	border: 2px solid #000;
	margin-left: 5%;
}

.box-store1 .bs-title, .box-store2 .bs-title{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 18px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	background-color: #00153e;
}

.box-store3{
	float: left;
	width: 230px;
	margin-right: 17px;
	border: 2px solid #000;
}

.box-store4{
	float: right;
	width: 230px;
	border: 2px solid #000;
}

.box-store3 .bs-title, .box-store4 .bs-title{
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #fff;
	font-size: 13px;
	font-weight: bold;
	border-bottom: 2px solid #000;
	background-color: #00153e;
}




.tab_usapa_ambas td{
	padding: 2px 5px;
}








@media (max-width: 980px){
	.box-store{
		width: 30%;
	}
	.box-store .bs-title{
		font-size: 12px;
	}
	.line1-first{
		width: 45%;
		margin-left: 8%;
	}
	.line1-second{
		width: 34%;
	}
}












@media (min-width: 700px) and (max-width: 1200px){
.box-store .bs-title{
	font-size: 12px;
}

.box-store1{
	width: 330px;
}

.box-store2{
	width: 240px;
}

.box-store1 .bs-title, .box-store2 .bs-title{
	font-size: 14px;
}

.box-store3{
	width: 190px;
	margin-right: 3px;
}

.box-store4{
	width: 190px;
}

.box-store3 .bs-title, .box-store4 .bs-title{
	font-size: 11px;

}

.last-line .box-store3{
	margin-left: 95px !important;
}

.last-line .box-store4{
	margin-right: 95px !important;
}


    
}


@media (max-width: 699px){
.box-store{
	float: none;
	clear: both;
	margin:0 auto;
	width: 90%;
	margin-top: 20px;
}

.box-store1{
	float: none;
	clear: both;
	margin:0 auto;
	width: 90%;
}

.box-store2{
	float: none;
	clear: both;
	margin:0 auto;
	margin-top: 15px;
	width: 90%;
}

.box-store1 .bs-title, .box-store2 .bs-title{
	
}

.box-store3{
	width: 190px;
	margin:0 auto;
	clear: both;
	float: none;
	margin-top: 15px;
	width: 80%;
}

.box-store4{
	margin:0 auto;
	clear: both;
	float: none;
	margin-top: 15px;
	width: 80%;
}

.box-store3 .bs-title, .box-store4 .bs-title{
	font-size: 11px;

}

.last-line .box-store3{
	margin-left: 0 !important;
	margin: 0 auto !important;
	margin-top: 15px !important;
}

.last-line .box-store4{
	margin-left: 0 !important;
	margin: 0 auto !important;
	margin-top: 15px !important;
}
}





@media (max-width: 1200px) {
	.grid #tribe-events-calendar-header{
		height: 100px;
	}
	.tribe-events-month-nav{
		position: absolute;
		top: 10px !important;
	}
	.tribe-events-calendar-buttons{
		position: relative;
		left: 0 !important;
		top: 0px;
	}
	.tribe-events-calendar-buttons a{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}

@media (max-width: 730px) {
	.grid #tribe-events-calendar-header{
		height: 150px;
	}
	.tribe-events-calendar-buttons{
		top: 0px;
	}
}




@media (max-width: 480px) {
	.grid #tribe-events-calendar-header{
		height: 180px;
	}
	.tribe-events-calendar-buttons{
		top: 0px;
	}
	.tribe-events-calendar-buttons a{
		margin-top: 0px;
		margin-left: 0px;
		margin-right: 10px;
		margin-bottom: 10px;
	}
}


@media (max-width: 400px) {
.grid #tribe-events-calendar-header{
		height: 200px;
	}
	.tribe-events-calendar-buttons{
		top: 0px;
	}

.tab_usapa_ambas{
	display: none;
}

}

.container-table-grid{
	overflow-x: scroll;
}


.hidden{
	display: none;
}

.ad-widget-new{
	margin-bottom: 15px;
  text-align: center;
}

.ad-widget-new img{
	max-width: 100%;
}














.n-banner-ads-top{
	float: left;
	margin-left: 30px;
    margin-top: 35px;
	width: 690px;
}
.ie8 .n-banner-ads-top{
width:500px; margin-left: 60px;
}
.ie7 .n-banner-ads-top{
width:500px; margin-left: 60px;
}

.n-banner-ads-top img, .n-banner-ads-top a{
	width: 100% !important;
	height: auto;
}





@media (max-width: 1190px) and (min-width: 980px){
	.n-banner-ads-top{
		width: 480px;
		margin-left: 70px;
    	margin-top: 55px;
	}
}


@media (max-width: 979px){
	.n-banner-ads-top{
		display: none;
	}
}


#tribe-events-events-picker select{
	width: 180px;
}

#tribe-events-calendar-header{
	position: relative;
}

.tribe-events-month-nav{
	top: 0;
}

#__bs_rotation_21842, #__bs_rotation_9100{
	height: auto!important;
	width: auto!important;
}

.cn-cat-tree{ background:url(/wp-content/uploads/2014/10/logo-sponsor1.jpg) right no-repeat;}

.jcarousel-skin-tango .jcarousel-container-horizontal{
    width: 100%!important;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    padding: 20px 30px!important;
}

.jcarousel-skin-tango .jcarousel-container{
    border: none!important;
    background: #fff!important;
}

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

 .slideshow-wrapper{
    width: 100%!important;
  }

  .slideshow-wrapper .slideshow-slideleft, .slideshow-wrapper .slideshow-slideright{
    width: 5%!important;
  }

  .slideshow-wrapper .slideshow-slidearea{
    width: 90%!important;
    margin: 0px!important;
  }

  .slideshow-fullsize{
    width: 100%!important;
  }

  .slideshow-information{
    width: 100%!important;
  }

}

.bx-wrapper ul.kiwi-logo-carousel.align-center li img{
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
}

.bx-wrapper .bx-prev {
	left: -50px !important;
}

.bx-wrapper .bx-next {
	right: -50px !important;
}

.left-media ul li {
    list-style-type: none;
}

@media (min-width: 768px){
	.top-buttons{ float:right; margin-top:17px;
	}
}

@media (max-width: 767px){
	.row .logo-line{ text-align:center;}
	header .logo-line{ text-align:center;}
}


/*----------------------- ADDITIONAL CSS -----------------------*/

.social-media-wrapper{
  overflow-x: auto;
}

#main .box-title h2{
  margin: 10px 0!important;

}

