@charset utf-8;
/*--
	Theme Name: football
	Description: A theme for Wordpress 3.7+ from flashsite-templates.com Collection
	Author: flashsite-templates.com 
	Author URL: http://www.flashsite-templates.com 
--*/


/*  ***************************************************** GENERAL ********************************************/

	
	@font-face {
	    font-family: 'FontAwesome';
	    src: url('fonts/fontawesome.eot');
	    src: url('fonts/fontawesome.eot') format('embedded-opentype'),
	         url('fonts/fontawesome.woff2') format('woff2'),
	         url('fonts/fontawesome.woff') format('woff'),
	         url('fonts/fontawesome.ttf') format('truetype'),
	         url('fonts/fontawesome.svg#FontAwesome') format('svg');
	}




	body {
		background: #1a1d21 url(images/bg_body.jpg) center bottom no-repeat;
		color: #a6acb3;	
		font: 14px/22px 'Roboto', serif;
		/* position:relative; */
		overflow: hidden;
		position: relative;	
	}
		.home body {
			background: #1a1d21;
		}

	body #main {
	  margin: 0 auto 0;
	  position: relative;
	  z-index: 999;
	  color: #a6acb3;
	  font: 14px/22px 'Roboto', serif;    
	}


/*  *****************************************  H1 - H6  *************************************************/

	#main h1 {
		color: #fff;
		font: bold 48px/48px 'Ubunru', sans-serif;
		text-transform: uppercase;
		text-align: left;
		padding: 0;
		margin: 0 0 45px 0;
	}
		#main h1 span {
			color: #fff;
			font-size: 36px;
			line-height: 40px;
			text-transform: uppercase;			
		}


	/*  **************************************************/

	#main h2, #main h2 a, #beforeFooter h2 {
		color: #fff;
		font: bold 20px/22px 'Ubuntu', sans-serif;
		text-transform: uppercase;
		position: relative;
		padding: 0 0 15px 0;
		margin: 0 0 15px 0;
		display: inline-block;
		
	}
		#main h2:after, #beforeFooter h2:after {
			position: absolute;
			display: block;
			content: '';
			width: 40%;
			background: url(images/bg_navLI_after.jpg) repeat-x 0 0;
			height: 3px;
			left: 0;
			bottom: 0;
		}

		#main h2 a { margin-bottom: 0; }
			#main h2 a:hover { text-decoration: underline; }


		#main h2 a { margin-bottom: 0; }
			#main h2 a:hover { text-decoration: underline; }
	

	/*  **************************************************/


	#main h3, #main h3 a {
		color: #fff;
		font: 24px/28px 'Ubuntu', sans-serif;
		text-transform: capitalize;
		padding: 0;
		margin: 0 0 17px 0;
		text-decoration: none;		
	}
		#main h3 a { margin-bottom: 0; }
			#main h3 a:hover { color: #ff7045; }


	/*  **************************************************/


	#main h4 {
		color: #fff;
		font: bold 18px/24px 'Ubuntu', sans-serif;
		text-transform: capitalize;
		padding: 0;
		margin: 0 0 17px 0;
	}
		#main .excerpt h4 { 
		  
		}


	/*  **************************************************/	


	#main h5, #main h5 a {
		color: #e9ecf1;
		font: 14px/20px 'Roboto', sans-serif;
		text-transform: none;
		padding: 0;
		margin: 0 0 12px 0;	
	}
		#main h5 a { margin-bottom: 0; text-decoration: underline; }	
			#main h5 a:hover {
				color: #ff7045;
				text-decoration: underline;
			}

	/*  **************************************************/	

	#main h6 {
	  color: #fff;
	  font: bold 14px/18px "Ubuntu",sans-serif;
	  margin: 0 0 5px;
	  padding: 0;
	  text-transform: uppercase;
	}

	#main h6.relatedPost {
		font-size: 11px;
		line-height: 1.4em;
	}

/*  ****************************************** BLOCKQUOTE ********************************************/	

	body blockquote {
		padding-left: 65px;
		border: none;
		background: url(images/bg_blockquote.jpg) 0 0 no-repeat;
		color: #595959;
		font: italic 12px/18px 'Roboto', sans-serif;		
	}
		blockquote p.desrc {
			color: #a3a3a3;
			padding: 0;
			margin: 10px 0 0 0;
			font: 300 14px/18px 'Roboto', sans-serif;
		}
			blockquote p.desrc span {
				font-weight: bold;
				display: inline-block;
				position: relative;
				margin-right: 10px;				
			}
				blockquote p.desrc span:after {
					position: absolute;
					display: block;
					content: ',';
					height: 18px;
					width: 5px;
					right: -6px;
					top: 0;
				}

/*  ****************************************************** LINKS ******************************/

	body a {
		color: #fff;
		text-decoration: underline;
	}

	a.read {
		display: inline-block;
		padding: 4px 19px;
		margin: 15px 0;
		background: none;
		text-decoration: none;
		text-transform: uppercase;
		color: #fff;
		font: bold 14px/32px 'Roboto', sans-serif;
		-webkit-transition: all .25s ease;
		   -moz-transition: all .25s ease;
		    -ms-transition: all .25s ease;
		     -o-transition: all .25s ease;
		        transition: all .25s ease;
	}	
		a.read:hover {
			text-decoration: none;
			
		}

	a.readmore {
		display: inline-block;
		padding: 0px 20px 0px 0;
		margin: 0 0;
		text-decoration: none;
		text-transform: lowercase;
		color: #868d9b;
		font: bold 16px/22px 'Ubuntu', sans-serif;
		position: relative;		
		background: url(images/bg_readmore.png) right 11px no-repeat;
	}	
		a.readmore:hover {
			text-decoration: underline;
		}

		



