/**
 * Name: elements.css
 * Version: 1.0.0
 *	
 *	-
 *
 *	T.O.C
 *	
 *	#Accordions
 *  #Alerts
 *  #Back to top
 *	#Buttons
 *	#Callout Boxes
 *	#Custom Lists
 *	#Dividers
 *	#Google Maps
 *  #Headlines
 *	#Icon Boxes
 *	#Milestones
 *	#Our Process
 *	#Page Loader
 *	#Parallax
 *	#Pie charts
 *	#Pricing Tables
 *	#ProgressBars
 *	#SocialMedia
 *	#Styled Tables
 *	#Tabs
 *	#Testimonials
 *  #WordPress Widgets
 *  #WordPress Comments
 *  #WordPress Comment Form
 */

/* ==========================================================================
   #Accordions
   ========================================================================== */

	/* Accordeon & Toogle */
	
	.accordion,
	.toggle {
		border: 1px solid #252525;
		margin-bottom: 30px; 
	}

	.accordion-item,
	.toggle-item {}

	.accordion-item-toggle,
	.toggle-item-toggle {
		position: relative;
		display: block;
		padding: 5px 20px 5px 40px;
		border-bottom: 1px solid #252525;
	}
	
	.accordion-item:last-child .accordion-item-toggle,
	.toggle-item:last-child .toggle-item-toggle { border-bottom: none; }
	
	a.accordion-item-toggle,
	a.toggle-item-toggle { color: #5f5f5f; }
	
	.accordion-item-toggle:after,
	.toggle-item-toggle:after {
		position: absolute;
		top: 5px;
		left: 15px;
		font-size: 18px;
		content: "+";
	}
	
	.accordion-item-toggle.active:after,
	.toggle-item-toggle.active:after { content: "-"; }
	
	.accordion-item-toggle:hover,
	.accordion-item-toggle.active,
	.toggle-item-toggle:hover,
	.toggle-item-toggle.active { text-decoration: none; }
	
	.accordion-item-toggle.active,
	.toggle-item-toggle.active { border-bottom-color: #efefef; }
	
	.accordion-item:last-child .accordion-item-toggle.active,
	.toggle-item:last-child .toggle-item-toggle.active { border-bottom: 1px solid #efefef; }
	
	.accordion-item-content,
	.toggle-item-content { 
		display: none; 
		padding: 10px 20px 10px 40px; 
		border-bottom: 1px solid #252525;
	}
	
	.accordion-item:last-child .accordion-item-content,
	.toggle-item:last-child .toggle-item-content { border-bottom: none; }
	
	.accordion-item-content p:last-child,
	.toggle-item-content p:last-child { margin-bottom: 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.accordion-item-content:after,
	.toggle-item-content:after { /* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	@media (max-width: 767px) {
	
	}

/* ==========================================================================
   #Alerts
   ========================================================================== */

	.alert {
		padding: 13px 15px;
		border: 1px solid #d1d1d1;
		border-radius: 3px;
		-webkit-box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.1);
		margin-bottom: 30px;
		background-color: #f8f8f8;
	}
	
	.alert i {
		position: relative;
		top: 1px;
		margin-right: 7px;
		font-size: 16px;
	}
	
	.alert.info {
		border: 1px solid #86cde3;
		background-color: #cce9f2;
		color: #3194b1;
	}
	
	.alert.success {
		border: 1px solid #b3cda1;
		background-color: #d8f1c6;
		color: #749958;
	}
	
	.alert.error {
		border: 1px solid #e1a1a1;
		background-color: #f9d9d9;
		color: #b55454;
	}
	
	.alert.warning {
		border: 1px solid #d1c9ae;
		background-color: #fbf4dd;
		color: #978c68;
	} 

/* ==========================================================================
   #Back to top
   ========================================================================== */

	#back-to-top {
		position: absolute;
		bottom: -40px;
		left: 50%;
		width: 36px;
		height: 36px;
		border: 1px solid #fff;
		margin-left: -18px;
		color: #fff;
		font-size: 30px;		
		text-align: center;
		text-decoration: none;
		cursor: pointer;
		-webkit-transition: all 0.4s ease 0s;
			 -o-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top i {
		font-size: 16px;
		line-height: 36px;
		font-weight: normal;
		vertical-align: top;
		-webkit-transition: all 0.4s ease 0s;
			 -o-transition: all 0.4s ease 0s;
				transition: all 0.4s ease 0s;
	}
	
	#back-to-top:hover { background-color: rgba(255, 255, 255, 0.3); }
	
	@media (max-width: 767px) {
		
		#back-to-top { bottom: -80px; }
		
	}

/* ==========================================================================
   #Buttons
   ========================================================================== */

	.btn { 
		display: inline-block; 
		padding: 10px 15px; 
		border: 1px solid #252525;
		margin: 0 1px 20px 0;
		line-height: 18px;
		vertical-align: middle;
		text-decoration: none !important;
		cursor: pointer;
		-webkit-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;	
	}
	
	a.btn { color: #252525; }
	
	.btn:focus { outline: none; }
	
	.btn-large {
		padding: 15px 30px;
		font-size: 18px;
	}
	
	.btn i,
	.btn-large i { 
		float: left; 
		margin: 2px 8px 0 -4px;
		font-size: 14px; 
		line-height: 14px; 
	}
	
	.btn:hover { 
		background: #252525;
		color: #fff;
	}

	/* Buton Colors */
	
	.btn-white {
		border: 1px solid #dddddd;
		background-color: #f7f7f7;
		color: #5f5f5f;
	}
	
	a.btn-white { color: #5f5f5f; }
	.btn-white:hover { 
		background: #dddddd;
		color: #252525
	}
	
	.btn-black {
		border: 1px solid #464646;
		background-color: #464646;
		color: #fff;
	}
	
	a.btn-black { color: #fff; }
	.btn-black:hover { background: #535353; }
	
	.btn-blue {
		border: 1px solid #1f70ad;
		background-color: #2778c8;
		color: #fff;
	}
	
	a.btn-blue { color: #fff; }
	.btn-blue:hover { background: #287fc8; }

	.btn-red {
		border: 1px solid #b23730;
		background-color: #c74039;
		color: #fff;
	}
	
	a.btn-red { color: #fff; }
	.btn-red:hover { background: #ce4640; }

	.btn-green {
		border: 1px solid #819633;
		background-color: #8da046;
		color: #fff;
	}
	
	a.btn-green{ color: #fff; }
	.btn-green:hover { background: #93a749; }
	
/* ==========================================================================
   #Callout Boxes
   ========================================================================== */

	.callout-box {
		padding: 30px 20px;
		margin-bottom: 30px;
		background-color: #333;
		color: #fff;
	}
	
	.callout-box a.btn {
		border-color: #fff;
		color: #fff; 
	}
	
	/**
 	 * Callout box with one background image
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .callout-box
	 *
	 */
	 
	.callout-box.bg-img {
		background-repeat: no-repeat; /* 1 */ 
		background-position: center center;
		-webkit-background-size: cover;
				background-size: cover;
		color: #fff;
	}
	
	/**
 	 * Callout box with repeating background image
 	 *
	 * 1. background-image must be supplied using inline css as it is different for every .callout-box
	 *
	 */
	 
	.callout-box.bg-pattern {
		background: repeat top left; /* 1 */	
		color: #fff;
	}
	
	.callout-box.bordered {
		border: 1px solid #efefef;
		background-color: #f5f5f5;
	}
	
	/**
 	 * Callout box grid system
 	 *
	 * 1. overwriting inherited .row width to 100% in order to make it fluid
	 *
	 */
	
	.callout-box .row { 
		width: 100%; /* 1 */ 
	}
	
	.callout-box .span1,
	.callout-box .span2,
	.callout-box .span3,
	.callout-box .span4,
	.callout-box .span5,
	.callout-box .span6,
	.callout-box .span7,
	.callout-box .span8,
	.callout-box .span9,
	.callout-box .span10,
	.callout-box .span11,
	.callout-box .span12 {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 0 10px;
		margin: 0;	
	}
	
	.callout-box .span12 { width: 100%; }
	.callout-box .span11 { width: 91.6666666667%; }
	.callout-box .span10 { width: 83.3333333333%; }
	.callout-box  .span9 { width: 75%; }
	.callout-box  .span8 { width: 66.6666666667%; }
	.callout-box  .span7 { width: 58.3333333333%; }
	.callout-box  .span6 { width: 50%; }
	.callout-box  .span5 { width: 41.6666666667%; }
	.callout-box  .span4 { width: 33.3333333333%; }
	.callout-box  .span3 { width: 25%; }
	.callout-box  .span2 { width: 16.66666666666667%; }
	.callout-box  .span1 { width: 8.333333333333333%; }
  
	@media (max-width: 767px) {
	
		.callout-box .span1,
		.callout-box .span2,
		.callout-box .span3,
		.callout-box .span4,
		.callout-box .span5,
		.callout-box .span6,
		.callout-box .span7,
		.callout-box .span8,
		.callout-box .span9,
		.callout-box .span10,
		.callout-box .span11,
		.callout-box .span12 { width: 100%; }
	  
	}

/* ==========================================================================
   #Custom Lists
   ========================================================================== */

	/**
 	 * Custom lists
 	 *
	 * 1. unstyled list
	 * 2. list with squares for bullets
	 * 3. list with discs for bullets
	 *
	 */
	 
	ul.unstyled { list-style-type: none; } /* 1 */
	ul.square { list-style-type: square; } /* 2 */
	ul.circle { list-style-type: circle; } /* 3 */
	
	/**
 	 * FontAwesome lists
 	 *
	 * 2. Plus list
	 * 3. Pin list
	 *
	 */
	 
	ul.plus,								/* 2 */
	ul.pin { list-style: none; }			/* 3 */
	
	ul.plus li:before,
	ul.pin li:before { 
		position: relative;
		top: -1px;
		width: auto;
		height: auto;
		margin-right: 8px;
		font-family: 'FontAwesome';
		font-size: 10px;
		font-style: normal;
	}
	
	ul.plus li:before { content: ""; }
	ul.pin li:before { content: ""; }	
	
	/**
 	 * Custom Icon Font lists
 	 *
	 * 1. Disc list
	 * 2. Check list
	 *
	 */
	
	ul.arrow { list-style: none; }			/* 1 */
	ul.check { list-style: none; }			/* 2 */
	
	ul.arrow li:before,
	ul.check li:before { 
		position: relative;
		top: 0;
		width: auto;
		height: auto;
		margin-right: 8px;
		font-family: 'iconfontcustom';
		font-size: 14px;
		font-weight: 700;
	}
	
	ul.arrow li:before { content: ""; }	
	ul.check li:before { content: ""; }	

/* ==========================================================================
   #Dividers
   ========================================================================== */

	.divider { margin: 30px 0; }
	
	.divider.single-line { border-top: 1px solid #e2e2e2; }
	
	.divider.double-line { border-top: 4px double #e2e2e2; }
	
	.divider.single-dotted {
		 height: 1px;
		 background: url(../images/bg-single-dotted.gif) repeat-x top left ;  
	}
	
	.divider.double-dotted { 
		height: 4px;
		background: url(../images/bg-double-dotted.gif) repeat-x top left; 
	}	

/* ==========================================================================
   #Google Maps
   ========================================================================== */

	.map { position: relative; }
	
	.google-map { 
		width: 100%; 
		height: 665px; 
		margin-top: 40px; 
	}
	
	.map-overlay {
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		padding-top: 260px;
		background-color: rgba(0, 0, 0, 0.85);
		color: #fff;
	}
	
	.map-overlay p {
		display: inline-block;
		padding: 25px 30px;
		border: 1px solid #fff;
		margin-bottom: 80px;
		font-size: 18px;
	}
	
	.map-overlay .btn { border-color: #fff; }
	.map-overlay a.btn { color: #fff; }
	.map-overlay .btn:hover { background-color: rgba(255, 255, 255, 0.15); }
	
	@media (max-width: 767px) {
		
		.google-map { height: 350px; }
		.map-overlay { padding-top: 50px; }
		
	}

/* ==========================================================================
   #Headlines
   ========================================================================== */

	.headline {
		position: relative;
		display: inline-block;
		border: 1px solid #252525;
		margin-bottom: 120px;
		color: #252525;
		font: 12px 'PT Sans', sans-serif;
		line-height: 20px;
		letter-spacing: 1px;
		text-align: center;
		text-transform: uppercase; 
	}
	
	.headline h1 {
		padding: 10px 35px;	
		margin-bottom: 0;
		line-height: 53px;
	}
	
	.headline h2 { 
		padding: 35px 30px;
		margin-bottom: 0;
		line-height: 24px;
	}
	
	.headline h3 {
		padding: 25px 15px;
		margin-bottom: 0; 
	}
	
	.headline p {
		position: absolute;
		top: -11px;
		right: 0;
		left: 0;
	}
	
	.headline p span {
		padding: 0 10px;
		background-color: #fff; 
	}
	
/* ==========================================================================
   #Icon Boxes
   ========================================================================== */

/* Icon Box 1
   ========================================================================== */
   
	.icon-box-1 { 
		position: relative; 
		margin-bottom: 30px; 
	}
		
	.icon-box-1 > i { 
		float: left;
		display: block;  
		font-size: 32px; 
		line-height: 32px; 
	} 
	
	.icon-box-1 > img { 
		float: left; 
		display: block; 
	} 
	
	.icon-box-1 .icon-box-content { margin-left: 42px; }

/* Icon Box 2
   ========================================================================== */
   
	.icon-box-2 { 
		position: relative; 
		margin-bottom: 30px; 
	}
		
	.icon-box-2 > i { 
		display: block;
		margin-bottom: 10px; 
		color: #666e74; 
		font-size: 48px;
	}
	
	.icon-box-2 > img { margin-bottom:10px; }
	
	.icon-box-2 .icon-box-content { }	

/* Icon Box 3
   ========================================================================== */
   
	.icon-box-3 { 
		position: relative; 
		margin-bottom: 60px; 
	}	
	
	.icon-box-3 > i { 
		float: left;
		width: 64px;
		height: 64px;
		border: 1px solid transparent;
		background-color: #252525;
		color: #fff;
		margin: 0 30px 25px 0;		 
		font-size: 32px;
		line-height: 64px;
		text-align: center;
		-webkit-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	} 
	
	.icon-box-3 > img { 
		float: left; 
		margin-right: 10px; 
	} 
	
	.icon-box-3 h3 { padding-top: 14px; }
	.icon-box-3 h3 a { color: #252525; }
	
	.icon-box-3 .icon-box-content { }
	
	.icon-box-3 > i:hover { 
		border-color: #252525;
		background-color: transparent;
		color: #252525;
	}
	
	@media (max-width: 767px) {
		
		.icon-box-3 h3 { padding-top: 0; }
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.icon-box-3 h3 { padding-top: 14px; }
		
	}

/* Icon Box 4
   ========================================================================== */
   
	.icon-box-4 { 
		position: relative; 
		margin: 30px 0; 
	}	
	
	/**
	 * 1. Android Browser 2.3 does not support % value for border-radius
	 * 2. Stop bg color from leaking outside the border	
	 */
	
	.icon-box-4 > i {
		position: absolute;	 
		z-index: 20; 
		left: 50%; 
		width: 60px; 
		height: 60px;
		border: 1px solid #969696;
		border-radius: 30px; /* 1 */
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-top: -30px; 
		margin-left: -30px; 			
		background-color: #e1e1e1;
		background-clip: padding-box; /* 2 */		
		color: #444444;
		font-size: 32px;
		line-height: 60px;
		text-align: center; 
	}
	 
	.icon-box-4 .icon-box-content { 
		position: relative;
		z-index: 10;
		padding: 55px 40px 40px;
		border: 1px solid #e0e0e0; 
		-webkit-border-radius: 50%;
				border-radius: 3px; 
		margin-top: 16px;
		background-color: #f4f4f4;
		text-align: center; 
	}

/* Icon Box 5
   ========================================================================== */
   
	.icon-box-5 { 
		position: relative; 
		margin-bottom: 30px; 
	}	
		
	.icon-box-5 > i { 
		position: absolute;
		z-index: 20; 
		top: 50%;
		left: 0; 
		width: 60px; 
		height: 60px;
		border: 1px solid #969696;
		border-radius: 30px;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-top: -30px; 
		background-color: #e1e1e1;
		background-clip: padding-box; 
		color: #444444;
		font-size: 32px;
		line-height: 60px;
		text-align: center;  
	} 
	
	.icon-box-5 .icon-box-content { 
		position: relative;
		z-index: 10;
		padding: 40px 40px 40px 55px;
		border: 1px solid #e0e0e0; 
		-webkit-border-radius: 3px;
				border-radius: 3px;
		margin-left: 30px;	
		background-color: #f4f4f4;
		text-align: center; 
	}
	
/* Icon Box 6
   ========================================================================== */
   
	.icon-box-6 { 
		position: relative; 
		margin-bottom: 60px;
		text-align: right; 
	}	
	
	.icon-box-6 > i { 
		float: right;
		width: 64px;
		height: 64px;
		border: 1px solid transparent;
		background-color: #252525;
		color: #fff;
		margin: 0 0 25px 30px;		 
		font-size: 32px;
		line-height: 64px;
		text-align: center;
		-webkit-transition: all 0.3s;
			 -o-transition: all 0.3s;
				transition: all 0.3s;
	} 
	
	.icon-box-6 > img { 
		float: right; 
		margin-left: 10px; 
	} 
	
	.icon-box-6 h3 { padding-top: 14px; }
	.icon-box-6 h3 a { color: #252525; }
	
	.icon-box-6 .icon-box-content { }
	
	.icon-box-6 > i:hover { 
		border-color: #252525;
		background-color: transparent;
		color: #252525;
	}
	
	@media (max-width: 767px) {
		
		.icon-box-6 { text-align: left; }
		
		.icon-box-6 > i { 
			float: left;
			margin-right: 30px;
			margin-left: 0;
		}
		
		.icon-box-6 > img { 
			float: left;
			margin-right: 10px;
			margin-left: 0; 
		} 
		
		.icon-box-6 h3 { padding-top: 0; }
		
	}
	
	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.icon-box-6 h3 { padding-top: 14px; }
		
	}
					
/* ==========================================================================
   #Milestones
   ========================================================================== */

	.milestone {
		position: relative;
		margin-top: 35px;
		text-align: center;
	}
	
	/*
	 * 1. Clearfix hack 
	 */
	.milestone:after { /* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	.milestone i {
		margin-right: 10px;
		font-size: 32px;
	}
	
	.milestone .milestone-content {
		color: #252525;
		font-family: 'Oswald', sans-serif;
		font-size: 60px;
		line-height: 24px;
	}
	
	.milestone .milestone-value {
		position: relative;
		display: inline-block;
		min-width: 100px;
		padding: 55px 30px 40px 30px;
		border: 1px solid #252525;
	}
	
	.milestone .milestone-description {
		position: relative;
		margin-bottom: -11px;
		font-family: 'PT Sans', sans-serif; 
		font-size: 12px;
		line-height: 24px;
		letter-spacing: 1px;
		text-transform: uppercase;
	}
	
	.milestone .milestone-description span {
		padding: 0 5px;
		background-color: #fff;
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.milestone .milestone-content { font-size: 40px; }
	
	}

/* ==========================================================================
   #Our Process
   ========================================================================== */

	.process-builder { margin-bottom: 30px; }
		
	.process-builder ul:before {
		position: absolute;
		top: 90px;
		left: 85px;
		display: block;
		width: 75%;
		height: 0;
		border-bottom: 1px solid #252525;
		content: "";
	}
	.process-builder ul { list-style: none; }
	
	.process-builder ul li { 
		float: left;
		width: 25%; 
		text-align: center;  
	}
	
	.process-builder ul li i { 
		font-size: 70px; 
		line-height: 140px; 
		-webkit-transition: color 0.5s; 
			 -o-transition: color 0.5s; 
				transition: color 0.5s; 
	}
	
	.process-builder ul li span { 
		position: relative; 
		display: inline-block;
		overflow: hidden;  
		width: 140px; 
		height: 140px;
		border: 1px solid #252525;
		margin-bottom: 20px; 
		background-color: #fff;
		background-clip: padding-box;
		-webkit-transition: background-color 0.5s;
		     -o-transition: background-color 0.5s; 
				transition: background-color 0.5s; 
	}
	
	.process-builder ul li:hover span { background-color: #252525; }
	
	.process-builder ul li:hover i { color: #fff; }
		
	.process-builder.three-items ul li { width: 33.3333333333%; }
	.process-builder.four-items ul li { width: 25%; }
	.process-builder.five-items ul li { width: 20%; }

	@media (min-width: 768px) and (max-width: 979px) {
	
		.process-builder ul:before {
			top: 70px;
			left: 70px; 
		}
		
		.process-builder ul li i { 
			font-size: 60px; 
			line-height: 100px; 
		}
		
		.process-builder ul li span { 
			width: 100px; 
			height: 100px; 
		}
	
	}
	@media (max-width: 767px) {
	
		.process-builder ul li { 
			float: none; 
			width: auto; 
		}
		.process-builder ul:before { border-bottom: none; }
		
		.process-builder.three-items ul li,
		.process-builder.four-items ul li,
		.process-builder.five-items ul li { width: auto; }
	  
	}
	
/* ==========================================================================
   #Page Loader
   ========================================================================== */
	
	#pageloader {
		position: fixed;
		z-index: 999999;
		width: 100%;
		height: 100%;
		background-color: #fff;
	}
	
	.loader-img {
		position: absolute;
		top: 50%;
		left: 50%;
		margin: -40px 0 0 -40px;
		text-align: center;
	}

/* ==========================================================================
   #Parallax
   ========================================================================== */

	.parallax {
		overflow: hidden;
		background-attachment: scroll;
		background-repeat: no-repeat;
		background-position: 50% 0;
		-webkit-background-size: cover;
				background-size: cover;		
	}
	
	.parallax.parallax-enabled { background-attachment: fixed !important; }
	
	.parallax h1 {
		margin-bottom: 30px;
		font-size: 60px; 
	}
	
	/*
	 * 1. Overwite element color when in parallax
	 */
	
	.parallax { color :#fff; } /* 1 */
	
	.parallax h1, 
	.parallax h2, 
	.parallax h3, 
	.parallax h4, 
	.parallax h5, 
	.parallax h6,
	.parallax a.btn,
	.parallax .icon-box-3 h3 a,
	.parallax .icon-box-6 h3 a,
	.parallax .icon-box-3:hover > i,
	.parallax .icon-box-6:hover > i,
	.parallax .milestone .milestone-value,
	.parallax .process-builder ul li:hover span i,
	.parallax .pie-chart i, 
	.parallax .pie-chart .pie-chart-custom-text, 
	.parallax .pie-chart .pie-chart-percent,
	.parallax .tabs-container .tabs-menu li a,
	.parallax .vertical-tabs-container .tabs-menu li a,
	.parallax .headline,
	.parallax .milestone .milestone-description span,
	.parallax .ewf_widget_twitter a { color: #fff; }
	
	.parallax .process-builder ul li span i { color: #252525; }

	.parallax abbr[title] { border-bottom: 1px dotted #fff; }
	
	.parallax .accordion,
	.parallax .toggle,
	.parallax .process-builder ul:before,
	.parallax .tabs-container .tabs-menu,
	.parallax .vertical-tabs-container .tabs-menu li a { border-bottom-color: #fff; }
	
	.parallax .accordion-item-toggle,
	.parallax .toggle-item-toggle {
		border-color: #fff;
		color: #fff;
	}	
	
	.parallax .accordion-item-content,
	.parallax .toggle-item-content,
	.parallax a.btn,
	.parallax .headline,
	.parallax .icon-box-3:hover > i,
	.parallax .icon-box-6:hover > i,
	.parallax .milestone .milestone-value,
	.parallax .cinema-table,
	.parallax .table-bordered,
	.parallax .tabs-container .tabs,
	.parallax .vertical-tabs-container { border-color: #fff; }
	
	.parallax .tabs-container .tabs-menu li a { 
		border: 1px solid #fff;
		border-bottom: none;
	}
	
	.parallax .table-bordered td,
	.parallax .tabs-container .tabs-menu li:first-child a { border-left-color: #fff; }
	
	.parallax .table-bordered th:first-child { border-left: 1px solid #fff; }
	
	.parallax table th, 
	.parallax table td { border-top-color: #fff; }
	
	.parallax a.btn.btn-white,
	.parallax .tabs-container .tabs-menu li a,
	.parallax .vertical-tabs-container,
	.parallax .vertical-tabs-container .tabs,
	.parallax .vertical-tabs-container .tabs-menu li a,
	.parallax .headline p span,
	.parallax .milestone .milestone-description span { background-color: transparent; }
	
	.parallax .vertical-tabs-container .tabs-menu li a { border-right-color: #fff; }
	
	.parallax a.btn.btn-white:hover { background-color: rgba(0, 0, 0, 0.5); }
	
	.parallax .headline { border-bottom: none; }
	
	.parallax .headline h1 {
		padding: 35px 45px 35px 45px;
		margin-bottom: 0;
	}
	
	.parallax .headline p {
		top: auto;
		bottom: -34px;
		font-size: 16px;
	}
	
	.parallax .headline:before,
	.parallax .headline:after {
		position: absolute;
		bottom: 0;
		border-top: 1px solid #fff;
		width: 30px;
		content: ""; 
	}
	
	.parallax .headline:before { left: 0; }
	.parallax .headline:after { right: 0; }
	
	.parallax .testimonial .headline { 
		border-top: 1px solid #fff;
		border-bottom: none;
	}
	
	.parallax .testimonial .headline:before,
	.parallax .testimonial .headline:after {
		top: auto;
		bottom: 0;
	}
	
	.parallax .testimonial .headline p {
		bottom: -34px;
		font-size: 12px; 
	}
	
	.parallax .milestone .milestone-value { border-top: none; }
	
	.parallax .milestone .milestone-value:before,
	.parallax .milestone .milestone-value:after {
		position: absolute;
		top: 0;
		border-top: 1px solid #fff;
		width: 20px;
		content: "";
	}
	
	.parallax .milestone .milestone-value:before { left: 0; }
	.parallax .milestone .milestone-value:after { right: 0; }
	
	/*
	 * 1. added this because adding position: relative; to .parallax breaks parallax backgrounds in chrome
	 * 2. Parallax texture overlay
	 * 3. should be used to wrap parallax content if you are using a Parallax texture overlay
	 *
	 */
	
	.parallax-content { 	/* 1 */
		position: relative;
		z-index: 1;	
	}
	
	.parallax-overlay { /* 2 */
		position: absolute;
		z-index: 2;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background-image: url(../../_content/backgrounds/pattern.png);
		background-attachment: scroll;
		background-repeat: repeat;
		background-position: 0 0;
	}
	
	.parallax-content-inner { /* 3 */
		position: relative;
		z-index: 3;
	}
	
	.full-screen-overlay {
		z-index: 22;
		position: absolute;
		top: 0;
		right: 0;
		bottom: 0;
		left: 0;
		background: url(../../_content/backgrounds/pattern.png) repeat top left;
	}
	
	#video-parallax-1 { background-image: url(../../_content/backgrounds/1920x1280.jpg); }
	#video-parallax-1 .parallax-content-inner { padding:120px 0; } 
	
	#bg-1 { background-image: url(../../_content/backgrounds/1920x750-1.jpg); }
	#bg-1 .parallax-content-inner { padding:120px 0 100px 0; }
	
	#testimonials { background-image: url(../../_content/backgrounds/1920x750-2.jpg); }
	#testimonials .parallax-content-inner { padding:120px 0 90px 0; }
	
	#twitter { background-image:url(../../_content/backgrounds/1920x750-3.jpg); }
	#twitter .parallax-content-inner { padding:120px 0 100px 0; }
	
	@media (max-width: 767px) {
		
		.parallax tr { border-top-color: #fff; }
		
		.parallax .tabs-container .tabs-menu li:last-child a { border-bottom: 1px solid #fff; }
		
		.parallax .headline { border: none; }
		
		.parallax .headline:before,
		.parallax .headline:after { display: none; }
		
		.parallax .headline h1 { 
			padding: 0;
			line-height: 65px;
		}
		
		.parallax .headline p { position: relative; }
		
		.parallax .testimonial .headline { 
			border: 1px solid #fff;
			border-bottom: none;
		} 
		
		.parallax .testimonial .headline:before,
		.parallax .testimonial .headline:after { display: block; }
		
		.parallax .testimonial .headline p {
			position: absolute;
			bottom: -34px;
		}
		
	}

/* ==========================================================================
   #Pie charts
   ========================================================================== */

	.pie-chart {
		position: relative;	
		margin: 0 auto 30px auto;
		text-align: center;
	}
	
	.pie-chart canvas {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
	}
	
	.pie-chart i, 
	.pie-chart .pie-chart-custom-text, 
	.pie-chart .pie-chart-percent {
		position: absolute;
		z-index: 10;
		top: 0;
		left: 0;
		display: block;
		width: 100%;
		color: #252525;
		text-align: center;
	}
	
	.pie-chart img {
		max-width: 100%;
		vertical-align: middle;
	}
	
	.pie-chart .pie-chart-custom-text {
		font-family: 'Oswald', sans-serif;
		font-size: 18px; 
	}
	
	.pie-chart .pie-chart-percent {
		font-family: 'Oswald', sans-serif;
		font-size: 38px;
	}
	
	.pie-chart-description {
		display: block;
		font-size: 16px;
		text-align: center;
	}

/* ==========================================================================
   #Pricing Tables
   ========================================================================== */

	.cinema-table {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 50px 20px;
		border: 1px solid #252525;
		margin-bottom: 30px;
		text-align: center;
		-webkit-transition: all 0.3s ease 0s;
			 -o-transition: all 0.3s ease 0s;
				transition: all 0.3s ease 0s;
	}

	.cinema-table .headline { margin-bottom: 30px; }
	
	.cinema-table .headline h1 {
		padding-bottom: 20px;
		font-size: 63px; 
		line-height: 63px;
	}
	
	.cinema-table .headline h1 sup { font-size: 25px; }
	
	.cinema-table .headline p { 
		top: auto;
		bottom: -36px;
	}
		
	.cinema-table-offer {}
	
	.cinema-table-offer ul { list-style: none; }
	
	.cinema-table-offer ul li { 
		padding: 20px 0;
		border-top: 1px solid #efefef;
		font-size: 14px;
		line-height: 36px;
		text-transform: uppercase;  
	}
	
	.cinema-table-offer ul li small {
		padding: 0 2px;
		background-color: #1f1f1f;
		color: #fff;
	}
	
	.cinema-table .btn { margin-bottom: 0; }
	.cinema-table .btn:hover { background-color: rgba(255, 255, 255, 0.2); }
	
	.cinema-table-offer ul li:first-child { border-top: none; }
	
	.cinema-table:hover {
		background-color: #252525;
		color: #fff;
		-webkit-transform: scale(1.18); 
		    -ms-transform: scale(1.18);
			 -o-transform: scale(1.18);
				transform: scale(1.18); 
	}
	
	.cinema-table:hover .headline { 
		border-color: #fff; 
		color: #fff;	
	}
	.cinema-table:hover .headline h1 { color: #fff; }
	
	.cinema-table .headline p span {
		-webkit-transition: background-color 0.3s ease 0s;
			 -o-transition: background-color 0.3s ease 0s;
				transition: background-color 0.3s ease 0s;
	}
	
	.cinema-table:hover .headline p span { background-color: #252525; }
	
	.cinema-table:hover .btn { 
		border-color: #fff;
		color: #fff;
	}
	
	@media (min-width: 1400px) {
		
		.cinema-table:hover {
			-webkit-transform: scale(1.22); 
				-ms-transform: scale(1.22);
				 -o-transform: scale(1.22);
					transform: scale(1.22); 
		}
		
	}
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.cinema-table .headline h1 {
			font-size: 45px;
			line-height: 45px;
		}
		
	}
	
	@media (max-width: 767px) {
		
		.cinema-table .headline h1 {
			font-size: 55px;
			line-height: 55px;
		}
		
		.cinema-table .headline h1 sup { font-size: 20px; }
		
		.cinema-table:hover { 
			-webkit-transform: none; 
				-ms-transform: none;
				 -o-transform: none;
					transform: none; 
		}
		
	}

/* ==========================================================================
   #ProgressBars
   ========================================================================== */

	.progress-bar-description {
		position: relative;
		display: block;
		margin-bottom: 15px;
		font: 14px 'PT Sans', sans-serif;
		line-height: 24px;
	}
	
	.progress-bar-description span:after {
		position: absolute;
		bottom: -7px;
		left: 50%;
		width: 0; 
		height: 0; 
		border-top: 7px solid #252525;
		border-right: 5px solid transparent; 
		border-left: 5px solid transparent;
		margin-left: -5px;
		content: "";
		transform: scale(0.9999);
	}
	
	.progress-bar-description span {
		position: absolute;
		top: 0;
		left: 0;
		padding: 0 5px;
		margin-left: -20px;
		background-color: #252525;
		color: #fff;
		font-size: 13px;	
	}
	
	.progress-bar {
		position: relative;
		display: block;
		height: 8px;
		margin-bottom: 15px;
		background-color: #b6b6b6;
	}
	
	.progress-bar .progress-bar-outer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
		background-color: #252525;
	}
	
	.progress-bar .progress-bar-outer .progress-bar-inner {
		position: absolute;
		z-index: 1;
		top: 0;
		left: 0;
		display: block;
		overflow: hidden;
		height: 100%;
		width: 100%;
	}

/* ==========================================================================
   #SocialMedia
   ========================================================================== */

	a.social-icon {
		float: left;
		display: block;
		width: 32px;
		margin-right: 10px;
		margin-bottom: 5px;
		background-color: #252525;
		color: #fff;
		text-align: center;
	}

	a.social-icon:last-child { margin-right: 0; }

	a.social-icon i {
		font-size: 16px;
		line-height: 32px;
	}
	
	a.social-icon:hover { text-decoration: none; }
	
	a.facebook-icon:hover { background-color: #0e59a0 !important; }
	a.twitter-icon:hover { background-color: #0ea4ff !important; }
	a.dribble-icon:hover { background-color: #ea73a0 !important; }
	a.pinterest-icon:hover { background-color: #d73532 !important; }
	a.googleplus-icon:hover { background-color: #282927 !important; }
	a.tumblr-icon:hover { background-color: #586980 !important; }
	a.instagram-icon:hover { background-color: #82685a !important; }
	a.rss-icon:hover { background-color: #f79638 !important; }
	a.linkedin-icon:hover { background-color: #018faf !important; }
	a.skype-icon:hover { background-color: #00b0f6 !important; }
	a.flickr-icon:hover { background-color: #0061db !important; }
	a.vimeo-icon:hover { background-color: #63879c !important; }
	a.github-icon:hover { background-color: #3b3b3b !important; }
	a.youtube-icon:hover { background-color: #cc181e !important; }
	a.windows-icon:hover { background-color: #6dc2e9 !important; }
	a.dropbox-icon:hover { background-color: #007ee5 !important; }
	a.xing-icon:hover { background-color: #026566 !important; }

/* ==========================================================================
   #Styled Tables
   ========================================================================== */

	.table-bordered { 
		border: 1px solid #252525;
		border-left: none; 
		border-collapse: separate; 
	}
	
	.table-bordered th { border-left: 1px solid #fff; } 
	.table-bordered th:first-child { border-left: none; }
	.table-bordered td { border-left: 1px solid #252525; }
	
	.table-bordered caption + thead tr:first-child th,
	.table-bordered caption + tbody tr:first-child th,
	.table-bordered caption + tbody tr:first-child td,
	.table-bordered colgroup + thead tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child th,
	.table-bordered colgroup + tbody tr:first-child td,
	.table-bordered thead:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child th,
	.table-bordered tbody:first-child tr:first-child td { border-top: none; }

	.table-condensed th,
	.table-condensed td { padding: 4px 8px; }	

	@media (max-width: 480px) {
	
		/**
		 * Force table to not be like tables anymore
		 */
		 
		table, 
		thead, 
		tbody, 
		th, 
		td, 
		tr { display: block; }
		
		/**
		 * Hide table headers
		 */
	
		thead tr { 
			position: absolute;
			top: -9999px;
			left: -9999px;
		}
		
		.table-bordered { border-top: none; }
		tr { border-top: 2px solid #252525; }
		
		td:first-child { border-top: none !important; }
	  
	}

/* ==========================================================================
   #Tabs
   ========================================================================== */

	/* Horizontal tabs */
		
   /*
    *  1. Wraps around a horizontal tab group
	*/
   
	.tabs-container { margin-top: 70px; } /* 1 */

	.tabs-container .tabs-menu { 
		border-bottom: 1px solid #c2c2c2;
		margin-top: 10px; 
		margin-bottom: 0;
		list-style: none; 
	}
	
	.tabs-container .tabs-menu li { display: inline; }
	
	.tabs-container .tabs-menu li a { 
		float: left; 
		display: block;
		padding: 10px 13px; 
		border-left: none;		
		margin-bottom: -1px;
		margin-right: 1px;
		background-color: #1f1f1f;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		letter-spacing: 1px;
		text-decoration: none;
	}
	
	.tabs-container .tabs-menu li a:hover { text-decoration: none; }
	
	.tabs-container .tabs-menu li:first-child a { border-left: 1px solid #c2c2c2; }
	
	.tabs-container .tabs-menu li.active a {
		border: 1px solid #c2c2c2;
		border-bottom-color: #fff; 
		background-color: #fff;
		color: #252525; 
	}
	
	.tabs-container .tabs {
		border: 1px solid #c2c2c2; 
		border-top: none;   
	}
	
	.tabs-container .tab-content { padding: 25px; }
	
	.tabs-container .tab-content i {
		float: left;
		padding: 30px 40px;
		margin-right: 35px;
		background-color: #252525;
		color: #fff;
		font-size: 50px;
	}
	
	.tabs-container .tab-content p:last-child { margin-bottom: 0; }
	
	/*
	 * 1. Clearfix hack 
	 */
	.tabs-container .tab-content:after { /* 1 */
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	/* Vertical tabs */
	
	.vertical-tabs-container {
		position: relative;
		border: 1px solid #c2c2c2;
		margin-bottom: 30px;
		background-color: #1f1f1f;
	}
	
	.vertical-tabs-container .tabs-menu { 
		float: left;
		width: 199px;
		border-right: 1px solid #c2c2c2;
		margin-bottom: 0;
		list-style: none;
	}
	
	.vertical-tabs-container .tabs-menu li a { 
		display: block;
		padding: 15px 25px; 
		border-bottom: 1px solid #c2c2c2;
		border-right: 1px solid #c2c2c2;	
		margin-right: -1px; 
		background-color: #1f1f1f;
		color: #fff;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		text-decoration: none;
	}
	
	.vertical-tabs-container .tabs-menu li.active a {
		border-right-color: #fff;
		background-color: #fff;
		color: #252525;
	}
	
	.vertical-tabs-container .tabs {
		background-color: #fff;
		margin-left: 200px;	
	}
	
	.vertical-tabs-container .tab-content { 
		padding: 25px; 
	}
	
	@media (max-width: 767px) {
	
		.tabs-container .tabs-menu { border-bottom: none; }
		
		.tabs-container .tabs-menu li { display: block; }
	
		.tabs-container .tabs-menu li a { 
			float: none; 
			display: block;
			padding: 20px 25px;
			border: 1px solid #e7e7e7;
			border-top: none;
			margin: 0;
		}
		
		.tabs-container .tabs-menu li a:hover { text-decoration: none; }
		
		.tabs-container .tabs-menu li:first-child a { border-top: 1px solid #e7e7e7; }
		
		.tabs-container .tabs-menu li.active a {  
			padding: 20px 25px;
			border-bottom-color: #c2c2c2;
			margin: 0;
			background-color: #fff;
			color: #666; 
		}
		
		.tabs-container .tab-content i {
			float: none;
			display: inline-block;
			margin-right: 0;
			margin-bottom: 20px;
		}
		
		.vertical-tabs-container .tabs-menu { 
			float: none;
			width: 100%;
		}
		
		.vertical-tabs-container .tabs { margin-left: 0; }
		
		.vertical-tabs-container .tabs-menu li a {
			padding: 20px 25px;
			border-right: none;
			margin-right: 0;
		}

		.vertical-tabs-container .tabs-menu li.active a { border-bottom-color: #c2c2c2; }		
	  
	}
	
/* ==========================================================================
   #Testimonials
   ========================================================================== */

	.testimonial { margin-bottom: 30px; }
	
	.testimonial blockquote { 
		position: relative; 
		padding: 0;
		border: none;
		margin-top: 0;
		margin-bottom: 20px;
		font-size: 18px;
		line-height: 30px;  
	}
	
	.testimonial blockquote:after { content: none; }
	
	.testimonial blockquote p { 
		margin-bottom: 0; 
		font-style: normal; 
	}

	.testimonial img { 
		float: left; 
		-webkit-border-radius: 50%;
				border-radius: 50%;  
		margin-right: 20px;
	}
	
	.testimonial h5 { margin-top: 40px; }
	
	.testimonial a { color: #555; }
	
	.testimonial h5 span { color: #999; }	
	
	.testimonial .headline { margin-bottom: 30px; }
	
	.testimonial .headline p {
		top: auto;
		bottom: -39px;
	}
	
/* ==========================================================================
   #WordPress Widgets
   ========================================================================== */
	
	/* WordPress Widget Defaults */
	
	.widget { margin-bottom: 70px; }
	
	.widget-title {
		position: relative;
		padding-top: 23px;
		border: 1px solid #252525;
		margin-bottom: 60px;
		font-family: 'Oswald', sans-serif;
		line-height: 18px;
		text-align: center;
		text-transform: uppercase;
	}
	
	.widget-title span {
		position: relative;
		bottom: -9px;
		padding: 0 3px;
		margin: 0 auto;
		background-color: #fff;
		font-family: 'PT Sans Narrow', sans-serif;
		font-size: 12px;
	}
	
	/* Text Widget */
	
	.widget_text {}
	
	.textwidget {}
	
	/* Search Widget */
	
	.widget_search {}
	
	#searchform {}
	
	.screen-reader-text { display: none; }
	
	#s { 
		display: inline-block; 
		width: 50%; 
		-webkit-box-sizing: border-box; 
		   -moz-box-sizing: border-box; 
		   		box-sizing: border-box; 
	}
	
	#searchsubmit {
		display: inline-block;
		background: url(../images/bg-search.png) no-repeat center center; 
	}

	/* Recent Entries Widget */
	
	.widget_recent_entries {}
	
	.widget_recent_entries ul {
		margin-top: 60px;
		list-style: none;
	}
	
	.widget_recent_entries ul li,
	.widget_recent_entries ul li p a { 
		font-size: 14px;
		line-height: 24px;
	}
	
	.widget_recent_entries ul li img { 
		float: left;
		margin-right: 15px;
	}
	
	.widget_recent_entries ul li a {
		font-size: 16px;
		color: #252525; 
	}
	
	.widget_recent_entries ul li .post-date {}
	
	/* Pages Widget */
	
	.widget_pages {}
	
	.widget_pages ul { list-style: none; }
	
	.widget_pages ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.widget_pages ul li:first-child { padding-top: 0; }
	
	.widget_pages ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_pages a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.widget_pages a:hover { text-decoration: none; }
	
	.widget_pages a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	/* Archive Widget */
	
	.widget_archive {}
	
	.widget_archive ul { list-style: none; }
	
	.widget_archive ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.widget_archive ul li:first-child { padding-top: 0; }
	
	.widget_archive ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_archive a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.widget_archive a:hover { text-decoration: none; }
	
	.widget_archive a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	.widget_archive select {}
	
	.widget_archive option {}	
	
	/* Categories Widget */
	
	.widget_categories {}
	
	.widget_categories ul { list-style: none; }
	
	.widget_categories ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.widget_categories ul li:first-child { padding-top: 0; }
	
	.widget_categories ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_categories a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.widget_categories a:hover { text-decoration: none; }
	
	.widget_categories a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	.widget_categories ul ul.children {}
	
	.widget_categories select{}
	
	.widget_categories select#cat {}
	
	.widget_categories select.postform {}
	
	.widget_categories option {}
	
	.widget_categories .level-0 {}
	
	.widget_categories .level-1 {}
	
	.widget_categories .level-2 {}
	
	.widget_categories .level-3 {}
	
	/* Meta Widget */
	
	.widget_meta {}
	
	.widget_meta ul { list-style: none; }
	
	.widget_meta ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.widget_meta ul li:first-child { padding-top: 0; }
	
	.widget_meta ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_meta a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.widget_meta a:hover { text-decoration: none; }
	
	.widget_meta a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	/* Recent Comments Widget */
	
	.widget_recent_comments {}
	
	#recentcomments { list-style: none; }
	
	#recentcomments li {}
	
	#recentcomments li a { color: #252525; }
	
	.recentcomments {}
	
	/* Tag Cloud Widget  */
	
	.widget_tag_cloud {}
	
	.widget_tag_cloud a {
		display: inline-block;
		padding: 3px 7px;
		border: 1px solid #252525;
		margin-bottom: 3px;
		color: #252525; 
	}
	
	.widget_tag_cloud a:after {}
	
	.widget_tag_cloud a:before {}
	
	/* Calendar Widget */
	
	.widget_calendar {}
	
	#calendar_wrap {}
	
	#calendar_wrap th {}
	
	#calendar_wrap td {}
	
	#wp-calendar tr td {}
	
	#wp-calendar caption {}
	
	#wp-calendar a {}
	
	#wp-calendar #today {}
	
	#wp-calendar #prev {}
	
	#wp-calendar #next {}
	
	#wp-calendar #next a,
	#wp-calendar #prev a { color: #252525; }
	
	/* Custom Menu Widget */
	
	.widget_nav_menu {}	
	
	.widget_nav_menu .menu { list-style: none; }
	
	.widget_nav_menu ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.widget_nav_menu ul li:first-child { padding-top: 0; }
	
	.widget_nav_menu ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.widget_nav_menu a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.widget_nav_menu a:hover { text-decoration: none; }
	
	.widget_nav_menu a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	/* RSS Widget */
	
	.widget_rss {}
	
	.widget_rss ul { list-style: none; }
	
	.widget_rss a { color: #252525; }	
	
	/* EWF Navigation */
	
	.ewf_widget_navigation {}
	
	.ewf_widget_navigation ul {  
		margin-bottom: 30px; 
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.ewf_widget_navigation ul li { 
		padding: 15px 0;
		border-bottom: 1px solid #e9e9e9; 
	}
	
	.ewf_widget_navigation ul li:first-child { padding-top: 0; }
	
	.ewf_widget_navigation ul li:last-child {
		padding-bottom: 0;
		border-bottom: none;
	}
	
	.ewf_widget_navigation a {
		position: relative;
		font-family: 'Oswald', sans-serif;
		font-size: 14px;
		color: #252525; 
		text-transform: uppercase;
	}
	
	.ewf_widget_navigation a:hover { text-decoration: none; }
	
	.ewf_widget_navigation a:hover:before {
		position: absolute;
		bottom: -20px;
		left: 0;
		width: 150px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	/* Custom - EWF Flickr Widget */
	
	.ewf_widget_flickr {}
	
	#flickr-feed {}
	
	#flickr-feed a { display: inline; }
	
	#flickr-feed img { 
		width: 65px; 
		height: auto;
		padding: 3px 8px 0 0; 
		border: none;
	}
	
	/* EWF Twitter Widget */
	
	.ewf_widget_twitter ul {
		width: 60%;
		margin: 30px auto 0; 
		list-style: none; 
	}
	
	.ewf_widget_twitter .interact { display: none; }
	
	.ewf_widget_twitter a { color: #252525; }	
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		.ewf_widget_twitter ul { width: 100%; }
		
	}
	
	@media (max-width: 767px) {
			
		.ewf_widget_twitter ul { width: 100%; }
		
	}

/* ==========================================================================
   #WordPress Comments
   ========================================================================== */
   
	.comments-title { text-transform: uppercase; }
	.comment-reply-title { display: none; }
	
	.commentlist .reply {}
	
	.commentlist .reply a {
		display: inline-block;
		padding: 7px 20px;
		border: 1px solid #252525;
		margin-left: 115px;
		color: #252525;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	.commentlist .reply a:hover {
		background-color: #252525;
		color: #fff;
		text-decoration: none;
	}
	
	.commentlist .alt {}
	.commentlist .odd {}
	.commentlist .even {}
	.commentlist .thread-alt {}
	.commentlist .thread-odd {}
	.commentlist .thread-even {}
	.commentlist li ul.children .alt {}
	.commentlist li ul.children .odd {}
	.commentlist li ul.children .even {}
	
	.commentlist .vcard {}
	.commentlist .vcard cite.fn { margin-left: 35px; }
	.commentlist .vcard span.says { display: none; }
	.commentlist .vcard img.photo { float: left; }
	.commentlist .vcard img.avatar {}
	
	.commentlist .vcard cite.fn a.url {
		color: #252525;
		font-family: 'Oswald', sans-serif;
		font-size: 18px;
		line-height: 24px;
	}
	
	.commentlist .comment-meta {}
	 
	.commentlist .comment-meta a { 
		display: inline-block;
		margin: 0 0 15px 35px;
		color: #5f5f5f;
		font-family: 'PT Sans', sans-serif;
		font-size: 12px;
		line-height: 24px;
	}
	
	.commentlist .commentmetadata {}
	.commentlist .commentmetadata a {}
	
	.commentlist .parent {}
	.commentlist .comment {}
	.commentlist .children {}
	.commentlist .pingback {}
	.commentlist .bypostauthor {}
	.commentlist .comment-author {}
	.commentlist .comment-author-admin {}
	
	.commentlist {
		margin-bottom: 80px;
		list-style: none;
	}
	
	.commentlist li {}
	
	.commentlist li p { 
		margin-left: 115px; 
		font-size: 14px;
		line-height: 24px;
	}
	
	.commentlist li ul {
		position: relative;
		list-style: none; 
	}
	
	.commentlist li ul:before {
		position: absolute;
		top: -20px;
		left: 5px;
		height: 40px;
		border-left: 1px solid #252525;
		content: "";
	}
	
	.commentlist li ul:after {
		position: absolute;
		top: 20px;
		left: 5px;
		width: 40px;
		border-bottom: 1px solid #252525;
		content: "";
	}
	
	.commentlist li ul.children li { margin-left: 70px; }
	
	.commentlist li ul.children li.alt {}
	.commentlist li ul.children li.byuser {}
	.commentlist li ul.children li.comment {}
	.commentlist li ul.children li.bypostauthor {}
	.commentlist li ul.children li.comment-author-admin {}
	
	#cancel-comment-reply {}
	
	#cancel-comment-reply a {}
	
	.commentlist li .comment-body {
		padding: 30px;
		border: 1px solid #252525;
		margin-bottom: 45px;
	}
	
	@media (max-width: 767px) {
		
		.commentlist li .comment-body { padding: 20px; }
		
		.commentlist .vcard img.photo { 
			float: none;
			display: block;
			margin: 0 auto 20px;
		}
		
		.commentlist .vcard cite.fn,
		.commentlist .comment-meta a,
		.commentlist li p,
		.commentlist .reply a { margin-left: 0; }
		
		.commentlist .comment-author,
		.commentlist .comment-meta { text-align: center; }
		
		.commentlist li ul.children li { margin-left: 0; }
		
		.commentlist li ul:before,
		.commentlist li ul:after { display: none; }
		
	}
	
/* ==========================================================================
   #WordPress Comment Form
   ========================================================================== */	
   
	/* Blog Post Comment Form */

	.nocomments { display: none; }
	
	.must-log-in { display: none; }
	
	.logged-in-as { display: none; }

	/* Comment Form */

	#commentform { margin-bottom: 120px; }
	
	#commentform p { margin-bottom: 10px; }
	
	/* Comment notes */
	
	.comment-notes { display: none; }
	
	/* Comment author field. */
	
	.comment-form-author { }
	
	.comment-form-author label { display: none; }
	
	.comment-form-author input#author { 
		width: 100%;
		padding: 20px 15px;
		border: none;
		border-bottom: 1px solid #252525;
		margin-bottom: 0;
	}

	/* Comment email field. */
	
	.comment-form-email { }
	
	.comment-form-email label { display: none; }
	
	.comment-form-email input#email {
		width: 100%;
		padding: 20px 15px;
		border: none;
		border-bottom: 1px solid #252525;
		margin-bottom: 0;
	}

	/* Comment URL field. */
	
	.comment-form-url { }
	
	.comment-form-url label { display: none; }
	
	.comment-form-url input#url {
		width: 100%;
		padding: 20px 15px;
		border: none;
		border-bottom: 1px solid #252525;
		margin-bottom: 0;
	}

	/* Required (*) text. */
	
	#commentform .required { }

	/* Comment form comment. */
	
	.comment-form-comment { }
	
	.comment-form-comment label { display: none; }
	
	.comment-form-comment textarea#comment {
		width: 100%;
		padding: 20px 15px;
		border: none;
		border-bottom: 1px solid #252525;
		margin-bottom: 0;
		resize: none;
	}

	/* Allowed tags paragraph. */
	
	.form-allowed-tags { display: none; }
	
	.form-allowed-tags code { }

	/* Paragraph that wraps the submit button and hidden comment ID fields. */
	
	.form-submit {}

	/* Submit button. */
	
	#commentform #submit {
		margin-top: 30px;
		color: #252525;
		text-transform: uppercase;
		-webkit-transition: all 0.3s;
				transition: all 0.3s;
	}
	
	#commentform #submit:hover {
		background-color: #252525;
		color: #fff;
	}