/*** Reset ***/
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,font,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{ margin:0; padding:0; border:0; outline:0; font-size:100%; vertical-align:baseline; background:transparent; }
ol,ul{ list-style:none; }
blockquote,q{ quotes:none; }
blockquote:before,blockquote:after,q:before,q:after{ content:''; content:none; }
:focus{ outline:0; }
ins{ text-decoration:none; }
del{ text-decoration:line-through; }
table{ border-collapse:collapse; border-spacing:0; }

/*** HTML 5 elements as block ***/  
header, section, footer, aside, nav, article, figure {
	display: block;
}

/*** Common ***/
label{ cursor:pointer; }
div, img{ vertical-align:top; }
.clearfix:after { content: ".";display: block;height: 0;clear: both;visibility: hidden; }
.clear{clear:both}
.left{float:left}
.R20-B10 {margin:0 20px 10px 0;}
.T20 {padding:20px 0 0 0;}
.right{float:right}
a,a:visited{ color:#e96f24; text-decoration:none; }
a:focus,a:hover{ color:#0033ff; text-decoration:none; }
body{
	background:#fff;
	color:#000;
	text-align:center;
	line-height:1;
	font-size:14px;
}
.wrapper{ 
	margin:0 auto; 
	text-align:left;
	width:966px;
}

/*** Header ***/
#header{
	min-height:132px;
	border-bottom:1px solid #f6c5a7;
}
.logo{
	float:left;
	padding-top:14px;
}
#nav{
	padding-top:95px;
	float:right;
}
.nav > li{
	float:left;
	padding:0 0 11px 0;
}
.nav > li > a{
	display:block;
	padding:0 22px;
	border-right:1px solid #e96f24;
	
}
.nav li{
	font-size:26px;
	position:relative;
	z-index:999;
}
.nav li.last a{
	border-right:0;
}
.nav a{
	color:#e96f24;
	text-decoration:none;
}
.nav li:hover a{
	color:#000;
}
.nav .current-menu-item a{
	color:#000000;
}

.nav .sub-menu{
	position:absolute;
	left:0;
	top:100%;
	background:#e96f24;
	width:100%;
	display:none;
}
.nav li:hover .sub-menu{
	display:block;
}
.nav .sub-menu li{
	font-size:12px;
	padding:0;
	border-bottom:1px solid #cc8664;
}
.nav .sub-menu li a{
	color:#fff;
	display:block;
	padding:7px 11px;
}
.nav .sub-menu li:hover{
	background:#000000;
}
.nav .sub-menu li:hover a{
	color:#e96f24;
}

/*** Slideshow ***/
.slideshow{
	height:205px;
	padding-bottom:21px;
	background: url(/images/slide-shadow.png) no-repeat bottom;
}
.slideshow .slides{
	position:relative;
}
.slideshow .slide{
	position:absolute;
	left:0;
	top:0;
}
.slides .caption{
	position:absolute;
	left:0;
	bottom:0;
	background: url(/images/slide-caption.png);
	width:100%;
	height:52px;
	font-size:23px;
}
.slides .caption p{
	padding:15px 30px;
	color:#fff;
}
.slides .more{
	display:block;
	width:67px;
	height:21px;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	border:0;
	cursor:pointer;
	background: url(/images/btn-more.png) no-repeat;
	position:absolute;
	right:25px;
	top:17px;
}

/*** Content ***/
.content {
	float:left;
	padding-top:17px;
	width:635px;
}
.entry{
	padding:0 8px;
}

h2{
	font-family: 'BebasNeueRegular';
	font-weight:normal;
	font-size:22px;
	padding:10px 0 14px 0;
	margin-bottom:10px;
}

.page-title{
	font-weight:normal;
	font-size:26px;
	padding:10px 0 14px 0;
	border-bottom:1px solid #f6c5a7;
	margin-bottom:20px;
}
.entry p{
	color:#333333;
	font-size:14px;
	margin-bottom:20px;
	line-height:1.5;
}
.entry p a{
	font-weight:bold;
}

.entry ul li{
	list-style-type:disc;
    margin-left:10px;
    color:#333333;
	font-size:14px;
	line-height:1.5;
}

/*** Sidebar ***/
.sidebar{
	float:right;
	padding-top:17px;
	width:313px;
}

/*** Widgets ***/
/*** Widgets - Call Card***/
.widget-call-card{
	border-radius:15px;
	background:#e96f24;
	text-align:center;
	text-shadow: 2px 2px 1px #3d1d0a;
	font-size:28px;
	color:#fff;
	min-height:208px;
}
.widget-call-card .widget-title{
	
	line-height:42px;
	background:#f2a97c;
	border-radius:15px 15px 0 0;
}
.widget-call-card .big{
	font-size:44px;
	margin:10px 0 5px 0;
}

/*** Widgets - Signup ***/
.widget-signup{
	background: url(/images/gradient.jpg) no-repeat bottom;
	padding:10px 0 22px 22px;
	min-height:1px;
}
.widget-signup input[type="text"]{
	background:#fff;
	margin-bottom:7px;
	border:0;
	font-size:12px;
	color:#666;
	display:block;
	width:244px;
	height:27px;
	padding:0 10px;
}
.widget-signup input[name="phone"]{
	margin-bottom:20px;
}
.widget-signup input[type="submit"]{
	display:block;
	text-indent:-99999px;
	font-size:0;
	line-height:0;
	border:0;
	cursor:pointer;
	width:100px;
	height:21px;
	background: url(/images/btn-submit.png) no-repeat;
    margin-top:5px;
}
.widget-signup .testimonials{
	font-weight:bold;
	font-size:16px;
	color:#e2681d;
	display:block;
	margin:22px 0 0 0;
	background:none;
}