/*  ************************************************** LIST *************************************/

	ul { 
		margin: 0;
		padding: 0;
	}
		ul li {
			list-style-type: none;
			margin: 0 0 5px 0;
			padding: 0;
		}
		
		.sidebar li {
			color: #e7ebf0;
			font: 14px/18px 'Roboto', sans-serif;
			text-transform: uppercase;
			background: none;
			position: relative;
			padding: 13px 0 13px 18px;	
			margin: 0 0;
			border-bottom: 1px solid #393c41;						
		}
		
		.sidebar ul > li:first-child {
			border-top: 1px solid #393c41;
		}

			.sidebar li:before {
				position: absolute;
				content: '';
				display: block;
				width: 8px;
				height: 8px;
				left: 0;
				top: 19px;
				-webkit-border-radius: 4px;
				-moz-border-radius: 4px;
				-ms-border-radius: 4px;
				-o-border-radius: 4px;
				border-radius: 4px;
				background: #aa4b35;
			}

			.sidebar li a {
				color: #e7ebf0;
				font: 12px/18px 'Roboto', sans-serif;
				text-transform: uppercase;
				text-decoration: none;												
			}
				.sidebar li:hover a {
					color: #fff;
				}
					/* .sidebar li:hover a { text-decoration: underline; } */

					.sidebar li:hover:before {
						background: #d1d2d3;
					}

			.sidebar .children {
			  margin: 13px 0 0 -18px;
			  border-top: 1px solid #393c41;
			  padding-top: 15px;
			  padding-bottom: 5px;
			}		
				.sidebar li .children li {
					border: none;
					margin-left: 25px;	
					padding: 0 0 0 18px;
					margin-bottom: 3px;				
				}
				.sidebar li .children li:before {
					width: 4px;
					height: 4px;
					background: #b2b5ba;				
					top: 8px;
				}
					.sidebar li .children li a {
						color: #b2b5ba;
						font-size: 12px;
						line-height: 18px;
						text-decoration: underline !important;
						text-transform: none;																		
					}
						.sidebar li .children li:hover a {
							color: #fff;
						}
						.sidebar li .children li:hover a { text-decoration: underline; }

		ul.check-list li {
			background: url(images/bg_check_li.png) 0 4px no-repeat;
			padding: 0 0 0 20px;
			margin: 0 0 15px 0;
		}		
			ul.check-list li strong {
				margin-bottom: 5px;
				display: inline-block;				
			}


		#primaryWrapContent .recent-posts.recent_news li:before { display: none; }	 
 

	/************************/

		ul.greater-than li {
			color: #595959;
			font: 12px/22px 'Roboto', sans-serif;
			text-transform: none;
			background: none;
			position: relative;
			padding-left: 18px;	
			margin: 0 0 8px 0;						
		}
			ul.greater-than li:before {
				position: absolute;
				content: '';
				display: block;
				width: 8px;
				height: 19px;
				left: 0;
				top: 0;
				background: url(images/bg_list_greater-than_li_before.png) 0 7px no-repeat;
				opacity: 0.7;
			}

			ul.greater-than li a {
				color: #595959;
				font: 12px/22px 'Roboto', sans-serif;
				text-transform: none;
				text-decoration: none;				
			}
				ul.greater-than li:hover a {
					color: #fff;
				}
					ul.greater-than li:hover a { text-decoration: none; }
					ul.greater-than li:hover:before {
						opacity: 1;
					}
			
			#footerBottom ul.greater-than li,
			#footerBottom ul.greater-than li a {
				color: #8b96b0;
			}
				#footerBottom ul.greater-than li:hover a { color: #fff; }

		#footerBottom ul.greater-than.locations li {
			color: #a4a4a4;				
		}



		.sidebar ul.greater-than li:before {
			background: url(images/bg_list_greater-than_li_before2.jpg) 0 8px no-repeat;
		}
			.sidebar ul.greater-than li, .sidebar ul.greater-than li a {
				color: #595959;
				font-weight: 300;
			}

	/**************************************/

	.latestpost li time, .latestpost li .excerpt { display: none; }






/*  ****************************************************** SOCIAL LINKS ******************************/

	ul.social-networks {
		margin: 0 0 0 0;
		padding: 0;
		float: left;	
	} 	
		ul.social-networks li {
			list-style-type: none;
			float: left;
			margin-left: 10px;
			margin-bottom: 0;
			opacity: 0.85;
			background: none;
			padding: 0;
		}

			ul.social-networks li:hover { opacity: 1; }

			ul.social-networks li img {
				border: none;
				padding: 0;
				margin: 0;
				background: none;
				width: auto;
			}




/*  ************************************* PARAGRAPH *************************************************/	
	body p {
		font: 14px/22px 'Roboto', serif;
		color: #a6acb3;
		margin: 0 0 8px 0;
	}
		p strong {
		  font-weight: bold;
		  color: #fff;
		}	
		p span {
			font-weight: bold;
		}			

	#primaryWrapContent .alignleft + .alignleft { margin-right: 0 !important; } 

	#primaryWrapContent img.alignleft { margin-right: 25px !important; }
		.home #primaryWrapContent img.alignleft { margin-right: 10px !important; }

/*  ******************************************* HEADER **********************************************/
	
	#header {
		z-index: 99;	 
		position: absolute;
		height: 88px;
		width: 100%;		
		left: 0;
		top: 0;	
	}

	/*  *****************************************  LOGO  *******************************************/			
		.logo {
			float: none;
			position: relative;
			z-index: 10;
			padding-top: 9px;
			padding-bottom: 12px;
		}
			#logo {
				position: relative;
				display: block;
				text-align: left;
				margin-left: 20px;				
			}
				
			.logo img {
			  float: none;
			  margin: 0 auto;
			  width: auto;
			}
	
	/*  *****************************************  HEADER INFO  *******************************************/

		#header .container {
			background: #252625;
			position: relative;			
		}
			#header .container:after {
				position: absolute;
				display: block;
				content: '';
				width: 100%;
				background: #5c5c5c;
				height: 1px;
				left: 0;
				bottom: 2px;
			}

		#header .span7 {
			padding-top: 35px;
			position: relative;			
		}
	
		#header .span7 > div:first-child {
			float: left;
		}	
			#header .span7 > div:first-child p {
				color: #fff;
				font: 16px/18px 'Roboto Condensed', sans-serif;
				margin: 0;
				padding: 0;
				text-align: left;				
			}
				#header .span7 > div:first-child p span {
					display: block;
					color: #ff7d00;
					font: bold 28px/30px 'Roboto', sans-serif;
				}
		
		#header .span7 > div:first-child + div {
			position: absolute;
			right: 0;
			top: 0;
		}
			#header #header_buttons {
				background: #101a32;
				border-bottom: 1px solid #334878;
				-webkit-border-radius: 5px;
				-moz-border-radius: 5px;
				-ms-border-radius: 5px;
				-o-border-radius: 5px;
				border-radius: 5px;
				padding: 8px 20px;
			}
				#header #header_buttons a.mail,
				#header #header_buttons a.location {
					text-decoration: none;
					text-transform: uppercase;
					color: #8b96b0;
					font: 12px/18px 'Roboto', sans-serif;
					padding: 0 0 0 30px;
					display: inline-block;
					margin: 0 22px 0 0;
					background: url(images/bg_mailLink.png) 0 center no-repeat;
					-webkit-transition: all .25s ease;
					   -moz-transition: all .25s ease;
					    -ms-transition: all .25s ease;
					     -o-transition: all .25s ease;
					        transition: all .25s ease;
				}
					#header #header_buttons a.location {
						margin: 0;
						background: url(images/bg_mailLocation.png) 0 center no-repeat;
						padding-left: 22px;
					}

					#header #header_buttons a.mail:hover,
					#header #header_buttons a.location:hover { color: #fff; }


