/* ==========================================================================
   #CssReset
   ========================================================================== */

	html, body, div, span, applet, object, iframe,
	h1, h2, h3, h4, h5, h6, p, blockquote, pre,
	a, abbr, acronym, address, big, cite, code,
	del, dfn, em, img, ins, kbd, q, s, samp,
	small, strike, strong, sub, sup, tt, var,
	b, u, i, center,
	dl, dt, dd, ol, ul, li,
	fieldset, form, label, legend,
	table, caption, tbody, tfoot, thead, tr, th, td,
	article, aside, canvas, details, embed, 
	figure, figcaption, footer, header, hgroup, 
	menu, nav, output, ruby, section, summary,
	time, mark, audio, video {
		margin: 0;
		padding: 0;
		border: 0;
		font-size: 100%;
		font: inherit;
		vertical-align: baseline;
	}
	
	/* HTML5 display-role reset for older browsers */
	
	article, 
	aside, 
	details, 
	figcaption, 
	figure, 
	footer, 
	header, 
	hgroup, 
	menu, 
	nav, 
	section {
		display: block;
	}
	
	body {
	line-height: 1;
	background-color: #000;
	}
	
	ol, 
	ul {
		list-style: none;
	}
	
	blockquote, 
	q {
		quotes: none;
	}
	
	blockquote:before, 
	blockquote:after,
	q:before, 
	q:after {
		content: '';
		content: none;
	}
	
	table {
		border-collapse: collapse;
		border-spacing: 0;
	}
	
	/**
	 * 1. Always force vertical scroll
	 * 2. Prevent iOS text size adjust after orientation change, without disabling user zoom.
	 */
	
	html { 
		font-size: 100%; 
		overflow-y: scroll; /* 1  */ 
		-ms-text-size-adjust: 100%; /* 2 */
    	-webkit-text-size-adjust: 100%; /* 2 */
		-webkit-font-smoothing: antialiased; 
	}


