@import url('mobile.css');
@import url('tablet.css');
@import url('oldmobiles.css');
@import url('oldpcs.css');


/*--------IE FIX----*/
a img
{
     border:0px;
}
.clear:before,
.clear:after {
	content:"";
	display:table;
}

.clear:after {
	clear:both;
}


.clearfix:before,
.clearfix:after {
	content:"";
	display:table;
}

.clearfix:after {
	clear:both;
}

* {
	margin:0;
	padding:0;
	font-size:100%;
}


/* ============Search Results========*/
fieldset.phrases {
	display:none;
}
fieldset.only {
	display:none;	
}
#searchForm .form-limit {
	display:none;
}

#searchForm button.btn.hasTooltip {
	display: none;
}

.search dl.search-results {
	background:#333;
	padding:10px;
	box-sizing:border-box;
}
.search-results dt.result-title {
	margin-top: 10px;
}

.search-results .result-title a {
	font-size:1.3em;
}

/* ============END Search Results========*/
.eventgallery-category-headline {
display:none;
}

@media only screen and (min-width:1024px) {

p {
  	text-align:justify;
  	color:white;
  	line-height: 1.6rem;
	font-size: 1.14286rem;
}
h1 {
	font-size: 1.8em;
	color: white;
	font-family: 'Francois One', sans-serif;
	padding: 4px;
	margin-bottom: 20px;
}
h2 {
	margin-bottom: 31px;
	text-align: left;
	font-family: "Francois One",sans-serif;
	padding: 4px 4px 4px 61px;
	color: #FFF;
	font-size: 1em;
	border-bottom: 2px solid #FF0;
	background: url("../images/news-header-bg.png") no-repeat scroll 0% 51% transparent;
	
}

a:link, a:visited {
	color:white;
}

body.home-page .blog-featured P:first-letter {
    font-size: 150%;
    float: left;
    margin-right: 0.2em;
	 text-shadow: 0.1em 0.1em 0.1em #777;
}

body.home-page h1 {
	/* background-image: url(../images/newsbg3.png);
	background-repeat: no-repeat;
	background-size:100% 100%;
	*/
	text-align: center;
	display: inline-block;
	padding: 5px 62px;
	color: #FFF;
	position: relative;
	background: url('../images/headers-bg.png') repeat scroll 0% 0% / 100% 100% transparent;
	text-shadow: 4px -3px 2px #000;
	border-bottom-left-radius: 4px;
}


body.home-page h1:before {
	content: '*';
	position: absolute;
	top: -10px;
	left: 5px;
	z-index: 1;
	border: 15px solid transparent;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}


/*
body.home-page h1:after {
	content: "";
    position: absolute;
    top: 60px;
    left:30px;
    z-index: 1;
    border: solid 15px transparent;
    border-right-color: #ff0000;
}
*/

body.home-page .page-container h3 {
	text-align: center;
	font-size: 1.8em;
	font-family: "Francois One",sans-serif;
	width: 96%;
	color: #FFF;
	padding: 4px 0px;
	position: relative;
	text-shadow: 4px -3px 2px #000;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	background: url("../images/headers-bg.png") no-repeat scroll 0% 0% / 100% 100% transparent;
	margin: 0px 6px 36px auto;
}



body.home-page h3.king-antony-h3 {
	box-shadow: none;
}

body.home-page .page-container h3:before {
	content: '*';
	position: absolute;
	top: -10px;
	left: 220px;
	z-index: 1;
	border: 15px solid transparent;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

body.home-page .page-container h3:after {
	content: '*';
	position: absolute;
	top: -10px;
	left: 17px;
	z-index: 1;
	border: 15px solid transparent;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

/*=============Mobile Navigation Hide========*/
#topnavselect {
	display:none;
}

body {
	background:url(../images/newbg5.jpg);
	background-repeat:no-repeat;
	background-attachment:fixed;
	background-size: cover;
	
}

/*================Header=====================*/
.page-container {
  	margin: 0px auto;
	max-width: 1024px;
	position: relative
}
.arrow_box-main { 
	position: relative; 
	background: #88b7d5; 
} 

.arrow_box-main:after { 
	top: 100%; left: 50%; 
	border: solid transparent; content: " "; 
	height: 0; 
	width: 0; 
	position: absolute; 
	pointer-events: none; 
	border-color: rgba(136, 183, 213, 0); 
	border-top-color: rgba(0,0,0, .6); 
	border-width: 50px; 
	margin-left: -50px; 
}

.container {
	width: 100%;
	min-height: 800px;
	max-width: 1018px;
	margin: 0px auto;
	background: rgba(0,0,0, .6);
	color: white;
	margin-top: 11px;
}

.container .maincontaint {
	padding: 10px;
	border: 1px solid rgba(12,311,112, .2);
	min-height: 800px;
}
header {
  width:98%;
  max-width:1024px;
  margin: 0 auto;

}
.container-header {
	position: relative;
	max-width: 100%;
	margin: 0 auto;
	min-height: 83px;
	background: rgba(0,0,0, .2);
	/* background-image: url(../images/header-bg.jpg); */
	background: rgba(0,0,0, .3);
	
}
.header-image {
	position: absolute;
	top: 0px;
	left: 0%;
	z-index: 2;
	width: 100%;
	text-align: center;
}

.header-image img {
	width:200px;
}
#slider {
	max-width: 1024px;
	margin: 0 auto;
	box-sizing: border-box;
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.3);
}

