﻿@import url('Styles/normalize.css');
@import url('Fonts/fonts.css');
/* ==========================================================================
   GLOBAL
   ========================================================================== */
body
{
	background:#ffffff;
	font-family: 'scala_sansregular';
}
a
{
	text-decoration: none;
	color:rgb(118,68,166);
	font-family: 'scala_sans_lfregular_italic';
	font-size:16px;
}
a:hover
{
	color: #ece8ab;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
img
{
	max-width: 100%;
	height: auto;
}
p
{
	line-height: 30px;
	margin: 0;
	padding: 0 0 20px 0;
	font-size:18px;
}
.clear
{
	clear: both;
}
hr 
{
	border:1px solid #ccc;
	width:100%;
}
.div_padding
{
	padding: 0
}
.mobile_div_padding
{
	padding: 0
}
.navcrumbs {
	padding:0;
	margin:10px 0 0 0;
	position:absolute;
	width:100%;
	text-align:right;
	bottom:0;
	z-index:1000;
}
.navcrumbs a {
	font-family: 'scala_sansregular';
	font-size:14px;
	margin:10px 0 0 0;
}

/* ==========================================================================
   HEADERS AND LISTS
   ========================================================================== */
h1
{
	font-weight: normal;
	font-size: 40px;
	margin: 0;
	padding: 0 0 20px 0;
	color:rgb(118,68,166);
}
h2
{
	font-weight: normal;
	font-size: 35px;
	margin: 0;
	padding: 0 0 20px 0;
	color:rgb(141,172,154);
}
h3
{
	font-weight: normal;
	font-size: 30px;
	margin: 0;
	padding: 0 0 20px 0;
	
}
h4
{
	font-weight: normal;
	font-size: 25px;
	margin: 0;
	padding: 0 0 20px 0;
	font-family: 'scalaregular';
	font-weight:300;
}
h5
{
	font-weight: normal;
	font-size: 20px;
	margin: 0;
	padding: 0 0 20px 0;
}
ul, ol
{
	margin: 0 0 0 30px;
	padding: 0 0 10px 0;
}
li
{
	line-height: 22px;
	margin: 0;
	padding: 10px 0 15px 0;
	list-style-position:inside;
	list-style:circle;
	list-style-image:url(images/list_style.png);
}
#purple_txt
{
	color:rgb(118,68,166);
}
#green_txt
{
	color:rgb(141,172,154);
}
#yellow_txt
{
	color:rgb(248,245,205);
}
.scala {
	font-family: 'scalaregular';
}
.scala_italic {
	font-family: 'scala_sans_lfregular_italic';
}
.scala_sans {
	font-family: 'scala_sansregular';
}

/* ==========================================================================
   BUTTONS, LINKS
   ========================================================================== */
.button
{
	display: inline-block;
	padding: 10px 20px;
	background-color: white;
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px; 
	-moz-border-radius: 5px;
	-ms-border-radius: 5px;
	-o-border-radius: 5px;
	border-radius: 5px;
	text-align: center;
	vertical-align: middle;
	color: purple;
	text-decoration: none;
}
.button a {
	color:rgb(118,68,166);
	font-family: 'scala_sans_lfregular_italic';
	font-weight:300;
}
.button:hover
{
	background:url(images/nav1_bg.png)repeat;
	color:white;
}
.button a:hover {
	color:#fff;
	transition:none;
}

/* ==========================================================================
   MASTER PAGE
   ========================================================================== */
#outer-wrap
{
	position: relative;
	overflow-x :hidden;
 	overflow-y: hidden;
	width: 100%;
}
#inner-wrap
{
	position: relative;
	width: 100%;
	float:left;
	padding:0;
	margin:auto;
}
.container
{
	position: relative;
	max-width: 1140px;
	margin:0 auto;
	padding:0;
	top:0;
}
#top_bg 
{	
	width:100%;
	height:162px;
	top:0;
	position:absolute;
	background:#7f33a3 url(Images/top_bg_black.png) repeat top center fixed;
}
.top
{
	position:relative;
	float:left;
	width:100%;
	margin:0 auto;
	padding:0;
	z-index:300;
}
.logo
{
	position: relative;
	float: left;
	padding:5px 0 0 0;
}
.logo .div_padding {
	padding:0;
}
.logo a:hover {
	opacity:0.7;
}
.middle
{
	position: relative;
	min-height: 600px;
	padding: 10px 0 30px 0;
}
.middle a:hover, .content_no_side_bar a:hover {
	color:rgb(141,172,154);
}
.content_no_side_bar
{
	position: relative;
	width: 100%;
	padding: 0 0 0 0;
}
.content_1_side_bar
{
	position: relative;
	float: left;
	width: 65%;
	padding: 25px 50px 0 0;
}

/* ==========================================================================
   MAIN NAVIGATION
   ========================================================================== */
.icons 
{
	float:right;
	padding-top:12px;
}
.icons a:hover 
{
	opacity:0.7;
}
.mobile_contact_btn, .mobile_more_btn
{
	display: none;
}
.top_mobile
{
	position: relative;
	float: right;
	padding: 44px 0 0 0;
}
a.meanmenu-reveal {
	display: none;
}
#main_nav
{
	position: relative;
	float: right;
	padding: 0;
	z-index:100;
	top:30px;
}
#main_nav ul
{
	position: relative;
	list-style: none;
	float: right;
}
#main_nav ul li
{
	position: relative;
	float: left;
	padding: 0 20px 0 0;
	list-style:none;
}
#main_nav ul li:last-child
{
	padding: 0 0 0 0;
}
#main_nav ul li a
{
	color: #fff;
	font-size: 12px;
	font-family: 'scala_sansregular';
	text-transform:uppercase;
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    white-space: normal;
}
#main_nav ul li a:hover
{
	color: #ece8ab;
	border-bottom:1px solid #ece8ab;
}
#main_nav li ul
{
	display: none;
	margin: 0;
	padding: 0;
	position: absolute;
	left: 0;
	top: 22px;
	z-index: 10;
	background:url(images/nav_bg.png) repeat;
	width:175px;
	-webkit-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5);
	-moz-box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5);
	box-shadow: 0px 5px 10px 0px rgba(0, 0, 0, .5);
}
#main_nav li:hover ul
{
	display: block;
}
#main_nav li li
{
	display: block;
	float: none;
	margin: 0;
	padding: 0;
	text-align: left;
	border-right: none;
}
#main_nav li:hover li a
{
	padding: 5px;
	margin: 0;
	background: none; /* IE10+ */
	filter: none; /* IE6-9 */
	height: auto;
	color: White;
	font-size: 14px;
	text-transform:capitalize;
}
#main_nav li ul a
{
	display: block;
	color: White;
}
#main_nav li ul a:hover, #main_nav li ul li:hover a
{
	border: 0px;
	text-decoration: none;
	background-color: #ece8ab;
	color: purple;
}
/* ==========================================================================
   FOOTER STYLES
   ========================================================================== */
