/* RESPONSIVE GRID SYSTEM =============================================================================  */

/* BASIC PAGE SETUP ============================================================================= */

body { 
margin : 0 auto;
padding : 0;
font : 100%/1.4  'PTSansRegular';
color : #2d3033; 
background: #fff;
}

/*button, 
input, 
select, 
textarea { 
font-family : MuseoSlab100, lucida sans unicode, 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
color : #333; }
*/

.clear {
	clear:both;
}

/*  HEADINGS  ============================================================================= */

/*h1, h2, h3, h4, h5, h6 {
 font-family: 'PTSansNarrowBold';font-weight : normal;
margin-top: 0px;

}*/

h1 {
	font-family: 'ChunkFiveRegular';
	color: #028cff;
	margin-bottom : 0.2em;
	font-size : 24px; /* 96 / 16line-height : 1.4; */


}

.video-text{float:left; display:block; list-style:none;width:280px;height:280px; text-align:center;}


h2 { 
color: #222;
margin-bottom : .5em;
margin-top : .5em;
font-size : 2.75em; /* 40 / 16 */
line-height : 1.2;
}

h3 { 
color: #333;
margin-bottom : 0.3em;
letter-spacing: -1px;
font-size : 1.75em; /* 28 / 16 */
line-height : 1.3; }


h4 { 
color: #444;
/*margin-bottom : 0.5em;*/
font-size : 1.5em; /* 24 / 16  */
line-height : 1.25; }

	footer h4 {
	color: #55c9fb;
	font-family: 'PTSansRegular';
	font-size:18px;
	}
.fadd{color:#FFFFFF; font-size:12px;text-align:center;}
h5 { 
color: #555;
margin-bottom : 1.25em;
font-size : 1em; /* 20 / 16 */ }

h6 { 
color: #666;
font-size : 1em; /* 16 / 16  */ }

/*  TYPOGRAPHY  ============================================================================= */
 ol, ul, dl, address { 
margin-bottom : 1.5em; 
/* 16 / 16 = 1 */ }

/*p {
hyphens : auto;  }*/


p.introtext {
font-family: 'PTSansRegular';
font-size : 14px; /* 40 / 16 */
color: #333;
line-height: 1.4em;
letter-spacing: -1px;
margin-bottom: 0.5em;
}


p.handwritten {
font-family:  HandSean, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif; 
font-size: 1.375em; /* 24 / 16 */
line-height: 1.8em;
margin-bottom: 0.3em;
color: #666;
}

p.center {
text-align: center;
}


.and {
font-family: GoudyBookletter1911Regular, Georgia, Times New Roman, sans-serif;
font-size: 1.5em; /* 24 / 16 */
}

.heart {
font-family: Pictos;
font-size: 1.5em; /* 24 / 16 */
}

ul, 
ol {
	margin : 0 0 1.5em 0;
	padding : 0 0px 0 15px;
}

li ul, 
li ol { 
margin : 0;
font-size : 1em; /* 16 / 16 = 1 */ }

dl, 
dd { 
margin-bottom : 1.5em; }

dt { 
font-weight : normal; }

b, strong { 
font-weight : bold; }

hr { 
display : block; 
margin : 1em 0; 
padding : 0;
height : 1px; 
border : 0; 
border-top : 1px solid #ccc;
}

small { 
font-size : 1em; /* 16 / 16 = 1 */ }

sub, sup { 
font-size : 75%; 
line-height : 0; 
position : relative; 
vertical-align : baseline; }

sup { 
top : -.5em; }

sub { 
bottom : -.25em; }

.subtext {
	color: #666;
	}

/* LINKS =============================================================================  */

a { 
color : #cc1122;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;
text-decoration: none;
}

a:visited {
	color : #FF0000;
}

a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

a:hover, 
a:active {
	outline : 0;
	color : #999999;
}


footer a { 
color : #ffffff;
-webkit-transition: all 0.3s ease;
-moz-transition: all 0.3s ease;
-o-transition: all 0.3s ease;
transition: all 0.3s ease;

}

footer a:visited { 
color : #fff; }

footer a:focus { 
outline : thin dotted; 
color : rgb(0,0,0); }

footer a:hover, 
footer a:active { 
outline : 0;
color : #fff;
}


/* IMAGES ============================================================================= */

img {
border : 0;
max-width: 100%;}

img.floatleft { float: left; margin: 0 10px 0 0; }
img.floatright { float: right; margin: 0 0 0 10px; }


/* TABLES ============================================================================= */

table { 
border-collapse : collapse;
border-spacing : 0;
margin-bottom : 1.4em; 
width : 100%; }

th, td, caption { 
padding : .25em 10px .25em 5px; }

tfoot { 
font-style : italic; }

caption { 
background-color : transparent; }

/* FORMS ============================================================================= */

form { 
margin : 0; }

fieldset { 
margin-bottom : 1.5em; 
padding : 0; 
border-width : 0; }

legend { 
*margin-left : -7px; 
padding : 0; 
border-width : 0; }
/*  MAIN LAYOUT	============================================================================= */

#skiptomain { display: none; }

#wrapper {
	width: 100%;
	position: relative;
	
}

	#headcontainer {
	width: 100%;
	background-color: #FFFFFF;
	}

		#header {
	clear: both;
	width: 90%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13height: 140px; 	text-align: center;*/
	margin: 0 auto;
	position: relative;
	color: #000;
	background-color: #FFFFFF;
	
		}
 

		

	#maincontentcontainer {
		width: 100%;
	}

		.standardcontainer {
			
		}
		
		.darkcontainer {
			background: rgba(102, 102, 102, 0.05);
		}

		.lightcontainer {
			background: rgba(255, 255, 255, 0.25);
		}
			#bannercontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
		
			#maincontent{
	clear: both;
	width: 90%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
			
					#menucontent{
	clear: both;
	width: 90%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
						#bannercontent{
	clear: both;
	width: 90%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
		
			.maincontent{
				clear: both;
				width: 73%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}

	.bulet-footer-one{ list-style-image:url(../images/bulet-foot.png); padding:8px; border-bottom:1px dotted #999999;}


a.btnFBONE {
	background:url(../images/fb1-icon.png) no-repeat top left;
	width:15px;
	height:24px;
	height:35px;
	font-size:11px;
	line-height:24px;
	padding-left:27px;
	display:block;
	float:left;
	margin:4px 0px 8px 0px;
}
a.btnFBONE:hover {
	background-position:bottom left;
	color:#ffffff;
}

a.btnTWITONE {
	background:url(../images/tw-icon.png) no-repeat top left;
	width:15px;
	height:24px;
	height:35px;
	font-size:11px;
	line-height:24px;
	padding-left:27px;
	display:block;
	float:left;
	margin:4px 0px 8px 0px;
}
a.btnTWITONE:hover {
	background-position:bottom left;
	color:#ffffff;
}



a.btnInstagram{
	background:url(../images/instgramfooter.png) no-repeat top left;
	width:15px;
	height:24px;
	height:35px;
	font-size:11px;
	line-height:24px;
	padding-left:27px;
	display:block;
	float:left;
	margin:4px 0px 8px 0px;
}
a.btnInstagram:hover {
	background-position:bottom left;
	color:#ffffff;
}


a.btnPIN {
	background:url(../images/pin-icon.png) no-repeat top left;
	width:15px;
	height:24px;
	height:35px;
	font-size:11px;
	line-height:24px;
	padding-left:27px;
	display:block;
	float:left;
	margin:4px 0px 8px 0px;
}
a.btnPIN:hover {
	background-position:bottom left;
	color:#ffffff;
}

a.btnIN {
	background:url(../images/in-icon.png) no-repeat top left;
	width:15px;
	height:24px;
	height:35px;
	font-size:11px;
	line-height:24px;
	padding-left:27px;
	display:block;
	float:left;
	margin:4px 0px 8px 0px;
}
a.btnIN:hover {
	background-position:bottom left;
	color:#ffffff;
}
#footercontainer {
	width:95%;
	border-top: 1px solid #000;
	background-color:#060555; float:left;
	padding-left:5%;
	
	}