#favsimple-13344 {
	background: transparent !important;
}

.camera_caption {
	bottom: 50px;
}
.camera_caption {
    text-align: right;
	font-family: "Lobster", cursive;
}

#camera_wrap_89 .camera_caption > div {
	font-family: "Lobster", cursive;
	letter-spacing: 0.2em;
}

body.home-page .left-corner-news {
	width: 7px;
	height: 0px;
	border-top: 9px solid transparent;
	border-right: 9px solid #C54846;
	position: absolute;
	top: 3px;
	left: -13px;
	display:none;
}

/*================navigation=================*/
nav {
	text-transform:uppercase;
}


.navigation-container {
	width: 100%;
	position: relative;
	background: url("../images/nav-bg2.png") no-repeat top -56% center;
	margin-top: 17px;
	z-index: 3;
}

/*Drop Down Menu*/
nav .nav-child {
  position: absolute;
  top: 122%;
  left: 0;
  z-index: 1000;
  display: none;
  float: left;
  min-width: 160px;
  padding: 5px 0;
  margin: 2px 0 0;
  list-style: none;
  background-color: rgb(30, 30, 30);
  -webkit-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  -moz-box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  box-shadow: 0 5px 10px rgba(0,0,0,0.2);
  border-top:2px solid #206080;
}


nav .nav-child.pull-right {
  right: 0;
  left: auto;
}

nav .nav-child .divider {
  *width: 100%;
  height: 1px;
  margin: 8px 1px;
  *margin: -5px 0 5px;
  overflow: hidden;
  background-color: #e5e5e5;
  border-bottom: 1px solid #fff;
}

nav .nav-child a {
  display: block;
  padding: 3px 20px;
  clear: both;
  font-size: 15px;
  font-weight: normal;
  line-height: 18px;
  font-style:italic;
  color: #fff;
  white-space: nowrap;
  text-decoration:none;
  font-family: 'Francois One', sans-serif;
}

nav .nav > li:nth-child(-n+3) {
	position: relative;
	float: left;
	list-style: outside none none;
	margin-right: 12px;
	padding: 14px;
	top: -5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	margin-left: 30px;

}
nav .nav > li:nth-child(n+4) {
	position: relative;
	float: right;
	list-style: outside none none;
	margin-right: 20px;
	padding: 14px;
	top: -5px;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
}

nav .nav > li.current, nav .nav > li.active, nav .nav > li:hover {
	color:red;
}