/*****************************************  NAVAREA  ******************************************/

	#navArea {
	  height: 41px;
	  width: 100%;
	}

	nav.primary {
	  background: none;  
	  position: relative;
	  text-align: center;
	  z-index: 999;
	}

	#topnav {
		margin-top: 0;
		padding: 0;
		float: none;
		text-align: center;	
	}
		#topnav > li {
		    margin: 0 0 0;
		    float: left;	            
		    padding: 0 0 16px 0;
			position: relative;
			list-style-type: none;	
			width: auto;
			background: none;
			-webkit-transition: all .35s ease;
		    -moz-transition: all .35s ease;
		    -ms-transition: all .35s ease;
		     -o-transition: all .35s ease;
		        transition: all .35s ease;
		}
			
			#topnav > li:after {
				position: absolute;
				display: none;
				content: '';
				width: 70%;
				background: url(images/bg_navLI_after.jpg) 0 0 repeat-x;
				height: 3px;
				left: 50%;
				margin-left: -35%;
				bottom: -2px;
			}
				#topnav > li:hover:after { display: block; }

			#topnav > li.current-menu-item {
				
			}

			#topnav > li:first-child {
				border-left: none;		
				margin-left: 0;
			/* 	padding-left: 3px;	 */
			}
			
			#topnav > li > a {
				padding: 0 23px;		
				color: #aaaaaa;
				font: 300 14px/22px "Ubuntu", sans-serif;
				background: none;
				margin: 0;	
				text-align: center;
				text-decoration: none !important;
				display: block;
				text-transform: capitalize;	
				position: relative;	
				border-left: 1px solid #494849;						
			}
				#topnav > li.current-menu-item > a {
					color: #fff;
				}
				#topnav > li:hover > a {
					color: #fff;
				}
				#topnav > li:first-child > a { border-left: none; padding-left: 0; }	




		@media screen and (-webkit-min-device-pixel-ratio:0) /*----- Safari ------*/
		{  
		}
		
	/*  **************************************************/

	#topnav .sub-menu {
	  background: rgba(0,0,0,0.6);
	  padding: 5px 18px;
	  min-width: 170px;
	  width: auto;	
	  top: 41px;  
	}
		#topnav .sub-menu .sub-menu {
		  background: rgba(0,0,0,0.6);
		  margin-left: 18px;
		  top: -5px;
		}

	#topnav .sub-menu li {
		background: none;	
		width: 100%;
		padding: 0;
		text-align: left;
		list-style-type: none;	
		position: relative;
		
	}
		#topnav .sub-menu li a, .sub-menu li li a {
		  color: #aaaaaa;
		  display: block;
		  font: 400 14px/18px 'Ubuntu', sans-serif;
		  height: auto;
		  text-decoration: none;
		  text-transform: none;
		  white-space: nowrap;
		  text-align: left;	
		  border-radius: 0;  
		  -webkit-border-radius: 0;
		  -ms-border-radius: 0;
		  padding: 5px 0;
		  background: none;
		  -webkit-transition: all .5s ease;
		     -moz-transition: all .5s ease;
		      -ms-transition: all .5s ease;
		       -o-transition: all .5s ease;
		          transition: all .5s ease;
		    position: relative;		                
		} 
			#topnav .sub-menu > li:hover > a, #topnav .sub-menu li li:hover > a,
			#topnav .sub-menu > li.current_page_item > a {
				color: #fff;
			}
						
			#topnav .sub-menu .sub-menu li {
			 /*  overflow: hidden; */
			  width: 100%;
			}
				s
				#menu-right-menu .sub-menu {
					visibility: hidden;
				}


/****************************************  SLIDER  ******************************************/
	
	#sliderWrap {
		z-index: 11;
		position: relative;
		background: none;
		max-height: 900px;
		height: auto;		
		width: 100%;
		padding-top: 0;
		overflow: hidden;
		
	}	
		
		.metaslider {
			margin: 0 auto;
		    padding: 0;
		    width: 1000px;
			max-height: 900px;	
		}
			.metaslider .slides {
				-webkit-border-radius: 0px;
				-moz-border-radius: 0px;
				border-radius: 0px;
				overflow: hidden;
				/* height: 340px; */
			}
				.metaslider .flexslider .slides li {
				  height: auto;
				  position: relative;
				}

		#sliderWrap .metaslider .caption-wrap {
			width: 580px!important;
			margin-left: -470px;
			background: rgba(0,0,0,0.8);
			opacity: 1;
			left: 50%;
			bottom: 0;
			height: 210px;
			padding: 20px 25px;
		}
			#sliderWrap .metaslider .caption-wrap .caption {
				padding: 0;
			}

			#main #sliderWrap .metaslider .caption-wrap h3 {
				color: #fff;
				font: bold 48px/52px 'Ubuntu', sans-serif;
				margin-bottom: 5px;
				padding: 0;
				text-transform: uppercase;				
			}
			#main #sliderWrap .metaslider .caption-wrap h4 {
				color: #fff;
				font: 300 36px/40px 'Ubuntu', sans-serif;
				margin-bottom: 10px;
				text-transform: capitalize;
				padding: 0;				
			}

			#main #sliderWrap .metaslider .caption-wrap p {
				color: #7f858c;
				font: 300 14px/20px 'Roboto', sans-serif;
				padding: 0;
				margin: 0 0 12px 0;
			}

			#main #sliderWrap .metaslider .caption-wrap a.btn,
			#main #bannerArea a.read, 
			.wrap_cf .wpcf7-form input[type="submit"], #commentform input[type="submit"] {
				color: #fff;
				font: 400 16px/48px 'Ubuntu', sans-serif;
				padding: 0 66px 0 20px;
				margin: 0;
				text-decoration: none;
				text-transform: none;
				border-top: 1px solid #dc6a47;
				position: relative;	
				-webkit-box-shadow: none;
				box-shadow: none;			
				border: none;				

				background: #d55027; /* Old browsers */
				/* IE9 SVG, needs conditional override of 'filter' to 'none' */
				background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iI2Q1NTAyNyIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiM4YTMzMTkiIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
				background: -moz-linear-gradient(top,  #d55027 0%, #8a3319 100%); /* FF3.6+ */
				background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#d55027), color-stop(100%,#8a3319)); /* Chrome,Safari4+ */
				background: -webkit-linear-gradient(top,  #d55027 0%,#8a3319 100%); /* Chrome10+,Safari5.1+ */
				background: -o-linear-gradient(top,  #d55027 0%,#8a3319 100%); /* Opera 11.10+ */
				background: -ms-linear-gradient(top,  #d55027 0%,#8a3319 100%); /* IE10+ */
				background: linear-gradient(to bottom,  #d55027 0%,#8a3319 100%); /* W3C */
				filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#d55027', endColorstr='#8a3319',GradientType=0 ); /* IE6-8 */
			}
				#main #sliderWrap .metaslider .caption-wrap a.btn:hover,
				#main #bannerArea a.read:hover,
				.wrap_cf .wpcf7-form input[type="submit"]:hover,
				#commentform input[type="submit"]:hover {
					background: #8a3319; /* Old browsers */
					/* IE9 SVG, needs conditional override of 'filter' to 'none' */
					background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzhhMzMxOSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiNkNTUwMjciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
					background: -moz-linear-gradient(top,  #8a3319 0%, #d55027 100%); /* FF3.6+ */
					background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#8a3319), color-stop(100%,#d55027)); /* Chrome,Safari4+ */
					background: -webkit-linear-gradient(top,  #8a3319 0%,#d55027 100%); /* Chrome10+,Safari5.1+ */
					background: -o-linear-gradient(top,  #8a3319 0%,#d55027 100%); /* Opera 11.10+ */
					background: -ms-linear-gradient(top,  #8a3319 0%,#d55027 100%); /* IE10+ */
					background: linear-gradient(to bottom,  #8a3319 0%,#d55027 100%); /* W3C */
					filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#8a3319', endColorstr='#d55027',GradientType=0 ); /* IE6-8 */

				}

				.wrap_cf .wpcf7-form input[type="submit"], #commentform input[type="submit"] {
					padding: 0 20px;
				}

			#main #sliderWrap .metaslider .caption-wrap a.btn:after,
			#main #bannerArea a.read:after {
				position: absolute;
				display: block;
				content: '';
				width: 11px;
				background: url(images/bg_sliderLink_btn_after.png) center 0 no-repeat;
				height: 12px;
				right: 8%;
				top: 50%;
				margin-top: -6px;
			}		




		#sliderWrap .flexslider {
			margin: 0;
		}
		
		#sliderWrap .flex-direction-nav {
		  bottom: 30px;
		  height: 28px;
		  left: 50%;
		  position: absolute;
		  width: 80px;
		  margin-left: -70px;
		}

		#sliderWrap	.flex-direction-nav .flex-next, 
		#sliderWrap	.flex-direction-nav .flex-prev {
			width: 25px;
			height: 28px;
			background: none;
			text-indent: -9999px;		
			left: 0;	
			background: url(images/bg_sliderNav.png) 0 0 no-repeat;
			opacity: 0.6;
			position: absolute;
			
			-webkit-transition: all 0s ease;
			   -moz-transition: all 0s ease;
			    -ms-transition: all 0s ease;
			     -o-transition: all 0s ease;
			        transition: all 0s ease;
		}
			#sliderWrap	.flex-direction-nav .flex-next {
				background-position: -55px 0;
				left: auto;
				right: 0;
			}

			#sliderWrap	.flex-direction-nav .flex-next:hover,
			#sliderWrap	.flex-direction-nav .flex-prev:hover { opacity: 1; }

		
		#sliderWrap .metaslider .slides img {
		  display: block;
		  height: 900px;
		  margin: 0 auto;
		  max-width: none;
		  width: auto;

		  width: 100%;
		  height: auto;
		  
		}

		#sliderWrap .flex-control-nav {
			bottom: 33%;
			left: 50%;
			margin-left: -470px;
			text-align: left;
			width: 940px;
			z-index: 999;

			display: none;
			
		}

			#sliderWrap .flex-control-nav li a {
				display: block;
				width: 80px;
				margin: 0;	
				padding: 0;
				text-decoration: none;
				height: 10px;
				/* border-right: 1px solid #ccdce4; */
				border-bottom: 1px solid #ccdce4;
				background: url(images/bg_sliderWrap_control_nav_link.jpg) right 7px no-repeat;
				-webkit-box-shadow: none;
				box-shadow: none;
				-webkit-border-radius: 0;
				-moz-border-radius: 0;
				-ms-border-radius: 0;
				-o-border-radius: 0;
				border-radius: 0;
			}


		#sliderWrap .flex-control-nav span#movingBox {
			background: #fff;
			height: 4px;
			position: absolute;
			top: 6px;
			left: 0;
			width: 80px;
			display: block;			
		}