#footer-copy {
	width: 100%;
	border-top: 1px solid #000;
	background-color:#ffffff;
	text-align:center;
	
	}


#smallprint {
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
	font-size:14px;
	margin:0 auto;
	/* width:80%; 12 / 13 */
	background-color: #060555;
	padding: 20px;
	font-family: 'PTSansRegular';
	border-top:2px solid #00009c;
			}

#smallprint p{
				vertical-align: middle;
				line-height:23.3px;
			}

#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

#smallprint img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}


#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}
#smallprint a:link, #smallprint a:visited { color: #ffffff; text-decoration: none; }
#smallprint a:hover { color: #999; text-decoration: none; }
			
			
			
			
#smallprint1 {
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	font-size:14px;
	margin:0 auto;
	width:80%; /* 12 / 13 */
	background-color: #ffffff;
	padding: 10px;
	height:50px;
	font-family: 'PTSansRegular';
	
			}
#smallprint1 p{
				vertical-align: middle;
			}
#smallprint1 .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}
#smallprint1 img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}
#smallprint1 a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}
#smallprint1 a:link, #smallprint1 a:visited { color: #000000; text-decoration: none; }
#smallprint1 a:hover { color: #999; text-decoration: none; }

	
		footer {
	clear: both;
	width: 73%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 */
	margin: 0 auto;
	padding: 20px 0px px 0px;
	color: #999;
		}

		footer strong {
			font-size: 1.077em; /* 14 / 13 */
			color: #aaa;
		}


		footer a:link, footer a:visited {
	color: #999999;
	
}
		footer a:hover { color: #fff; }

		ul.pagefooterlist, ul.pagefooterlistimages {
			display: block;
			float: left;
			margin: 0px;
			padding: 0px;
			list-style: none;
		}

		ul.pagefooterlist li, ul.pagefooterlistimages li {
			clear: left;
			margin: 0px;
			padding: 0px 0px 3px 0px;
			display: block;
			line-height: 1.5em;
			font-weight: normal;
			background: none;

		}

		ul.pagefooterlistimages li {
			height: 34px;
		}


		ul.pagefooterlistimages li img {
			padding: 5px 5px 5px 0px;
			vertical-align: middle;
			opacity: 0.75;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=75)";
			filter: alpha( opacity  = 75);
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all 0.3s ease;
		}

		ul.pagefooterlistimages li a
		{
			text-decoration: none;
		}

		ul.pagefooterlistimages li a:hover img {
			opacity: 1.0;
			-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
			filter: alpha( opacity  = 100);
		}

			#smallprint {
	line-height: 1.4em;
	text-align: center;
	color: #696979;
	font-size:14px;
	; /* 12 / 13 */
	background-color: #ffffff;
	padding: 20px;
	font-family: 'PTSansRegular';
	border-top:2px solid #00009c;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
				margin: 0px 10px 15px 0px;
				vertical-align: middle;
				opacity: 0.5;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
				filter: alpha( opacity  = 50);
				-webkit-transition: all 0.3s ease;
				-moz-transition: all 0.3s ease;
				-o-transition: all 0.3s ease;
				transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #999; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: underline; }


/*  SECTIONS  ============================================================================= */

.section {
	clear: both;
	padding: 0px;
	margin: 0px;
}

	
/*  CODE  ============================================================================= */

pre.code {
	padding: 0;
	margin: 0;
	font-family: monospace;
	white-space: pre-wrap;
	font-size: 1.1em;
}

strong.code {
	font-weight: normal;
	font-family: monospace;
	font-size: 1.2em;
}

.reveal-modal-bg { 
		position: fixed; 
		height: 100%;
		width: 100%;
		background: #000;
		background: rgba(0,0,0,.8);
		z-index: 100;
		display: none;
		top: 0;
		left: 0; 
		}
	
	.reveal-modal {
		visibility: hidden;
		top: 100px; 
		left: 50%;
		margin: 0 auto;
		margin-left:-300px;
		margin-top:-280px;
		
		width: 600px;
		background: #eee url(modal-gloss.png) no-repeat -200px -80px;
		position: absolute;
		z-index: 101;
		padding: 30px 40px 34px;
		-moz-border-radius: 5px;
		-webkit-border-radius: 5px;
		border-radius: 5px;
		-moz-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-webkit-box-shadow: 0 0 10px rgba(0,0,0,.4);
		-box-shadow: 0 0 10px rgba(0,0,0,.4);
		}
		
	.reveal-modal.small 		{ width: 200px; margin-left: -140px;}
	.reveal-modal.medium 		{ width: 400px; margin-left: -240px;}
	.reveal-modal.large 		{ width: 600px; margin-left: -340px;}
	.reveal-modal.xlarge 		{ width: 800px; margin-left: -440px;}
	
	.reveal-modal .close-reveal-modal {
		font-size: 22px;
		line-height: .5;
		position: absolute;
		top: 8px;
		right: 11px;
		color: #aaa;
		text-shadow: 0 -1px 1px rbga(0,0,0,.6);
		font-weight: bold;
		cursor: pointer;
		} 