.footer1
{
	position: relative;
	width: 100%;
	margin:0 auto;
	padding:10px 0 0 0;
	background:url(Images/footer1_bg.png) repeat top center;
	min-height: 260px;
	color:White;
	font-size:14px;
	font-family: 'scala_sansregular';
}
.footer1 a 
{
	font-size:14px;
	color:White;
	font-family: 'scala_sansregular';
}
.footer1 h4 
{
	color:#ece8ab;
}
.footer1 a:hover
{
	color:#ece8ab;
	border-bottom:1px solid #ece8ab;
}
.footer1_s1
{
	position: relative;
	width: 20%;
	margin: 0;
	float:left;
	height:auto;
	padding:20px 10px 0 0;
	text-align:left;
}
.footer1_s2,
.footer1_s4,
.footer1_s5,
.footer1_s6
{
	position: relative;
	width: 12%;
	margin: 0;
	float:left;
	height:auto;
	padding:20px 8px 0 8px;
	text-align:left;
}
.footer1_s3
{
	position: relative;
	width: 15%;
	margin: 0;
	float:left;
	height:auto;
	padding:20px 5px 0 5px;
	text-align:left;
}
.footer1_s7
{
	position: relative;
	width: 9%;
	margin: 0;
	float:left;
	height:auto;
	padding:20px 0 0 5px;
	text-align:left;
}
.footer1 ul 
{
	padding:0;
	margin:0;
}
.footer1 li 
{
	list-style:none;
	padding:0;
	margin:0;
}
.footer1 h4 
{
	font-size:16px;
	font-family: 'scala_sansregular';
}
#footer2_bg 
{	
	width:100%;
	height:60px;
	background:url(Images/footer2_bg.png) repeat top center;
}
.footer2
{
	padding:22px 0 0 0;
	font-family: 'scala_sansregular';
	color:#ece8ab;
	font-weight:200;
	z-index:2;
}
.footer2 a
{
	color:#ece8ab;
}
.footer2 a:hover
{
	color:#ffffff;
	border-bottom:1px solid #fff;
}
.footer2_s1
{
	padding:0;
	margin:0;
	position:relative;
	width: 60%;
	float:left;
}
.footer2_s2
{
	padding:0;
	margin:0;
	top:-5px;
	position:relative;
	width: 40%;
	float:left;
	text-align:right;
}
.footer2_s2 img 
{
	padding:0 5px 0 5px;
}


/* ==========================================================================
   BACK TO TOP
   ========================================================================== */
#fixed_bar
{
	display: none;
}
#bar_inner
{
	display: none;
}

/* ==========================================================================
   RIGHT SIDE BAR
   ========================================================================== */
.right_side_bar
{
	position: relative;
	float: left;
	padding: 25px 0 0 0;
	width: 300px;
}
.right_side_bar h3
{
	margin: 0 0 15px 0;
	padding: 0 0 5px 0;
	border-bottom: 1px solid #000000;
}
.right_side_bar li
{
	list-style-image: url(../images/list_arrow.png);
}

/* ==========================================================================
   PHOTO GALLERY
   ========================================================================== */
#lightbox-container-image-box 
{
	position: relative;
	background-color: #fff;
	width: 100%;
	height: 250px;
	margin: 0 auto;
}

/* ==========================================================================
   FLEXSLIDER
   ========================================================================== */