nav .nav > li:hover > .nav-child,
nav .nav > li > a:focus  .nav-child {
  display: block;
}
.nav-child li {
	padding:4px 0px;
}



nav .nav-child li > a:hover,
nav .nav-child li > a:focus,
nav .nav-child:hover > a {
  text-decoration: none;
  color: red;
  background-color: transparent;
}


.navbar-inner {
    min-height: 51px;
	padding-right: 20px;
	position: relative;
}

.navbar .nav > li > a {
  text-shadow:none;
  color: white;
  text-decoration:none;
  padding-bottom: 22px;
  font-family: 'Francois One', sans-serif;
  padding-top: 18px;
}
.navbar .nav>li>a:focus, .navbar .nav>li>a:hover {
  color: red;
  
}
.navbar .nav > .active > a,
.navbar .nav > .active > a:hover,
.navbar .nav > .active > a:focus {
  color: red;
  
  
}




/*=====================================end Navigation================*/

/*=====================Search================*/
.search-box {
	width: 98%;
	max-width: 1024px;
	margin: -53px auto 30px;
	height: 40px;
	padding: 3px;
	background: url("../images/searchbar1.png") repeat scroll 0% 0% transparent;
	position:relative;
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
}

#mod-search-searchword {
	width: 200px;
	height: 35px;
	padding: 1px 22px;
	border: 1px solid #000;
	color: black;
	box-shadow: inset 0 0 10px #000000;
	border-radius: 5px;
}

.element-invisible {
	display:none;
}

#searchbox {
	float:right;
	margin-right: 4px;
}



.left-corner {
	width: 7px;
	height: 0px;
	border-top: 9px solid transparent;
	border-right: 9px solid #C54846;
	position: absolute;
	top: -8px;
	left: -8px;
}

.right-corner {
	width: 7px;
	height: 0px;
	border-top: 9px solid transparent;
	border-left: 9px solid #C54846;
	position: absolute;
	top: -8px;
	right: -8px;
}


/*=====================END Search================*/
.cameraContent {
	
}


/*=================Go to TOP*/
#gototop {
    height: 45px;
    width: 45px;
    background: url("../images/back-to-top-icon.png") no-repeat scroll center center #BF0000;
    border-radius: 22px;
    box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
    text-indent: -9000px;
	position: fixed;
	opacity: 1;
	display: block;
	bottom: 100px;
	right: 10px;
	z-index: 11;
	margin-bottom: 10px;
	margin-right:20px;
	
}
#gototop:hover {
	background: url("../images/back-to-top-icon.png") no-repeat scroll center center #333;
}


/*===================END Got to top*/



/*================recomended=================*/
body.home-page .recomended {
	width:67%;
	float:left;
	padding: 0px 10px;
	background: url("../images/body-border2.png") repeat-y scroll 0% 0% transparent;
}

body.home-page .recomended .item-image {
	float: left;
	padding: 3px 16px 3px 3px;
}
body.home-page .recomended .item-image img {
	max-width: 250px;
	padding: 2px;
	border: 1px solid white;
	max-height: 168px;
}
body.home-page .recomended .items-row .item {
	min-height: 240px;
}
/*================END recomended=================*/

/*==========================Sidebar===================*/
.sidebar iframe {
	width: 92%;
	height: 290px;
	margin: 0px auto 0px 13px;
	
}


body.home-page .sidebar .follow-me a {
	background: url(../images/Facebook.png);
	background-repeat:no-repeat;
	background-position:bottom center;
	margin: 27px 0px;
	width: 200px;
	height: 64px;
	display: inline-block;
}
body.home-page .sidebar .follow-me a:hover {
	 -webkit-animation-name: pulse;
          animation-name: pulse;
		   -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  z-index:1000;
		  cursor:pointer;
}