.widget .widget-signup .testimonials a {
	color:#e2681d;
}

.widget .widget-signup .testimonials a:hover {
	color:#0033ff;
}


/

/*** Widgets - Social ***/
.widget-social{
	padding:0 20px;
}
.widget-social .social-links{
	padding:9px 10px 9px 0;
	float:right;
}
.social-links li{
	float:left;
	margin-left:3px;
}
.social-links a{
	display:block;
	width:24px;
	height:25px;
	background: url(/images/social-links.png) no-repeat;
}
.social-links .twitter a{
	background-position:0 0;
}
.social-links .twitter a:hover{
	background-position:0 -25px;
}
.social-links .facebook a{
	background-position:-27px 0;
}
.social-links .facebook a:hover{
	background-position:-27px -25px;
}
.social-links .linkedin a{
	background-position:-54px 0;
}
.social-links .linkedin a:hover{
	background-position:-54px -25px;
}
.social-links .pinterest a{
	background-position:-81px 0;
}
.social-links .pinterest a:hover{
	background-position:-81px -25px;
}

/*** Widgets - Events ***/
.widget-events{
	color:#000000;
	background:#ffe2d0;
	border-radius:15px;
	min-height:160px;
    margin:0 0 15px 0;
    padding:0 0 5px 0;
}
.widget-events .widget-title{
	font-size:24px;
	padding:15px 20px;
	background:#fff5ee;
	border-radius:15px 15px 0 0;
}
.widget-events p{
	float:left;
	font-size:13px;
	padding:10px 0 0 17px;
	width:173px;
	line-height:1.4;
	color:#333333;
}
.widget-events a{
	color:#0072bc;
	font-style:italic;
    font-weight:bold;
}

.widget-events a:hover{
	color:#0033ff;
	font-style:italic;
    font-weight:bold;
}

.widget-events .photo{
	float:right;
	padding:5px 0 0 0;
}
.widget-events .inner{
	margin:0 7px 0 18px;
}

/*** Footer ***/
#footer{
	border-top:1px solid #cfd7e8;
	padding:20px 0 90px 0;
	font-size:9px;
}
#footer .wrapper{
	position:relative;
}
.copyright{
	float:left;
	position:relative;
}
.designer{
	float:right;
	color:#e96f24;
	position:relative;
}
#footer a{
	color:#000;
	text-decoration:none;
}
.foot-links{
	position:absolute;
	left:0;
	top:0;
	width:100%;
	text-align:center;
}
#footer a:hover{
	color:#e96f24;
}

/*** Fonts ***/
body,
.nav .sub-menu{
	font-family: Helvetica,Arial,sans-serif;
}
.nav,
.slides .caption,
.widget-call-card,
.widget-events .widget-title,
.page-title{
	font-family:BebasNeueRegular;
}
.widget-signup .testimonials{
	font-family: Georgia, serif;
}

/*** Responsive ***/
#header,
#main,
#footer{
	padding-left:37px;
	padding-right:37px;
}
img{
	max-width:100%;
}

/* iPad Portrait */
@media (max-width: 768px) {
	.wrapper{
		width:auto;
		max-width:966px;
	}

	#header{
		border-bottom:0;
	}
	.logo{
		float:none;
		text-align:center;
		margin-bottom:20px;
	}
	#nav{
		padding-top:10px;
		float:none;
	}
	.nav > li{
		float:none;
		padding:0;
		border-bottom:1px solid #f6c5a7;
		z-index:0;
	}
	.nav > li > a{
		display:block;
		padding:5px 17px 2px 17px;
		border-right:0;
	}
	.nav li:hover {
		background: url(images/highlight.jpg) repeat-x;
	}
	.nav li:hover a{
		background: url(images/arrow.png) no-repeat center right;
	}

	.nav .sub-menu{
		position:relative;
	}
	.nav .sub-menu li{
		position:relative;
		z-index:999;
	}
	.nav .sub-menu li a,
	.nav .sub-menu li:hover a{
		background:none;
	}
	.content {
		float:none;
		padding-top:0;
		width:100%;
	}
	.slideshow{
		display:none;
	}
	.entry{
		padding:0;
	}
	.page-title{
		padding:15px 17px 12px 17px;
	}
	.entry-content{
		padding:0 17px;
	}
	.sidebar{
		float:none;
		width:100%;
	}
	.widget-signup{
		background:#fef4eb;
		border-radius:15px;
	}
	#footer{
		border-top:0;
	}
	.foot-links{
		display:none;
	}
	.widget-events .photo{
		width:39%;
		
	}
	.widget-events p{
		margin-bottom:10px;
		width:55%;
	}
	
}


/*** Font Face ***/
@font-face {
    font-family: 'BebasNeueRegular';
    src: url('/fonts/BebasNeue-webfont.eot');
    src: url('/fonts/BebasNeue-webfont.eot?#iefix') format('embedded-opentype'),
         url('/fonts/BebasNeue-webfont.woff') format('woff'),
         url('/fonts/BebasNeue-webfont.ttf') format('truetype'),
         url('/fonts/BebasNeue-webfont.svg#BebasNeueRegular') format('svg');
    font-weight: normal;
    font-style: normal;

}