/*  ******************************************  PRIMARY WRAP CONTENT  ***********************************************/

	#primaryWrapContent {
		/* background: #fff; */
		padding: 40px 0 45px;

		background: #1a1d21; /* Old browsers */
		/* IE9 SVG, needs conditional override of 'filter' to 'none' */
		background: url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiA/Pgo8c3ZnIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgd2lkdGg9IjEwMCUiIGhlaWdodD0iMTAwJSIgdmlld0JveD0iMCAwIDEgMSIgcHJlc2VydmVBc3BlY3RSYXRpbz0ibm9uZSI+CiAgPGxpbmVhckdyYWRpZW50IGlkPSJncmFkLXVjZ2ctZ2VuZXJhdGVkIiBncmFkaWVudFVuaXRzPSJ1c2VyU3BhY2VPblVzZSIgeDE9IjAlIiB5MT0iMCUiIHgyPSIwJSIgeTI9IjEwMCUiPgogICAgPHN0b3Agb2Zmc2V0PSIwJSIgc3RvcC1jb2xvcj0iIzFhMWQyMSIgc3RvcC1vcGFjaXR5PSIxIi8+CiAgICA8c3RvcCBvZmZzZXQ9IjEwMCUiIHN0b3AtY29sb3I9IiMzMjM0MzciIHN0b3Atb3BhY2l0eT0iMSIvPgogIDwvbGluZWFyR3JhZGllbnQ+CiAgPHJlY3QgeD0iMCIgeT0iMCIgd2lkdGg9IjEiIGhlaWdodD0iMSIgZmlsbD0idXJsKCNncmFkLXVjZ2ctZ2VuZXJhdGVkKSIgLz4KPC9zdmc+);
		background: -moz-linear-gradient(top,  #1a1d21 0%, #323437 100%); /* FF3.6+ */
		background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#1a1d21), color-stop(100%,#323437)); /* Chrome,Safari4+ */
		background: -webkit-linear-gradient(top,  #1a1d21 0%,#323437 100%); /* Chrome10+,Safari5.1+ */
		background: -o-linear-gradient(top,  #1a1d21 0%,#323437 100%); /* Opera 11.10+ */
		background: -ms-linear-gradient(top,  #1a1d21 0%,#323437 100%); /* IE10+ */
		background: linear-gradient(to bottom,  #1a1d21 0%,#323437 100%); /* W3C */
		filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#1a1d21', endColorstr='#323437',GradientType=0 ); /* IE6-8 */

	}
		.home #primaryWrapContent {			
			padding: 55px 0 45px;
			position: relative;	
			background: none;																			
		}
			.home #primaryWrapContent .container { position: relative; }	

			.home #primaryWrapContent .container:after {
				position: absolute;
				display: block;
				content: '';
				width: 100%;
				height: 3px;
				left: 0;
				bottom: -20px;
				border: 1px solid #36383d;
			}

	
/*  ******************************************  HOME CONTENT  ***********************************************/

		#home-content {
		  margin: 0 auto;
		  position: relative;
		}


	
/*  ******************************** SIDEBAR ************************************************* */

			
		.sidebar > div { margin-bottom: 50px; }					
			.sidebar ul { margin: 0; padding: 0; }
			

/*  ************************************************** IZOTOPE *************************************/

	#filter-by {
		text-align: left;
		margin-bottom: 30px;
	}
	#primaryWrapContent #filter-by a {
	  color: #969696;
	  display: inline-block;
	  font-size: 14px;
	  font-weight: 700;
	  line-height: 20px;
	  padding: 5px 0;
	  text-decoration: none;
	  text-transform: uppercase;
	  -webkit-transition: all 0.3s ease-out 0s;
	  -moz-transition: all 0.3s ease-out 0s;
	  -ms-transition: all 0.3s ease-out 0s;
	  -o-transition: all 0.3s ease-out 0s;
	  transition: all 0.3s ease-out 0s;
	  margin-right: 30px;
	  font-family: 'Ubuntu', sans-serif;
	}
		#primaryWrapContent #filter-by a:hover, #primaryWrapContent #filter-by a.active {
			text-decoration: none;
			color: #fff;
		}	

	#galleryHolder { 
	  position:relative; 
	  width:100%; 
	  overflow:hidden; 
	} 
		#galleryHolder .isotope { margin-left: -25px; }

	.galleryItem { 
	  position:relative; 
	  float:left; 
	  overflow: hidden; 
	  position: relative; 
	  width: 205px; 
	  /* height: 212px;  */
	  margin: 0 0 25px 25px; 
	} 

		.galleryItem a {
			display: block;
			
		}


		.galleryItem a:after {
			position: absolute;
			display: block;
			content: '';
			background: url(images/gallery_item_after.png) center center no-repeat;
			width: 100%;
			height: 100%;
			z-index: 99;
			left: 0;
			top: 0;
			opacity: 0;
			-webkit-transition: all .25s ease;
			   -moz-transition: all .25s ease;
			    -ms-transition: all .25s ease;
			     -o-transition: all .25s ease;
			        transition: all .25s ease;
		}

		.galleryItem a:hover:after {
			opacity: 1;			
		}


	/**** Isotope Filtering ****/

	.isotope-item {
	  z-index: 2;
	}

	.isotope-hidden.isotope-item {
	  pointer-events: none;
	  z-index: 1;
	}

	/**** Isotope CSS3 transitions ****/

	.isotope,
	.isotope .isotope-item {
	  -webkit-transition-duration: 0.8s;
	     -moz-transition-duration: 0.8s;
	      -ms-transition-duration: 0.8s;
	       -o-transition-duration: 0.8s;
	          transition-duration: 0.8s;
	}

	.isotope {
	  -webkit-transition-property: height, width;
	     -moz-transition-property: height, width;
	      -ms-transition-property: height, width;
	       -o-transition-property: height, width;
	          transition-property: height, width;
	}

	.isotope .isotope-item {
	  -webkit-transition-property: -webkit-transform, opacity;
	     -moz-transition-property:    -moz-transform, opacity;
	      -ms-transition-property:     -ms-transform, opacity;
	       -o-transition-property:      -o-transform, opacity;
	          transition-property:         transform, opacity;
	}

	/**** disabling Isotope CSS3 transitions ****/

	.isotope.no-transition,
	.isotope.no-transition .isotope-item,
	.isotope .isotope-item.no-transition {
	  -webkit-transition-duration: 0s;
	     -moz-transition-duration: 0s;
	      -ms-transition-duration: 0s;
	       -o-transition-duration: 0s;
	          transition-duration: 0s;
	}