/*  EXAMPLE  ============================================================================= */

#example .col {
	background: #ccc;
	background: rgba(204, 204, 204, 0.85);

}

/*  NOTES  ============================================================================= */


.note {
	position:relative;
	padding:1em 1.5em;
	margin: 0 0 1em 0;
	background: #fff;
	background: rgba(255, 255, 255, 0.5);
	overflow:hidden;
}

.note:before {
	content:"";
	position:absolute;
	top:0;
	right:0;
	border-width:0 16px 16px 0;
	border-style:solid;
	border-color:transparent transparent #cccccc #cccccc;
	background:#cccccc;
	-webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	-moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
	display:block; width:0; /* Firefox 3.0 damage limitation */
}

.note.rounded {
	-webkit-border-radius:5px 0 5px 5px;
	-moz-border-radius:5px 0 5px 5px;
	border-radius:5px 0 5px 5px;
}

.note.rounded:before {
	border-width:8px;
	border-color:#ff #ff transparent transparent;
	background: url(/images/bodyback.png);
	-webkit-border-bottom-left-radius:5px;
	-moz-border-radius:0 0 0 5px;
	border-radius:0 0 0 5px;
}

/*  SCREENS  ============================================================================= */

.siteimage {
	max-width: 90%;
	padding: 5%;
	margin: 0 0 1em 0;
	background: transparent url(/images/stripe-bg.png);
	-webkit-transition: background 0.3s ease;
	-moz-transition: background 0.3s ease;
	-o-transition: background 0.3s ease;
	transition: background 0.3s ease;
}

.siteimage:hover {
	background: #bbb url(/images/stripe-bg.png);
	position: relative;
	top: -2px;
	
}

/*  COLUMNS  ============================================================================= */

.twocolumns{
	-moz-column-count: 2;
	-moz-column-gap: 2em;
	-webkit-column-count: 2;
	-webkit-column-gap: 2em;
	column-count: 2;
	column-gap: 2em;
  }

/*  BUTTONS  ============================================================================= */


/*.button {
	display: inline-block;
	outline: none;
	cursor: pointer;
	text-align: center;
	text-decoration: none;
	color: #fff;
	padding: .5em 1em;
	margin: 1px;
	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
	-webkit-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	-moz-box-shadow: 0 1px 2px rgba(0,0,0,.2);
	box-shadow: 0 1px 2px rgba(0,0,0,.2);
	background: #cc1122 url(/images/glass.png) repeat-x 0 50%;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
	font-family:  LeagueGothicRegular, 'lucida sans unicode', 'lucida grande', 'Trebuchet MS', verdana, arial, helvetica, helve, sans-serif;
	font-size : 1.5em; /* 24 / 16 
				
}
.button:hover {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	text-decoration: none;
}
.button:active {
	background: #dd2233 url(/images/glass.png) repeat-x 0 50%;
	color: #fff;
	position: relative;
	top: 1px;
}
.button:visited { 
	color : #fff;
}*/*/



/*  GLOBAL OBJECTS ============================================================================= */

.breaker { clear: both; }

.group:before,
.group:after {
    content:"";
    display:table;
}
.group:after {
    clear:both;
}
.group {
    zoom:1; /* For IE 6/7 (trigger hasLayout) */
}


.floatleft {
    float: left;
}

.floatright {
    float: right;
}

/* VENDOR-SPECIFIC ============================================================================= */

html { 
-webkit-overflow-scrolling : touch; 
-webkit-tap-highlight-color : rgb(52,158,219); 
-webkit-text-size-adjust : 100%; 
-ms-text-size-adjust : 100%; }

.clearfix { 
zoom : 1; }

::-webkit-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::-moz-selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

::selection { 
background : rgb(23,119,175); 
color : rgb(250,250,250); 
text-shadow : none; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
-webkit-appearance : button; }

::-webkit-input-placeholder {
font-size : .875em; 
line-height : 1.4; }

input:-moz-placeholder { 
font-size : .875em; 
line-height : 1.4; }

.ie7 img,
.iem7 img { 
-ms-interpolation-mode : bicubic; }

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
-webkit-box-sizing : content-box;
-moz-box-sizing : content-box; }

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0; }

.list-one{ background-image:url(../images/list-1.png); background-repeat:no-repeat; background-position:center; }
p {
/* http://www.w3.org/TR/css3-text/#hyphenation */
-webkit-hyphens : auto;
-webkit-hyphenate-character : "\2010";
-webkit-hyphenate-limit-after : 1;
-webkit-hyphenate-limit-before : 3;
-moz-hyphens : auto; }

.logo{
	float:left;
	display:block;
	margin:0px;
}
.tfourh{
	width:675px;
	float:left;
	display:block;
	height:45px;
	margin:39px 0 5px -12px;
	color:#00009c;
	font-family: 'ChunkFiveRegular';
	font-size:24px;
}

.call{
	float:right;
	display:block;
	height:78px;
	margin-top:10px;
	color:#2aa5ff;
	font-family: 'ChunkFiveRegular';
	font-size:30px;
	line-height:25px;
	/*margin-top:-20px;*/
}

.call-sub{
	color:#050554;
	font-family: 'PTSansRegular';
	font-size:14px;
	margin-left:100px;
	font-weight:bold;
	
}
/* Social Media Icons
----------------------------------------------- */
.email-sub{
color:#050554;
font-family: 'PTSansRegular';
font-size:14px;
margin-left:-10px;

}
/* Social Media Icons
----------------------------------------------- */
a.btnTwitter {
background:url(../images/call-icon.png) no-repeat top left;
width:15px;

height:35px;
font-size:11px;
line-height:24px;
padding-left:27px;
display:block;
float:left;
margin:-28px 0px 8px 0px;
}
a.btnTwitter:hover {
background-position:bottom left;
color:#ffffff;
}