/* ==========================================================================
   #Typography
   ========================================================================== */
   
	body {
		background-color: #f1f1f1;
		color :#666;
		font: 13px 'Open Sans', Arial, sans-serif; 
		line-height: 22px;	
	}
	
	h1, 
	h2, 
	h3, 
	h4, 
	h5, 
	h6 {
		color: #fff;
		font-family: 'Open Sans', Arial, sans-serif;
		font-weight: normal; 
	}
		
	h1 a, 
	h2 a, 
	h3 a, 
	h4 a, 
	h5 a, 
	h6 a { 
		font-weight: inherit; 
	}
	
	h1 {
		margin-bottom: 14px; 	 
		font-size: 28px; 
		line-height: 40px;
	}
	
	h2 { 
		margin-bottom: 10px;	
		font-size: 22px; 
		line-height: 40px;  
	}
	
	h3 { 
		margin-bottom: 8px;
		font-size: 18px; 
		line-height: 34px;   
	}
	
	h4 {
		margin-bottom: 4px; 
		font-size: 16px; 
		line-height: 30px;   
	}
	
	h5 { 
		font-size: 14px; 
		line-height: 24px; 
	}
	
	h6 { 
		font-size: 13px; 
		line-height: 22px; 
	}
	
	p { margin-bottom:20px; }
	em { font-style:italic; }
	strong { font-weight:bold; }
	small { font-size:90%; }
	
	sub { 
		vertical-align: sub; 
		font-size: 75%; 
	}
	
	sup { 
		vertical-align: super; 
		font-size: 75%; 
	}
	
	abbr[title] {  
		border-bottom: 1px dotted #999; 
		cursor: help;
	}
	
	address { 
		display: block; 
		margin-bottom: 20px; 
	}
	
	blockquote {}
	
	blockquote p { font-style: italic; }
	
	blockquote span { 
		display: block;
		margin-top: 5px;
		color: #999999;  
	}
	
	blockquote span:before { content: '\2013 \00A0'; }

	hr { 
		height: 0; 
		border: solid #efefef; 
		border-width: 1px 0 0 0;
		margin: 30px 0;
	}

	code, 
	pre { 
		-webkit-border-radius: 3px;
			    border-radius: 3px;	
		font-family: Monaco, Menlo, Consolas, "Courier New", monospace;			
	}
	
	code { 
		padding: 1px 4px;
		border: 1px solid #e1e1e8;
		background-color: #f7f7f7;  
		color: #d14;  
	}
	
	pre { 
		display: block;
		padding: 20px;
		border: 1px solid #e1e1e8;   
		margin-bottom: 20px;
		overflow-x: auto; 
		white-space: pre-wrap;
		background-color: #f7f7f7; 
	}
	
	/* Typography Helper Classes */
	
	/**
	 * <div class="hr"></div> acts like an <hr>
	 */
	
	.hr {
		border-top: 1px solid #d4d4d4;
		margin: 0 0 30px;
	}
	
	.text-left { text-align: left; }
	.text-right { text-align: right; }
	.text-center { text-align: center; }
	
	.text-highlight { 
		padding: 1px 5px; 
		background-color: #d5edf8; 
		color: #111111; 
	}
	
	.text-highlight2 { 
		padding: 1px 5px;
		background-color: #fff6bf; 
		color: #111111; 
	}
	
	.text-uppercase { text-transform: uppercase; }
	
	.mute{ color: #aaa; }
	
	p.last,
	h1.last,
	h2.last,
	h3.last,
	h4.last,
	h5.last,
	address.last { margin-bottom: 0; }
	
/* #Links
   ========================================================================== */
	
	a, 
	a:visited { 
		color: #346699; 
		text-decoration: none; 
	}
	
   /**
	* 1. Remove the gray background color from active links in IE 10.
	*/
	
	a:active {
 		background: transparent; /* 1 */
	}
	
	a:hover, 
	a:focus { 
		text-decoration: underline;
		outline: 0; 
	}	
	
/* #Lists
   ========================================================================== */
	
	ul, 
	ol { 
		margin-bottom: 20px;
		list-style-position: inside; 
	}
	
	ul ul, 
	ul ol, 
	ol ol, 
	ol ul { 
		margin-left: 30px; 
		margin-bottom: 0; 
	}
	
	li {}
	
	ul { list-style-type: disc; }
	ol { list-style-type: decimal; }
	
	/* List Helper Classes */

	ul.last,
	ol.last { margin-bottom:0; }

/* #Images
   ========================================================================== */

	img { 
		border: 0; 
	}
	
	/* Images Helper Classes */
	
	.img-align-left { 
		float: left;
		margin: 5px 10px 0 0;  
	}
	
	.img-align-right { 
		float: right;
		margin: 5px 0 0 10px; 
	}

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

	table { 
		width: 100%;
		margin-bottom: 20px; 
		border-collapse: collapse; 
		border-spacing: 0; 
		background-color: transparent; 
	}
	
	caption { 
		margin: 20px 0;
		text-align: center; 
		font-weight: bold; 
	}

	table th, 
	table td {
		padding: 8px; 
		border-top: 1px solid #efefef;
		text-align: left; 
		vertical-align: top; 
	}
	
	table th { 
		border-top: 0;
		font-weight: bold;  
	}
	
	table thead th { vertical-align: bottom; }
	
/* #Forms
   ========================================================================== */

	form {}
	
	fieldset {}
	
	form p { margin-bottom: 15px; }
	
	label {
		display: block;
		margin-bottom: 5px;
	}

	label span { color: #FF0000; }
	
	select,
	button,
	input[type="button"],
	input[type="reset"],
	input[type="submit"],
	input[type="radio"],
	input[type="checkbox"],
	input[type="reset"],
	input[type="submit"] {
	  cursor: pointer;
	}
	
	input,
	textarea,
	select {
		display: block;
		-webkit-box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
        		box-shadow: 0 1px 1px 0 rgba(180, 180, 180, 0.1);
		max-width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 6px 10px;
		border: 1px solid #ddd;
		margin-bottom: 10px;
		 -webkit-border-radius: 3px;
				 border-radius: 3px;
		background: #fff;
		color: #666;			 
	}
	
	input[type="text"]:focus,
	textarea:focus {
		/*-webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);
				box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075), 0 0 8px rgba(82, 168, 236, 0.6);	*/
		border-color: #cdcdcd;
  		outline: 0;	
	}
	
	select { height: 32px; }
	
	select:focus {
	  outline: thin dotted #333;
	  outline: 5px auto -webkit-focus-ring-color;
	  outline-offset: -2px;
	}
	
	textarea { 
		min-height: 100px; 
		overflow: auto; 
	}

	.radio,
	.checkbox {
		min-height: 18px;
		padding-left: 18px;
	}
	
	.radio input[type="radio"],
	.checkbox input[type="checkbox"] {
		float: left;
		margin-left: -18px;
	}
	
	input:-moz-placeholder,
	textarea:-moz-placeholder {
		color: #ccc;
	}
	
	input:-ms-input-placeholder,
	textarea:-ms-input-placeholder {
		color: #ccc;
	}
	
	input::-webkit-input-placeholder,
	textarea::-webkit-input-placeholder {
		color: #ccc;
	}


   
   
   
/* ==========================================================================
   #Base Grid
   ========================================================================== */

	.row { 
		position: relative; 
		width: 1100px; /*940px;*/
		margin: 0 auto;
	}
	
	.row .row { 
		width: auto; 
		margin: 0;
	 }

 	.span1, 
	.span2, 
	.span3, 
	.span4, 
	.span5, 
	.span6, 
	.span7, 
	.span8, 
	.span9, 
	.span10, 
	.span11, 
	.span12 { float: left; }

	.span1 { 
		width: 60px;  
		margin-left: 20px; 
	}
	
	.span2 { 
		width: 140px; 
		margin-left: 20px; 
	}
	
	.span3 { 
		width: 220px; 
		margin-left: 20px; 
	}
	
	.span4 { 
		width: 300px;
		margin-left: 20px; 
	}
	
	.span5 { 
		width: 380px; 
		margin-left: 20px; 
	}
	
	.span6 { 
		width: 460px; 
		margin-left: 20px; 
	}
	
	.span7 { 
		width: 540px; 
		margin-left: 20px; 
	}
	
	.span8 { 
		width: 620px; 
		margin-left: 20px; 
	}
	
	.span9 { 
		width: 700px; 
		margin-left: 20px; 
	}
	
	.span10 { 
		width: 780px; 
		margin-left: 20px; 
	}
	
	.span11 { 
		width: 860px; 
		margin-left: 20px; 
	}
	
	.span12 { 
		width: 1100px; 
		margin-left: 20px; 
	}
	
	.span1:first-child, 
	.span2:first-child, 
	.span3:first-child, 
	.span4:first-child, 
	.span5:first-child, 
	.span6:first-child, 
	.span7:first-child, 
	.span8:first-child, 
	.span9:first-child, 
	.span10:first-child, 
	.span11:first-child, 
	.span12:first-child { margin-left: 0; }
 
	.visible-phone { display: none !important; }
	.visible-tablet { display: none !important; }
	.hidden-desktop { display: none !important; }
	.visible-desktop { display: inherit !important; } 

/* ==========================================================================
   #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 979px) {
		
		.row { width: 705px; }
	
		.span1 { 
			width: 45px;  
			margin-left: 15px; 
		}
		
		.span2 { 
			width: 105px; 
			margin-left: 15px; 
		}
		
		.span3 { 
			width: 165px; 
			margin-left: 15px; 
		}
		
		.span4 { 
			width: 225px; 
			margin-left: 15px; 
		}
		
		.span5 { 
			width: 285px; 
			margin-left: 15px; 
		}
		
		.span6 { 
			width: 345px; 
			margin-left: 15px; 
		}
		
		.span7 { 
			width: 405px; 
			margin-left: 15px; 
		}
		
		.span8 { 
			width: 465px; 
			margin-left: 15px; 
		}
		
		.span9 { 
			width: 525px; 
			margin-left: 15px; 
		}
		
		.span10 { 
			width: 585px;
			margin-left: 15px; 
		}
		
		.span11 { 
			width: 645px; 
			margin-left: 15px; 
		}
		
		.span12 { 
			width: 705px;
			margin-left: 15px; 
		}
		
		.hidden-desktop { display: inherit !important; } 
		.visible-desktop { display: none !important; }
		.visible-tablet { display: inherit !important; } 
		.hidden-tablet { display: none !important; }
		
	}

/* ==========================================================================
   #Mobile (Portrait and Landscape )
   ========================================================================== */

	@media (max-width: 767px) {
		
		.row { width: auto; }
		
		.span1,
		.span2,
		.span3,
		.span4,
		.span5,
		.span6,
		.span7,
		.span8,
		.span9,
		.span10,
		.span11,
		.span12 { 
			float: none;
			display: block;
			width: 100%;
			-webkit-box-sizing: border-box;
			   -moz-box-sizing: border-box;
					box-sizing: border-box;
			margin-left: 0;
		}
		
		.hidden-desktop { display: inherit !important; }
		.visible-desktop { display: none !important; }
		.visible-phone { display: inherit !important; }
		.hidden-phone { display: none !important; }
		
	}
	
/* ==========================================================================
   #Align
   ========================================================================== */

	.float-left { float: left; }
	.float-right { float: right; }

/* ==========================================================================
   #Responsive Images and Embeds
   ========================================================================== */

	.responsive-img { 
		max-width: 100%; 
		height: auto; 
	}
	
	/**
 	 * 1. 16/9 ratio
 	 */
	 
	.responsive-embed {
		position: relative;
		overflow: hidden;
		height: 0;
		padding: 0;
		padding-bottom: 56.25%; /* 1 */	
		margin-bottom: 20px;
	}

	.responsive-embed iframe,
	.responsive-embed object,
	.responsive-embed embed {
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 100%;
	}

/* ==========================================================================
   #Clearing
   ========================================================================== */

	/**
 	 * Automatically Clear Fix rows
 	 */
	 
	.row:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}

	/**
 	 * Clear Fix hack
	 * Usage:  add  class="fixed"  to div's that have floated elements in them
 	 */
	 
	.fixed:after {
		visibility: hidden;
		display: block;
		font-size: 0;
		content: " ";
		clear: both;
		height: 0;
	}
	
	/**
 	 * Clear content
	 * Usage:  <br class="clear"> 
 	 */	
	 
	.clear {
      clear: both;
      display: block;
      overflow: hidden;
      visibility: hidden;
      width: 0;
      height: 0;
	} 
	
/* ==========================================================================
   #ResponsiveFormInputs
   ========================================================================== */
	
	/**
	 * 1. Reset float inherited from .span*	
 	 * 2. Reset margin-left inherited from .span*
 	 */
	 
	input.span1,
	textarea.span1,
	select.span1,
	input.span2,
	textarea.span2,
	select.span2,
	input.span3,
	textarea.span3,
	select.span3,
	input.span4,
	textarea.span4,
	select.span4,
	input.span5,
	textarea.span5,
	select.span5,
	input.span6,
	textarea.span6,
	select.span6,
	input.span7,
	textarea.span7,
	select.span7,
	input.span8,
	textarea.span8,
	select.span8,
	input.span9,
	textarea.span9,
	select.span9,
	input.span10,
	textarea.span10,
	select.span10,
	input.span11,
	textarea.span11,
	select.span11,
	input.span12,
	textarea.span12,
	select.span12 {
		float: none; 	/* 1 */
		margin-left: 0; /* 2 */
	}
	

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

	.alert {
		padding: 10px 15px;
		border: 1px solid #16a7b4;
		margin-bottom: 30px;
		background-color: #f8f8f8;
		font-size: 15px;
	}
	
	.alert i {
		position: relative;
		top: 5px;
		margin-right: 10px;
		font-size: 30px;
	}
	
	.alert img {
		position: relative;
		top: 7px;
		margin-right: 10px;
	}
	
	.alert.info {
		padding: 0 15px 10px 15px;
		border: none;
		background-color: #71d9e2;
		color: #fff;
	}
	
	.alert.success {
		padding: 0 15px 10px 15px;
		border: none;
		background-color: #59c8d2;
		color: #fff;
	}
	
	.alert.error {
		padding: 0 15px 10px 15px;
		border: none;
		background-color: #39b8c3;
		color: #fff;
	}
	
	.alert.warning {
		padding: 0 15px 10px 15px;
		border: none;
		background-color: #16a7b4;
		color: #fff;
	}

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

	.btn { 
		display: inline-block; 
		padding: 7px 12px; 
		margin: 0 20px 20px 0;
		background-color: #fff;
		color: #fff;
		line-height: 18px; 
		text-decoration: none !important;
		cursor: pointer; 	
	}
	
	a.btn { color: #5f605f; }
	
	.btn:focus { outline: 0; }
	
	.btn-large {
		padding: 10px 20px;
		font-size: 15px;
	}
	
	.btn-larger {
		padding: 5px 40px;
		font-size: 15px;
	}
	
	.btn i,
	.btn-large i { 
		float: left; 
		margin: 2px 8px 0 -4px;
		font-size: 15px; 
		line-height: 15px; 
	}
	
	.btn img {
		margin-left: 5px;
		vertical-align: middle;
	}
	
	.btn:hover { background: #f9f9f9; }

	/* Buton Colors */
	
	.btn-white {
		border: 1px solid #dddddd;
		background-color: #f7f7f7;
		color: #fff;
	}
	
	a.btn-white { color: #fff; }
	.btn-white:hover { background: #fbfbfb; }
	
	.btn-black {
		border: 1px solid #464646;
		background-color: #464646;
		color: #fff;
	}
	
	a.btn-black { color: #fff; }
	.btn-black:hover { background: #535353; }
	
	.btn-blue {
		background-color: #71d9e2;
		color: #fff;
	}
	
	a.btn-blue { 
		color: #fff; 
		font-size: 15px; 
	}
	
	a.btn-small {
		padding: 2px 15px;
		font-size: 13px;
	}
	
	.btn-blue:hover { background: #4A4A4A; }

	.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 {
	margin-bottom: 10px;
	background-color: #2b2b2b;
	
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	.callout-box img{ width:100%;}
	
	.callout-box.alt {
		padding: 45px 0;
		background-color: #efefef; 
	}
	
	.callout-box h2 {
		margin-bottom: 10px;
		line-height: 22px;
		color: #8c8c8c;
		font-size: 20px;
		text-transform: uppercase;
	}
	
	.callout-box p {
		margin-bottom: 0;
		color: #8c8c8c;
	}
	
	.callout-box-2 {
		margin-bottom: 30px;
		background-color: #e7e7e7;
	}
	
	.callout-box-2 h3{
		margin-top: 30px;
		margin-bottom: 0;
		color: #656565;
	}
	
	.callout-box-2 p { margin-bottom: 30px; }
	
	.callout-box-2 .buttons {
		position: relative;
		padding: 18px 0;
		background-color: #d5d5d5;
		text-align: center;
		cursor: pointer;
	}
	
	.callout-box-2 .buttons a {
		color: #fff;
		text-decoration: none;
	}
	
	.callout-box-2 .buttons .arrow {
		position: absolute;
		top: 50%;
		left: -10px;
		height: 0;
		border-top: 5px solid transparent;
		border-right: 10px solid #d5d5d5;
		border-bottom: 5px solid transparent;
		-moz-transform: scale(0.9999);
	}
	
	.callout-box-2 .buttons:hover { background-color: #000; }
	.callout-box-2 .buttons:hover .arrow { border-right-color:  #000; }
	
	.callout-box-3 {
		margin: 30px 0;
		background-color: #999;
	}
	
	.callout-box-3 h2 {
		margin-top: 25px;
		margin-bottom: 5px;
		color: #fff;
		font-size: 20px;
	}
	
	.callout-box-3 h5 {
		margin-top: 40px;
		margin-bottom: 15px;
		color: #fff;
		text-transform: uppercase;
	}
	
	.callout-box-3 p,
	.callout-box-3 h3 {
		margin-bottom: 20px;
		color: #fff;
	}
	
	.callout-box-3 h4 {
		margin-top: 15px;
		margin-bottom: 0;
		line-height: 16px;
		
	}
	
	.callout-box-3 .buttons {
		position: relative;
		padding: 35px 0;
		margin-right: -10px;
		background-color: #202020;
		text-align: center;
		cursor: pointer;
		-webkit-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s; 
				transition: background-color 0.3s; 
	}
	
	.callout-box-3 .buttons a {
		color: #fff;
		text-decoration: none;
	}
	
	.callout-box-3 .buttons .arrow {
		position: absolute;
		top: 50%;
		left: -10px;
		height: 0;
		border-bottom: 10px solid transparent; 
		border-right: 10px solid  #202020; 
		-moz-transform: scale(0.9999);
		-webkit-transition: border-color 0.3s;
			 -o-transition: border-color 0.3s; 
				transition: border-color 0.3s; 
	}
	
	.callout-box-3 .buttons.alt {
		margin-right: 0;
		margin-left: -10px; 
		background-color: #5bb9c2; 
	}
	
	.callout-box-3 .buttons.alt .arrow { border-right-color: #5bb9c2; }
	
	.callout-box-3 .buttons:hover {
	background-color: #2D2D2D;
}
	.callout-box-3 .buttons:hover .arrow { border-right-color:  #202020; }
	
	.callout-box-3 .headline h6,
	.callout-box-3 .headline h3 { color: #fff; }
	
	.callout-box-4 {
		padding: 25px 0 25px 20px;
		border-left: 7px solid #71d9e2;
		box-shadow: 10px 8px 10px 0 #555555;
		background: linear-gradient(105deg, #b1c3c8, #dbe2da);
		color: #fff;  
	}
	
	.callout-box-4 h3 {
		margin-bottom: 0;
		color: #fff; 
		text-transform: uppercase;
	}
	
	.callout-box-4 p { margin-bottom: 0; }
	
	.callout-box-4 .buttons {
		padding: 32px 0;
		margin: -25px 0;
		background-color: #64c6cf;
		text-align: center;
		cursor: pointer;
		-webkit-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s; 
				transition: background-color 0.3s; 
	}
	
	.callout-box-4 .buttons:hover { background-color: #4A4A4A; }
	
	.callout-box-4 .buttons a { 
		color: #fff; 
		text-decoration: none;
	}
		
	/**
 	 * 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: #e6e6e6;
	}
	
	/**
 	 * 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: auto;*/ /* 1 */ 
	}
	
	.callout-box .span1,
	.callout-box .span2,
	.callout-box-4 .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-4 .span10,
	.callout-box .span11,
	.callout-box .span12 {
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		margin: 0;	
	}
	
	.callout-box .span12 { width: 100%; }
	.callout-box .span11 { width: 91.6666666667%; }
	.callout-box .span10,
	.callout-box-4  .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,
	.callout-box-4  .span2 { width: 16.66666666666667%; }
	.callout-box  .span1 { width: 8.333333333333333%; }
  
  	@media (min-width: 768px) and (max-width: 979px) {
		
		.callout-box-2 .buttons { padding: 29px 0; }
		.callout-box-3 .buttons { padding: 44px 0; }
	}
	
	@media (max-width: 767px) {
	
		.callout-box .span1,
		.callout-box .span2,
		.callout-box-4 .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%; }
		
		.callout-box-2,
		.callout-box-3 { padding: 10px 0 40px 0; }
		
		.callout-box-2 .buttons { padding: 15px 0; }
		
		.callout-box-3 .buttons { 
			padding: 15px 0;
			margin-right: 0;
		}
		
		.callout-box-3 .buttons.alt { margin-left: 0; }
		
		.callout-box-2 .buttons .arrow,
		.callout-box-3 .buttons .arrow { display: none; }
		
		.callout-box-4 .buttons { margin: 20px 20px 0 0; }
	  
	}

/* ==========================================================================
   #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 */
	
	ul.check,
	ul.plus,
	ul.pin,
	ul.dot { list-style: none; }
	
	ul.check li:before,
	ul.plus li:before,
	ul.pin li:before,
	ul.dot li:before { 
		position: relative;
		top: -1px;
		width: auto;
		height: auto;
		margin-right: 8px;
		color: #333;
		font-family: 'FontAwesome';
		font-size: 10px;
		font-style: normal;
	}
	
	ul.check li:before { content: ""; }
	ul.plus li:before { content: ""; }
	ul.pin li:before { content: ""; }
	
	ul.dot li:before { 
		content: ""; 
		color: #4a4a4a;
		font-size: 7px; 
	}
	
	ul.dot.alt li:before { color: #fff; }
	
	ul.check-2,
	ul.check-3,
	ul.plus-2 {
		margin-bottom: 0;
		list-style:none;
	}	
	
	ul.check-2 li { 
		padding-left: 30px;
		margin-top: 10px;
		background: url(../img/icons/icon-check-3.png) no-repeat top left;
	}
	
	ul.check-3 li {
		padding-left: 25px;
		margin-top: 10px; 
		background: url(../img/icons/icon-check-4.png) no-repeat top left;
	}
	
	ul.plus-2 li {
		padding-left: 25px;
		margin-top: 10px; 
		background: url(../img/icons/icon-plus-5.png) no-repeat top left;
	}
	
	ul.check-2 li:first-child,
	ul.check-3 li:first-child,
	ul.plus-2 li:first-child { margin-top: 0; }
	
	ul.check-2 li a { color: #666; }

/* ==========================================================================
   #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(../img/bg-single-dotted.png) repeat-x top left ;  
	}
	
	.divider.double-dotted { 
		height: 4px;
		background: url(../img/bg-double-dotted.gif) repeat-x top left; 
	}	

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

	.map { 
		width: 760px; 
		height: 330px; 
		margin: 0; 
	}

/* ==========================================================================
   #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;
		padding: 15px;
		margin-top: 10px;
	} 
	
	.icon-box-1 .icon-box-content { margin-left: 85px; }
	.icon-box-1 .icon-box-content a { color: #515151; }
	.icon-box-1 .icon-box-content h5 { padding-top: 5px; }

/* Icon Box 3
   ========================================================================== */
   
	.icon-box-3 { 
		position: relative; 
		margin: 30px 0; 
	}
	
	.icon-box-3 > i { 
		float: left;
		margin-right: 10px;		 
		font-size: 32px; 
	} 
	
	.icon-box-3 h3 { 
		padding-top: 28px;
		margin-bottom: 0;
	}
	
	.icon-box-3 h3 a { color: #969696; }
	
	.icon-box-3 > a { color: #666; }
	
	.icon-box-3 > img { 
		float: left;
		padding: 30px;
		margin: 0 10px 40px 0;
		background-color: #71d9e2;
		-webkit-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s;
				transition: background-color 0.3s;
	} 
	
	.icon-box-3.alt > img { 
		float: left;
		padding: 10px;
		margin: 10px 20px 0 0;
	} 
	
	.icon-box-3.alt h3 { 
		padding-top: 0;
		margin-bottom: 0;
	}
	
	.icon-box-3 .icon-box-content { }
	
	.icon-box-3:hover > img { background-color: #4A4A4A; } 

/* Icon Box 4
   ========================================================================== */
   
	.icon-box-4 { 
		position: relative; 
		padding: 25px 15px 25px 25px;
		margin: 70px 0 30px 0;
		background-color: #71d9e2;
		text-align: center;
	}
	
	.icon-box-4.alt {
		min-height: 185px;
		padding: 0 10px 0 10px; 
		background-color: #71d9e2;
		-webkit-transition: background-color 0.5s;
			 -o-transition: background-color 0.5s;
				transition: background-color 0.5s;
	}	
	
	/**
	 * 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: #fff444;
		font-size: 32px;
		line-height: 60px;
		text-align: center; 
	}
	
	.icon-box-4 > img {
		position: absolute;	 
		z-index: 20; 
		left: 50%;
		padding: 17px;
		border: 1px solid #fff;
		margin-top: -55px; 
		margin-left: -30px; 			
		background-color: #6c6b67;
		background-clip: padding-box; /* 2 */		
		text-align: center;
	}
	
	.icon-box-4.alt > img {
		position: relative;
		left: 0;
		float: left;
		padding: 30px;
		border: none;
		margin: -40px 5px 0 -10px; 
		background-color: #39b8c3;
		-webkit-transition: background-color 0.3s;
			 -o-transition: background-color 0.3s;
				transition: background-color 0.3s;
	}	
	
	.icon-box-4 h2 { margin-top: 30px; }
	.icon-box-4 a { color: #fff; }
	
	.icon-box-4 p {
		color: #fff;
		text-align: left;
	}
	
	.icon-box-4.alt h3 {
		text-align: left;
		margin-bottom: 0;
	}
	
	.icon-box-4.alt .arrow {
		position: absolute; 
		top: 49px;
		left: 35px; 
		width: 0; 
		border-top: 10px solid #39b7c3;   
		border-right: 8px solid transparent; 
		border-left: 8px solid transparent;
		-moz-transform: scale(.9999); 
		-webkit-transition: border-color 0.3s;
			 -o-transition: border-color 0.3s;
				transition: border-color 0.3s;
	}
	
	.icon-box-4.alt:hover { background-color: #e6e6e6; }
	.icon-box-4.alt:hover a { color: #555; }
	.icon-box-4.alt:hover p { color: #6f6f6f; }
	.icon-box-4.alt:hover img { background-color: #4A4A4A; }
	.icon-box-4.alt:hover .arrow { border-top-color: #4A4A4A; }
	 
	.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; 
	}					

/* ==========================================================================
   #Milestones
   ========================================================================== */

	.milestone {
		position: relative;
		margin-bottom: 30px;
	}
	
	.milestone i {
		float: left;
		z-index: 20;
		margin-right: 10px;
		font-size: 32px;
	}
	
	.milestone img {
		float: left;
		margin: 0 10px 10px 0;
	}
	
	.milestone .milestone-content {
		float: left;
		z-index: 10;
		font-size: 26px;
		line-height: 32px;
	}
	
	.milestone .milestone-description {
		margin-left: -40px;
		font-size: 14px; 
	}

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

	.process-builder { margin-bottom: 30px; }
		
	.process-builder ul:before {
		position: absolute;
		top: 175px;
		left: 85px;
		display: block;
		width: 75%;
		height: 0;
		border-top: 1px solid #fff;
		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; 
		transition: color 0.5s; 
	}
	
	.process-builder ul li span { 
		position: relative; 
		display: inline-block;
		overflow: hidden;  
		border-radius: 70px; 
		-webkit-border-radius: 50%;
				border-radius: 50%; 
		margin-bottom: 20px; 
		background-color: #fff;
		background-clip: padding-box;
		-o-webkit-transition: background-color 0.5s;
		  -webkit-transition: background-color 0.5s; 
				  transition: background-color 0.5s; 
	}
	
	.process-builder ul li span.border-img {
		display: inline-block;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-right: 20px;
	}
	
	.process-builder ul li span.border-img img { 
		display: block;
		-webkit-border-radius: 50%;
				border-radius: 50%;
	}
	
	.process-builder ul li .process-description h3 { 
		color: #fff;
		text-transform: uppercase;
	}
	
	.process-builder ul li span img { display: block; }
	
	.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: 175px; 
			left: 70px; 
		}
		
		.process-builder ul li i { 
			font-size: 60px; 
			line-height: 100px; 
		}
		
		.process-builder ul li span { }
	
	}
	@media (max-width: 767px) {
	
		.process-builder ul li { 
			float: none; 
			width: auto; 
		}
		.process-builder ul:before {
			border-top: none;
		}
		
		.process-builder.three-items ul li,
		.process-builder.four-items ul li,
		.process-builder.five-items ul li { width: auto; }
	  
	}
	
/* ==========================================================================
   #Parallax
   ========================================================================== */

	.parallax {
		overflow: hidden;
		margin: 30px 0;
		background-color: #333;
		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; }

/* ==========================================================================
   #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: #a4a4a4;
		text-align: center;
	}
	
	.pie-chart img {
		max-width:100%;
		vertical-align: middle;
	}
	
	.pie-chart .pie-chart-custom-text {
		font-size: 18px;
	}
	
	.pie-chart .pie-chart-percent {
		color: #fff;
		font-size: 50px;
	}
	
	.pie-chart .pie-chart-percent sup { font-size: 24px; }
	
	.pie-chart-description {
		display: block;
		margin-bottom: 30px;
	}
	
	.pie-chart-description h2 {
		text-align: center;
		text-transform: uppercase;
	}

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

	.price-table { 
		margin-bottom: 30px;
		list-style: none;  
	}
		
	.price-table > li { 
		float: left; 
		width: 25%; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box; 
		border: 1px solid #ccc;
	}
	
	.price-table.five-items > li { width: 20%; }
	.price-table.four-items > li { width: 25%; }
	.price-table.three-items > li { 
		width: 300px; 
		margin-left: 20px;
	}
	
	.price-table.three-items > li:first-child { margin-left: 0; }
	
/*	.price-table > li+li { border-left: none; }*/
	
	.price-table > li:hover { 
		border-left: 1px solid #ccc; 
		-webkit-transform: scale(1.05); 
		    -ms-transform: scale(1.05);
			 -o-transform: scale(1.05);
			    transform: scale(1.05);
	}
	
	.price-table > li:hover .price-heading h3 {	background-color: #4A4A4A; }

	.price-heading { background-color: #71d9e2; }
	
	.price-heading h3 { 
		padding: 5px 0; 
		background-color: #39b8c3;		
		color: #fff; 
		text-align: center; 
	}
	
	.price-heading h1 { 
		padding: 10px 0;
		margin-bottom: 0; 
		color: #fff; 
		font-size: 60px;
		line-height: 60px; 
		text-align: center;  	
	}
	 
	.price-heading h1 sup { 
		font-weight: bold; 
		font-size: 25px; 
	}
	
	.price-heading h1 span { 
		font-size: 20px; 
		vertical-align:middle; 
	}
	
	.pricing-features { 
		margin: 0 30px; 
		list-style: none;
	}
	
	.pricing-features li { 
		float: none; 
		display: block;
		width: 100%;
		padding: 10px 0;  
		border-top: 1px solid #ccc; 
		text-align: center; 
	}
	
	.pricing-features li:first-child,
	.pricing-features li:last-child { border-top: none; }
	
	.pricing-features li a { 
		display: inline-block; 
		padding: 5px 10px;
		background-color: #71d9e2;  
		color: #fff; 
		text-decoration: none; 
	}
	
	.pricing-features li a:hover { background-color: #4A4A4A; }

	@media (min-width: 768px) and (max-width: 979px) {
		
		.price-table.three-items > li { 
			width: 225px;
			margin-left: 15px;
		}
	}
	
	@media (max-width: 767px) {
		
		.price-table > li { 
			float: none; 
			width: auto; 
			margin: 20px 0; 
		}
		
		.price-table.five-items > li,
		.price-table.four-items > li,
		.price-table.three-items > li {
			width: auto;
			margin-left: 0;
		}
		
		.price-table > li+li { 
			border-left: 1px solid #ccc; 
		}
		
		.price-table > li:hover { 
			-webkit-transform: none; 
				-ms-transform: none;
				 -o-transform: none;
					transform: none;
		}
	  
	}

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

	.progress-bar-description {
		display: block;
		margin-bottom: 10px;
		line-height: 14px;
	}
	
	.progress-bar {
		position: relative;
		display: block;
		height: 14px;
		margin-bottom: 10px;
		background-color: rgba(0, 0, 0, 0.12);
	}
	
	.progress-bar .progress-bar-outer {
		position: absolute;
		top: 0;
		left: 0;
		height: 100%;
	}
	
	.progress-bar .progress-bar-outer .progress-bar-inner {
		position: absolute;
		z-index: 1;
		left: 0;
		top: 0;
		display: block;
		overflow: hidden;
		height: 100%;
		width: 100%;
	}

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

	a.social-icon {
		display:inline-block;
		width: 30px;
		margin-right: 5px;
		margin-bottom: 1px;
		background-color: transparent;
		color: #414141;
		text-align: center;
	}

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

	a.social-icon i {
		font-size: 20px;
		line-height: 30px;
	}
	
	a.social-icon:hover { text-decoration: none; }
	
	a.facebook-icon:hover { color: #0e59a0 !important; }
	a.twitter-icon:hover { color: #0ea4ff !important; }
	a.vimeo-icon:hover { color: #63879c !important; }
	a.flickr-icon:hover { color: #0061db !important; }
	a.github-icon:hover { color: #3b3b3b !important; }
	a.google-plus-icon:hover { color: #ffffff !important; }
	a.pinterest-icon:hover { color: #d73532 !important; }
	a.tumblr-icon:hover { color: #586980 !important; }
	a.linkedin-icon:hover { color: #018faf !important; }
	a.dribbble-icon:hover { color: #ea73a0 !important; }
	a.stumbleupon-icon:hover { color: #ea4b24 !important; }
	a.lastfm-icon:hover { color: #b80638 !important; }
	a.instagram-icon:hover { color: #82685a !important; }
	a.evernote-icon:hover { color: #3bab27 !important; }
	a.skype-icon:hover { color: #00b0f6 !important; }
	a.paypal-icon:hover { color: #0d3967 !important; }
	a.soundcloud-icon:hover { color: #e9702b !important; }
	a.behance-icon:hover { color: #0066ff !important; }
	a.rss-icon:hover { color: #f79638 !important; }	
	a.youtube-icon:hover { color: #e22b27 !important; }	

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

	.table-bordered { 
		border-collapse: separate; 
		border-left: 0;
	}
	
	.table-bordered th, 
	.table-bordered td { 
		text-align: center;
	}
	
	.table-bordered th {
		padding: 15px 0; 
		border-top: none;
		color: #fff;
		font-size: 16px;
	}
	
	 .table-bordered td {
		padding: 20px 0;
		border-right: 1px solid #b9b9b9;
		border-bottom: 1px solid #b9b9b9;
		color: #b9b9b9;
	}
	
	.table-bordered td:first-child { border-left: 1px solid #b9b9b9; }
	
	.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; }
	
	.table-striped tbody tr:nth-child(odd) td,
	.table-striped tbody tr:nth-child(odd) th { background-color: #f9f9f9; }	

	@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 td { border-left: 1px solid #b9b9b9; }
		
		tr { border-top: 1px solid #555; }
		
		td:first-child { border-top:none !important; }
	  
	}

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

	.tabs-menu {
		width: 100%;
		margin: 0 35px 30px 0;
		background-color: #fff;
		list-style: none; 
	}
	
	#tab-2.tabs-menu {
		width: 100%;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
	}
	
	.tabs-menu li {
		float: left;
		display: inline-block; 
		width: 50%; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 3px;
		text-align: center; 
		font-size: 15px;  
	}
	
	#tab-2.tabs-menu li { width: 147px; }
	
	.tabs-menu li a { 
		display: block; 
		padding: 40px 0; 
		color: #fff; 
		text-decoration: none;
		background-color: #71d9e2; 
	}
	
	#tab-2.tabs-menu li a { 
		padding: 15px 0; 
		margin-left: 3px;
		background-color: #fff;
		color: #71d9e2;
	}
	
	.tabs-menu li a:hover {
		text-decoration: none;
	}
	
	.tabs-menu li.active a,
	.tabs-menu li:hover a { background-color: #878787; }
	
	#tab-2.tabs-menu li.active a { 
		background-color: #71d9e2;
		color: #fff;
	}
	
	.tabs-content { margin: 30px 0; }
	
	.tabs-content-2 {
		padding: 20px 35px;
		color: #fff;
	}
	
	.tabs-content-2 h4 {
		margin-bottom: 15px;
		color: #fff;
		line-height: 20px;
	}
	
	#tab-3.tabs-menu {
		float: right;  
		width: auto; 
		margin: -10px 0 10px 0; 
	}
	
	#tab-3.tabs-menu li { 
		width: auto;
		padding: 0;
		margin-left: 15px; 
	}
	
	#tab-3.tabs-menu li:first-child { margin-left: 0; }
	#tab-3.tabs-menu li a { padding: 18px; }
	#tab-3.tabs-menu li a img { display: block; }
	
	@media (min-width: 768px) and (max-width: 979px) {
		
		#tab-2.tabs-menu li { 
			width: 222px;
			margin-right: 3px;
		}
		
		#tab-3.tabs-menu { margin-top: 20px; }
		#tab-3.tabs-menu li { margin-left: 10px; }
		#tab-3.tabs-menu li a { padding: 12px; }
	
	}
	
	@media (max-width: 767px) {
	
		.tabs-menu { border-bottom: none; }
		
		.tabs-menu li { }
		
		#tab-2.tabs-menu { padding-top: 3px; }
		
		.tabs-menu li a:hover { text-decoration: none; }
		
		.tabs-menu li.active a {  
			background-color: #878787;
			color: #fff; 
		}
		
		#tab-3.tabs-menu { 
			float: right; 
			width: 100%; 
			margin-top: 0; 
		}
		
		#tab-3.tabs-menu li {
			display: inline-block;
			float: none;
			margin-left: 0; 
		}
		
		#tab-3.tabs-menu li a { 
			float: none;
			display: block; 
			width: auto;  
			margin: 0;
			background: none;  
		}
		
		#tab-3.tabs-menu li.active a { background-color: #878787; }
	  
	}

/* ==========================================================================
   #Testimonials
   ========================================================================== */

	.testimonial { margin-bottom: 30px; }
	
	.testimonial blockquote { 
		position: relative; 
		padding: 25px 20px; 
		margin-bottom: 20px;  
		background-color: #e3e3e3;
		color: #666;
		-webkit-transition: background-color 0.5s, color 0.5s;
			 -o-transition: background-color 0.5s, color 0.5s;
				transition: background-color 0.5s, color 0.5s;
	}
	
	.testimonial blockquote p {
		padding: 40px 15px 10px 15px;  
		margin-bottom: 0;
		background: url(../img/icons/32x32/white/quote.png) no-repeat top left; 
		font-style: normal; 
	}

	.testimonial .border-img {
		float: left;
		display: inline-block;
		border: 3px solid #e3e3e3;
		-webkit-border-radius: 50%;
				border-radius: 50%;
		margin-right: 20px;
		-webkit-transition: border-color 0.5s;
			 -o-transition: border-color 0.5s;
				transition: border-color 0.5s;
	}
	
	.testimonial .border-img img { 
		display: block;
		-webkit-border-radius: 50%;
				border-radius: 50%;
	}
	
	.testimonial h5 { margin-top: 40px; }
	
	.testimonial a { color: #555; }
	
	.testimonial h5 span { color: #999; }
	
	.testimonial > p { text-transform: uppercase; }	
	
	.testimonial:hover blockquote { 
		background-color: #71d9e2; 
		color: #fff;
	}
	.testimonial:hover .border-img { border-color: #71d9e2; }
	
	.testimonial-2 { margin-bottom: 10px; }	
	
	.testimonial-2 img { 
		float: left;
		margin-right: 25px;
	}
	
	.testimonial-2 blockquote p { 
		margin-bottom: 0;
		font-style: normal; 
	}
	
	.testimonial-2 blockquote p span:before { content: normal; }
	
	.testimonial-2 blockquote p span { 
		display: inline-block;
		color: #71d9e2;
	}
	
	.testimonial-2 blockquote a { color: #71d9e2; }

	.testimonial-3 { margin-top: 10px; }
	
	.testimonial-3 blockquote { 
		padding: 20px 10px 10px 20px;
		background: url(../img/bg-blockquote-2.png) no-repeat top left;  
	}
	
	.testimonial-3 blockquote h4 {
		margin-bottom: 0; 
		color: #2b2b2b; 
		font-style: italic; 
	}
	
	.testimonial-3.alt {
		margin-left: 35px;
	}
	
	.testimonial-3.alt blockquote {
		padding: 0 0 0 15px;
		border-left: 5px solid #71d9e2;
		background: none;
	}
	
	.testimonial-3.alt blockquote p { font-style: normal; }
	
	.testimonial-3.alt-2 {
		padding: 10px;
		margin: 0 0 40px;
		background-color: #4A4A4A;
	}
	
	.testimonial-3.alt-2 blockquote {
		background: url(../img/bg-blockquote-3.png) no-repeat 1px 5px;
		padding: 20px 15px 0 40px;
	}
		
	.testimonial-3.alt-2 blockquote p {
    	margin-bottom: 15px;
		color: #fff;
		font-style: normal;
	}




/**
 * Name: layout.css
 * Version: 1.0.0
 *	
 *	-
 *
 *	T.O.C
 *	
 *	
 */

/* ==========================================================================
   #General Layout 
   ========================================================================== */
body{
	background-image: ;
	background-repeat: no-repeat;
	background-position: center top;
}
	#wrap { 
		padding: 0; 
		margin: 0 auto; 
		
		/*margin: 0px auto; 
		width:1160px;
		border-left:1px solid #efefef;
		border-right:1px solid #efefef;*/
	}

	
/* #Header
   ========================================================================== */	
   	
	#header {
		z-index: 99;
	}
		
	/* Logo */

	#logo { 
		display: block;
		margin: 28px 0 15px 0; 
	}
	
	#logo img { 
		display: block;
	}
		
	/* Dropdown Menu */

	/* ESSENTIAL STYLES */
	.sf-menu, .sf-menu * {
		padding: 0;
		margin: 0;
		list-style: none;
	}
	
	.sf-menu li { position: relative; }
	
	.sf-menu ul {
		position: absolute;
		z-index: 99;
		top: 100%;
		left: 0;
		display: none;
	}
	
	.sf-menu > li { float: left; }
	
	.sf-menu li:hover > ul,
	.sf-menu li.sfHover > ul { display: block; }
	
	.sf-menu a {
		position: relative;
		display: block;
	}

	.sf-menu ul ul {
		top: 0;
		left: 100%;
	}
		
	/*** DEMO SKIN ***/
	.sf-menu { float: right; }
	.sf-menu a img{ margin-top:-8px;}
	.sf-menu a {
	font-size: 11px !important;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 0px;
	padding-right: 15px;
	padding-bottom: 27px;
	padding-left: 15px;
	text-align: center;
	line-height: 14px;
	}
	
	.sub-menu a {
	font-size: 12px;
	text-decoration: none;
	text-transform: uppercase;
	padding-top: 9px;
	padding-right: 15px;
	padding-bottom: 9px;
	padding-left: 15px;
	text-align:center;
	}
	
	.sf-menu a {
		width: 90px;
		color: #fff;
	}
	
	.sf-menu a > img {
		display: block;
		padding: 30px 0 15px 0;
		margin: 0 auto;
		-webkit-transition: padding 0.3s;
			 -o-transition: padding 0.3s;
				transition: padding 0.3s;
	}
	
	.sf-menu li:hover a > img { padding: 25px 0 20px 0; }
	
	.sf-menu li {
		white-space: nowrap; /* no need for Supersubs plugin */
		-webkit-transition: background .2s;
			 -o-transition: background .2s;
				transition: background .2s;
	}
	
	.sf-menu ul li a {
		width: 140px;
		font-size: 11px;
		text-transform: none; 
	}
	
	.sf-menu ul li:hover { background-color: #4A4A4A; }
	
	/* arrows (for all except IE7) */
	.sf-arrows .sf-with-ul { padding-right: 40px; }
	
	/* styling for both css and generated arrows */
	.sf-arrows .sf-with-ul:after {
		position: absolute;
		top: 50%;
		right: 16px;
		width: 0;
		height: 0;
		/* order of following 3 rules important for fallbacks to work */
		border: 5px solid transparent;
		border-top-color: rgba(255,255,255,.5);
		margin-top: -3px;
		content: '';
	}

	/* styling for right-facing arrows */
	.sf-arrows ul .sf-with-ul:after {
		margin-top: -5px;
		margin-right: -3px;
		border-color: transparent;
		border-left-color: rgba(255,255,255,.5);
	}
	.sf-arrows ul li > .sf-with-ul:focus:after,
	.sf-arrows ul li:hover > .sf-with-ul:after,
	.sf-arrows ul .sfHover > .sf-with-ul:after { border-left-color: #fff; }
	
	.sf-menu li .arrow {
		position: absolute; 
		top: 52px; 
		left: -10px;  
		height: 0;
		border-bottom: 10px solid transparent; 
		border-right: 10px solid #2B2B2B; 
		-moz-transform: scale(.9999); 	
	}
	
	.sf-menu li .arrow.alt { border-right-color: #2B2B2B; }
	.sf-menu li .arrow.alt-2 { border-right-color: #4A4A4A; }
	.sf-menu li .arrow.alt-3 { border-right-color: #2B2B2B; }
	.sf-menu li .arrow.alt-4 { border-right-color: #4A4A4A; }
	
	/* Mobile menu  */
			
	#mobile-menu {
		z-index: 20;
		border-bottom: 1px solid #efefef;
	}
	
	#mobile-menu li {	
		display: block;
		margin: 0;
	}
		
	#mobile-menu > li > ul, 
	#mobile-menu > li > ul > li > ul {
		display: none;
		margin-left: 0;
	}

	#mobile-menu li a {
		position: relative;
		display: block;
		padding: 15px 25px;
		color: #fff;
		font-size: 13px;
		text-align: left;
		text-decoration: none;
	}
	
	#mobile-menu li a img{
		margin-right: 10px;
		vertical-align: middle;
	}
	
	#mobile-menu ul a { padding-left:45px; }
	
	#mobile-menu ul li ul a  { padding-left:65px; }
	
	#mobile-menu .mobile-menu-submenu-arrow {
		position: absolute;
		top: 0;
		right: 0;
		height: 100%;
		width: 70px;
		border-left: 1px solid #efefef;
		color: #fff;
		font-size: 20px;
		line-height: 50px;
		text-align: center;
		cursor: pointer;
	}
	
	#mobile-menu .mobile-menu-submenu-arrow:hover { background-color: #4A4A4A; }
	
	#mobile-menu li a:hover {}
	
	#mobile-menu { display: none; }
	
	/* Mobile menu trigger  */
				
	#mobile-menu-trigger { 
		position: absolute;
		top: 1px;
		right: 0;
		display: none;
		font-size: 32px;
		padding: 15px;  
	}
	
	#mobile-menu-trigger i {
		color: #0C9AA7;
	}		
		
	/* Search */

	#search fieldset { position: relative; }
	
	#search-input { 
		width: 220px; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 6px 10px;
		border: none;
		border-radius: 0;
		font-size: 11px;			 
	}
	
	#search-submit-btn { 
		position: absolute; 
		top: -5px; 
		right: 20px;
		width: 32px; 
		height: 32px;  
		border: none; 
		background: url(../img/icons/32x32/white/arrowright.png) no-repeat center center; 
		cursor: pointer; 
	}
	
	#search-submit-btn:focus { outline: 0; }
	
	ul.dot.alt-2 { margin: 20px 0 50px 25px; }
	
	ul.dot.alt-2 li { 
		background: url(../img/bg-single-dotted.png) repeat-x top left;
		padding-top: 10px;
		margin-top: 10px;
	}
	
	ul.dot.alt-2 li:first-child { background: none; }

/* #Content
   ========================================================================== */
   		
	#content {
		z-index: 9;
		min-height: 300px; 
		padding-bottom: 50px;
		color:#FFF;
	}
	
	#portfolio { z-index: 1; }
		
	/* Headline Titles */
			
	.headline { 
		position: relative; 
		padding: 0; 
		margin: 30px 0; 
	}
	
	.headline img { 
		position: absolute; 
		top: 1px; 
		left: 0; 
	}
	
	.headline h6 {  
		margin-left: 60px;
		color: #a3a3a3; 
		text-transform: uppercase; 
	}
	
	.headline h3 {
		margin-bottom: 0; 
		margin-left: 60px;
		color: #555555; 
		line-height: 26px; 
	}
	
	.headline p { 
		margin-left: 55px; 
		color: #9e9e9e; 
	}
	
	.headline p span a { color: #686868; }
	
	.headline p > a { color: #2B2B2B; }
	
	.sub-headline { position: relative; }
	
	.sub-headline img {
		position: absolute; 
		top: 7px; 
		left: 0; 
	}
	
	.sub-headline h3 {
		padding-top: 5px;
		margin: 0 0 30px 45px;
		color: #838383; 
	}
	
	.sub-headline h2 {
		margin-bottom: 0; 
		margin-left: 35px; 
		font-size: 20px; 
	}
	
	.sub-headline h1 {
		padding-top: 12px; 
		margin-left: 55px;  
		font-size: 24px; 
	}
	
	.sub-headline.alt-2 h1 {
		padding-top: 5px;
		color: #555655;
	}
	
	.sub-headline h3 {
		padding-top: 12px;
		margin-left: 55px;
		color: #fff;
	}
	
	.sub-headline a { color: #78d7dd; }
	
	.sub-headline.alt { border-bottom: 1px solid #2B2B2B; }
	
	.sub-headline.alt img { 
		padding: 15px; 
		background-color: #2B2B2B; 
	}
	
	.sub-headline.alt h3 { 
		padding-top: 20px;
		margin: 0 0 15px 75px;
	 }
	
	/* Page Header */
	
	#page-header {}

	/* Side Nav */
	
	.side-nav { 
		border-top: 1px solid #efefef; 
		margin-bottom: 30px; 
		list-style-type: none; 
		list-style-position: outside; 
	}
	
	.side-nav li { border-bottom: 1px solid #efefef; }
	
	.side-nav li a { 
		display: block; 
		padding: 10px 0 10px 25px; 
	}
	
	.side-nav li a:hover { }
	
	.side-nav li.current a { color: #303030; }
	
	.side-nav li.current a:hover { text-decoration: none; }
	
	/* Color Shade */
	
	.color-default { background-color: #4A4A4A; }
	.color-shade-1 { background-color: #2B2B2B; }
	.color-shade-2 { background-color: #2B2B2B; }
	.color-shade-3 { background-color: #4A4A4A; }
	.color-shade-4 { background-color: #16a7b4; }
	.color-shade-5 { background-color: #0c9aa7; }
	.color-shade-6 { background-color: #0a848d; }
	.color-shade-7 { background-color: #000; }
	
	/* Animations Delays */
	
	.delay1 {
		-webkit-animation-delay: 0.5s;
           -moz-animation-delay: 0.5s;
				animation-delay: 0.5s; 
	}
	
	.delay2 {
		-webkit-animation-delay: 1s;
		   -moz-animation-delay: 1s; 
				animation-delay: 1s; 
	}
	
	.delay3 {  
		-webkit-animation-delay: 1.5s;
		   -moz-animation-delay: 1.5s;  
				animation-delay: 1.5s;
	}
	
	.delay4 { 
		-webkit-animation-delay: 2s;
		   -moz-animation-delay: 2s; 
				animation-delay: 2s; 
	}
	.delay5 {
		-webkit-animation-delay: 2.5s;
		   -moz-animation-delay: 2.5s; 
				animation-delay: 2.5s; 
	}
	
	.delay6 {
		-webkit-animation-delay: 3s;
		   -moz-animation-delay: 3s; 
				animation-delay: 3s; 
	}
			
/* #Footer
   ========================================================================== */		
		
	#footer { 
		padding: 60px 0; 
		background-color: #2b2b2b; 
	}
	
	#footer .about { 
		padding-bottom: 5px; 
		margin-bottom: 25px; 
	
	}
	
	#footer .about p { 
		margin: 0 0px 10px 0px; 
		color: #e0e0e0; 
		line-height: 17px; 
	}
	
	#footer .about .headline { 
		padding: 20px 10px; 
		margin: 0;
		margin-bottom: 15px; 
		background-color: #2B2B2B; 
	}
	
	#footer .about .headline img { 
		top: 20px; 
		left: 0px; 
		padding: 0;
		background: none; 
	}
	
	#footer .about .headline h3 { 
		padding: 0;
		margin-left: 40px; 
		margin-bottom: 0;
		
		color: #fff;   
	}
	
	
	
	#footer .headline { 
		border-bottom: 1px solid #fff; 
		margin-top: 0; 
	}
	
	#footer .headline img {
	padding: 7px;
	background-color: #CCC;
	}
	
	#footer .headline h3 { 
		padding: 10px 0; 
		margin-left: 60px; 
		color: #717171; 
	}
	
	#footer .dot { 
		margin: 5px 0 0 15px;
		list-style: none;
	}
	
	#footer .dot li {  
		margin-top: 10px; 
	}
	
	#footer .dot li:first-child { margin-top: 0; }
	
	#footer .dot li a { 
		color: #717171;
	}
	
	#footer .dot li a:hover { text-decoration: none; }
	
	#footer .dot li:hover:before { color: #F8AA1F; }
	
	/* Social Media */
	
	#footer .social-media { 
		float: right; 
		list-style-type: none;
		margin-top: -35px; 
		margin-bottom: 0; 
	}
	
	/* Contact */
	
	#footer #contact { 
		margin-left: 20px;
		list-style: none; 
	}
	
	#footer #contact li { 
		padding-left: 25px; 
		margin-top: 5px;
		color: #bbbbbb; 
	}
	
	#footer #contact li.email { background: url(../img/bg-email.png) no-repeat center left; }
	#footer #contact li.address { background: url(../img/bg-address.png) no-repeat center left; }
	#footer #contact li.phone { background: url(../img/bg-phone.png) no-repeat center left; }
	#footer #contact li.fax { background: url(../img/bg-fax.png) no-repeat center left; }
	
	#footer form { position: relative; }
	
	#footer input[type="text"] { 
		width: 100%; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box; 
		padding: 4px 10px; 
		border: none; 
		border-radius: 0;
		box-shadow: none; 
		background-color: #636363; 
		color: #fff; 
	}
	
	#footer input[type="submit"] {
		position: absolute;
		top: 0;
		right: 0;
		height: 24px;
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box; 
		padding-bottom: 3px; 
		border: none; 
		border-radius: 0; 
		background-color: #000; 
		color: #fff; 
		font-size: 10px;
	}
	
	#footer input[type="submit"]:hover {
	background-color: #333;
}
	
	#footer-logo { 
		display: block;
		margin-top: 50px; 
		text-align: center;
		display: none; 
	}
	
	#footer-2 { 
		overflow: hidden; 
		padding: 25px 0; 
		background-color: #222222; 
	}
	
	#footer-2 p { 
		margin-bottom: 0;  
	}
	
	#footer-menu { 
		float: right;
		margin-bottom: 0;
		list-style: none; 
	}
	
	#footer-menu li { 
		display: inline-block; 
		margin-left: 10px; 
	}

	#footer-menu li:first-child { margin-left: 0; }
	
	#footer-menu li a { 
		color: #656565;  
	}
			
/* ==========================================================================
   #Page Styles
   ========================================================================== */

/* #Additional
   ========================================================================== */
	
	.about-me {
		padding-bottom: 30px;
		background-color: #2B2B2B;
		color: #fff;
	}
	
	.about-me .title {
		padding: 15px 25px;
		margin: 0;
		background-color: #4dcad5;
	}
	
	.about-me .title img {
		margin-right: 10px;
		vertical-align: sub;
	}
	
	.about-me p{ margin: 20px 20px 0 20px; }
	
	.about-me > a {
		display: block;
		margin: 10px 20px 0 0;
		color: #fff;
		text-align: right;   
	}
	
	.about-me a img { vertical-align: middle; }
	
	.about-me .title h3, 
	.about-me .title a, 
	.about-me .title p {
		margin: 0;
		color: #fff;
	}
	
	.about-me ul.dot.alt { margin: 20px 0 0 30px; }
	.about-me ul.dot.alt li { margin-top: 5px; }
	.about-me ul.dot.alt li a { color: #fff; }
	
	.dot li { margin-top: 25px; }
	.dot li:first-child { margin-top: 0; }
	.dot li a { color: #646464; }
	.dot li a:hover { text-decoration: none; }
	.dot li:hover:before { color: #F8AA1F; }
	
	ul.plus-2 li a { color: #555; }
	
	/* Social Icons */
	
	.social-media.alt a.social-icon {
		display: block;
		width: 60px;
	}
	
	.social-media.alt a.social-icon i {
		color: #a4a4a4; 
		font-size: 50px; 
		line-height: 60px;
	}
	
	.color-shade-1 .headline { margin-left:15px; }
	
	.color-shade-1 .headline h6,
	.color-shade-1 .headline h3 { color: #fff; }

/* #Index
   ========================================================================== */
   
   /* Revolution Slider */
   
    .fullwidthbanner-container{
		width:100% !important;
		position:relative;
		padding:0;
		max-height:425px !important;
		overflow:hidden;
		color: #fff;
	}
	
	.fullwidthbanner li{
		-moz-border-radius:20px 0px 0px 20px;
-webkit-border-radius:20px 0px 0px 20px;
 border-radius:20px 20px 0px 0px;
	}
	
	a.see-more {
		position: relative;
		display: block;  
		padding: 26px 25px; 
		background-color: #2B2B2B;
		text-align: center;
		color: #fff !important; 
	}
	
	a.see-more:hover {
		background-color: #3E3E3E;
		color: #fff;
		text-decoration: none; 
	}
	
	a.see-more img {
		display: block;
		margin: 0 auto 10px auto;
	}
	
	a.see-more .arrow {
		position: absolute; 
		top: -35px; 
		right: 0;
		width: 0; 
		border-bottom: 35px solid #3E3E3E; 
		border-left: 70px solid transparent; 
		-moz-transform: scale(.9999); 
	}
	
	a.see-more .arrow2 { 
		position: absolute; 
		top: 0; 
		right: -35px; 
		width: 0; 
		border-top: 70px solid #3E3E3E; 
		border-right: 35px solid transparent;
		-moz-transform: scale(.9999);
	}
	
	a.see-more .arrow3 { 
		position: absolute; 
		top: 0; 
		left: -35px; 
		width: 0; 
		border-top: 35px solid #3E3E3E; 
		border-left: 35px solid transparent;
		-moz-transform: scale(.9999);
	}
	
	@media (max-width: 979px) {
		
		a.see-more { padding: 20px; }
		
	}
	
	@media (max-width: 768px) {
	
		a.see-more { display: none; }
		
	}
   
   .tp-caption.title {
		position: absolute;
		color: #fff;
		font-size: 28px;
		line-height: 40px;
	}
	
	.tp-caption.text {
		background-color: #4A4A4A;
		padding: 25px 50px 25px 25px;
	}
   
	/* Testimonial Slider */
	
	#client-testimonial-double { margin-top: 30px; }
	
	#client-testimonial-double .headline { 
		padding: 90px 30px;
		margin: 0 0 11px 0;
		background-color: #2B2B2B;
	}
	
	#client-testimonial-double .headline img { 
		position: absolute; 
		top: 88px; 
		left: 30px; 
	}
	
	#client-testimonial-double .headline h6,
	#client-testimonial-double .headline h3 { color: #fff; }
	
	#client-testimonial-double .sub-headline {
		margin-bottom: 25px;
		border-bottom: 1px solid #e0e2e3; 
	}
	
	#client-testimonial-double .sub-headline h3 {
		padding-top: 5px;
		margin-bottom: 10px; 
	}
	
	#client-testimonial-double #pager {
		padding: 20px 0 10px 0;
		margin-top: 0;
		margin-bottom: 0;
		background-color: #4A4A4A;
		text-align: center;
	}
	
	#client-testimonial-double #pager .bx-pager-item { display: inline-block; }
	
	#client-testimonial-double #pager .bx-pager-item a.bx-pager-link { 
		display: inline-block;
		width: 8px; 
		height: 8px;
		border: 1px solid #fff; 
		border-radius: 50%;
		margin-right: 5px;
		text-indent: -9999px;
	}
	
	#client-testimonial-double #pager .bx-pager-item a.bx-pager-link.active { background-color: #fff; }
	
	#client-testimonial-double #pager .bx-pager-item:last-child { margin-right: 0; }
	
	/* Blog Post Summary */
	
	.blog-post-summary { margin: 45px 0; }
	
	.blog-post-summary .buttons	{ 
		width: 50px;
		padding: 10px 0; 
		text-align: center; 
	}
	
	.blog-post-summary .buttons:hover { 
		 background-color: #ccc;
		cursor: pointer; 
	}
	
	.blog-post-summary p { margin-bottom: 0; }
	.blog-post-summary p.mute { margin-bottom: 10px; }
	
	.blog-post-thumb { 
		float: left; 
		margin-right: 15px; 
	}

/* #Index-2
   ========================================================================== */	
   
   /* Slider-2 */
   
	#carousel .bx-pager-item a.bx-pager-link.active { background-color: #73dee8; }
	
	/* Slider-3 */
	
	#client-testimonial-single {
		padding: 15px 0 0 10px;
		border-left: 3px solid #4A4A4A;
		margin: 30px 0;
	}
	
	#client-testimonial-single blockquote {
		float: left;  
		width: 620px; 
		-webkit-box-sizing: border-box;
		   -moz-box-sizing: border-box;
				box-sizing: border-box;
		padding: 15px 0 0 45px;		
		margin-right: 15px; 
		background: url(../img/bg-blockquote.png) no-repeat top left;
	}
	
	#client-testimonial-single blockquote p { font-style: normal; }
	
	#client-testimonial-single blockquote p.author { 
		text-align: right;
		color: #afafaf;
		padding-right: 20px;
	}
	
	#client-testimonial-single blockquote p.author span:before { content: none; }
	
	#client-testimonial-single blockquote p.author span {
		display: inline-block;
		color: #73dee8;
	}
	
	#client-testimonial-single img { float: left; }
	
	#client-testimonial-single .headline {
		float: left;
		width: 140px;
		padding: 52px 0 53px 0;
		margin: 0;
		background-color: #4A4A4A;
	}
	
	#client-testimonial-single .headline img {
		position: relative;
		float: none;
		margin: 0 auto;
	}
	
	#client-testimonial-single .bx-pager { 
		bottom: 20px; 
		left: 30px;
		width: auto;
	}
	
	#client-testimonial-single .bx-pager-item a.bx-pager-link {
		width: 7px;
		height: 7px;
		margin-left: 2px;
		background-color: #afafaf; 
	}
	
	#client-testimonial-single .bx-pager-item a.bx-pager-link.active { background-color: #73dee8; }

/* #Index-3
   ========================================================================== */	
	
	/* Parallax */
	
	.parallax .headline h6,
	.parallax .headline h3 { color: #fff; }

/* #Index-3
   ========================================================================== */	
	
	.logo { 
		margin-bottom: 0;
		list-style: none; 
		text-align: center; 
	}
	
	.logo li { 
		float: left; 
		margin-left: 20px; 
	}
	
	.logo li:first-child { margin-left: 0; }

/* #Index-4
   ========================================================================== */	
	
	/* Blog-post-overview */
	
	.blog-post-overview {
		position: relative;
		padding-bottom: 20px;
		margin: 15px 0 20px 0;
		background-color: #eeeeee;    
	}
	
	.blog-post-preview { position: relative; }
	
	.blog-post-preview > img {
		display: block; 
		width: 100%; 
		margin-bottom: 20px; 
	}
	
	.blog-post-overview h4 { margin: 0 0 10px 20px; }
	
	.blog-post-overview h4 img {
		margin-right: 10px; 
		vertical-align: sub;
	}
	
	.blog-post-overview a { color: #555; }
	
	.blog-post-overview > a {
		display: block;
		text-align: right; 
		margin: 20px 20px 0 0;
	}
	
	.blog-post-overview p { margin: 0 20px; }
	.blog-post-overview a img { vertical-align: middle; }
	
	.blog-post-hover {
		position:absolute;
		top: 40px;
		right: 40px;
		bottom: 40px;
		left: 40px;
		padding: 55px 0 45px 0;
		background-color: rgba(113, 217, 226, 0.8);     
		opacity: 0;
		color: #fff;
		text-align: center;    
		-webkit-transition: opacity 0.5s;
			 -o-transition: opacity 0.5s;
				transition: opacity 0.5s; 
	}
	
	.blog-post-hover img { margin: 0 3px 15px 3px; }
	.blog-post-overview:hover .blog-post-hover { opacity: 1; }
   
/* #About
   ========================================================================== */
   
	.about-us-row { }
	
	.about-us { 
		float: left;
		width: 165px;
		margin: 5px 5px 0 0; 
		cursor: pointer;
		background-color: #2B2B2B; 
	}
	
	.about-us img { display: block; }
	
	.about-us h2 a{
		display: block;
		padding: 57px 0;
		margin: 0; 
		text-align: center; 
	}
	
	.about-us a { color: #fff; }
	
	.about-us p { 
		padding: 52px 0;
		margin: 0;
		background-color: #dddddd; 
		color: #fff;
		/*font-size: 12px;
		line-height: 20px;*/
		text-align: center; 
	}
	
	.about-us i { font-size: 60px; }
	
	.about-us a:hover {
		color: #fff; 
		text-decoration: none; 
	}
	
	.about-us.alt { 
		width: 430px; 
		margin: 0; 
		margin-top: 5px; 
		background-color: #4A4A4A;  
	}

	.about-us.alt-3 { 
		width: 430px; 
		margin-right: 5px; 
	}
	
	.about-us.alt-4 { margin-right: 0; }
	.about-us.alt-4 a { color: #2B2B2B; }

	
	/* Team member */
	
	.team-member-preview { position: relative; }
	
	.team-member-preview > img {
		width: 100%; 
		display: block;  
		margin-bottom: 25px; 
	}
	
	.team-member h5 { 
		margin-bottom: 0; 
		color: #000; 
		text-align: center; 
	}
	
	.team-member p.mute { 
		margin-bottom: 15px; 	
		font-size: 10px; 
		text-align: center;
	}
	
	.team-member-hover { 
		position: absolute; 
		right: 0;
		bottom: -20px;
		left: 0;  
		padding: 5px 0;
		background-color: #2B2B2B;  
		opacity: 0;
		text-align: center; 
		-webkit-transition: opacity 1s, bottom 1s; 
		     -o-transition: opacity 1s, bottom 1s; 
				transition: opacity 1s, bottom 1s; 
	}
	
	.team-member-preview:hover .team-member-hover { 
		bottom: 0;
		opacity: 1; 
	}
	
	.client-box {
	background-color: #efefef;
	padding-top: 10px;
	padding-right: 0;
	padding-bottom: 5px;
	padding-left: 0;
	}
	
	.client-box li{ margin-left:19px; margin-right:19px;}
	.client-box img{ height:90px !important; margin-left:10px; margin-right:10px;}



	
	

/* #1024px width
   ========================================================================== */
	
	@media (max-width: 1199px) {

		#wrap {}
		
		#header {}
		
		#content {}
		
		#footer {}

		.portfolio-items li { width: 25%; }
		
	}
	
/* # 1024px width
   ========================================================================== */
	
	@media (max-width: 1024px) {

		#wrap {}
		
		#header {}
		
		#content {}
		
		#footer {}

		.portfolio-items li { width: 33.333%; }
		
	}

/* #Tablet (Portrait)
   ========================================================================== */

	@media (min-width: 768px) and (max-width: 979px) {
		
		#wrap {}
		
		#header { padding: 35px 0; }
		
		#logo { margin: 0; }
		
		#sf-menu { display: none; }
		
		#mobile-menu-trigger { 
			display: block;
		}
		
		#search-input { 
			width: 165px;
		}
		
		#search-submit-btn { 
			right: 0;
		}
		
		#footer input[type="text"] { width: 100%; }
		#footer input[type="submit"] { right: 0; }
		
		#content {}
		
		#footer {}
		
		#footer .dot { margin-left: 0; }
		
		address { margin-left: 15px; }
	
	/* #Additional
	   ========================================================================== */
	   	
		.about-me ul.dot.alt { margin: 20px 10px 0 20px; }
   
	/* #Index
	   ========================================================================== */
		
	/*	p.caption { 
			width: 205px;
			font-size: 13px !important;
		}
		
		.bannercontainer .buttons a {
			width: 75px; 
			height: 55px; 
			padding: 33px 15px 34px 15px; 
		}*/
		
		#client-testimonial-double .headline { padding: 90px 5px; }
		#client-testimonial-double .headline img { left: 10px; }
		
		.icon-box-3 > img { padding: 15px; }
		.icon-box-3 h3 { padding-top: 0; }
		
		#client-testimonial-double #pager { margin-top: 60px; }
		
	/* #Index-2
	   ========================================================================== */
		
		#client-testimonial-single blockquote { width: 385px; }
		
	/* #Index-3
	   ========================================================================== */
		
		.icon-box-4 { min-height: 180px; }
		
	/* #Index-4
	   ========================================================================== */
		
		/*.logo li,
		.logo li:first-child { 
			margin: 10px 0 10px 75px; 
		}*/
	
	/* #Index-5
	   ========================================================================== */
	   
		.icon-box-4.alt > img { 
			padding: 10px; 
			margin: -20px 5px 20px -10px;
		}
		
		.icon-box-4.alt h3 + p { display: none; }
		
		.icon-box-4.alt .arrow {
			top: 29px;
			left: 17px;
		}
		
		.blog-post-hover {
			top: 20px; 
			right: 20px;
			bottom: 20px;
			left: 20px;  
			padding: 25px 0 33px 0;
		}
		
	/* #About-us
	   ========================================================================== */
		
		.about-us-row { margin-bottom: 0; }
		
		.about-us { width: 140px; }
		
		.about-us img { width: 100%;  }
		
		.about-us h2 { 
			padding: 0;
			line-height: 17px; 
		}
		
		.about-us.alt { width: 270px; }
		
		.about-us p { padding: 40px 0; }
		
		.about-us.alt-3 p { padding: 0 20px 10px 35px; }
		
	
	/* #Price table
	   ========================================================================== */
		
		.morris-hover.morris-default-style { width: 100px !important; }

	/* #Portfolio
	   ========================================================================== */		
		
		.portfolio-items.alt li { width: 33.3333333333%; }
	
	/* #Portfolio-1-col
	   ========================================================================== */
		
		.portfolio .portfolio-details { width: 300px; }
		.portfolio .portfolio-details h3 { padding: 4px 20px; }
		.portfolio .portfolio-details p { margin: 4px 20px; }
		.portfolio .portfolio-details > a { margin-top: 0; }
		.portfolio > img { max-width: 400px; }
		.portfolio:hover .portfolio-hover-controls { top: 40px; }
		.portfolio .portfolio-details { padding-bottom: 6px; }
		
	/* #Portfolio-1-col
	   ========================================================================== */
	   
		.portfolio-2 .portfolio-details { width: 300px; }
		.portfolio-2 > img { max-width: 400px; }
		.portfolio-2 .portfolio-details { padding-bottom: 18px; }
		
		.portfolio-2 .portfolio-details .title { 
			padding: 5px 0;
			margin-bottom: 15px;  
		}
		
		.portfolio-2 .portfolio-details .title p { display: none; }
		.portfolio-2 .portfolio-details > a { margin-top: 0; }
		.portfolio-2:hover .portfolio-hover-controls { top: 100px; }
		
	/* #Portfolio-inner
	   ========================================================================== */	
		
		#portfolio .portfolio-item,
		#portfolio .portfolio-item-preview { margin: 3px 3px 0 0; }
		
	/* #Contact
	   ========================================================================== */		
		
		.blog-post-readmore { width: 77px; }
	
	/* #Contact
	   ========================================================================== */
	   
		.map{ width: 525px; }
	
	}
	
/* #Mobile (Portrait )
   ========================================================================== */
	
	@media (max-width: 767px) {
	
		body { 
			background: none; 
			background-color: #fff; 
		}
		
		#wrap {}
		
		#header { padding: 35px 0; }
		
		#logo { margin: 0; }	
		
		#content {}
		
		#search-input { 
			width: 80%;
		}
		
		#search-submit-btn { 
			right: 20px;
		}
		
		#footer{}
		
		#footer .headline { border-bottom: none; }	
		
		#footer .gallery-details { margin-bottom: 30px; }
		
		#footer .dot { 
			margin-bottom: 30px; 
			margin-left: 0; 
		}
		
		#footer .social-media { 
			float: none; 
			margin-top: 40px; 
		}
		
		#footer input[type="text"] { width: 100%; }
		#footer input[type="submit"] { right: 0px; }
		
		#footer-menu {
			float: none; 
			margin: 20px 0;
			text-align: left;  
		}
		
		#footer-menu li { margin: 5px 20px 0 0; }
		
		#footer-menu li a { 
			padding: 5px 0; 
			display: block; 
		}
		
		.gallery-details { display: none; }
		
		.row { padding: 0 20px; }
		
		.row .row { 
			width: auto; 
			padding: 0; 
			margin: 0; 
		}
		
		#sf-menu { display: none; }
		
		#mobile-menu-trigger {
			display: block;
			right: 25px;  
		}

		p.last, 
		h1.last, 
		h2.last, 
		h3.last, 
		h4.last, 
		h5.last, 
		address.last, 
		ul.last, 
		ol.last { margin-bottom: 20px; }
		
		.text-right{ text-align:left; }
		
		#contact-form-2 .float-left { float: none; }
		#contact-form-2 input[type="text"]{ margin-bottom: 10px; }
		
		.color-shade-1 .headline { padding-top: 20px; }
		.color-shade-1 .headline img { top: 20px; }
		
	/* #Index
	   ========================================================================== */
		
	/*	h1.caption ,
		h6.caption ,
		p.caption { display: none; }
		
		.bannercontainer .buttons a { display: none; }*/
		
		.callout-box .check-2 { margin-top: 20px; }
		
		.sub-headline { margin-top: 20px; }
		
		.portfolio-filter ul li { margin: 0 10px; }
		
	/* #Index-2
	   ========================================================================== */
	   
		#client-testimonial-single .headline { display: none; }
		#client-testimonial-single blockquote { float: none; width: 100%; }
		#client-testimonial-single .bx-pager { bottom: -40px; }
	
	/* #Index-4
	   ========================================================================== */	
		
		.logo li { 
			float: none;
			margin: 15px 0; 
		}
		
	/* #Index-5
	   ========================================================================== */	
	   		
		.blog-post-hover { 
			top: 20px; 
			right: 20px;
			bottom: 20px;
			left: 20px;  
		}
		
	/* #About-us
	   ========================================================================== */		
		
		.about-us-row { margin-bottom: 5px; }
		
		.about-us {
			float: none; 
			width: 100%; 
			margin-bottom: 10px; 
		}
		
		.about-us img { 
			display: block;
			width: 100%; 
		}
		
		.about-us h2,
		.about-us.alt h3,
		.about-us.alt-3 h3 { padding: 15px 0; }
		
		.about-us.alt,
		.about-us.alt-3 { width: 100%; }
		
	/* #About-me
	   ========================================================================== */
		
		.testimonial blockquote { min-height: 0; }
	
	/* #Testimonials
	   ========================================================================== */
	   	
		.callout-box-3 .testimonial-3 { padding: 20px 20px 0 20px; }
		.callout-box-3 .testimonial-3 blockquote { padding-left: 40px; }
		.callout-box-3 .testimonial-3 blockquote h3 { text-align: left; }
		.callout-box-3 .testimonial-3 .arrow { display: none; }
		
	/* #Services
	   ========================================================================== */
		
		.services-details { margin-left: 0; }
	
	/* #Portfolio
	   ========================================================================== */
		
		.portfolio-item,
		.portfolio-item-overlay,
		.portfolio-item-preview > a img {
			transform: none;
			transition: none;
		}				
		
		.portfolio-filter { 
			padding: 10px 0 0 0;
		}
		
		.portfolio-items li,
		.portfolio-items.alt li {
			float: none;
			width: 100%;
			padding: 10px;
			display: block;
		}
		
		.portfolio-items li + li { padding-top: 0; }
		
	/* #Portfolio-1-col
	   ========================================================================== */
				
		.portfolio .portfolio-details { 
			float: none;
			width: 100%;  
		}
		
		.portfolio .portfolio-details a { margin-top: 20px; }
		.portfolio .portfolio-details .arrow { display: none; }
		.portfolio > img { width: 100%; }
		
		.portfolio-hover-controls { display: none; }
		
		.portfolio:hover .portfolio-hover-controls { opacity: 0; }
	
	/* #Portfolio-1-col-alt
	   ========================================================================== */
	   	
		.portfolio-2 { margin: 30px 0; }
		
		.portfolio-2 .portfolio-details { 
			float: none;
			width: 100%;  
		}
		
		.portfolio-2 .portfolio-details .title .arrow,
		.portfolio-2 .portfolio-details .title .arrow-2 { display: none; }
		
		.portfolio-2 .portfolio-details > a { margin-top: 20px; }
		.portfolio-2:hover .portfolio-hover-controls { opacity: 0; }
		
		.portfolio-2 >img { 
			float: none;
			width: 100%;  
		}
	
	/* #Portfolio-inner
	   ========================================================================== */
	
		#portfolio {
			float: none;
			width: 100%; 
		}
		
	/* #Portfolio-inner
  		========================================================================== */	
		
		#portfolio .portfolio-item,
		#portfolio .portfolio-item-preview { margin: 3px 3px 0 0; }

		
	/* #Contcat
	   ========================================================================== */
	   
		.social { 
			float: none;
			width: 100%; 
			margin: 10px auto;
		}
		
		.facebook,
		.twitter { 
			width: 100%; 
			padding: 30px 0 20px 0; 
		}
		
		.map{ width: 100%; }

	}
	
  /* #Mobile ( Landscape )
  ========================================================================== */

	@media only screen and (min-width: 480px) and (max-width: 767px) {
		
		.row { padding: 0 40px; }
		
		.gallery-details { display: block; }	
			
		.portfolio-items li,
		.portfolio-items.alt li {
			float: left;
			width: 50%;
			padding: 0; 
		}
		
	}
	
.conteudo{ color:#FFF; font-size:15px !important ;}

form input.input-block-level,form textarea.input-block-level,form input.botao{
	width: 100%;
	padding: 15px !important;
	background-color: #2B2B2B;
	color:#FFF;
	border:0;
}

form input.botao{
	width: 120px;
	padding: 15px !important;
	background-color: #2B2B2B;
	color: #FFF;
	border: 0;
	text-transform: uppercase;
}
.fotos_pe{ text-align:right}
.carregarsite{
	position: absolute;
	top: 0;
	z-index: 999999999;
	left: 0px;
	right: 0px;
	bottom: 0px;
	background-color:rgba(0,0,0,0.8);
}
form input,form textarea{ }
.elementos5{ width:20%; float:left }
.elementos5 > div{
	margin: 10px;
	text-align: center;
}
.elementos5 a{ color:#FFF;}
	