/* ***************************************  FORMS  **************************************** */
	
	.wpcf7-form { margin: 0; }

	.wpcf7-form p.field small {	color:red;}

	.wpcf7-form .input-file {
		width: 79px;
		height: 22px;
		background: url(images/btn-choose-file.gif) 0 0 no-repeat;
		display: block;
		overflow: hidden;
		cursor: pointer;
		position:relative;
		}
	.wpcf7-form input[type="file"] {
		position: relative;
		height: 100%;
		width: auto;
		opacity: 0;
		cursor: pointer;
		-moz-opacity: 0;
		filter:progid:DXImageTransform.Microsoft.Alpha(opacity=0);
		}

	#footer .wpcf7-form textarea {
	  height: 60px;
	  overflow: auto;
	  width: 92%;
	}

	.wpcf7-form .submit-wrap {
		padding:0;
		margin:0;
	}

		div.wpcf7-response-output {
		  margin-left: 0 !important;
		  margin-right: 0 !important;
		  width: 71%;
		}
		.wrap_cf.main div.wpcf7-response-output {
		  margin-left: 0 !important;
		  margin-right: 0 !important;
		  width: 200px;
		  margin-top: 0 !important;
		  clear: both;		  
		}
		
	.wpcf7-form .ajax-loader {
		margin: 17px 0 0 0 !important;
		width: auto !important;
	}



	/* Form defaults */
	#searchform {
		position: relative;
		clear: both;
		overflow: hidden;  
		max-width: 262px;
	}

	/*  **************************************************/

		.search-no-results .no-results #searchform input[type="text"] {
		  width: 94%;
		}

		
		#searchform input[type="text"]:focus,
		.error404 #error404 #searchform input[type="text"]:focus,
		.search-no-results .no-results #searchform input[type="text"]:focus {
			
		}


		/*  **************************************************/


		.wrap_cf .wpcf7-form input[placeholder],
		.wrap_cf .wpcf7-form textarea[placeholder] {
			color: #8b8b8b;
		}
		.wrap_cf .wpcf7-form input[placeholder]::-webkit-input-placeholder, 
		.wrap_cf .wpcf7-form textarea[placeholder]::-webkit-input-placeholder { /* WebKit browsers */
		    color:    #8b8b8b;
		}
		.wrap_cf .wpcf7-form input[placeholder]:-moz-placeholder,
		.wrap_cf .wpcf7-form textarea[placeholder]:-moz-placeholder { /* Mozilla Firefox 4 to 18 */
		    color:    #8b8b8b;
		}
		.wrap_cf .wpcf7-form input[placeholder]::-moz-placeholder,
		.wrap_cf .wpcf7-form textarea[placeholder]::-moz-placeholder { /* Mozilla Firefox 19+ */
		    color:    #8b8b8b;
		}
		.wrap_cf .wpcf7-form input[placeholder]:-ms-input-placeholder,
		.wrap_cf .wpcf7-form textarea[placeholder]:-ms-input-placeholder { /* Internet Explorer 10+ */
		    color:    #8b8b8b;
		}


		.wrap_cf .wpcf7-form input[type="text"],
		.wrap_cf .wpcf7-form input[type="email"],
		.wrap_cf .wpcf7-form input[type="number"],
		.wrap_cf .wpcf7-form textarea {
		    margin-bottom: 5px;
		    width: 90%;
		    -webkit-box-shadow: none;
		    -moz-box-shadow: none;
		    box-shadow: none; 
		    margin: 0;
			line-height: 24px;
			padding: 5px 10px;
			-webkit-border-radius: 5px;
			-moz-border-radius: 5px;
			-ms-border-radius: 5px;
			-o-border-radius: 5px;
			border-radius: 5px;	
			background: #0f1011;
		    border: 1px solid #414649;
		    color: #a6acb3;
		    font: 12px/16px 'Roboto',sans-serif;
		}
			.wrap_cf .wpcf7-form textarea {
				height: 160px;
				resize: none;

			}
			.wrap_cf .wpcf7-form input[type="text"]:focus,
			.wrap_cf .wpcf7-form input[type="email"]:focus,
			.wrap_cf .wpcf7-form input[type="number"]:focus,
			.wrap_cf .wpcf7-form textarea:focus {
			
			}

			.wrap_cf .wpcf7-form p.btnSubmit { text-align: left; }

							
			.wpcf7-form-control-wrap { display: block !important; overflow: hidden; }
				.wpcf7-form .wpcf7-not-valid-tip {
					position: absolute;
					top: 0;
					left: 0;
					height: 14px;
					background: #f00;
					color: #fff;
					padding: 9px;
					display: block;
					width: 100%;
					line-height: 14px;
				}

		.wpcf7-form-control-wrap + br { display: none; }

	.sidebar #searchform input[type="text"]	{
		border: 2px solid #efefef;
		-webkit-border-radius: 5px;
		-moz-border-radius: 5px;
		-ms-border-radius: 5px;
		-o-border-radius: 5px;
		border-radius: 5px;
		color: #8b8b8b;
		-webkit-box-shadow: none;
		box-shadow: none;
		width: 81%;
		padding-right: 30px;
	} 

	.sidebar #searchform input[type="submit"] {
		position: absolute;
		right: 9px;
		top: 9px;
		width: 14px;
		height: 15px;
		background: url(images/bg_submit.png) 0 0 no-repeat;
		border: none;
		outline: none;
		text-indent: -9999px;
	}