body.home-page .sidebar .follow-me a {
	color: transparent;
}
.follow-me p {
	text-align:center;
} 
body.home-page .sidebar {
	width: 30%;
	float: right;
	min-height: 900px;
	background-image: url("../images/body-border2.png"), url("../images/body-border2.png"), url("../images/dark_geometric.png");
	background-repeat: repeat-y, repeat-y, repeat;
	background-position: top left, top right;
	position:relative;
}



body.home-page .sidebar .brands img {
	width:97%;
	
} 
body.home-page .sidebar .brands h3 {
	margin-bottom:18px;
}
body.home-page .sidebar .king-antony img {
	width: 95%;
	margin: 0 auto;
	display: block;
	margin-bottom: 78px;
}

body.home-page .left-corner-sidebar {
	width: 9px;
	height: 0px;
	border-top: 10px solid transparent;
	border-right: 9px solid #C54846;
	position: absolute;
	top: -21px;
	left: -12px;
	display:none;
}

body.home-page .right-corner-sidebar {
	width: 7px;
	height: 0px;
	border-top: 9px solid transparent;
	border-left: 9px solid #C54846;
	position: absolute;
	top: -21px;
	right: -10px;
		display:none;
}
/*=========================END Sidebar=================*/
/*================blog-featured=================*/
body.home-page .blog-featured .items-leading, body.home-page .blog-featured .span6 {
	/* background: url(../images/news-bg.png);
	background-size: contain;
	background-repeat: no-repeat; */
	/* border: 2px solid rgba(255,255,255, .6); 
	box-shadow: inset 0 0 10px #000000;
	*/
	margin: 27px 0px;
	padding: 15px;
	position:relative;
	background-size:100% 100%;
	min-height:280px;
	background: url(../images/dark_geometric.png);
	border: 10px solid rgba(0, 0, 0, 0.2);
}
body.home-page .blog-featured .items-leading p, body.home-page .blog-featured .span4 p {
	margin-top:37px;
}

body.home-page p.readmore a:link, p.readmore a:visited {
	background: url(../images/readmore2.png);
	position:absolute;
	bottom:-8px;
	left: 286px;
	text-decoration:none;
	padding:4px 8px;
	padding: 7px 15px;
	color: white;
	background-size: 100% 100%;
	text-shadow: 4px -3px 2px rgba(0, 0,0, 1);
}
body.home-page p.readmore a:hover {
	text-shadow:none;
}
/*=================END blog-featured================*/

/*============Counter=====================*/
.counter {
	width: 98%;
	max-width: 1024px;
	margin: 100px auto 10px;
	background: url(../images/counter-bg.jpg);
	padding: 10px
}
.box-counter {
	width: 25%;
	float: left;
	min-height: 259px;
	padding-top: 10px;
}
.box-counter h4 {
	font-size: 1.3em;
	text-align: center;
	color: white;
	margin-top: 42px;
}
.box-counter:nth-child(+n+4) h4 {
	
} 
.box-counter p.number {
	text-align: center;
	font-size: 4em;
	font-family: verdana;
	font-weight: bold;
	padding-top: 100px;
}