.btnInstrgram {
background:url(../images/instgram.png) no-repeat top left;
width:15px;
height:35px;
font-size:11px;
line-height:24px;
padding-left:27px;
display:block;
float:left;
margin:-28px 0px 8px 0px;
}
.btnInstrgram:hover {
background-position:bottom left;
color:#ffffff;
}


a.btnFB {
background:url(../images/fb-icon.png) no-repeat top left;
width:15px;
height:35px;
font-size:11px;
line-height:24px;
padding-left:27px;
display:block;
float:left;
margin:-28px 0px 8px 0px;
}
a.btnFB:hover {
background-position:bottom left;
color:#ffffff;
}
a.btnEMAIL {
background:url(../images/email.jpg) no-repeat top left;
width:203px;
height:19px;
font-size:11px;
line-height:24px;

display:block;
float:left;
margin:0px 0px 0px -15px;
}
a.btnEMAIL:hover {
background:url(../images/email-hover.jpg) no-repeat top left;
color:#ffffff;
}

.bulet{
	list-style-image:url(../images/bulet.png);
	background-repeat:no-repeat;
	line-height:35px;
}
.list-bulet{ list-style-image:url(../images/bulet.png); background-repeat:no-repeat; line-height:35px; }
.bulet-footer{ list-style-image:url(../images/bulet-footer.png); background-repeat:no-repeat; line-height:35px; text-transform:uppercase; list-style-position:inside; border-bottom:1px solid #2d2d2d; padding-left:20px; color:#999999; text-decoration:none;}

.bulet-footer a:hover{ color:#057db1;  text-decoration:none;}
.footer-text{color:#057db1;}
.footer-text a{color:#057db1;}

.footer-text a:hover{color:#ffffff;}



.wrap{
	position:relative;
	width:295px;
	height:234px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}

.wrap:before {
   content:"";
   position:absolute;
   top:0;
   right:0;
   border-width:0 16px 16px 0;
   border-style:solid;
   border-color:#fff #fff #658E15 #658E15;
   background:#f2f4f5;
   -webkit-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   -moz-box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   box-shadow:0 1px 1px rgba(0,0,0,0.3), -1px 1px 1px rgba(0,0,0,0.2);
   display:block; width:0; /* Firefox 3.0 damage limitation */
}

.wrap.rounded {
   -webkit-border-radius:5px 0 5px 5px;
   -moz-border-radius:5px 0 5px 5px;
   border-radius:5px 0 5px 5px;
}

.wrap.rounded:before {
   border-width:8px;
   border-color: #EBEAE6 #EBEAE6  transparent transparent;
   -webkit-border-bottom-left-radius:5px;
   -moz-border-radius:0 0 0 5px;
   border-radius:0 0 0 5px;
}

.wrap img {
    width: 100%;
    margin-top: 15px;
}

.wrap p{ 
    margin-top: 25px;
    text-align:center;
	font-size:12px;
	color:#7a7a7a;
	
}

.wrap h1{
    font-size: 18px;
	 font-family: 'PTSansRegular';
	color:#0095d4;margin-top: 40px;
	text-align:center;    /*text-shadow: 1px 1px 3px rgba(0,0,0,0.3);font-weight: bold;*/
}

#smallprint {
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
	font-size:14px;
	margin:0 auto;
	 /*width:80%; 12 / 13 */
	background-color: #060555;
	padding: 20px;
	font-family: 'PTSansRegular';
	border-top:2px solid #00009c;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #ffffff; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: none; }
			
			
			
			
			
			#smallprint1 {
	line-height: 1.4em;
	text-align: center;
	color: #000000;
	font-size:14px;
	margin:0 auto;
	width:80%; /* 12 / 13 */
	background-color: #ffffff;
	padding: 10px;
	height:50px;
	font-family: 'PTSansRegular';
	
			}

			#smallprint1 p{
				vertical-align: middle;
			}

			#smallprint1 .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint1 img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}


			#smallprint1 a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint1 a:link, #smallprint1 a:visited { color: #000000; text-decoration: none; }
			#smallprint1 a:hover { color: #999; text-decoration: none; }


@media screen and (max-width: 1280px) {
.logo{ float:left; display:block;  /*margin:30px 0px 20px 0px;*/}
.tfourh{width:650px; float:left; display:block; height:78px; /*margin-left:150px; margin-top:20px;*/}
.bbb{width:181px; float:left; display:block; height:78px;margin-left:50px; }
.wrap{
	position:relative;
	width:260px;
	height:234px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
}
@media screen and (max-width: 1024px) {
.logo{ float:left; display:block;  /*margin:0px 0px 20px 0px;*/}
.tfourh{display: block;
    float: left;
    font-size: 16px;
    height: 78px;
   /* margin-left: 10px;
    margin-top: 20px;*/
    width: 430px;}
.bbb{width:181px; float:left; display:block; height:78px;margin-left:10px; }

.wrap{
	position:relative;
	width:200px;
	height:240px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
#bannercontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */
	font-size: 0.8125em; /* 13 / 16 */
	max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
			
			
#menucontent{
	clear: both;
	width: 100%; /* 1000px / 1250px */
	/*font-size:10px ; 13 / 16 */
	 /*max-width: 92.3em; 1200px / 13 padding: 1em 0px;*/
	margin: 0 auto;
	color: #333;
	position: relative;
			}
}

@media screen and (max-width: 980px) {

.logo{ float:left; display:block;  margin:0px 0px 0px 12px;}
.tfourh{ width:180px; float:left; display:block;  }
.bbb{width:181px; float:left; display:block; height:78px; margin-top:0px; }
.wrap{
	position:relative;
	width:125px;
	height:320px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
	.call{
	margin:0px 0px 20px 20px;
	float:left;
}
#maincontentcontainer {
		width: 100%; z-index:-1;
	} #accordion-box div:hover {
    height: 250px; /* height = total height of A and P elements font-weight: bold;*/
    }
	
	label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
width:100%;
}

#smallprint {
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
	font-size:14px;
	margin:0 auto;
	 /*width:100%; 12 / 13 */
	background-color: #060555;
	padding: 20px;
	font-family: 'PTSansRegular';
	border-top:2px solid #00009c;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #ffffff; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: none; }
			
}



@media screen and (max-width: 780px) {

.logo{ float:left; display:block;  margin:0px 0px 0px 12px;}
.tfourh{ width:180px; float:left; display:block;  }
.bbb{width:181px; float:left; display:block; height:78px; margin-top:0px; }
.wrap{
	position:relative;
	width:125px;
	height:320px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
	.call{
	margin:0px 0px 20px 20px;
	float:left;
}
#maincontentcontainer {
		width: 100%; z-index:-1;
	} #accordion-box div:hover {
    height: 250px; /* height = total height of A and P elements font-weight: bold;*/
    }
	
	label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
width:100%;
}

#smallprint {
	line-height: 1.4em;
	text-align: center;
	color: #ffffff;
	font-size:14px;
	margin:0 auto;
	/*width:100%;  12 / 13 */
	background-color: #060555;
	padding: 20px;
	font-family: 'PTSansRegular';
	border-top:2px solid #00009c;
			}

			#smallprint p{
				vertical-align: middle;
			}

			#smallprint .twitter-follow-button{
				margin-left: 1em;
				vertical-align: middle;
			}

			#smallprint img {
	margin: 0px 10px 15px 0px;
	vertical-align: middle;
	-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";
	filter: alpha( opacity  = 50);
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all 0.3s ease;
			}


			#smallprint a:hover img {
				opacity: 1.0;
				-ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
				filter: alpha( opacity  = 100);
			}

			#smallprint a:link, #smallprint a:visited { color: #ffffff; text-decoration: none; }
			#smallprint a:hover { color: #999; text-decoration: none; }
			
}