/*  ***************************************** BANNER AREA ***************************************************/

	#bannerArea {
		position: relative;
		z-index: 12;
		background: url(images/bg_bannerArea.jpg) 0 -40% no-repeat fixed;
		padding: 55px 0;
		-webkit-background-size: cover;
		background-size: cover;
	}
		#bannerArea.tableMobile {
			-webkit-background-size: 120% auto;
			background-size: 120% auto;
			background-attachment: scroll;
			background-position: center 0; 
		} 
	
		#main #bannerArea h1 {
			color: #fff;
			font: bold 64px/72px 'Ubuntu', sans-serif;
			text-transform: capitalize;
			padding: 0;
			margin: 0 0 25px 0;
			text-align: center;			
		}
			#main #bannerArea h1 span {
				font-size: 30px;
				display: inline-block;	
				color: #fff;	
				font-weight: normal;
				margin-right: 15px;								
			}
			
			#main #bannerArea p {
				color: #fff;
				font: 16px/24px 'Roboto', sans-serif; 
				text-align: center;
				padding: 0;
				margin: 0 0 25px 0;
			}  

/*  ************************************************  CAROUSEL AREA  *******************************************/

	#carouselArea {
		background: #323437;
		padding-bottom: 75px;
	}
		#carouselArea .container {
			padding: 60px 0 0 0;
		}
			
		#main #carouselArea div[id*="my_fredcarouselwidget"] {
			position: relative;				
		}
		
		.list_carousel {
		    margin: 0 0 0 0;
		    padding: 0;
		    position: relative;
		    background: none;
		}		

		.caroufredsel_wrapper {
			margin: 0 auto !important;
			left: 0 !important;
			width: 100% !important;	
			height:auto;	
		}	

		.list_carousel ul {
		    margin: 0;
		    padding: 0;  
		}
		.list_carousel li {		    
		    width: 220px;
		    display: block;
		    float: left;
		    text-align: center;  
		    position: relative;  
		    margin: 0 20px 0 0;
		    background: none;
		    padding: 0;
		    opacity: 1;
		    overflow: hidden;
		    height: 310px !important;
		    -webkit-border-radius: 0;
		    -moz-border-radius: 0;
		    border-radius: 0;
		}
			.list_carousel li:hover {

			}

			.list_carousel li .slidertitle {
				text-align: center;
				margin-top: 15px;				
			}

			.list_carousel .slidertitle a {			    
				color: #fff;
				display: block;
				font: bold 24px/30px 'Ubuntu', sans-serif;
				padding: 0;
				text-transform: capitalize;
				text-align: center;
				margin: 0 0 7px 0;
				text-decoration: none;	
			}
				.list_carousel li:hover .slidertitle a { color: #fff; }		


			.list_carousel li .excerpt {
	    		padding: 0;
	    		font: 14px/22px 'Roboto', sans-serif;
	    		text-align: center;
	    		color: #7f858c;
			}
			.list_carousel li a.imgHolder {
				display: block;				
				margin: 0;	
				position: relative;		
				z-index: 6;				
			}
				.list_carousel li img {
				  display: block;
				  margin: 0 auto;
				  padding: 0;
				  width: auto;
				}
				.list_carousel li a.imgHolder .meta {
					display: none;															
				}
					.list_carousel li a.imgHolder .meta time {
																						
					}
						.list_carousel li a.imgHolder .meta time span {
							
						}
		
			.list_carousel li .caroItemBottom {
			  height: 40px;
			  position: absolute;
			  bottom: 0;
			  left: 0;
			  width: 100%;
			  z-index: 5;
			}
				.list_carousel li .caroItemBottom a {
					text-align: center;
					color: #949aa7;
					font: 14px/40px 'Roboto', sans-serif;
					padding-right: 25px;
					padding-left: 43px;
					display: inline-block;
					text-transform: lowercase;
					text-decoration: none;		
					position: relative;									
					background: url(images/bg_caroItemBottom_link_main.jpg) 0 0 repeat-x;
					-webkit-border-radius: 3px;
					-moz-border-radius: 3px;
					-ms-border-radius: 3px;
					-o-border-radius: 3px;
					border-radius: 3px;
				}
					.list_carousel li .caroItemBottom a:after {
						background: url(images/bg_caroItemBottom_link.png) 0 0 no-repeat;
						position: absolute;
						display: block;
						content: '';
						width: 14px;
						height: 14px;
						left: 14px;
						top: 50%;
						margin-top: -7px;
					}

					.list_carousel li:hover .caroItemBottom a {
						background: url(images/bg_caroItemBottom_link_main_hover.jpg) 0 0 repeat-x;
						color: #fff;
					}


		.caroNav a{
			display: block;
		    height: 40px;
		    position: absolute;
		    width: 40px;
		    bottom: -60px;
		    z-index: 999;
		    outline: none !important;left: 50%;
		}
			.caroNav a.prev {			  
			  margin-left: -50px;
			}
			.caroNav a.next { margin-left: 10px; }

			.caroNav a span {
				height: 100%;
			    display: block;
			    width: 100%;
			    text-indent: -9999px;	
			    margin: 0;  
			    opacity: 0.3;
			}
				.caroNav a.prev span { background: url(images/bg_caroNav.png) no-repeat 0 0; }
					.caroNav a.prev:hover span {opacity: 1; }
					
				.caroNav a.next span { background: url(images/bg_caroNav.png) no-repeat -43px 0; }
					.caroNav a.next:hover span { opacity: 1; }


			.caroNav a.prev.disabled, a.next.disabled { cursor: default; }


/*  ***************************************************** FOOTERBOTTOM *********************************************/

	#beforeFooter {
		padding: 30px 0;		
	}	
		#owl-sponsors .item{
	   		 margin: 3px;
	    }
	    #owl-sponsors .item img{
		    display: block;
		    width: auto;
		    height: auto;
		    margin: 0 auto;
	    }

	    	 #owl-sponsors .item .shadow {
	    	 	display: block;
	    	 	background: url(images/bg_span_shadow.png) center 0 no-repeat;
	    	 	height: 31px;
	    	 	width: 100%;
	    	 	margin: 15px 0 0 0;
	    	 }



		#owl-sponsors .owl-controls .owl-buttons {
			margin-top: 0;
		}

		#owl-sponsors .owl-controls .owl-buttons div {
			background: url(images/bg_owl_navigation.png) 0 0 no-repeat;
			width: 16px;
			height: 16px;
			opacity: 1;
			text-indent: -9999px;
			margin: 0;
			display: inline-block;	
			position: absolute;					
			top: -48px;						
			right: 140px;
		}
			#owl-sponsors .owl-controls .owl-buttons div.owl-next {
				background-position: -18px 0;
				right: 60px;
			}

			#owl-sponsors .owl-controls .owl-buttons div.owl-prev:hover { background-position: 0 -20px; } 
			#owl-sponsors .owl-controls .owl-buttons div.owl-next:hover { background-position: -18px -20px; } 