.loading {opacity: 0;}
#slider {margin: 0!important;}
.flex-container a:active,
.flexslider a:active,
.flex-container a:focus,
.flexslider a:focus  {outline: none;}
.slides,
.flex-control-nav {margin: 0; padding: 0; list-style: none;} 
.flexslider {margin: 0; padding: 0;}
.flexslider .slides > li {display: none; -webkit-backface-visibility: hidden;} /* Hide the slides before the JS is loaded. Avoids image jumping */
.flexslider .slides img {width: 100%; display: block;}
.flex-pauseplay span {text-transform: capitalize;}
.slides:after {content: "."; display: block; clear: both; visibility: hidden; line-height: 0; height: 0;} 
html[xmlns] .slides {display: block;} 
* html .slides {height: 1%;}
.no-js .slides > li:first-child {display: block;}
.flexslider {
	margin: auto; 
	position: relative; 
	top:8px;
	height:350px;
	width:1140px;
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	-o-border-radius: 15px; 
	border-radius: 15px; 
	box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-webkit-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-moz-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	-o-box-shadow: 0 1px 4px rgba(0,0,0,.2); 
	zoom: 1;
}
.flexslider ul {
	padding:0;
	margin:0;
}
.flexslider li {
	list-style:none;
	padding:0;
	margin:0;
}
.flexslider li img {
	-webkit-border-radius: 15px; 
	-moz-border-radius: 15px; 
	-o-border-radius: 15px; 
	border-radius: 15px; 
}
.flex-viewport {
	max-height: 400px; 
	-webkit-transition: all 1s ease; 
	-moz-transition: all 1s ease; 
	transition: all 1s ease;
}
.loading .flex-viewport { max-height: 350px;}
.flexslider .slides { zoom: 1; }
.flex-direction-nav { display:none;}
.flex-control-nav {width: 100%; position: absolute; bottom: -35px; text-align: center; float:left;}
.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
.flex-control-paging li a {
	width: 20px; 
	height: 20px; 
	display: block; 
	background: #ece8ab; 
	cursor: pointer; 
	text-indent: -9999px; 
	-webkit-border-radius: 20px;
	 -moz-border-radius: 20px; 
	 -o-border-radius: 20px; 
	 border-radius: 20px; 
}
.flex-control-paging li a:hover { background: #7544a4; }
.flex-control-paging li a.flex-active { background:rgb(141,172,154); cursor: default; }

.flexslider li .slide_content { 
	position:absolute;
	margin:0;
	padding:0;
	left:40px;
	top:50px;
	width:60%;
	float:left;
}
.flexslider .button a {
	float:left;
	width:auto;
}
.flexslider .button img {
	width:auto;
	display:inline-block;
	padding-top:5px;
}
.flexslider h1 {
	color:rgb(118,68,166);
	line-height:30px;
}
.flexslider h2 {
	color:rgb(118,68,166);
	line-height:normal;
	font-size:25px;
	padding:0;
}
.flexslider h3 {
	font-family: 'scalaregular';
	font-size:24px;
}
.flexslider h4 {
	font-size:19px;
}


/* ==========================================================================
   UNIQUE PAGE STYLES - BUTTONS, HEADERS, CAROUSEL(HOME PAGE & MINISTRIES PAGE)
   ========================================================================== */
/** HOME PAGE - BUTTONS & Yellow BKGD **/
#home_sidebar {
	margin-top:15px;
}
#yellow {
	background:rgb(248,245,205) repeat;
	border:none;
	width:100%;
	height:auto;
	padding:0;
	margin:60px auto auto auto;
	float:left;
	position:relative;
}
.home_btns {
	width:100%;
	height:auto;
	float:left;
	position:relative;
	margin:auto;
	padding:10px 0 0 0;
	text-align:center;
	border:none;
	z-index:200;
}
.home_btns img {
	margin:20px 10px;
	width:220px;
	height:120px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	border-radius: 10px;
}
.home_btns img:hover {
	opacity:0.8;
}
.home_btns #fb_btn {
	display:none
}
/** HOME PAGE - WHERE WE SERVE CAROUSEL **/
#wrapper {
	width: 100%;
	height: 110px;
	margin:0 0 5px 0;
	position:relative;
}
.caroufredsel_wrapper {
	text-align:center;
}
#carousel {
	text-align:center;
}
#carousel a:hover {
	opacity:0.8;
}
#carousel img {
	width: 150px;
	height: 100px;
	margin: auto;
	padding:5px;
	float: left;
	-webkit-border-radius: 10px; 
	-moz-border-radius: 10px;
	-ms-border-radius: 10px;
	-o-border-radius: 10px;
	border-radius: 10px;
	display:block;
}
#carousel a {
	float: left;
	display:block;
}
#prev, #next {
	background: transparent url(images/carousel_ctrl.png) no-repeat 0 0;
	text-indent: -999px;
	display: block;
	overflow: hidden;
	width: 34px;
	height: 51px;
	position: absolute;
	top: 32px;
}
#prev {
	background-position: 0 0;
	left: 35px;
}
#prev:hover {
	left: 34px;
}			
#next {
	background-position: -35px 0;
	right: 35px;
}
#next:hover {
	right: 34px;
}
/** MINISTRIES CAROUSEL **/
#wrapper2 {
	width: auto;
	height: auto;
	margin: auto;
	padding:0 ;
	overflow: hidden;
	position: relative;
	float:left;
	display:block;
}
#wrapper2 * {
	color: #000
}
#wrapper2 h4 {
	color:black;
	padding:10px 0;
	text-transform:uppercase;
}
#wrapper2 a {
	color:rgb(118,68,166);
	font-size:18px;
}
#wrapper2 a:hover {
	background:url(images/nav1_bg.png)repeat;
	color:white;
}
#wrapper2 .carousel {
	display: block;
	float: left;
	float:left;
	width: 220px;
	height: 280px;
	padding:0;
	margin: 5px 20px 10px 0;
}
#wrapper2 .carousel img {
	display: block;
}	
#wrapper2 .carousel div {
	background-color:white;
	width: 175px;
	height:  228px;
	padding: 0 8px;
}
#wrapper2 .carousel div h3 {
	font-size: 17px;
	line-height: 20px;
	height: 50px;
	margin: 0;
	padding: 5px 0 5px 0;
}
#wrapper2 .carousel div p {
	height: 120px;
	margin: 0;
	font-size:14px;
	line-height:16px;
	padding:0;
}

/* ==========================================================================
   SUBMITTED FORMS
   ========================================================================== */
.submitted_form_section
{
	position:relative;
}
.submitted_form_item
{
	position: relative;
}
.submitted_form_item_label
{
	padding: 0 0 5px 0;
}
.submitted_form_item_value
{
	padding: 0 0 15px 0;
}
.submitted_form_item_value input
{
	display: block;
	width: 100%;
	height: 30px;
	padding: 0;
	margin: 0;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.submitted_form_item_value textarea {
	width:100%;
	height:80px;
	-webkit-border-radius: 5px;
	border-radius: 5px;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	padding:0;
	margin:0;
}
.submitted_form_btn input
{
	background-color:rgb(118,68,166);
	color:white;
	border:none;
	font-family: 'scala_sansregular';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	padding:10px;
	font-size:18px;
	margin:auto;
	display:block;
	text-align:center
}
.submitted_form_btn input:hover{
	color:rgb(118,68,166);
	background-color:rgb(248,245,205);
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}

/* ==========================================================================
   DONATION FORM
   ========================================================================== */
.DonationsForm {
	margin-bottom:20px;
}
.DonationsForm p {
	padding:5px 0;
}
.DonationsRow {
	margin-bottom:5px;
}
.DonationsHeader {
	margin-bottom:5px;
}
.DonationsForm .scala_italic {
	padding-bottom:10px;
}
.DonationsBtn input {
	background-color:rgb(118,68,166);
	color:white;
	border:none;
	font-family: 'scala_sansregular';
	-webkit-border-radius: 5px;
	border-radius: 5px;
	text-transform:uppercase;
	padding:10px;
	font-size:18px;
	margin:auto;
}
.DonationsBtn input:hover{
	color:rgb(118,68,166);
	background-color:rgb(248,245,205);
	text-decoration: none;
	-moz-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -ms-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -o-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    -webkit-transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
    transition: color 450ms ease-in-out 0s, background-color 450ms ease-in-out 0s;
}
.DonationsValue input {
	width: 100%;
	height: 30px;
	float:none;
	margin:5px 0;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DonationsValue #ctl00_cphMain_entity15891_ddlState,
.DonationsValue #ctl00_cphMain_entity15891_ddlMemoryState {
	width: 100%;
	height: 30px;
	float:none;
	margin:5px 0;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DonationsRadio #ctl00_cphMain_entity15891_txtGiftAmount {
	width: 40%;
	height: 30px;
	float:none;
	margin:5px 0;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DonationsValue #ctl00_cphMain_entity15891_ddlExpMonths,
.DonationsValue #ctl00_cphMain_entity15891_ddlExpYears {
	width: auto;
	height: 30px;
	float:none;
	margin:5px 0;
	padding:0;
	background-color:rgb(248,245,205);
	border:1px solid rgb(141,172,154);
	-webkit-border-radius: 5px;
	border-radius: 5px;
}
.DonationsRadio input {
	margin:10px 5px 10px 0;
}
.DonationsRadio #ctl00_cphMain_entity15891_rblGift_0 {
	margin:0 10px 0 0;
}
.DonationsRadio #ctl00_cphMain_entity15891_rblGift_1,
.DonationsRadio #ctl00_cphMain_entity15891_rblGift_2 {
	margin:0 10px;
}
.DonationsCheck {
	margin:10px 0 20px 0;
}
/* ==========================================================================
   MEDIA GALLERY
   ========================================================================== */