.box-counter:nth-child(+n+1) p.number {
	background: url(../images/counter1.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.box-counter:nth-child(+n+2) p.number {
	background: url(../images/counter2.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.box-counter:nth-child(+n+3) p.number {
	background: url(../images/counter3.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.box-counter:nth-child(+n+4) p.number {
	background: url(../images/counter4.png);
	background-repeat: no-repeat;
	background-position: top center;
}

.box-counter:nth-child(+n+1) {
	background:none repeat scroll 0% 0% #CD2122;
}

.box-counter:nth-child(+n+2) {
	background:#333;
}

.box-counter:nth-child(+n+3) {
	background:#666;
}

.box-counter:nth-child(+n+4) {
	background:#999;
}
.arrow_box1, .arrow_box2, .arrow_box3 { position: relative; background: #88b7d5; } 
.arrow_box1 {
	z-index:3;
}
.arrow_box2 {
	z-index:2;
}
.arrow_box3 {
	
}
.arrow_box1:after { 
	left: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #CD2122;
	border-width: 12px;
	margin-top: -30px;
}

.arrow_box2:after { 
	left: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #333;
	border-width: 12px;
	margin-top: -30px;
}

.arrow_box3:after { 
	left: 100%;
	top: 20%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
	border-color: rgba(136, 183, 213, 0);
	border-left-color: #666;
	border-width: 12px;
	margin-top: -30px;
}
body.home-page h4 {
	position:relative;
}
body.home-page h4:before {
	content: '*';
	position: absolute;
	top: -10px;
	left: 5px;
	z-index: 1;
	border: 15px solid transparent;
	border-image-source: initial;
	border-image-slice: initial;
	border-image-width: initial;
	border-image-outset: initial;
	border-image-repeat: initial;
}

/*============END Counter=====================*/




/*=================Footer=====================*/
footer {
	width: 100%;
	margin: -66px auto 0px;
	background: rgba(0,0,0, .6);
	box-sizing: border-box;
}

footer .footer-box {
	width:33%;
	float:left;
	min-height: 327px;
}
.blood {
	width: 100%;
	max-width: 1024px;
	clear: both;
	margin: 10px auto;
	min-height: 246px;
	background: url(../images/blood.png);
	background-repeat: no-repeat;
	background-position: left top;
	position: relative;
	top: -22px;
	z-index: 200;
}


.endfooter {
	background: rgba(0,0,0, .4);
	/* min-height: 50px; */
	padding: 10px 5px;
	border-top: 1px solid red;
	text-align: center;
}

.copyright {
	display: inline-block;
}
.designed {
	display: inline-block;
}
.footer-bottom .footer-box .latestnews a:link, .footer-bottom .footer-box .latestnews a:visited {
	color:white;
	text-decoration:none;
	transition: 0.2s all;
}
.footer-bottom .footer-box .latestnews a:hover {
	color:#CD2122;
}



.footer-bottom .footer-box .latestnews li {
	list-style-type: circle;
	color: white;
	margin-left: 36px;
	padding: 10px 10px;
	transition: 0.2s all;
}
.footer-bottom .footer-box .latestnews li:hover {
	list-style:decimal;
	transition: 0.2s all;
}

#smoothtop {
	height: 45px;
	width: 45px;
	background: url("../images/up-arrow.gif") no-repeat scroll center top transparent;
	border-radius: 22px;
	box-shadow: 1px 1px 2px 1px rgba(0, 0, 0, 0.5);
	position: fixed;
	right: 65px !important;
	bottom: 30px !important;
}
.footer-bottom {
	width:100%;
	max-width:1024px;
	margin:0 auto;
}
.footer-headers-cont {
	background:none repeat scroll 0% 0% #CD2122;
	margin-bottom: 30px;
	border-bottom: 1px solid white;
	border-top: 1px solid white;
}
.footer-headers {
	width: 100%;
	max-width: 1024px;
	margin: 0 auto;
}


footer h3 {
	width: 33%;
	display: inline-block;
	background:none;
	border-top:4px solid #CD2122;
	margin:0px;
	text-align: center;
	font-size: 1.8em;
	color: #FFF;
	font-family: "Francois One",sans-serif;
	color: white;
	padding: 4px 0px;
	text-shadow: 4px -3px 2px rgba(0, 0,0, 1);
	position:relative;
}

footer h3:before, footer h3:after  {
	content:"";
}

footer h3:nth-child(n+1) {
	background:url(../images/footer-news.png);
	background-repeat:no-repeat;
	background-position:left center;
} 
footer h3:nth-child(n+2) {
	background:url(../images/footer-me.png);
	background-repeat:no-repeat;
	background-position:left center;
} 
.footer-headers h3:nth-child(n+3) {
	background:url(../images/footer-bike.png);
	background-repeat:no-repeat;
	background-position:left center;
} 

.footer-headers a:link, .footer-headers a:visited {
	text-decoration:none;
	display: inline-block;
}

.footer-headers h3 a:hover {
	  -webkit-animation-name: pulse;
          animation-name: pulse;
		   -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  z-index:1000;
		  cursor:pointer;
} 


img.sp_simple_gallery:hover {
	 -webkit-animation-name: pulse;
          animation-name: pulse;
		   -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  z-index:1000;
		  cursor:pointer;
		  opacity: 0.4;
}

div#sp-sig99 img {
	width: 43%;
}

.footer-bottom .footer-box:nth-child(2) {
	background: url(../images/footer-border.png), url(../images/footer-border.png);
	background-repeat: no-repeat;
	background-position: left top, right top;
}

.footer-bottom .footer-box:nth-child(2) p {
	text-align:center;
}

.footer-bottom .footer-box:nth-child(1) {
	background: url(../images/footer-border.png);
	background-repeat: no-repeat;
	background-position: left top;
}
.footer-bottom .footer-box:nth-child(3) {
	background: url(../images/footer-border.png);
	background-repeat: no-repeat;
	background-position: right top;
}
.footer-about-me li {
	list-style-type: circle;
	color: white;
	margin-left: 36px;
	padding: 10px 10px;
}
a.footer-read-more:link, a.footer-read-more:visited {
	color: white;
	text-decoration: none;
	text-transform: uppercase;
	background: red;
	font-size: 1.2em;
	padding: 3px 4px;
	border-radius: 4px;
	font-family: verdana;
	font-weight: bold;
	display: inline-block;
	margin-top: 20px;
	margin-bottom: 20px;
}
a.footer-read-more:hover {
	color:black;
}


/*=================END Footer=====================*/

/*==============News Images==========================*/
ul.sigFreeClassic {
	text-align:center;
	margin-top:60px !important;
}

ul.sigFreeClassic li.sigFreeThumb {
	display:inline-block;	
	
}
ul.sigFreeClassic li.sigFreeThumb {
	float:none;
}

ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink img.sigFreeImg, ul.sigFreeClassic li.sigFreeThumb a.sigFreeLink:hover img.sigFreeImg {
	display:inline-block;
}

/*=================END News Images==============*/


/*===============Animations=================*/
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }

  50% {
    -webkit-transform: scale3d(1.05, 1.05, 1.05);
            transform: scale3d(1.05, 1.05, 1.05);
  }

  100% {
    -webkit-transform: scale3d(1, 1, 1);
            transform: scale3d(1, 1, 1);
  }
}

.box-counter:hover {
  -webkit-animation-name: pulse;
          animation-name: pulse;
		   -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  z-index:1000;
}
div#sp-sig99 a {
	text-decoration:none;
}

div#sp-sig99 a:hover {
  -webkit-animation-name: pulse;
          animation-name: pulse;
		   -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-fill-mode: both;
          animation-fill-mode: both;
		  z-index:1000;
		  cursor:pointer;
}

/*================END Animations=============*/


/*=================News Page===============*/
body.news-page .blog .items-leading, body.news-page .blog .span6 {
	min-height:350px;
	clear:both;
	position: relative;
	margin-top: 30px;
	margin-right:10px;
}
body.news-page .page-container {
	background:white;
}

body.news-page .page-container .container {
	background:black;	
}


body.news-page .blog .items-leading .item-image, body.news-page .blog .items-row .item-image {
	display:block;
	width:100%;
	max-width:300px;
	float:left;
	padding: 10px;
	padding: 10px;
	margin: 2px 36px 2px 2px;
}

body.news-page .blog .items-leading .item-image img, body.news-page .blog .items-row .item-image img {
	width:100%;
	border: 1px solid white;
	padding: 4px;
}

body.news-page .blog h2 { 
	text-align: left;
	border-bottom: 2px solid #FF0;
	background: url("../images/news-header-bg.png");
	background-repeat: no-repeat;
	padding-left: 61px;
	background-position: 0% 51%;
}
body.news-page .blog p {
	line-height: 3em;
	font-size: 1.1em;
}
body.news-page .blog p.readmore {
	background: url("../images/news-line.png") no-repeat scroll 100% 115% transparent;
	text-align: right;
	position: absolute;
	bottom: 0px;
	right: 0px;
	width: 80%;
}

body.news-page .blog a.btn {
	border: 1px solid #999;
	border-radius: 6px;
	padding: 3px;
	text-decoration: none;
	color: #FFF;
	width: 96%;
	display: inline;
	margin-right: 56px;
	line-height: 68px;
}
body.news-page .blog a.btn:hover {
	border:1px solid red;
}

body.news-page .blog h1, body.news-page h1 {
	letter-spacing: .2em;
	background:#CD2122;
	width: 100%;
	display: inline;
	margin: 0 auto;
	position: relative;
	top: -15px;
	text-shadow: 4px -2px 2px rgba(0, 0,0, 1);
	border-bottom-left-radius: 4px;
	border-bottom-right-radius: 4px;
	border-top-right-radius: 4px;
}

body.news-page .left-corner-news {
	width: 7px;
	height: 0px;
	border-top: 9px solid transparent;
	border-right: 9px solid #C54846;
	position: absolute;
	top: -9px;
	left: -1px;
}

body.news-page .item-image, body.news-page .item-image {
	display:block;
	width:100%;
	max-width:300px;
	float:left;
	padding: 10px;
	padding: 10px;
	margin: 2px 36px 2px 2px;
}

body.news-page .item-image img, body.news-page .item-image img {
	width:100%;
	border: 1px solid white;
	padding: 4px;
}

body.news-page img.news-image {
	width: 335px;
	border: 1px solid white;
	padding: 9px;
	float: left;
	margin: 11px;
}

body.news-page h4 {
	font-size: 1.2em;
	color: yellow;
	display: block;
	clear: both;
}
/*=================END News Page===============*/

/*===============Bio Page====================*/
body.bio-page h1 {
	float: right;
	border-bottom: 2px solid yellow;
	width: 70%;
	text-align: right;
}
body.bio-page .page-container {
	background:white;
}

body.bio-page .page-container .container {
	background:black;	
}

body.bio-page h2 {
	font-size: 2em;
	color: white;
	padding: 4px;
	font-family: 'Francois One', sans-serif;
	margin-bottom: 31px;
	text-transform: uppercase;
	margin-bottom: 31px;
	text-align: left;
	padding: 4px 4px 4px 61px;
	border-bottom: 2px solid #FF0;
	background: url("../images/bio-header.png") no-repeat scroll 0% 95% transparent;
	
}
body.bio-page .recomended .item-image img {
	float: right;
	padding: 10px;
	background: none repeat scroll 0% 0% #FFF;
	margin-bottom: 20px;
}
body.bio-page .recomended ul li {
	list-style:none;
}

body.bio-page .recomended ul li strong {
	color: yellow;
	font-size: 1.2em;
	position: relative;
	margin-left: 44px;
	text-align: right;
	margin: 0px 51px;
	display: inline-block;
	width: 227px;
}


/*===============END Bio Page====================*/

/*=====================Career Page===========*/
body.career-page .container {
	background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.8);
}
body.career-page .page-container {
	background:white;
}