/*  ***************************************************** FOOTERBOTTOM *********************************************/

	#footerBottom .container {
		position: relative;	
		padding: 50px 0 35px;
		border-top: 8px solid #1d1e1c;
		background: rgba(0,0,0,0.8);	
	}	
		#footerBottom img { width: auto; }

		#footerBottom div[id*="my_logowidget"] { float: left; margin-left: 35px;}
		#footerBottom div[id*="search"] { float: right; margin-right: 35px; }

		#footerBottom div[id*="nav_menu"] {
		  float: left;
		  margin-left: 56px;
		  margin-top: 30px;
		}
		#footerBottom div[id*="social_networks"] {
			float: right;
			margin-right: 35px;
			margin-top: 20px;
		}


		#footerBottom #searchform {
			position: relative;			
			margin: 16px 0 0 0;
		}
			#footerBottom #searchform input[type="text"],
			.search-no-results .no-results #searchform input[type="text"],
			.error404 #error404 #searchform input[type="text"] {
				background: #1a1d21;
				border: 3px solid #414649;
				height: 32px;
				-webkit-border-radius: 17px;
				-moz-border-radius: 17px;
				-ms-border-radius: 17px;
				-o-border-radius: 17px;
				border-radius: 17px;
				padding: 0 25px 0 10px;
				-webkit-box-shadow: none;
				 box-shadow: none; 
				 width: 220px;
				 color: #7b808d;
				 font: italic 12px/18px Arial;
			}
			#footerBottom #searchform input[type="submit"],
			.error404 #error404 #searchform input[type="submit"],
			.search-no-results .no-results #searchform input[type="submit"] {
				position: absolute;
				display: block;
				content: '';
				width: 15px;
				background: url(images/bg_form_submit.png) center 0 no-repeat;
				height: 14px;
				right: 15px;
				top: 13px;
				border: none;	
				text-indent: -9999px;		
			}



		#footerBottom h2 {
			color: #a4a4a4;
			font: 28px/32px 'Roboto',sans-serif;
			padding: 0;
			margin-bottom: 25px;
			text-align: left;	
			text-transform: uppercase;							
		}


		#footerBottom #menu-footer-menu li {
			list-style-type: none;
			display: inline-block;
			border-left: 1px solid rgba(55,255,255,0.2);
			margin: 0;
			padding: 0;
		}
			#footerBottom #menu-footer-menu li a {
				color: #aaaaaa;
				font: 300 16px/22px 'Ubuntu', sans-serif;
				text-decoration: none;
				text-transform: capitalize;
				padding: 0 22px;				
			}

			#footerBottom #menu-footer-menu li:first-child {
				border: none;				
			}

			#footerBottom #menu-footer-menu li:first-child a { padding-left: 0; }
			#footerBottom #menu-footer-menu li.current-menu-item a,
			#footerBottom #menu-footer-menu li:hover a { color: #fff;}
	
			
/*  ***************************************************** FOOTER *********************************************/

	#footer .container {	
		padding: 20px 0;
		background: #1b1f20;
		color: #565656;
		font: 12px/20px Arial, sans-serif;
	}
		#footer a {
			color: #828282;
			font: 12px/20px Arial, sans-serif;
			display: inline-block;
			text-decoration: underline;
			margin-left: 12px;
		}
			#footer a:hover {
				text-decoration: none;
			}

		#footer p {  padding: 0 0 0 50px; margin: 0; }	


/*  ************************************************ BREADCRUMBS ****************************************/	

	#breadcrumbs {
		background: #334878;
	}
		#breadcrumbs .breadcrumb {
			background: none;
			padding: 13px 0;
			margin: 0 0 0 20px;
			overflow: hidden;			
		}
			#breadcrumbs .breadcrumb li {
				float: left;
				margin: 0 17px 0 0;
				padding: 3px 0;
			}
				#breadcrumbs .breadcrumb li a {
					display: block;
					background: url(images/bg_breadcrumbs_link.png) 0 center no-repeat;
					padding: 0 0 0 29px;
					text-decoration: none;
					color: #fff;
					font: 14px/18px 'Roboto', sans-serif;
					text-transform: capitalize;			
				}
					#breadcrumbs .breadcrumb li a:hover { text-decoration: underline; }
					
					#breadcrumbs .breadcrumb li.menu-item-home a {
						padding: 0;
						background: url(images/bg_breadcrumbs_link_first.png) 0 center no-repeat;					
						text-indent: -9999px;
						width: 18px;
						height: 16px;
					}	

/*  ************************************************* CONTACT PAGE *****************************************/

	.wrapIframe iframe {
		width: 100%;
		border: none;
		height: 400px;		
	}

	.wrap_cf .leftPart {
		float: left;	
		width: 48%;		
	}

	.wrap_cf .rightPart {
		float: right;		
		width: 48%;
	}


/*  ************************************************** BLOG PAGES	*****************************/

	.post-meta, #commentform p {
	  color: #a6acb3;
	  font-weight: 300;
	  padding-bottom: 10px;
	  border-bottom: 1px solid #393c41;
	  margin-bottom: 18px;
	}
		 #commentform p {
		 	padding-bottom: 0;
		 	border: none;		 	
		 }
		.post-meta a {
			text-decoration: underline;
			text-transform: capitalize;
			color: #a6acb3;
		} 
			.post-meta a:hover { text-decoration: none; } 

		.post-meta time { margin-left: 20px; }



	.wrapMeta b { display: none; }		 
	
	article.post-holder .featured-thumbnail {
		max-width: 220px;
		max-height: 220px;
		height: auto;
		margin: 0 20px 20px 0;
		overflow: hidden;		
	} 
		article.post-holder .featured-thumbnail img {
			max-width: 100%;
			width: auto;
		}


	/*  ********************************************** SINGLE POST *******************************************/

		.single-post #content .post-holder + h3 {
			margin-top: 50px;
		}

	