.mediagallery
{
	position: relative;
	width: 100%;
	float:left;
	margin-bottom:10px;
}
.mediagallery ul
{
	list-style-type: none;
	margin: auto;
	padding: 0;

}
.mediagallery ul li
{
	margin: 0;
	padding: 0;
	float: left;
	list-style:none;
}
.mediagallery img
{
    width:auto;
    height:150px;
    margin:15px 15px 15px 0;
 	-webkit-border-radius: 5px;
	-moz-border-radius: 5px;
	border-radius: 5px;
   
}

/* ==========================================================================
   ACCORDION
   ========================================================================== */
.cbp-ntaccordion {
	list-style:none;
	margin: 0;
	padding: 0;
	width:100%;
}
.cbp-ntsubaccordion {
	list-style:none
}
.cbp-ntaccordion .cbp-nttrigger {
	cursor: pointer;
} 
.cbp-ntaccordion h3 {
	margin: 0 0 0.3em;
	padding: 1em 0 0.5em;
	border-bottom: 1px solid rgb(118,68,166);;
	font-size: 20px;
	font-weight: 300;
}
.cbp-ntaccordion a {
	color:rgb(118,68,166);
}
.cbp-ntaccordion a:hover {
	color:rgb(141,172,154);
}
.cbp-ntaccordion .cbp-ntcontent p {
	font-size: 16px;
	line-height: 1.5;
	padding: 5px 0 10px 0;
	margin: 0;
}
.cbp-ntcontent .btn {
	width:100%;
}
.cbp-ntcontent a:hover {
	color:rgb(141,172,154);
}
.cbp-ntaccordion > li > .cbp-nttrigger:before,
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	font-family: 'icomoon';
	speak: none;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	color:rgb(141,172,154);
	margin-right: 0.5em;
	-webkit-font-smoothing: antialiased;
}
.cbp-ntaccordion > li > .cbp-nttrigger:before {
	font-size: 80%;
}
.cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\36";
}
.cbp-ntaccordion > li > .cbp-nttrigger:hover:before {
	content: "\35";
	color: inherit;
}
.cbp-ntaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntaccordion > li > .cbp-nttrigger:before {
	content: "\34";
	color: inherit;
}
.cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\32";
}
.cbp-ntsubaccordion > li > .cbp-nttrigger:hover:before {
	content: "\33";
	color: inherit;
}
.cbp-ntsubaccordion > li.cbp-ntopen > .cbp-nttrigger:before,
.no-js .cbp-ntsubaccordion > li > .cbp-nttrigger:before {
	content: "\31";
	color: inherit;
}
.cbp-ntaccordion .cbp-ntcontent {
	height: 0;
	overflow: hidden;
}
.cbp-ntaccordion .cbp-ntopen > .cbp-ntcontent,
.cbp-ntsubaccordion .cbp-ntopen > .cbp-ntcontent,
.no-js .cbp-ntaccordion .cbp-ntcontent {
	height: auto;
}


/* ==========================================================================
   WEBALECT TEMPLATES
   ========================================================================== */
/** TEMPLATE 1 **/
.template1
{
	width: 100%;
	position: relative;
	margin: 0 0 15px 0;
}
.template1_s1
{
	float: left;
	max-width: 30%;
	position: relative;
}
.template1_s2
{
	float: left;
	max-width: 30%;
	margin: 0 10px;
	position: relative;
}
.template1_s3
{
	float: left;
	max-width: 30%;
	position: relative;
}

/** TEMPLATE 2 **/
.template2
{
	position: relative;
	float:left;
	width:100%;
}
.template2 .button a:hover {
	color:white;
}
.template2_s1
{
	float: left;
	width: 50%;
	margin:auto;
	padding:0;
	position: relative;
}
.template2_s2
{
	float:left;
	width:50%;
	margin:auto;
	padding:0;
	position: relative;
}
.template2_s3
{
	width:100%;
	float:left;
	margin:auto;
	padding:0;
	position: relative;
	text-align:center;
}
.template2_s1 p
{
	font-size:20px;
	line-height:30px;
	padding:0;
}
.template2_s1 h1, .template2_s2 h1 {
	width:100%;
	border-top:1px solid rgb(141,172,154);
	border-bottom:1px solid rgb(141,172,154);
	height:auto;
	margin:10px auto;
	padding:10px 0;
	text-align:center;
	color:rgb(118,68,166);
	font-size:35px;
	text-transform:uppercase;
}
.template2_s3 h1 {
	width:50%;
	border-top:1px solid rgb(141,172,154);
	border-bottom:1px solid rgb(141,172,154);
	height:auto;
	margin:10px auto;
	padding:10px 0;
	text-align:center;
	color:rgb(118,68,166);
	font-size:35px;
	text-transform:uppercase;
}
.template2_s1 .button {
	margin-top:20px;
}
.template2_s1 a:hover {
	color:rgb(141,172,154);
}
.template2_s1 .button a:hover {
	color:white;
}
.template2_s1 .template_padding {
	padding:0 40px 0 0;
}
.template2_s2 .template_padding {
	padding:0 0 0 35px;
}
.template2_s3 .template_padding {
	padding:20px 0 0 0;
}

/** TEMPLATE 3 **/
.template3
{
	width: 100%;
	position: relative;
}
.template3 .button a:hover {
	color:white;
}
.template3_s2 .cbp-ntaccordion li,
.template3_s3 .cbp-ntaccordion li{
	list-style:none;
}
.template3_s1
{
	width: 100%;
	margin:auto;
	padding: 0; 
	position: relative;
	float:left;
}
.template3_s2
{
	float: left;
	width: 50%;
	margin: auto;
	padding: 0;
	position: relative;
}
.template3_s3
{
	float: left;
	width: 50%;
	margin: auto;
	padding: 0;
	position: relative;
}
.template3_s2 .template_padding {
	padding:0 40px 10px 0;
}
.template3_s3 .template_padding {
	padding:0 0 10px 35px;
}