body.career-page .page-container .container {
	background:black;	
}
body.career-page .recomended {
	width: 60%;
	float: left;
}

body.career-page .sidebar {
	float:right;
	width:40%;
	background: url("../images/career-bg.png") no-repeat scroll 80% 141px transparent;
	min-height:1200px;
}

body.career-page .words h3 {
	color: yellow;
	padding: 10px;
	font-size: 1.4em;
}

body.career-page .words ul {
	margin-left: 57px;
	line-height: 1.5em;
}

body.career-page .page-header h2, body.career-page .words h2 {
	width: 100%;
	font-size: 2em;
	color: #FFF;
	border-bottom: 2px solid #FF0;
	text-align: left;
	background: url("../images/gears-bg.png") no-repeat scroll 0% 97% transparent;
	padding-left: 61px;
	line-height: 1em;
}

body.career-page .words h2 {
	font-size:1.7em;	
}
body.career-page li.winner {
	list-style-image: url('../images/winner.png');
}
/*=====================END Career Page===========*/
/*======================gallery Page==============*/
body.gallery-page h1 {
	font-size: 2em;
	color: white;
	padding: 4px;
	font-family: 'Francois One', sans-serif;
	margin-bottom: 31px;
	text-transform: uppercase;
	margin-bottom: 31px;
	text-align: left;
	padding: 4px 4px 4px 61px;
	border-bottom: 2px solid #FF0;
	background: url("../images/gallery-h1.png") no-repeat scroll 0% 95% transparent;
}
body.gallery-page .page-container {
	background:white;
}