/*  ********************************************* HOME CONTENT *******************************************/

	#primaryWrapContent .recent-posts.recent_news li,
	#primaryWrapContent .sidebar .recent-posts.recent_news li {
		padding-bottom: 20px;
		padding-top: 0;
		padding-left: 0;
		margin-bottom: 20px;
		border-bottom: 1px solid #4d5056;
		position: relative;		
	}
		#primaryWrapContent .recent-posts.recent_news li a.boxCover,
		#primaryWrapContent .sidebar .recent-posts.recent_news li a.boxCover {
			position: absolute;
			display: block;
			content: '';
			width: 100%;
			height: 100%;
			left: 0;
			top: 0px;
			z-index: 5;
		}

	#primaryWrapContent .recent-posts.recent_news li p a,
	#primaryWrapContent .sidebar .recent-posts.recent_news li p a {
		color: #fff;
	}
		#primaryWrapContent .recent-posts.recent_news li:hover .excerpt,
		#primaryWrapContent .sidebar .recent-posts.recent_news li:hover .excerpt {
			color: #fff;
		}
		#primaryWrapContent .recent-posts.recent_news li:hover a,
		#primaryWrapContent .sidebar .recent-posts.recent_news li:hover a {
			color: #ff7045;
		}

		.recent-posts.recent_news .meta {
			color: #5f6369;
			font-size: 12px;
			line-height: 19px;
			padding: 0;
			display: block;
			margin-bottom: 6px;
			text-transform: none;			
		}
	#primaryWrapContent .recent-posts.recent_news li .excerpt,
	#primaryWrapContent .sidebar .recent-posts.recent_news li .excerpt {
		color: #a6acb3;
    	font: 14px/22px "Roboto",serif;
    	text-transform: none;
    	
	}

	/******************************/

	#primaryWrapContent .recent-posts.recent_offers li,
	#primaryWrapContent .sidebar .recent-posts.recent_offers li {
	  margin-bottom: 15px;
	}
		
	#primaryWrapContent .recent-posts.recent_offers li .featured-thumbnail,
	#primaryWrapContent .sidebar .recent-posts.recent_offers li .featured-thumbnail,
	.galleryItem a {
		padding: 3px;
		border: 1px solid #36383d;	
	}
		.galleryItem a .zoom-icon {
			background: url("images/bg_coverImg.png") no-repeat scroll center center rgba(0, 0, 0, 0.25);
		    content: "";
		    height: 100%;
		    left: 0;
		    opacity: 0;
		    position: absolute;
		    top: 0;
		    width: 100%;
		    z-index: 9;
		    -webkit-transition: all .25s ease;
		       -moz-transition: all .25s ease;
		        -ms-transition: all .25s ease;
		         -o-transition: all .25s ease;
		            transition: all .25s ease;
		}
			.galleryItem a:hover .zoom-icon { opacity: 1; }

		.galleryItem a img { width: 100%; }

	#primaryWrapContent .recent-posts.recent_offers li .meta { display: none; }

	#primaryWrapContent .recent-posts.recent_offers li h5 a {
		color: #e7ebf0;
		text-decoration: none;
		font-weight: bold;		
	}
		#primaryWrapContent .recent-posts.recent_offers li h5 a:hover {
			text-decoration: underline;
			color: #ff7045;
		}

		#primaryWrapContent .recent-posts.recent_offers li .excerpt {
			display: table;			
		}


/*  *********************************** PHOTOBANNER ***************************************/

	#photoBanner { 
		width: 100%;
		height: 342px;
		position: relative;		
	}

		#photoBanner #photoBanner_inner {
			position: absolute;
			left: 0;
			width: 100%;
			bottom: 0;
		}
		#photoBanner #photoBanner_inner .container {
			background: rgba(0,0,0,0.8);
			padding: 15px 0 12px;
		}
		#photoBanner #photoBanner_inner .breadcrumb {
		  background: none;
		  border-radius: 4px;
		  list-style: none;
		  margin: 0;
		  padding: 0;
		}
		
			#photoBanner #photoBanner_inner .breadcrumb li {
				margin-left: 35px;
				position: relative;	
				display: inline-block;
				margin-bottom: 0;										
			}

				#photoBanner #photoBanner_inner .breadcrumb li:after {
					position: absolute;
					display: block;
					content: '';
					width: 12px;
					background: url(images/bg_breadcrumbs_li_after.png) 0 0 no-repeat;
					height: 7px;
					right: -23px;
					top: 50%;
					margin-top: -3px;
				}
	
			#photoBanner #photoBanner_inner .breadcrumb li:first-child {
				margin-left: 40px;
			}
			#photoBanner #photoBanner_inner .breadcrumb li:last-child:after {
				display: none;						
			}
			
			#photoBanner #photoBanner_inner .breadcrumb li a {
				color: #a3aab2;
				font: 14px/18px 'Ubuntu', sans-serif;
				text-transform: capitalize;
				text-decoration: none;
				padding: 0;
				margin: 0;
				display: block;				
			}

			#photoBanner #photoBanner_inner .breadcrumb li:first-child a {
				text-indent: -9999px;
				background: url(images/bg_breacrumbs_home.png) 0 0 no-repeat;
				width: 22px;
				height: 22px;
			}


/*  ********************************************* TEAMBOX *****************************************/				

	.teamInner {
		margin-left: -20px;
	}

	.teamBox {
		float: left;
		margin-left: 20px;	
		margin-bottom: 20px;
		width: 170px;
		background: #171a21;
		position: relative;		
	}
		.teamBox:hover { background: #c94a25; }
		.teamBox img {
			width: 100%;
			height: auto;
			display: block;
			margin: 0 0 15px 0;			
		}
		
		#main .teamBox h3 {
			color: #fff;
			font: 20px/25px 'Ubuntu', sans-serif;
			text-transform: capitalize;
			padding: 0 15px;
			margin: 0 0 5px 0;
		}

		.teamBox .teamDesrc {
			color: #949aa7;
			font: 12px/18px 'Ubuntu', sans-serif;
			padding: 0 15px;
			margin: 0 0 12px 0;
		}
			.teamBox:hover .teamDesrc { color: #fff; }
		.teamBox .more {
			color: #58ace7;
			font: 500 14px/18px 'Ubuntu', sans-serif;
			padding: 0 20px 0 15px;
			margin: 0 0 12px 0;
			text-decoration: none;
			text-transform: uppercase;
			display: inline-block;
			background: url(images/bg_more2.png) no-repeat right -46px;
		}	
			.teamBox:hover .more {
				color: #fff;
				background-position: right 6px;
			}

		.teamBox .coverImg {
			width: 100%;
			display: block;		
			position: relative;																					
		}
			.teamBox .coverImg:after {
				background: rgba(0,0,0,0.25) url(images/bg_coverImg.png) center center no-repeat;
				opacity: 0;
				position: absolute;
				top: 0;
				left: 0;
				width: 100%;
				height: 100%;
				content: '';
				z-index: 9;
			}
			.teamBox:hover .coverImg:after { opacity: 1; }


/*  ******************************************** SINGLE **********************************************/	

	.single #content .post-holder .entry-header,
	.page-template-page-blog-php #content .header-title,
	.page-template-page-Portfolio-php #content .header-title { display: none; }

	.page-template-page-blog-php #content .post-holder.first { margin-top: 0; } 