/** TEMPLATE 4 **/
.template4
{
	width: 100%;
	position: relative;
	line-height:30px;
}
.template4_s1
{
	position:relative;
	float:left;
	width:65%;
	margin:0 0 0 0;
}
.template4_s2
{
	width: 32%;
	position:relative;
	float:left;
	margin:0;
}

/** TEMPLATE 5 **/
.template5
{
	width: 100%;
	position: relative;
}
.template5 .button a:hover {
	color:white;
}
.template5_s1
{
	width: 100%;
	float:left;
	padding:auto;
	margin:0;
	position: relative;
}
.template5_s2
{
	width: 100%;
	margin: auto;
	padding:0 0 15px 0;
	position: relative;
	float:left;
}

/** TEMPLATE 6 **/
.template6
{
	position: relative;
  	width:100%;
}
.template6 .button a:hover {
	color:white;
}
.template6_s1
{
	position:relative;
   	float:left;
   	width:100%;
}
.template6_s2
{
	width:33%;
	margin:0;
	float:left;
	padding:0;
	position:relative;
}
.template6_s3
{
	width:33%;
	margin:0;
	float:left;
	padding:0;
	position:relative;
}
.template6_s2 .cbp-ntaccordion li,
.template6_s3 .cbp-ntaccordion li,
.template6_s4 .cbp-ntaccordion li {
	list-style:none;
}
.template6_s4
{
	width:33%;
	margin:0;
	float:left;
	position:relative;
	padding:0;
}
.template6_s2 .template_padding {
	padding:0 40px 0 0;
}
.template6_s3 .template_padding {
	padding:0 40px 0 0;
}
.template6_s4 .template_padding {
	padding: 0 0 0 0;
}

/** TEMPLATE 11 **/
.template11
{
	width: 100%;
	position: relative;
}
.template11 .button a:hover {
	color:white;
}
.template11_s1
{
	width: 100%;
	float:left;
	margin:0;
	padding:0;
	position: relative;
}
.template11_s2
{
	width: 100%;
	margin:auto;
	padding:0;
	position: relative;
	float:left;
	text-align:center
}
.template11_s2 li {
	padding:0;
	list-style-position:inside;
}
.template11_s3
{
	width: 50%;
	padding:0;
	margin:auto;
	position: relative;
	float:left;
}
.template11_s4
{
	width: 50%;
	padding:0;
	margin:auto;
	position: relative;
	float:left;
}
.template11_s3 .template_padding {
	padding:10px 50px 0 0;
}
.template11_s4 .template_padding {
	padding:10px 0 0 0;
}

/** TEMPLATE 12 **/
.template12
{
	width: 100%;
	position: relative;
}
.template12 .button a:hover {
	color:white;
}
.template12_s1
{
	width: 100%;
	float:left;
	padding:0;
	margin:auto;
	position: relative;
}
.template12_s2
{
	float: left;
	width: 50%;
	margin: auto;
	padding: 0;
	position: relative;
}
.template12_s3
{
	float: left;
	width: 50%;
	margin: auto;
	padding: 0;
	position: relative;
}
.template12_s2 .cbp-ntaccordion li,
.template12_s3 .cbp-ntaccordion li {
	list-style:none;
}
.template12_s2 .cbp-ntaccordion li ul {
	list-style:circle;
}
.template12_s4
{
	width: 100%;
	margin: auto;
	padding:0 0 15px 0;
	position: relative;
	float:left;
}
.template12_s2 .template_padding {
	padding:0 40px 10px 0;
}
.template12_s3 .template_padding {
	padding:0 0 10px 35px;
}
.template12_s4 .template_padding {
	padding:0 0 15px 0;
}

/* ==========================================================================
   WEBALECT TEMPLATES ****HEADERS****
   ========================================================================== */
.template3_s1, 
.template5_s1, 
.template6_s1,
.template11_s1,
.template12_s1
{
	border-top:1px solid rgb(141,172,154);
	border-bottom:1px solid rgb(141,172,154);
	height:auto;
	margin:auto auto 15px auto;
	padding:0;
}
.template3_s1 h1, 
.template5_s1 h1, 
.template6_s1 h1,
.template11_s1 h1,
.template12_s1 h1
{
	padding:40px 0 10px 50px;
	color:rgb(118,68,166);
	text-transform:uppercase;
	font-size:45px;
	float:left;
	width:75%;
}
.template3_s1 h2, 
.template5_s1 h2, 
.template6_s1 h2,
.template11_s1 h2,
.template12_s1 h2
{
	padding:30px 0 25px 50px;
	font-size:25px;
	font-family: 'scalaregular';
	color:rgb(141,172,154);
	display:inline-block;
	float:left;
}
.template3_s1 h3, 
.template5_s1 h3, 
.template6_s1 h3,
.template11_s1 h3,
.template12_s1 h3
{
	padding:25px 0 20px 50px;
	font-size:20px;
	margin:auto;
	font-family: 'scalaregular';
	color:rgb(141,172,154);
	display:table-caption;
	float:left;
	width:75%;
}
.template3_s1 h2, 
.template5_s1 h2, 
.template6_s1 h2,
.template11_s1 h2,
.template12_s1 h2
{
	padding:30px 0 25px 50px;
	font-size:25px;
	font-family: 'scalaregular';
	color:rgb(141,172,154);
	display:inline-block;
	float:left;
}
.template3_s1 h3, 
.template5_s1 h3, 
.template6_s1 h3,
.template11_s1 h3,
.template12_s1 h3
{
	padding:25px 0 20px 50px;
	font-size:20px;
	margin:auto;
	font-family: 'scalaregular';
	color:rgb(141,172,154);
	display:table-caption;
	float:left;
	width:75%;
}
.template3_s1 img, 
.template5_s1 img, 
.template6_s1 img,
.template11_s1 img,
.template12_s1 img
{
	-webkit-border-radius: 50% !important; 
	-moz-border-radius: 50% !important; 
	-ms-border-radius: 50% !important; 
	-o-border-radius: 50% !important; 
	border-radius: 50% !important; 
	overflow: hidden; 
	width: 200px;
	height:auto;
	padding:20px 0;
	float:left;
}

/* ==========================================================================
   MEDIA QUIERIES
   ========================================================================== */