body.gallery-page .page-container .container {
	background:black;	
}
	
#events .item .date {
	height: 18px;
	font-size: 1.2em;
	font-weight: bold;
	margin: 0 10px;
	color: white;
	font-weight: bolder;
	text-shadow: 3px 5px 7px black;
	text-decoration: overline;
	text-align: center;
	margin-top: 4px;
}
#events .item .title {
	min-height: 60px;
	font-size: 2.2em;
	overflow: auto;
	margin: 0 10px;
	-ms-word-break: break-all;
	word-break: break-all;
	word-break: break-word;
	-webkit-hyphens: auto;
	-moz-hyphens: auto;
	hyphens: auto;
	color: white;
	text-align: center;
	border-top:2px solid yellow;
}
body.gallery-page .eventgallery-subcategories {
	display:none;
}

body.gallery-page .eventgallery-subcategories-list {
	display:none;
}
/*======================END gallery Page==============*/

/*======================contact Page==============*/

body.contact-page h2 {
	background: url("../images/contact-h1.png") no-repeat scroll 0% 48% transparent;
	font-size: 1.4em;
	letter-spacing: .1em;	
}
body.contact-page .page-container {
	background:white;
}

body.contact-page .page-container .container {
	background:black;	
}
body.contact-page .control-group {
	width: 708px;
	margin: 24px auto;
	clear: both;
}