@media screen and (max-width: 480px) {
.logo{ float:left; display:block;  margin:0px 0px 0px 12px; }
.tfourh{ width:250px; float:left; display:block; margin-left:20px; margin-top:0px; font-size:10px; }
.bbb{width:181px; float:left; display:block; height:78px; margin-top:0px; }
#maincontentcontainer {
		width: 98%;
	}

.wrap{
	position:relative;
	width:250px;
	height:234px;
	padding:1em 1em;
	margin:20px auto;
	background:#ffffff;
	overflow:hidden;
}
#maincontent{
				clear: both;
				/*width: 100%;  1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 padding: 1em 0px;*/
				margin: 0 auto;
				
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
		
.maincontent{
				clear: both;
				width: 100%; /* 1000px / 1250px */
				font-size: 0.8125em; /* 13 / 16 */
				max-width: 92.3em; /* 1200px / 13 */
				margin: 0 auto;
				padding: 1em 0px;
				color: #333;
				line-height: 1.5em;
				position: relative;
			}
	
#headcontainer {
	width: 100%;
	background-color: #FFFFFF;
	}

		header {
	clear: both;
	width: 100%; /* 1000px / 1250px */
	
	margin: 0 auto;
	position: relative;
	color: #000;

	background-color: #FFFFFF;
	
		}
	.call{
	margin:-50px 0px 30px 20px;
	float:left;
	width:100%;
} #accordion-box div:hover {
    height: 250px; /* height = total height of A and P elements font-weight: bold;*/
    }
}




 @font-face {
 font-family: 'PTSansNarrowRegular';
 src: url('../font/PTN57F-webfont.eot');
 src: url('../font/PTN57F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTN57F-webfont.woff') format('woff'),  url('../font/PTN57F-webfont.ttf') format('truetype'),  url('../font/PTN57F-webfont.svg#PTSansNarrowRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansCaptionBold';
 src: url('../font/PTC75F-webfont.eot');
 src: url('../font/PTC75F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTC75F-webfont.woff') format('woff'),  url('../font/PTC75F-webfont.ttf') format('truetype'),  url('../font/PTC75F-webfont.svg#PTSansCaptionBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansCaptionRegular';
 src: url('../font/PTC55F-webfont.eot');
 src: url('../font/PTC55F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTC55F-webfont.woff') format('woff'),  url('../font/PTC55F-webfont.ttf') format('truetype'),  url('../font/PTC55F-webfont.svg#PTSansCaptionRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansBoldItalic';
 src: url('../font/PTS76F-webfont.eot');
 src: url('../font/PTS76F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTS76F-webfont.woff') format('woff'),  url('../font/PTS76F-webfont.ttf') format('truetype'),  url('../font/PTS76F-webfont.svg#PTSansBoldItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansBold';
 src: url('../font/PTS75F-webfont.eot');
 src: url('../font/PTS75F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTS75F-webfont.woff') format('woff'),  url('../font/PTS75F-webfont.ttf') format('truetype'),  url('../font/PTS75F-webfont.svg#PTSansBold') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansItalic';
 src: url('../font/PTS56F-webfont.eot');
 src: url('../font/PTS56F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTS56F-webfont.woff') format('woff'),  url('../font/PTS56F-webfont.ttf') format('truetype'),  url('../font/PTS56F-webfont.svg#PTSansItalic') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansRegular';
 src: url('../font/PTS55F-webfont.eot');
 src: url('../font/PTS55F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTS55F-webfont.woff') format('woff'),  url('../font/PTS55F-webfont.ttf') format('truetype'),  url('../font/PTS55F-webfont.svg#PTSansRegular') format('svg');
 font-weight: normal;
 font-style: normal;
}
 @font-face {
 font-family: 'PTSansNarrowBold';
 src: url('../font/PTN77F-webfont.eot');
 src: url('../font/PTN77F-webfont.eot?#iefix') format('embedded-opentype'),  url('../font/PTN77F-webfont.woff') format('woff'),  url('../font/PTN77F-webfont.ttf') format('truetype'),  url('../font/PTN77F-webfont.svg#PTSansNarrowBold') format('svg');
 font-weight: normal;
 font-style: normal;
}


@font-face {
    font-family: 'ChunkFiveRegular';
    src: url('../font/Chunkfive-webfont.eot');
    src: url('../font/Chunkfive-webfont.eot?#iefix') format('embedded-opentype'),
         url('../font/Chunkfive-webfont.woff') format('woff'),
         url('../font/Chunkfive-webfont.ttf') format('truetype'),
         url('../font/Chunkfive-webfont.svg#ChunkFiveRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}

.boa{border:1px solid #e0e0e0; border-radius:5px; min-height:384px; padding-bottom:0px !important;}

#maincontent .col {
	/*padding: 20px;*/
		

	}.flex-container{
	position: relative;
	margin: 0 auto;
	
}
.head-text{ color:#000000;}
.sub-head-text{color:#112aa7; font-size:18px;  font-family: 'PTSansBold';}
.sub-text-one{padding-left:15px;}
.sub-text-two{color:#112aa7; font-weight:800;}
.sub-text-three{margin-left:10px; color:2d3033; font-size:14px;}
.sub-text-four{color:#112aa7; font-weight:800;}
.sub-text-five{font-size:14px; color:#2d3033; font-weight:800; line-height:20px;}
.sub-text-six{margin-left:10px; color:2d3033; font-size:14px; line-height:25px;}
.sub-text-seven{margin-top:160px;color:#112aa7; font-weight:800; font-size:18px; line-height:20px;}
.sub-text-list{font-size:14px; list-style-image:url(../images/bulet-1.png); line-height:30px;}
.sub-text-eight{font-size:18px; color:#028cff; font-weight:800; line-height:20px; margin-left:10px;}



  
    #container {
    width:100%;
    margin: 0px auto;
    }
    #accordion {
    margin-top: 20px;
    }
    #accordion .item {
    
    height: 45px; /*width:80%; height = total height of A child element */
    overflow: hidden;
    transition: height ease-in-out 500ms; /* css3 transition */
    -o-transition: height ease-in-out 500ms;
    -moz-transition: height ease-in-out 500ms;
    -webkit-transition: height ease-in-out 500ms;
   border-bottom:1px dotted #0b659e;
    }
    #accordion a {
    display: block;
    height: 45px;
    line-height: 20px;
   font-family: 'PTSansBold';
   color:#0b659e;
	font-size:15px;
    padding: 5px;
	
    text-decoration: none;
    }
    #accordion p {
   
    padding: 5px; border: 1px solid #ccc; background: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2px;font-size:15px;
    }
    #accordion div:hover {
    height: 200px; /* height = total height of A and P elements font-weight: bold;*/
    }
    #accordion div:hover a {
    border-bottom: 1px solid #ccc;
    
    }

 #accordion-box {
    margin-top: 20px;
    }
    #accordion-box .item {
    
    height: 30px; /*width:80%; height = total height of A child element */
    overflow: hidden;
    transition: height ease-in-out 500ms; /* css3 transition */
    -o-transition: height ease-in-out 500ms;
    -moz-transition: height ease-in-out 500ms;
    -webkit-transition: height ease-in-out 500ms;
    }
    #accordion-box a {
    display: block;
    height: 20px;
    line-height: 20px;
   color:#CC0000;;
	font-size:12px;
    padding: 5px;
	
    text-decoration: none;
    }
    #accordion-box p {
   
    padding: 5px;  background: #e6e6e6;
    border-radius: 5px;
    -moz-border-radius: 5px;
    -webkit-border-radius: 5px;
    margin-bottom: 2px;font-size:15px;
    }
    #accordion-box div:hover {
    height: 150px; /* height = total height of A and P elements font-weight: bold;*/
    }
    #accordion-box div:hover a {
   
    
    }