@media screen and (max-width: 1024px)
{
	h1 {
		font-size: 32px;
	}
	h2 {
		font-size: 25px;
	}
	h3 {
		font-size: 20px;
	}
	h4 {
		font-size: 20px;
	}
	h5 {
		font-size: 16px;
	}
	p {
		line-height:25px;
		margin: 0;
		padding: 0 0 10px 0;
		font-size:16px;	
	}
	.div_padding, .mobile_padding {
		padding:5px 10px;
	}
	.container {
		position: relative;
		width: 98%;
		margin:auto;
	}
	.top {
		position: relative;
		height: auto;
		margin-bottom:10px;
		border-bottom: none;
	}
	.button {
		margin:0;
	}
	.button a {
		font-size:20px;
	}
	.logo img {
		width:230px;
		margin-top:15px;
	}
	#main_nav {
		position: relative;
		float: right;
		padding: 0;
		z-index:100;
		margin:auto;
		top:28px;
		right:5px;
	}
	#main_nav ul li {
		padding: 0 15px 0 0;
	}
	#main_nav ul li a {
		font-size:14px;
	}
	#main_nav li ul {
		width:230px;
	}
	#main_nav li:hover li a {
		text-transform:uppercase;
		font-size:15px;
	}
	.middle {
		padding: 0 0 5px 0;
	}
	.middle p {
		font-size:20px;
		line-height:27px;
	}
	.content_no_side_bar {
		position: relative;
		width: 100%;
	}
	.content_1_side_bar {
		position: relative;
		float: left;
		width: 70%;
		padding: 25px 0 0 0;
	}
	.content_1_side_bar .mobile_padding {
		padding: 0 25px 0 0;
	}
	.right_side_bar {
		position: relative;
		float: left;
		padding: 25px 0 0 0;
		width: 30%;
	}
	.footer1 {
		height:100%;
		height:auto;
		margin:auto;
		padding:20px 20px;
		height:300px;
	}
	.footer1 .container {
		text-align:center
	}
	.footer1_s1,
	.footer1_s2,
	.footer1_s3,
	.footer1_s4,
	.footer1_s5,
	.footer1_s6,
	.footer1_s7 {
		width:18%;
		padding:5px 5px 10px 5px;
		font-size:14px;
		float:left;
		margin:auto;
		left:7px;
		text-align:left
	}
	.footer1 a {
		font-size:14px;
	}
	.footer2 {
		padding:10px 2px 0 2px;
	}
	.flexslider {
		margin:10px auto;
		padding:0;
		top:0;
		width:98%;
		box-shadow:none;
	}
	.flexslider li .slide_content { 
		position:absolute;
		margin:0;
		padding:0;
		left:30px;
		top:25px;
		width:60%;
		float:left;
		line-height:normal;
	}
	.flexslider p {
		line-height:18px;
		padding:0;
		font-size:16px;
	}
	.flex-control-nav { 
		bottom: 0; 
	}
	#yellow {
		margin:10px auto;
	}
	#wrapper {
		width:900px;
		height: 110px;
		text-align:center;
		padding: 10px 0;
		margin:auto;
		position:relative;
	}
	#carousel img {
		width: 150px;
		height: 100px;
		margin: auto 5px;
		float: none;
		display:block;
	}
	#carousel a {
		float: left;
		display:block;
	}
	#prev {
		background-position: 0 0;
		left: -55px;
	}
	#prev:hover {
		left: -54px;
	}			
	#next {
		background-position: -35px 0;
		right: -55px;
	}
	#next:hover {
		right: -54px;
	}
	#fixed_bar {
		margin: 0;
		padding: 0;
		background-color: #000;
		z-index: 100;
		width: 100%;
		text-align: center;
		display: block;
	}
	#fixed_bar a {
		color: white;
		text-decoration: none;
		text-transform:uppercase;
		letter-spacing:5px;
	}
	#bar_inner {
		width: auto;
		margin: 0;
		padding: 10px 0 10px 0;
		display: block;
	}
	.template5_s1 .template_padding {
		padding:10px;
	}
	.template3_s1 img, 
	.template5_s1 img, 
	.template6_s1 img,
	.template11_s1 img,
	.template12_s1 img
	{
		-webkit-border-radius: 50% !important; 
		-moz-border-radius: 50% !important; 
		-ms-border-radius: 50% !important; 
		-o-border-radius: 50% !important; 
		border-radius: 50% !important; 
		overflow: hidden; 
		width: 150px;
		height:auto;
		padding:20px 0;
		float:left;
	}
	.template2_s3 .template_padding {
		padding-bottom:20px;
	}

}
@media screen and (max-width: 801px) {
	.mean-container .mean-bar { 
		float: left;
		width: 100%;
		top:68px;
		position: absolute;
		background: transparent;
		padding: 4px 0;
		min-height: 42px;
		z-index: 999979;
	}
	.mean-container a.meanmenu-reveal {
		width: 22px;
		height: 22px;
		padding: 13px 13px 11px 13px;
		position: absolute;
		top: 0;
		right: 0;
		cursor: pointer;
		color: #fff;
		text-decoration: none;
		font-size: 20px;
		text-indent: -9999em;
		line-height: 22px;
		font-size: 1px;
		display: block;
		font-weight: 700;
		font-family: 'scala_sansregular';
	}
	.mean-container a.meanmenu-reveal span {
		display: block;
		background: #fff;
		height: 3px;
		margin-top: 3px;
	}
	.mean-container .mean-nav { 
		float: left;
		width: 100%;
		background:url("images/nav_bg.png");
		margin-top: 33px;
	}
	.mean-container .mean-nav ul {
		padding: 0;
		margin: 0;
		width: 100%;
		list-style-type: none;
	}
	.mean-container .mean-nav ul li {
		position: relative;
		float: left;
		list-style:none;
		width: 100%;
	}
	.mean-container .mean-nav ul li a {
		display: block;
		font-family: 'scala_sansregular';
		float: left;
		width: 90%;
		padding: 1em 5%;
		margin: 0;
		text-align: left;
		color: #fff;
		border-bottom: 1px solid #383838;
		border-bottom: 1px solid rgba(255,255,255,0.5);
		text-decoration: none;
		text-transform: uppercase;
	}
	.mean-container .mean-nav ul li li a {
		width: 80%;
		padding: 1em 10%;
		border-bottom: 1px solid #f1f1f1;
		border-bottom: 1px solid rgba(255,255,255,0.25);
		opacity: 0.75; 
		filter: alpha(opacity=75);
		text-shadow: none !important;
		visibility: visible;
	}
	.mean-container .mean-nav ul li.mean-last a {
		border-bottom: none;
		margin-bottom: 0;
	}
	.mean-container .mean-nav ul li li li a {
		width: 70%;
		padding: 1em 15%;
	}
	.mean-container .mean-nav ul li li li li a {
		width: 60%;
		padding: 1em 20%;
	}
	.mean-container .mean-nav ul li li li li li a {
		width: 50%;
		padding: 1em 25%;
	}
	.mean-container .mean-nav ul li a:hover { 
		background: #252525;
		background: rgba(255,255,255,0.1); 
		color:rgb(248,245,205);
	}
	.mean-container .mean-nav ul li a.mean-expand {
		width: 26px;
		height: 26px;
		border: none !important;
		padding: 12px !important;
		text-align: center;
		position: absolute;
		right: 0;
		top: 0;
		z-index: 2;
		font-weight: 700;
	}
	.mean-container .mean-nav ul li a.mean-expand:hover {
		background: none;
	}
	.mean-container .mean-push { 
		float: left;
		width: 100%;
		padding: 0;
		margin: 0;
		clear: both; 
	}
	.logo {
		text-align:center;
		width:100%;
		margin:auto;
		top:-11px;
	}
	h1 {
		font-weight: normal;
		font-size: 35px;
		margin: 0;
		padding: 0;
	}
	h2 {
		font-weight: normal;
		font-size: 20px;
		margin: 0;
		padding: 0;
	}
	h3 {
		font-size: 20px;
		margin: 0;
		padding: 0;
	}
	h4 {
		font-size: 20px;
		margin: 0;
		padding: 0;
	}
	h5 {
		font-size: 18px;
	}
	ul, ol {
		margin:0;
		padding: 5px 0 20px 20px;
	}
	li {
		line-height: 20px;
		padding: 5px 0 5px 0;
		list-style:circle;
		list-style-poistion:inside;
		list-style:url(images/list_style.png);
	}
	.div_padding {
		padding:0;
	}
	.mobile_div_padding {
		padding: 10px 5px;
	}
	.container {
		position: relative;
		width: 100%;
		margin: auto;
	}
	.top {
		position: relative;
		height: auto;
		border-bottom: none;
	}
	.middle {
		min-height:100px;
		font-size:18px;
		padding:0 0 10px 0;
	}
	.content_no_side_bar {
		position: relative;
		width: 100%;
	}
	.content_1_side_bar {
		position: relative;
		float: none;
		width: 100%;
		padding: 0;
	}
	.content_1_side_bar .mobile_padding {
		position: relative;
		padding: 20px 10px 0 10px;
	}
	.mobile_padding {
		padding: 10px
	}
	.mobile_contact_btn, .mobile_more_btn {
		display: block;
		float:right;
	}
	.mobile_contact_btn {
		padding: 0 5px 0 0;
	}
	.icons {
		display:none;
	}
	.navcrumbs {
		padding:0;
		text-align:left;
	}
	.top_mobile {
		position:absolute;
		float: none;
		width: 100%;
		margin:auto;
		top:0;
		padding: 5px 0 5px 2px;
		background:none;
		z-index: 999999;
	}
	.top {
		padding:0;
		margin:0;
	}
	.right_side_bar {
		position: relative;
		float: none;
		padding: 0;
		width: 100%;
	}
	.right_side_bar .mobile_padding {
		padding: 20px 10px;
	}
	.flexslider {
		margin: auto; 
		position: relative; 
		float:none;
		padding:0;
		height:auto;
		width:97%;
		top:5px;
		box-shadow: none;
		text-align:center;
		background:url(images/background_2.png);
		border:5px solid #ece8ab; 
	}
	.flex-viewport {
		max-height: 250px; 
		-webkit-transition: all 1s ease; 
		-moz-transition: all 1s ease; 
		transition: all 1s ease;
	}
	.flex-control-nav {
		bottom:-35px;
	}
	.flex-control-nav li {margin: 0 6px; display: inline-block; zoom: 1; *display: inline;}
	.flex-control-paging li a {
		width: 20px; 
		height: 20px; 
		display: block; 
		background: #ece8ab; 
		cursor: pointer; 
		text-indent: -9999px; 
		-webkit-border-radius: 20px;
		 -moz-border-radius: 20px; 
		 -o-border-radius: 20px; 
		 border-radius: 20px; 
	}
	.flex-control-paging li a:hover { background: #7544a4; }
	.flex-control-paging li a.flex-active { background:rgb(141,172,154); cursor: default; }
	.flexslider li .slide_content { 
		position:relative;
		margin:10px auto;
		padding:0;
		left:0;
		top:0;
		width:95%;
		height:auto;
		float:none;
	}
	.flexslider .button a {
		float:left;
		width:auto;
	}
	.flexslider .button img {
		width:auto;
		display:inline-block;
		padding-top:5px;
	}
	.flexslider h1 {
		color:rgb(118,68,166);
		line-height:normal;
		padding-bottom:10px;
	}
	.flexslider h2 {
		color:rgb(118,68,166);
		line-height:normal;
		padding:0;
	}
	.flexslider h3 {
		padding:5px 0 10px 0
	}
	.flexslider h4 {
		padding:5px 0 15px 0;
	}
	.flexslider p {
		font-size:18px;
	}
	#slide_img {
		display:none;
	}
	.template2_s1, .template2_s2, .template2_s3,
	.template3_s1, .template3_s2, .template3_s3,
	.template5_s1, .template5_s2, 
	.template6_s1, .template6_s2, .template6_s3, .template6_s4,
	.template12_s1, .template12_s2, .template12_s3, .template12_s4 {
		float:none;
		position:relative;
		width:100%;
		height:auto;
		margin:auto;
		padding:0;
	}
	.template2_s1,
	.template2_s2 {
		display:none;
	}
	.template3_s1 h1, 
	.template5_s1 h1, 
	.template6_s1 h1,
	.template11_s1 h1,
	.template12_s1 h1 {
		padding:5px 0;
		text-align:center;
		float:none;
		top:0;
		width:100%;
		font-size:30px;
	}
	.template3_s1 h2, 
	.template5_s1 h2, 
	.template6_s1 h2,
	.template11_s1 h2,
	.template12_s1 h2 {
		padding:10px 0;
		font-size:20px;
		float:none;
		text-align:center;
		width:100%;
	}
	.template3_s1 h3, 
	.template5_s1 h3, 
	.template6_s1 h3,
	.template11_s1 h3,
	.template12_s1 h3 {
		padding:10px 0;
		font-size:18px;
		display:block;
		float:none;
		text-align:center;
		width:100%;
	}
	.template3 h4, 
	.template5 h4, 
	.template6 h4,
	.template11 h4,
	.template12 h4 {
		padding:10px 0 15px 0;
		color:rgb(118,68,166);	
	}
	.template3_s1 img, 
	.template5_s1 img, 
	.template6_s1 img,
	.template11_s1 img,
	.template12_s1 img {
		display:block;
		position:relative;
		padding:0;
		width:100px;
		text-align:center;
		margin:5px auto;
		float:none;
	}
	.template3_s3 img {
		padding:0;
		margin:auto;
		text-align:left;
		width:auto;
		max-width:300px;
		position:relative;
		float:none;
	}
	.template3_s3 p {
		padding:0;
		margin:auto;
		width:100%;
		position:relative;
		float:none;
	}
	.template2_s1 .template_padding, 
	.template3_s1 .template_padding, 
	.template5_s1 .template_padding,
	.template6_s1 .template_padding,
	.template11_s1 .template_padding,
	.template12_s1 .template_padding,  {
		padding:0 0 10px 0;
	}
	.template2_s2 .template_padding, .template2_s3 .template_padding, 
	.template3_s2 .template_padding, .template3_s3 .template_padding,
	.template5_s2 .template_padding,
	.template6_s2 .template_padding, .template6_s3 .template_padding, .template6_s4 .template_padding,
	.template11_s2 .template_padding, .template11_s3 .template_padding, .template11_s4 .template_padding,
	.template12_s2 .template_padding, .template12_s3 .template_padding, .template12_s4 .template_padding {
		padding:5px 0 10px 0;
	}
	#yellow {
		height:auto;
		margin-top:50px;
	}
	.home_btns {
		display:block
	}
	.home_btns img {
		width:220px;
		height:auto;
		padding:0;
		margin:10px 40px;
	}
	.home_btns #fb_btn {
		
	}
	.template2_s3 h1 {
		width:90%;
		font-size:30px;
	}
	#contact_1 {
		display:none;
	}
	#contact_2 {
		top:-15px;
	}
	iframe  {
		width:auto;
	}
	#wrapper {
		width:660px;
		height: 110px;
		text-align:center;
		padding:0;
		margin:auto;
		position:relative;	
	}
	#carousel img {
		width: 150px;
		height: 100px;
		margin: auto 5px;
		float: none;
		display:block;
	}
	#carousel a {
		float: left;
		display:block;
	}
	#prev, #next {
		background: transparent url(images/carousel_ctrl_sml.png) no-repeat 0 0;
		text-indent: -999px;
		display: block;
		overflow: hidden;
		width: 24px;
		height: 36px;
		position: absolute;
		top: 35px;
	}
	#prev {
		background-position: 0 0;
		left: -35px;
	}
	#prev:hover {
		left: -34px;
	}			
	#next {
		background-position: -24px 0;
		right: -35px;
	}
	#next:hover {
		right: -34px;
	}
	.footer1 {
		height:auto;
		margin:auto;
		padding:0;
	}
	.footer2 {
		min-height: 105px;
		padding:1px;
	}
	#top_bg {	
		width:100%;
		height:153px;
		background:url(Images/top_bg_black2.png) repeat top center;
	}
	#footer2_bg {	
		width:100%;
		height:95px;
		background:url(Images/footer2_bg2.png) repeat top center;
	}
	.footer1_s2,.footer1_s3,.footer1_s4,
	.footer1_s5,.footer1_s6,.footer1_s7 {
		display:none;
	}
	.footer1_s1 {
		text-align:center;
		margin:auto;
		width:100%;
		padding: 8px 0 0 0;
		font-size:16px;
		line-height:20px;
	}
	.footer1_s1 h4 {
		padding:5px 0;
	}
	.footer1_s1 a , .footer1_s2 a{
		font-size:16px;
	}
	.footer2_s1 {
		font-size:16px;
		text-align:center;
		margin:auto;
		width:100%;
		padding:8px 0 0 0;
	}
	.footer2_s1 a {
		font-size:14px;
	}
	.footer2_s2
	{
		text-align:center;
		margin:auto;
		width:100%;
		float:left;
		padding:15px 0 0 0;
	}
	.button a {
		font-size:18px;
	}
}
@media screen and (max-width: 600px) and (min-width: 320px) {

	.button a {
		font-size:16px;
	}
	.logo {
		position: relative;
		float: none;
		width: auto;
		padding:0;
		margin:auto;
		text-align: center;
		top:-7px;
		z-index:500;
	}
	.logo img {
		max-width:100%;
		height:auto;
	}
	.flexslider {
		width:auto;
		top:5px;
		margin:10px;
	}
	.flexslider h1 {
		font-size: 30px;
	}
	.flexslider h2 {
		font-size: 20px;
	}
	.flexslider h3 {
		font-size: 20px;
	}
	.flexslider h4 {
		font-size: 18px;
	}
	#wrapper {
		width:85%;
		height: 85px;
		text-align:center;
		padding: 10px 0;
		top:5px;
		margin:auto;
		position:relative;
	}
	#carousel img {
		width: 100px;
		height: 67px;
		margin: auto 5px;
		float: none;
		display:block;
	}
	#carousel a {
		float: left;
		display:block;
	}
	#prev, #next {
		background: transparent url(images/carousel_ctrl_sml.png) no-repeat 0 0;
		text-indent: -999px;
		display: block;
		overflow: hidden;
		width: 24px;
		height: 36px;
		position: absolute;
		top: 28px;
		}
	#prev {
		background-position: 0 0;
		left: -30px;
	}
	#prev:hover {
		left: -29px;
	}			
	#next {
		background-position: -24px 0;
		right: -30px;
	}
	#next:hover {
		right: -29px;
	}
	.mean-container .mean-bar { 
		float: left;
		width: 100%;
		top:68px;
		position: absolute;
		background: transparent;
		padding: 4px 0;
		min-height: 42px;
		z-index: 999979;
	}
	.home_btns {
		width:100%;
		height:auto;
		float:left;
		display:block;
		margin:auto;
		padding:10px 0;
		text-align:center;
		border:none;
	}
	.home_btns img {
		width:190px;
		height:auto;
		margin:10px;
		padding:0;
	}
	.footer1 {
		height:190px;
		padding:5px 0 0 0;
		margin:auto;
	}
}
@media screen and (max-width: 320px)
{
	
	.top_mobile img {
		max-width:90%;
	}
	.flexslider h1 {
		font-size: 25px;
	}
	.flexslider p {
		line-height:normal;
	}
	.flexslider h3 {
		font-size:18px;
	}
	.slide_content {
		height:200px;
	}
	#fb_btn {
		margin:0 5px 0 0;
	}
	#wrapper {
		padding:0 0 10px 0;
	}
	#prev, #next {
		top: 18px;
	}
	.home_btns img {
		margin:5px auto;
	}
}