input, textarea {
    padding: 10px;
    border: 1px solid #BEBEBE;
    width: 70%;
    margin-bottom: 10px;
    color: #999;
    box-shadow: 0px 0px 8px rgba(0, 0, 0, 0.2);
}
input:hover, textarea:hover,
input:focus, textarea:focus {
	border-color: yellow;
	-moz-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	-webkit-box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;
	box-shadow: rgba(0, 0, 0, 0.2) 0px 0px 8px;	
}

.form label {
	margin-left: 10px;
	color: rgb(190, 190, 190);
}

.submit input {
	width: 100px;
	height: 40px;
	background-color: rgb(149, 174, 12);
	color: #E4E4E4;
	border-radius: 3px;
}

.control-label label {
	text-align: left;
	display: block;
	width: 22%;
	float: left;
	/* border: 1px solid red; */
	background: yellow;
	color: black;
	font-weight: bolder;
	font-size: 1.2em;
	padding: 6.3px 17px;
	font-family: "Francois One",sans-serif;
}
.accordion-heading {
	display: none;
}

fieldset {
	border: none !important;
	margin-top: 70px;
}
label#jform_contact_email_copy-lbl, input#jform_contact_email_copy {
	display:none;
}
button.btn.btn-primary.validate {
	margin: 0 auto;
	display: block;
	background: yellow;
	color: black;
	font-weight: bolder;
	font-size: 1.2em;
	padding: 6.3px 17px;
	font-family: "Francois One",sans-serif;
	border: none;
}
button.btn.btn-primary.validate:hover {
	cursor:pointer;
}



/*======================END contact Page==============*/
}