.btn-sign {
	width:300px;
	margin-bottom:20px;
	margin:0 auto;
	padding:10px;
	border-radius:5px;
	/*background: -moz-linear-gradient(center top, #00c6ff, #018eb6);
	background: -webkit-gradient(linear, left top, left bottom, from(#00c6ff), to(#018eb6));
	background:  -o-linear-gradient(top, #00c6ff, #018eb6);
    filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#00c6ff', EndColorStr='#018eb6');*/
	text-align:center;
	font-size:24px;
	color:#fff;
	text-transform:uppercase;
}

.btn-sign a { color:#fff; text-shadow:0 1px 2px #161616; }

#mask {
	display: none;
	background: #000; 
	position: fixed; left: 0; top: 0; 
	z-index: 10;
	width: 100%; height: 100%;
	opacity: 0.8;
	z-index: 999;
}

.login-popup{
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/* box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; Firefox 
    -webkit-box-shadow: 0px 0px 20px #999;*/ /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

img.btn_close {
	float: right; 
	margin: -28px -28px 0 0;
}

fieldset { 
	border:none; 
}

form.signin .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.signin .textbox span { 
	display:block;
}

form.signin p, form.signin span { 
	color:#000; 
	font-size:14px; 
	line-height:18px;
} 

form.signin .textbox input { 
	
	/*border-bottom:1px solid #333;background:#3a7fde; 
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
	color:#000; 
	padding:6px 6px 4px;
	width:300px;
	font-size:14px;
	font-weight:bold;
}

form.signin input:-moz-placeholder { color:#fff;  }
form.signin input::-webkit-input-placeholder { color:#fff;   }





form.forget .textbox label { 
	display:block; 
	padding-bottom:7px; 
}

form.forget .textbox span { 
	display:block;
}

form.forget p, form.forget span { 
	color:#000; 
	font-size:14px; 
	line-height:18px;
} 

form.forget .textbox input { 
	
	/*border-bottom:1px solid #333;background:#3a7fde; 
	border-left:1px solid #000;
	border-right:1px solid #333;
	border-top:1px solid #000;	border-radius: 3px 3px 3px 3px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;*/
	color:#000; 
	padding:6px 6px 4px;
	width:300px;
	font-size:14px;
	font-weight:bold;
}

form.forget input:-moz-placeholder { color:#fff;  }
form.forget input::-webkit-input-placeholder { color:#fff;   }



























.button { 
	
	/*border-color:#000; 
	border-width:1px;
	border-radius:4px 4px 4px 4px;
	-moz-border-radius: 4px;
    -webkit-border-radius: 4px;*/
	color:#333;
	cursor:pointer;
	display:inline-block;
	/*padding:6px 6px 4px;*/
	margin-top:10px;
	font:14px; 
	width:114px;background:#ddd; 
}

.button:hover { background:#ddd; }

.signin-popup{
	display:none;
	background: #fff;
	padding: 10px; 	
	border: 2px solid #ddd;
	float: left;
	font-size: 1.2em;
	position: fixed;
	top: 50%; left: 50%;
	z-index: 99999;
	/* box-shadow: 0px 0px 20px #999;
	-moz-box-shadow: 0px 0px 20px #999; Firefox 
    -webkit-box-shadow: 0px 0px 20px #999;*/ /* Safari, Chrome */
	border-radius:3px 3px 3px 3px;
    -moz-border-radius: 3px; /* Firefox */
    -webkit-border-radius: 3px; /* Safari, Chrome */
}

.testimonial{padding:10px; border-left:5px solid #003399; background-color:#ebebeb; margin:20px;}
.testimonial-post{text-align:right; margin-right:20px; font-size:14px; color:#0342b3; font-weight:bold; line-height:10px;}
.list-box{ list-style-image:url(../images/colon.png);}
.list-bul{ font-size:73px; color:#060555;}
#testimonial {
	position: relative;
	width: 85%;
	background: #ddd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em 1.5em;
	color: rgba(0, 0, 0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 30px auto;
	border-left:15px solid #060555;
	/*border-right:20px solid #060555;*/
}
#testimonial:before, #testimonial:after {
	z-index: -1;
	position: absolute;
	content: "";
	
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	/*background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);bottom: 15px;
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);*/
}
#testimonial:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}


#video {
	position: relative;
	width: 85%;
	background: #ddd;
	-moz-border-radius: 4px;
	border-radius: 4px;
	padding: 2em 1.5em;
	color: rgba(0, 0, 0, .8);
	text-shadow: 0 1px 0 #fff;
	line-height: 1.5;
	margin: 30px auto;
	border-left:15px solid #060555;
	/*border-right:20px solid #060555;*/
}
#video:before, #video:after {
	z-index: -1;
	position: absolute;
	content: "";
	bottom: 15px;
	left: 10px;
	width: 50%;
	top: 80%;
	max-width:300px;
	background: rgba(0, 0, 0, 0.7);
	-webkit-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-moz-box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	box-shadow: 0 15px 10px rgba(0, 0, 0, 0.7);
	-webkit-transform: rotate(-3deg);
	-moz-transform: rotate(-3deg);
	-o-transform: rotate(-3deg);
	-ms-transform: rotate(-3deg);
	transform: rotate(-3deg);
}
#video:after {
	-webkit-transform: rotate(3deg);
	-moz-transform: rotate(3deg);
	-o-transform: rotate(3deg);
	-ms-transform: rotate(3deg);
	transform: rotate(3deg);
	right: 10px;
	left: auto;
}


.video-thum{border:5px solid #dadada; padding:5px; margin:8px;}
.video-thum:hover{border:5px solid #ababab; padding:5px; margin:8px;opacity:0.5; background-color:#060555;}


/* Button3 */

a.button3{
-moz-border-radius:3px;
-webkit-border-radius:3px; 
border-radius:3px;

-moz-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
-webkit-box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);
box-shadow:1px 1px 2px rgba(0, 0, 0, 0.5);

background: -moz-linear-gradient(19% 65% 90deg,#0a0936, #060555, #060555 51%);

background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#060555), to(#0a0936));
margin-right:10px;
color:#f0f0f0;
float:left;
font-family:arial,helvetica,sans-serif;
font-size:14px;
font-weight:bold;
padding:10px 25px;
text-shadow:0 1px 1px rgba(0, 0, 0, 0.5);
border: 1px solid #267ed4;
}

a.button3:hover{
background: -moz-linear-gradient(19% 65% 90deg,#0604ab, #070585, #070585 51%);
background: -webkit-gradient(linear, 0% 45%, 0% 60%, from(#070585), to(#0604ab));
color: #f1f1f1;
}


label{
font-weight : normal;
cursor : pointer;
display:block;
margin:10px 0 0 0;
position:relative;
top:0;
left:0;
width:30%;
}

	label.inline{
	display:inline;
	margin:0;
	}
	
	label span{
	color:#666;
	font-size:0.9em;
	}
	
	label span.right{
	position:absolute;
	bottom:0;
	right:1em;
	text-align:right;
	}
	
	label.disabled{
	color:#ccc;
	}


button, 
search,
input, 
select, 
textarea { 
font-size : 100%; 
margin : 0; 
vertical-align : baseline; 
*vertical-align : middle; }

button, input { 
line-height : normal; 
*overflow : visible; }

button, 
input[type="button"], 
input[type="reset"], 
input[type="submit"] { 
padding: 0.5em 1em;
margin: 0 0 1em; 0;
cursor : pointer; 
text-shadow:0 1px 0 #fff;
}

input[type="checkbox"], 
input[type="radio"] { 
box-sizing : border-box; }

input[type="search"] { 
	box-sizing : content-box;
}

button::-moz-focus-inner, 
input::-moz-focus-inner { 
padding : 0;
border : 0;  }

input{
display:block;
width:97%;
margin:0 0 20px 0;
border:1px solid #edeeef;
font-size:1em;
padding:5px;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
/*background:#fff;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;*/
}

	input::-webkit-input-placeholder,
	input:-moz-placeholder,
	.placeholder{
	color:#bbb;
	}
	
	input::-moz-focus-inner {border:0;}

	input[disabled="disabled"], input.disabled{
	color:#999;
	background:#f5f5f5;
	-moz-box-shadow:inset 0px 0px 2px #ddd;
	-webkit-box-shadow:inset 0px 1px 2px #ddd;
	box-shadow:inset 0px 1px 2px #ddd;
	}
	
textarea{
width:97%;
height:200px;
margin:0 0 20px 0;
border:1px solid #ccc;
padding:5px;
font-family:inherit;
font-size:0.9em;
-moz-border-radius:5px;
-webkit-border-radius:5px;
border-radius:5px;
-moz-box-shadow:inset 0px 0px 6px #ccc;
-webkit-box-shadow:inset 0px 1px 6px #ccc;
box-shadow:inset 0px 1px 6px #ccc;
overflow : auto; 
vertical-align : top;
}

#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="location"],
#contact-form input[type="position"],
#contact-form input[type="desired"],
#contact-form input[type="plan"],
#contact-form input[type="unit"],
#contact-form input[type="address"],
#contact-form input[type="phone"],
#contact-form input[type="workphone"],
#contact-form input[type="mobile"],
#contact-form input[type="name"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	font:400 12px/12px "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contact-form {
	text-shadow:0 1px 0 #FFF;
	border-radius:4px;
	-webkit-border-radius:4px;
	-moz-border-radius:4px;
	/*background:#F9F9F9;padding:25px;*/
	
}
#contact-form h3 {
	color:#413e12;
	display:block;
	font-size:28px;
}
#contact-form h4 {
	margin:5px 0 15px;
	display:block;
	font-size:13px;
}
#contact-form label span {
	cursor:pointer;
	color:#060555;
	display:block;
	margin:5px 0;
	font-weight:900;
}
#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="location"],
#contact-form input[type="position"],
#contact-form input[type="desired"],
#contact-form input[type="plan"],
#contact-form input[type="unit"],
#contact-form input[type="address"],
#contact-form input[type="phone"],
#contact-form input[type="workphone"],
#contact-form input[type="mobile"],
#contact-form input[type="name"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	width:90%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="password"]:hover,
#contact-form input[type="location"]:hover,
#contact-form input[type="position"]:hover,
#contact-form input[type="desired"]:hover,
#contact-form input[type="plan"]:hover,
#contact-form input[type="unit"]:hover,
#contact-form input[type="address"]:hover,
#contact-form input[type="phone"]:hover,
#contact-form input[type="workphone"]:hover,
#contact-form input[type="mobile"]:hover,
#contact-form input[type="name"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover,
#contact-form button[type="submit"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}


.right{float:right;}

#contact-form textarea {
	height:100px;
	max-width:100%;
}
#contact-form button[type="submit"] {
	cursor:pointer;
	width:10%;
	
	background:#89854c;
	background-image:linear-gradient(bottom, #060555 0%, #060555 52%);
	background-image:-moz-linear-gradient(bottom, #060555 0%, #060555 52%);
	background-image:-webkit-linear-gradient(bottom, #060555 0%, #060555 52%);
	color:#FFF;
	margin:0 0 5px;
	padding:10px;
	
}
#contact-form button[type="submit"]:hover {
	background-image:linear-gradient(bottom, #008aff 0%, #008aff 52%);
	background-image:-moz-linear-gradient(bottom, #008aff 0%, #008aff 52%);
	background-image:-webkit-linear-gradient(bottom, #008aff 0%, #008aff 52%);
	-webkit-transition:background 0.3s ease-in-out;
	-moz-transition:background 0.3s ease-in-out;
	transition:background-color 0.3s ease-in-out;
}
#contact-form button[type="submit"]:active {
	box-shadow:inset 0 1px 3px rgba(0,0,0,0.5);
}
#contact-form input:focus,
#contact-form textarea:focus {
	outline:0;
	border:1px solid #999;
}
::-webkit-input-placeholder {
    color:#888;
}
:-moz-placeholder {
    color:#888;
}
::-moz-placeholder {
    color:#888;
}
:-ms-input-placeholder {
    color:#888;
}

@media only screen and (max-width : 768px) {


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="location"],
#contact-form input[type="position"],
#contact-form input[type="desired"],
#contact-form input[type="plan"],
#contact-form input[type="unit"],
#contact-form input[type="address"],
#contact-form input[type="phone"],
#contact-form input[type="workphone"],
#contact-form input[type="mobile"],
#contact-form input[type=name"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="password"]:hover,
#contact-form input[type="location"]:hover,
#contact-form input[type="position"]:hover,
#contact-form input[type="desired"]:hover,
#contact-form input[type="plan"]:hover,
#contact-form input[type="unit"]:hover,
#contact-form input[type="address"]:hover,
#contact-form input[type="phone"]:hover,
#contact-form input[type="workphone"]:hover,
#contact-form input[type="mobile"]:hover,
#contact-form input[type="name"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover,
#contact-form button[type="submit"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

}

@media only screen and (max-width : 640px) {


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="location"],
#contact-form input[type="position"],
#contact-form input[type="desired"],
#contact-form input[type="plan"],
#contact-form input[type="unit"],
#contact-form input[type="address"],
#contact-form input[type="phone"],
#contact-form input[type="workphone"],
#contact-form input[type="mobile"],
#contact-form input[type="name"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}
#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="password"]:hover,
#contact-form input[type="location"]:hover,
#contact-form input[type="position"]:hover,
#contact-form input[type="desired"]:hover,
#contact-form input[type="plan"]:hover,
#contact-form input[type="unit"]:hover,
#contact-form input[type="address"]:hover,
#contact-form input[type="phone"]:hover,
#contact-form input[type="workphone"]:hover,
#contact-form input[type="mobile"]:hover,
#contact-form input[type="name"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover,
#contact-form button[type="submit"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}

}

@media only screen and (max-width : 480px) {


#contact-form input[type="text"],
#contact-form input[type="email"],
#contact-form input[type="tel"],
#contact-form input[type="password"],
#contact-form input[type="location"],
#contact-form input[type="position"],
#contact-form input[type="desired"],
#contact-form input[type="plan"],
#contact-form input[type="unit"],
#contact-form input[type="address"],
#contact-form input[type="phone"],
#contact-form input[type="workphone"],
#contact-form input[type="mobile"],
#contact-form input[type="name"],
#contact-form input[type="url"],
#contact-form textarea,
#contact-form button[type="submit"] {
	width:100%;
	box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-webkit-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	-moz-box-shadow:inset 0 1px 2px #DDD, 0 1px 0 #FFF;
	border:1px solid #CCC;
	background:#FFF;
	margin:0 0 5px;
	padding:10px;
	border-radius:5px;
}

#contact-form input[type="text"]:hover,
#contact-form input[type="email"]:hover,
#contact-form input[type="tel"]:hover,
#contact-form input[type="password"]:hover,
#contact-form input[type="location"]:hover,
#contact-form input[type="position"]:hover,
#contact-form input[type="desired"]:hover,
#contact-form input[type="plan"]:hover,
#contact-form input[type="unit"]:hover,
#contact-form input[type="address"]:hover,
#contact-form input[type="phone"]:hover,
#contact-form input[type="workphone"]:hover,
#contact-form input[type="mobile"]:hover,
#contact-form input[type="name"]:hover,
#contact-form input[type="url"]:hover,
#contact-form textarea:hover,
#contact-form button[type="submit"]:hover {
	-webkit-transition:border-color 0.3s ease-in-out;
	-moz-transition:border-color 0.3s ease-in-out;
	transition:border-color 0.3s ease-in-out;
	border:1px solid #AAA;
}
/**************
Start   *****************************
******************************************
*/

/********************END*****************/  
       
}
