
body {
	background-color: #000;
    color: #000000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    line-height: 18px;
    margin: 0;
    width: 100%;
}
img{
	border: none;
}

/************* Cantrell Social Web Fonts *************/

@font-face {
  font-family: 'cantrell-social';
  src: url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.eot?63907492');
  src: url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.eot?63907492#iefix') format('embedded-opentype'),
       url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.woff?63907492') format('woff'),
       url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.ttf?63907492') format('truetype'),
       url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.svg?63907492#cantrell-social') format('svg');
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */

@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'cantrell-social';
    src: url('https://www.simplydevinesalon.com/themes/classic/includes/font/cantrell-social.svg?63907492#cantrell-social') format('svg');
  }
}

 [class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "cantrell-social";
  font-style: normal;
  font-weight: normal;
  speak: none;

  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */

  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;

  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;

  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;

  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */

  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-facebook-with-circle:before { content: '\e800'; } /* 'î €' */

.icon-instagram-with-circle:before { content: '\e801'; } /* 'î ' */

.icon-twitter-with-circle:before { content: '\e802'; } /* 'î ‚' */

.icon-youtube-with-circle:before { content: '\e803'; } /* 'î ƒ' */

/************* Content Areas *************/
#header {
	 background-color: #f2e1c1;
	border-bottom: 5px solid #d4be95;
	height: 210px;
	margin: 0 auto;
}
#header_inner{
	margin: 0 auto;
    width: 1260px;
    max-height: 140px;
}
#header_inner img{
		height: auto;
		width: 100%;
	}
.header-left, .header-middle, .header-right {
	display: inline-block;
	vertical-align: top;
}
.header-left {
	width: 35%;
}
.header-middle {
	text-align: center;
	padding: 3em 0;
	width: 35%;
}
.header-middle p {
	font-size: 22px;
	margin: .25em;
	font-family: 'Montserrat', sans-serif;
}
.header-middle p.breakParagraph {
	display: inline-block;
	vertical-align: middle;
}
.header-right {
	padding: .5em 0;
	float:right;
	font-family:'Josefin Sans', sans-serif !important;
}
#google_translate_element{
	float: right;
}
.goog-te-gadget img{
	display: none;
}
.goog-te-menu-frame{
	width: 138px !important;
}
#header_inner img{
	background: -moz-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%, rgba(255,255,255,0.89) 1%, rgba(255,255,255,0) 75%, rgba(255,255,255,0) 100%); /* FF3.6+ */
	background: -webkit-gradient(radial, center center, 0px, center center, 100%, color-stop(0%,rgba(255,255,255,0.9)), color-stop(1%,rgba(255,255,255,0.89)), color-stop(75%,rgba(255,255,255,0)), color-stop(100%,rgba(255,255,255,0))); /* Chrome,Safari4+ */
	background: -webkit-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.89) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.89) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* Opera 12+ */
	background: -ms-radial-gradient(center, ellipse cover,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.89) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* IE10+ */
	background: radial-gradient(ellipse at center,  rgba(255,255,255,0.9) 0%,rgba(255,255,255,0.89) 1%,rgba(255,255,255,0) 75%,rgba(255,255,255,0) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#e6ffffff', endColorstr='#00ffffff',GradientType=1 ); /* IE6-9 fallback on horizontal gradient */

}
#top_nav {
	border-bottom: 5px solid #e80000;
	margin: 0 auto;
	max-width: 1260px;
	height: 65px;
	background: rgb(53,53,53); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(4,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,1)), color-stop(100%,rgba(4,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#040404',GradientType=0 ); /* IE6-9 */

}
#top_nav_responsive{
	display:none;
	background: rgb(53,53,53); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(53,53,53,1) 0%, rgba(4,4,4,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(53,53,53,1)), color-stop(100%,rgba(4,4,4,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(53,53,53,1) 0%,rgba(4,4,4,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#353535', endColorstr='#040404',GradientType=0 ); /* IE6-9 */
	padding-top: 6px;
	padding-left: 8px;
}
#top_nav_inner {
	max-width: 80%;
	display: inline-block;
	padding-top: .5em;
}

#icons {
	display: inline-block;
	float:right;
	padding-top: .5em;
	margin-right: 5px;
}

#container{
	background-color: #fff;
    margin: 0 auto;
    text-align: left;
}
#content_left{
	float: left;
	width: 60%;
}
#content_right{
	float: right;
	width: 35%;
}
.orange_bar, .orange_bar_page{
	background: url("https://www.simplydevinesalon.com/themes/classic/content/images/Cross.png") repeat;
    height: 430px;
    background-color: #e80000;
	box-shadow: 0 3px 3px #bdac8c;
	position: relative;
	z-index: 998;
}
.orange_bar_page {
	height: 45px;
}
#content_container {
	margin: 0 auto;
	padding: 40px 0;
	width: 1260px;
	min-height: 300px;
}
.home-article-image {
	border: 7px solid #fff;
	float: left;
	margin: 0 20px;
}
div.index_content{
	font-size: 17px;
    line-height: 30px;
    text-align: left;
}
.home-article {
}
.index_content p{
/*	padding-right:5%; */
	font-size: 18px;
	font-weight: 400;
	font-family: 'Josefin Sans', sans-serif;
}
.index_content h1, h1{
	font-size: 30px;
	color:#e80000;
	font-family: 'Josefin Sans', sans-serif;
}
#rotator {
	background-color: #ffffff;
	margin: -470px 0 50px;
	box-shadow: 0 5px 5px #bdac8c;
	position: relative;
	z-index: 999;
}
.slider{
	-moz-box-shadow:    0px 0px 10px -5px #000000;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow:         0px 0px 10px -5px #000000;
	overflow: hidden;
}
/* Browser Resets */
.flex-container a:active, .flexslider a:active, .flex-container a:focus, .flexslider a:focus {
	outline: none;
}
.slides, .flex-control-nav, .flex-direction-nav {
	margin: 0;
	padding: 0;
	list-style: none;
}
/* FlexSlider Necessary Styles
*********************************/
.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 {
	display: block;
	width: 100%;
}
.flex-pauseplay span {
	text-transform: capitalize;
}
/* Clearfix for the .slides element */
.slides:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}
html[xmlns] .slides {
	display: block;
}
* html .slides {
	height: 1%;
}
/* No JavaScript Fallback */
/* If you are not using another script, such as Modernizr, make sure you
 * include js that eliminates this class on page load */
.no-js .slides > li:first-child {
	display: block;
}
/* FlexSlider Default Theme
*********************************/
.flexslider {
	position: relative;
	/*zoom: 1;*/
}
.flex-viewport {
	max-height: 2000px;
	-webkit-transition: all 1s ease;
	-moz-transition: all 1s ease;
	transition: all 1s ease;
}
.loading .flex-viewport {
	max-height: 300px;
}
.flexslider .slides {
	zoom: 1;
}
.carousel li {
	margin-right: 5px
}
/* Direction Nav */
.flex-direction-nav {
*height: 0;
}
.flex-direction-nav a {
	width: 52px;
	height: 84px;
	margin: -30px 0 0;
	display: block;
	background: url(https://www.simplydevinesalon.com/core/scripts/flexslider/images/bg_direction_nav.png) no-repeat 0 0;
	position: absolute;
	top: 50%;
	z-index: 10;
	cursor: pointer;
	text-indent: -9999px;
	opacity: 0;
	-webkit-transition: all .3s ease;
}
.flex-direction-nav .flex-next {
	background-position: 100% 0;
	right: -36px;
}
.flex-direction-nav .flex-prev {
	left: -36px;
}
.flexslider:hover .flex-next {
	opacity: 0.8;
	right: 5px;
}
.flexslider:hover .flex-prev {
	opacity: 0.8;
	left: 5px;
}
.flexslider:hover .flex-next:hover, .flexslider:hover .flex-prev:hover {
	opacity: 1;
}
.flex-direction-nav .flex-disabled {
	opacity: .3!important;
	filter: alpha(opacity=30);
	cursor: default;
}
/* Control Nav */
.flex-control-nav {
	display: none;
	width: 100%;
	position: absolute;
	bottom: -13%;
	text-align: center;
}
.flex-control-nav li {
	margin: 0 6px;
	display: inline-block;
	zoom: 1;
*display: inline;
}
.flex-control-paging li a {
	width: 11px;
	height: 11px;
	display: block;
	background: #666;
	background: rgba(0,0,0,0.2);
	cursor: pointer;
	text-indent: -9999px;
	-webkit-border-radius: 20px;
	-moz-border-radius: 20px;
	-o-border-radius: 20px;
	border-radius: 20px;
	box-shadow: inset 0 0 3px rgba(0,0,0,0.3);
}
.flex-control-paging li a:hover {
	background: #333;
	background: rgba(0,0,0,0.7);
}
.flex-control-paging li a.flex-active {
	background: #000;
	background: rgba(0,0,0,0.9);
	cursor: default;
}
.flex-control-thumbs {
	margin: 5px 0 0;
	position: static;
	overflow: hidden;
}
.flex-control-thumbs li {
	width: 25%;
	float: left;
	margin: 0;
}
.flex-control-thumbs img {
	width: 100%;
	display: block;
	opacity: .7;
	cursor: pointer;
}
.flex-control-thumbs img:hover {
	opacity: 1;
}
.flex-control-thumbs .flex-active {
	opacity: 1;
	cursor: default;
}
#slider {
}
#carousel li {
	margin-right: 5px;
}
#carousel img {
	border: 0;
	display: block;
	opacity: .5;
	cursor: pointer;
}
#carousel img:hover {
	opacity: 1;
}
#carousel .flex-active-slide img {
	opacity: 1;
	cursor: default;
}
.flex-caption{
	margin: -15% 0 0;
    position: absolute;
    z-index: 999;
    display: none;
    visibility: hidden;
}
.flex-caption-title{
	background-color: #87daf4;
    clear: both;
    color: #ffffff;
    display: block;
    float: left;
    font-family: 'Montserrat', sans-serif;
    font-size: 60px;
    left: 10%;
    line-height: 60px;
    margin: 0 0 0 70px;
    padding: 10px 20px;
}
a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	background-color: #b93c2a;
    clear: both;
    color: #ffffff;
    display: block;
    float: left;
    font-size: 18px;
	line-height: 20px;
    margin: 0 0 0 100px;
    padding: 10px 19px;
}
a.flex-caption-link:hover{
	background-color: #dc5c00;
}
.triangle-right{
	border-bottom: 8px solid transparent;
    border-left: 15px solid #711a0e;
    border-top: 8px solid transparent;
    display: inline-block;
    height: 0;
    margin: 0 0 -2px 10px;
    width: 0;
}
.flex-caption p{
	margin: 0;
	padding: 0;
}
#footer {
	 color:#ffffff;
	font-size:14px;
	padding: 50px 0;
	background-color: #000;
}
.footer-img {
	width: 100%;
}
#footer_inner {
	margin: 0 auto;
	width: 1260px;
}
#footer_left{
	float: left;
	padding: 0 5% 0 0;
	width: 24%;
}
#footer_left p{
	margin: 0;
    padding: 0 25px;
}
#footer_tell_us{
	margin: 20px 0 0;
}
#footer_tell_us img{
	float: left;
    margin: 0 10px 0 15px;
}
.tell_us{
	color: #87daf4;
	font-size: 20px;
	text-transform: uppercase;
}
#footer_middle{
	border-left: 1px dashed #ffffff;
	border-right: 1px dashed #ffffff;
	float: left;
	padding: 0 5%;
	width: 36%;
}
#footer_left a, a:visited, a:active {
	color: #ffffff;
}
#footer_left a:hover {
	text-decoration: underline;
}
#footer_right{
	float: right;
	padding: 0 0 0 5%;
	width: 19%;
}
#footer_right h5{
	color: #e80000;
	font-size: 20px;
}
/************* Navigation Areas *************/

.menu {
	font-weight: normal;
	border:none;
	border:0px;
	margin:0px;
	text-align:left;
}
/*** ESSENTIAL STYLES ***/
.sf-menu, .sf-menu * {
	margin:			0;
	padding:		0;
	list-style:		none;
}
.sf-menu {
	line-height:	1.0;
}
.sf-menu ul {
	position:		absolute;
	top:			-999em;
	width:			10em; /* left offset of submenus need to match (see below) */
}
.sf-menu ul li ul{
	position:		absolute;
	top:			-999em;
}
.sf-menu ul li {
	width:			100%;
}
.sf-menu li:hover {
	visibility:		inherit; /* fixes IE7 'sticky bug' */
}
.sf-menu li {
	display: inline-block;
	position:		relative;
}
.sf-menu a {
	display:		block;
	position:		relative;
}
.sf-menu li:hover ul,
.sf-menu li.sfHover ul {
	left:			0;
	top:			2.5em; /* match top ul list item height */
	z-index:	 1000;
}
ul.sf-menu li:hover li ul,
ul.sf-menu li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li:hover ul,
ul.sf-menu li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}
ul.sf-menu li li:hover li ul,
ul.sf-menu li li.sfHover li ul {
	top:			-999em;
}
ul.sf-menu li li li:hover ul,
ul.sf-menu li li li.sfHover ul {
	left:			10em; /* match ul width */
	top:			0;
}

/*** DEMO SKIN ***/
.sf-menu {
	float:			left;
}
.sf-menu a, #icons a, #footer-icons a {
	color: #ffffff;
    font-size: 16px;
    font-weight: lighter;
    line-height: 50px;
    padding: 0 15px;
    text-decoration: none;
}
#icons a, #footer-icons a {
	font-size: 30px;
	padding: 0 5px;
}
#footer #footer-icons a {
	padding: 0;
	margin: 0;
}
#footer #footer-icons i {
	padding: 0;
	margin-right: 5px;
}
[class^="icon-"]:before, [class*=" icon-"]:before{
	margin: 0;
}
[class^="icon-"]:after, [class*=" icon-"]:after{
	margin-right: 5px;
}
#top_nav #icons a:hover {
	color: #fe0000;
}
.sf-menu a, .sf-menu a:visited  { /* visited pseudo selector so IE6 applies text colour*/
	color: #ffffff;
	font-family: 'Montserrat', sans-serif;
}
.sf-menu li {
	background: none;
	text-align:left;
}
.sf-menu li li {
	width:200px;
}
.sf-menu li li li {
	width:200px;
}
.sf-menu li:hover, .sf-menu li.sfHover,
.sf-menu a:focus, .sf-menu a:hover, .sf-menu a:active {
	background: #222;
	color: #ffffff;
	outline:		0;
}
.sf-menu li li a{
	font-size: 14px;
    line-height: 22px;
    padding: 10px;
    text-transform: none;
}
.sf-menu li li a:hover{
	background: #222;
	color: #ffffff;
}


div.the-icons {
	display: inline-block;
}

/*** arrows **/
.sf-menu a.sf-with-ul {
	padding-right: 	2.25em;
	min-width:		1px; /* trigger IE7 hasLayout so spans position accurately */
}
.sf-sub-indicator {
	position:		absolute;
	display:		block;
	right:			.75em;
	top:			1.05em; /* IE6 only */
	width:			10px;
	height:			10px;
	text-indent: 	-999em;
	overflow:		hidden;
	background:		url('https://www.simplydevinesalon.com/core/scripts/superfish/images/arrows-ffffff.png') no-repeat -10px -100px; /* 8-bit indexed alpha png. IE6 gets solid image only */
}
a > .sf-sub-indicator {  /* give all except IE6 the correct values */
	top:			.8em;
	background-position: 0 -100px; /* use translucent arrow for modern browsers*/
}
/* apply hovers to modern browsers */
a:focus > .sf-sub-indicator,
a:hover > .sf-sub-indicator,
a:active > .sf-sub-indicator,
li:hover > a > .sf-sub-indicator,
li.sfHover > a > .sf-sub-indicator {
	background-position: -10px -100px; /* arrow hovers for modern browsers*/
}

/* point right for anchors in subs */
.sf-menu ul .sf-sub-indicator { background-position:  -10px 0; }
.sf-menu ul a > .sf-sub-indicator { background-position:  0 0; }
/* apply hovers to modern browsers */
.sf-menu ul a:focus > .sf-sub-indicator,
.sf-menu ul a:hover > .sf-sub-indicator,
.sf-menu ul a:active > .sf-sub-indicator,
.sf-menu ul li:hover > a > .sf-sub-indicator,
.sf-menu ul li.sfHover > a > .sf-sub-indicator {
	background-position: -10px 0; /* arrow hovers for modern browsers*/
}

/*** shadows for all but IE6 ***/

div.menu ul {
	width: 100%;
}
div.menu ul ul {
	background-color: #333;
	margin:17px 0;
	padding:0px;
	width:200px;
}
div.menu ul ul ul {
	margin:0 0 0 60px;
	padding:0px;
	width:200px;
}
li.contact_button{
	float: right;
}
li.contact_button a, li.contact_button a:active, li.contact_button a:visited{

}
li.contact_button a:hover{

}
li.contact_button img{
	vertical-align: middle;
}
/************* Links *************/

a, a:visited, a:active {
	color: #000000;
	text-decoration:none;
}
a:hover {
	color:#000000;
}
a.footer_stuff_link, a.footer_stuff_link:visited, a.footer_stuff_link:active {
	color: #ffffff;
    display: block;
    float: left;
    font-size: 14px;
    padding: 3% 0;
    width: 50%;
}
#footer-icons a{
	color:#fe0000;
}
a.footer_stuff_link:hover {
	color:#fe0000;
}
#footer-icons a:hover {
	color:#fff;
}
a.footer_link, a.footer_link:visited, a.footer_link:active {
	color: #ffffff;
	margin-right: 15px;
}
a.footer_link:hover {
	color:#fe0000;
}
.clear{
	clear:both;
	height:0px;
}
legend {
	background-color: #951d2e;
	border: 1px solid #951d2e;
	color: #ffffff;
	font-weight: bold;
	padding: 5px 10px;
}
#change_content ul {
	padding-left:25px;
}
#auditions_reserve > a {
    border: 1px solid;
    box-shadow: 		0 1px 1px 0 #454545;
	-moz-box-shadow:    0 1px 1px 0 #454545;
	-webkit-box-shadow: 0 1px 1px 0 #454545;
    padding: 2px 10px 2px 9px;
}
.header-right a {
	max-width: 270px;
	display: block;
	background-color: #e80000;
	color: #fff;
	font-size: 23px;
	font-weight: 600;
	padding: 5px 60px;
	border-bottom: #a20000 2px solid;
	box-shadow: 1px 2px 2px #c6b99c;
	cursor: pointer; cursor: hand;
	text-align: center;
}
.header-right a:hover {
	background-color: #c00404;
	color: #fff;
	text-decoration: none;
}
/************* Headlines *************/

h1, h2, h3, h4, h5{
	color: #e80000;
}
h1 {
	font-family: 'Montserrat', sans-serif;
	font-size:30px;
	line-height:30px;
	margin:0px 0px 15px 0px;
}
h2 {
	font-size: 20px;
	margin:0 0;
	padding:0;
	line-height:30px;
}
h3 {
	font-size: 18px;
	margin:0;
	padding:5px 5px 5px 0;
}
h4 {
	font-size: 16px;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
}
h5 {
	font-size: 14px;
	margin:0 0 10px;
	padding:5px 5px 5px 0;
}
/************************ Float *************************/

.float_left {
	float:left;
}
.float_right {
	float:right;
}
fieldset{
	border: 1px solid #882345;
}
.clear {
	clear:both;
	height:0px;
}
label.error {
	padding-left:15px;
	color:#CC0000;
}
input {
	font-size:96%;
	margin:10px 2px 0 0;
	padding:2%;
}
select {
	font-size:100%;
	margin:10px 2px 0 0;
	padding:2px 0;
}
textarea {
	margin:10px 2px 1px 0;
	padding:2%;
	vertical-align:top;
}
span.required {
	color:#CC0000;
}
tr.url_input_form {
	display:none;
	visibility:hidden;
}

a.pager_active, a.pager_active:visited, a.pager_active:active {
    background-color: #222;
    border: 1px solid #222;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    padding: 5px;
    text-decoration: none;
}
a.pager_active:hover {
    background-color: #3C3939;
    color: #FFFFFF;
}
a.pager_num, a.pager_num:visited, a.pager_num:active {
    background-color: #222;
    border: 1px solid #222;
    color: #FFFFFF;
    font-weight: bold;
    height: 25px;
    padding: 5px;
    text-decoration: none;
}
a.pager_num:hover {
    background-color: #222;
    color: #000000;
}
iframe{
	width: 100% !important;
}
/************************** Everything *******************/
.element {
	height: auto;
	margin: 0 0 30px;
	overflow: hidden;
}
.element_title {
	font-size: 24px;
    line-height: 40px;
    margin: 0 0 2%;
}
.element_tile{
	float: left;
	height: 305px;
	margin: 0 1% 2%;
	padding: 2%;
	overflow: hidden;
	text-align: left;
	width: 27%;
}
.element_tile .element_data input{
}
.element_image {
	float: left;
	height: auto;
	margin: 0 0 20px;
	width: 27%;
}
.element_image img {
	height: auto;
	width: 100%;
}
.element_content{
	float: right;
	margin: 0 0 20px;
	width: 70%;
}
.element_content_no_photo{
	width: 100%;
}
a.element_name, a.element_name:active, a.element_name:visited {
	color: #929292;
	display: block;
	font-size: 20px;
	line-height: 24px;
	margin: 2% 0;
}
a.element_name:hover {
	color: #85B83F;
}
.element_tile_image_container{
	height: 260px;
	overflow: hidden;
}
.element_tile_image{
	height: 300px;
	overflow: hidden;
	width: 100%;
}
.element_tile_image img{
	height: 100%;
	width: auto;
}
.element_tile_content {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	font-size: 16px;
	padding: 4%;
	position: relative;
	top: -67px;
}
.element_left {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	float: left;
	margin: 0 2% 0 0;
	width: 30%;
}
.element_right {
	background: none repeat scroll 0 0 rgba(0, 0, 0, 0.8);
	color: #ffffff;
	float: right;
	padding: 2%;
	width: 63%;
}
.element_data {
	margin: 0 0 10px;
}
#listing_page_ads{
	margin: 0 0 30px;
	overflow: hidden;
	text-align: center;
}
/******************* LOGIN *******************/

#login{
	margin: 0;
	width: 80%;
}
.login_field{
	float: left;
	margin: 0 5% 0 0;
	width: 44%;
}
.login_field input{
	width: 100%;
}
.login_submit{
	margin: 15px 0;
	text-align:left;
	width: 100%;
}
.login_submit input{
	cursor: pointer
}
.login_submit input:hover{
}

/******************* Form Generator *******************/

input{
	color: #000000;
}
#dynamic_form{
}
#dynamic_form input{
	color: #000000;
	width: 96%;
}
#dynamic_form input[type="radio"]{
	margin: 0;
	width: auto;
}
#dynamic_form textarea{
	color: #000000;
	width: 96%;
}
#dynamic_form select{
	color: #000000;
	width: 100%;
}
.dynamic_form_input{
	float: left;
	margin: 10px 2%;
	width: 45%;
}
.dynamic_form_textarea{
	margin: 0 0 20px;
	padding: 0 2%;
}
.dynamic_form_group{
	margin: 10px 2%;
	width: 96%;
}
.dynamic_group_title{
	font-weight: bold;
	margin: 0 0 15px;
}
.dynamic_group_cell{
	float: left;
	margin: 0 2% 10px;
	width: 45%;
}
.dynamic_group_cell_title{
	float: left;
	width: 85%;
}
.dynamic_group_input{
	float: left;
	margin: 0 10px 0 0;
}
#dynamic_recapcha{
	float: left;
	margin: 20px 2%;
	text-align: left;
	width: 320px;
}
#recaptcha_widget{
	background-color: #e80000;
	border: 3px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	-moz-box-shadow:    0 0 0 2px #e80000;
	-webkit-box-shadow: 0 0 0 2px #e80000;
	box-shadow: 		0 0 0 2px #e80000;
	padding: 2%;
}
#recaptcha_image[style]{
	background-color: #ffffff;
	border-radius: 10px;
	overflow: hidden;
	padding: 10px 0;
	width: 100% !important;
}
.recaptcha_link{
	float: left;
	margin: 10px 2% 0 0;
	width: 5%;
}
.recaptcha_link img{
	height: auto;
	width: 100%;
}
#dynamic_submit{
	float: right;
	margin: 75px 2%;
	width: 40%;
}
#dynamic_submit input {
	background-color: #e80000;
	border: 3px solid #ffffff;
	border-radius: 10px;
	color: #ffffff;
	cursor: pointer;
	-moz-box-shadow:    0 0 0 2px #e80000;
	-webkit-box-shadow: 0 0 0 2px #e80000;
	box-shadow: 		0 0 0 2px #e80000;
	font-size: 18px;
	padding: 2%;
}
#dynamic_submit input:active {
	border: 3px solid #2D2D2D;
}
.validate_form table{
	margin: 0 0 20px;
}
span.required{
	color: #E5202B;
}
.error{
	color: #E5202B;
}
#old_form{
	margin: 20px 2%;
	width: 96%;
}

/******************* Callouts *******************/

#callouts{
	background-color:#f0eadd;
	border-top: 1px solid #d3c7af;
	margin: 50px 0;
	padding: 50px 0 0;
}
#callouts_inner{
	margin: 0 auto;
	padding:4% 0;
	width: 1100px;
}
.callout, .callout_last{
	border: 3px solid #ffffff;
	-moz-box-shadow:    0px 0px 10px -5px #000000;
	-webkit-box-shadow: 0px 0px 10px -5px #000000;
	box-shadow:         0px 0px 10px -5px #000000;
    padding: 1%;
    text-align: center;
    transition: border 0.5s ease 0s;
    width: 28%;
}
.callout:hover, .callout_last:hover{
	border: 3px solid #f89928;
}
.callout {
	float: left;
	margin: 0 4% 50px 0;
}
.callout_last {
	float: right;
	margin: 0 0 50px;
}
.callout_title{
	display: table;
    font-family: 'Montserrat', sans-serif;
    font-size: 47px;
    height: 90px;
    line-height: 40px;
    text-align: center;
    text-transform: uppercase;
    width: 100%;
}
.callout_title_text{
	display: table-cell;
    height: 100%;
    vertical-align: middle;
}
.callout_call {
	color: #ffffff;
}
/******************* Events *******************/
#upcoming_events {
	margin: 0 auto;
    padding: 0 0 50px;
    width: 1165px;
}
#upcoming_events h1{
	color: #87daf4;
    font-family: Arial,sans-serif;
    font-size: 30px;
    font-weight: lighter;
    margin: 0 0 35px;
    text-transform: uppercase;
}
.upcoming_event{
	color: #747474;
	float: left;
	margin: 0 2% 20px 0;
	width: 23%;
}
.upcoming_event_date{
	background-color: #87daf4;
    border-radius: 100%;
    color: #ffffff;
    float: left;
    font-size: 29px;
    margin: 0 4% 0 0;
    padding: 4% 3%;
    text-align: center;
}
a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	color: #ba5127;
    display: inline-block;
    font-size: 18px;
    text-transform: uppercase;
}
a.upcoming_event_title:hover {
	color: #872213;
	text-transform: uppercase;
}
.upcoming_event_details{
	text-transform: uppercase;
}
.upcoming_event_content {
	margin: 20px 0 0;
	width: 100%;
}
a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	background-color: #87daf4;
    border-bottom: 2px solid #5e98aa;
    color: #ffffff;
    font-size: 16px;
    padding: 5px 10px;
    position: relative;
    top: 10px;
}
#event_date_times{
	background-color: #DEECCB;
	border: 3px solid #FFFFFF;
	-moz-box-shadow:    0 0 0 2px #DEECCB;
	-webkit-box-shadow: 0 0 0 2px #DEECCB;
	box-shadow: 		0 0 0 2px #DEECCB;
	margin: 2% 2% 0;
	padding: 2%;
	width: 89%;
}
#event_date_times h2{
	padding: 0;
}
h1.event_day{
	 background: url("https://www.simplydevinesalon.com/themes/classic/content/images/bg_bar.png") no-repeat scroll center top #e80000;
    color: #ffffff;
    font-size: 30px;
    line-height: 30px;
    padding: 0 2%;
}
.events_container {
	height: 900px;
	position: relative;
	width: 100%;
}
.events_container, .events_container:after, .events_container:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}/************************* BLOG *************************/
#blog_categories {
	float:left;
	text-align:center;
	width: 100%;
	margin-bottom:50px;
}
#blog_container {
	float:left;
	text-align:left;
	width: 100%;
}

#blog_left_container {
	float:left;
	text-align:left;
	width: 60%;
}
#blog_right_container {
	float: right;
	margin: 0 auto;
	padding-top: 0px;
	text-align:left;
	width:30%;
}
#blog_post_content img {
    height: auto !important;
    max-width: 100% !important;
}


a.blog_category_link, a.blog_category_link:visited, a.blog_category_link:active {
	font-weight:normal;
	color:#e80000;
	font-size:24px;
	line-height:30px;
	margin: 0 20px;
}
a.blog_category_link:hover {
	color:#000;
}

a.blog_title_link, a.blog_title_link:visited, a.blog_title_link:active {
	font-weight:normal;
	color:#e80000;
	font-size:24px;
	line-height:30px;
}
a.blog_title_link:hover {
}
a.blog_title_link_sm, a.blog_title_link_sm:visited, a.blog_title_link_sm:active {
	font-weight:normal;
	font-size:14px;
}
a.blog_title_link_sm:hover {
}
.blog_subscribe {
	float:right;
	width:520px;
	padding:10px ;
	text-align:right;
}
/****************** Blog resutls styles ****************/
.blog_post_mini {
	float:left;
	margin: 0 20px;
	width: 30%;
}
.blog_post_left {
	float:left;
	margin-right:15px;
	padding-top:10px;
	text-align:center;
	width:24%;
}

.blog_post_left img{
	height: auto;
	width: 100%;
}
.blog_post_right {
	float:right;
	padding:10px 10px 10px 0;
	text-align:left;
	width:70%;
}
.blog_title{
	margin-bottom:15px;
}
.blog_data{
	border-top:1px solid #cccccc;
	border-bottom:1px solid #cccccc;
	padding:10px 0;
	margin:10px 0;
}
.blog_author_tags{
	color: #6c6c6c;
	float:left;
}
.blog_thumb{
	float: left;
	margin: 0 ;
	width: 100%;
	max-height:150px;
}
.blog_thumb img{
	height: 150px; 
	
	width: 100%;
}
.blog_post_thumb{
	margin: 20px 0;
}
.blog_post_thumb img{
	height: auto;
	width: 60%;
}
.blog_share{
	width:150px;
	float:right;
	text-align:right;
}
.blog_content{
	margin:0;
	width:100%;
	text-align:justify;
}
.blog_content_with_img{
	float: right;
	width: 100%;
	text-align:justify;
}
/****************** Recent Blog Styles ****************/
a.recent_blog_link, a.recent_blog_link:active, a.recent_blog_link:visited{
	color: #2b4f8a;
	display: block;
	margin: 0 0 10px;
	text-decoration: underline;
}
.recent_blog_title{
	font-size: 18px;
	text-align: left;
}
a.recent_blog_link:hover{
	color: #D17441;
}
/************************* BLOG TAGS WIDGET*************************/

.right_topics_active {
	width:80px;
	border-top:1px solid #6ca5d3;
	border-left:1px solid #6ca5d3;
	border-right:1px solid #6ca5d3;
	margin-left:5px;
	margin-top:5px;
	background-color:#FFFFFF;
	padding:5px;
	float:left;
}
.right_topics_inactive {
	width:80px;
	border-top:1px solid #6ca5d3;
	border-left:1px solid #6ca5d3;
	border-right:1px solid #6ca5d3;
	margin-left:5px;
	margin-top:5px;
	background-color:#EEEEEE;
	padding:5px;
	float:left;
}
.right_archive_active {
	width:85px;
	border-top:1px solid #6ca5d3;
	border-left:1px solid #6ca5d3;
	border-right:1px solid #6ca5d3;
	margin-left:5px;
	margin-top:5px;
	background-color:#FFFFFF;
	padding:5px;
	float:left;
}
.right_archive_inactive {
	width:85px;
	border-top:1px solid #6ca5d3;
	border-left:1px solid #6ca5d3;
	border-right:1px solid #6ca5d3;
	margin-left:5px;
	margin-top:5px;
	background-color:#EEEEEE;
	padding:5px;
	float:left;
}
#blog_right_side {
	border-top:1px solid #6ca5d3;
	background-color:#EEEEEE;
}
.blog_right_entry {
	border-bottom:1px solid #6ca5d3;
	background-color:#FFFFFF;
	padding:5px;
}
#blog_right_header{
	background-color: #e80000;
	color: #fff;
	margin-bottom:20px;
	font-size:16px;
	padding:10px;
}
#blog_right_content{
	padding:10px;
	margin-bottom:20px;
}
/* Blog posts styles */
/******************* COMMENTS *******************/

.comments_border {
	border:0px solid #cd0101;
}
#leave_comment_box{
	-moz-box-shadow:    0px 0px 3px 0px #000000;
	-webkit-box-shadow: 0px 0px 3px 0px #000000;
	box-shadow:         0px 0px 3px 0px #000000;
	padding: 0 0 0px 0;
	margin: 10px 0;
	background-color:#F3EAE1;
	width: 100%;
}
#leave_comment_box_inner
{
	padding: 0px;
}
#leave_comment_box_inner div
{
	background-color: #d4be95;
	margin: 0;
	padding:10px 10px 10px 15px;
}
.div_bg_darker
{
	background-color:#f0dbc6;
}

#leave_comment_box  h2
{
	background-color:#e80000;
	padding:10px 15px;
	color:#ffffff;
}

#leave_comment_box input
{
	font-size:14px;
	padding:5px;
	width: 400px;
	border:1px solid #000000;
	margin-top: 10px;
}
#leave_comment_box textarea
{
	font-size:14px;
	padding:5px;
	width: 400px;
	border:1px solid #000000;
}
.post_comment{
	background-color:#e80000;
	color:#ffffff;
	cursor:pointer;
	font-weight:bold;
	font-size:15px;
	margin-left:15px;
	margin-bottom:10px;
	padding:0;
	width:100px;
}
.post_comment:hover{
	background-color:#a20000;
}
#comments_box
{
	margin: 10px 0;
	background-color:#cfd5e4;
	border: 1px solid #cfd5e4;
	width: 720px;

}
#comments_box_inner
{
	padding: 0px;
	font-size:12px;
}
#comments_box_inner div
{
	margin: 0;
	padding:10px 10px 10px 15px

}


#comments_box  h2
{
	background-color:#ffca2a;
	padding:10px 15px;
	color:#201da2;
}
.comment_name
{
	color:#201da2;
}
.comment_details
{
	font-size:10px;
	padding:0;
	margin-top:10px;
}


.fc-calendar-container {
	position: relative;
	height: 400px;
	width: 400px;
}

.fc-calendar {
	width: 100%;
	height: 100%;
}

.fc-calendar .fc-head {
	height: 30px;
	line-height: 30px;
	background: #ccc;
	color: #fff;
}

.fc-calendar .fc-body {
	position: relative;
	width: 100%;
	height: 100%;
	height: -moz-calc(100% - 30px);
	height: -webkit-calc(100% - 30px);
	height: calc(100% - 30px);
	border: 1px solid #ddd;
}

.fc-calendar .fc-row {
	width: 100%;
	border-bottom: 1px solid #ddd;
}

.fc-four-rows .fc-row  {
	height: 25%;
}

.fc-five-rows .fc-row  {
	height: 20%;
}

.fc-six-rows .fc-row {
	height: 16.66%;
	height: -moz-calc(100%/6);
	height: -webkit-calc(100%/6);
	height: calc(100%/6);
}

.fc-calendar .fc-row > div,
.fc-calendar .fc-head > div {
	float: left;
	height: 100%;
	width:  14.28%; /* 100% / 7 */
	width: -moz-calc(100%/7);
	width: -webkit-calc(100%/7);
	width: calc(99.8%/7);
	position: relative;
}

/* IE 9 is rounding up the calc it seems */
.ie9 .fc-calendar .fc-row > div,
.ie9 .fc-calendar .fc-head > div {
	width:  14.2%;
}

.fc-calendar .fc-row > div {
	border-right: 1px solid #ddd;
	padding: 4px;
	overflow: hidden;
	position: relative;
}

.fc-calendar .fc-head > div {
	text-align: center;
}

.fc-calendar .fc-row > div > span.fc-date {
	position: absolute;
	width: 30px;
	height: 20px;
	font-size: 20px;
	line-height: 20px;
	font-weight: 700;
	color: #ddd;
	text-shadow: 0 -1px 0 rgba(255,255,255,0.8);
	bottom: 5px;
	right: 5px;
	text-align: right;
}

.fc-calendar .fc-row > div > span.fc-weekday {
	padding-left: 5px;
	display: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: #fff4c3;
}
.fc-content{
	background-color: #fccd58;
}
.fc-calendar .fc-row > div.fc-out {
	opacity: 0.6;
}

.fc-calendar .fc-row > div:last-child,
.fc-calendar .fc-head > div:last-child {
	border-right: none;
}

.fc-calendar .fc-row:last-child {
	border-bottom: none;
}
.custom-calendar-full {
	position: absolute;
	top: 24px;
	bottom: 0px;
	left: 0px;
	width: 100%;
	height: auto;
}
.custom-calendar-full, .custom-calendar-full, .custom-calendar-full:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.fc-calendar-container {
	height: auto;
	bottom: 0px;
	width: 100%;
	top: 50px;
	position: absolute;
}
.fc-calendar-container, .fc-calendar-container:after, .fc-calendar-container:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.custom-header {
	padding: 20px 20px 10px 30px;
	height: 50px;
	position: relative;
}

.custom-header h2,
.custom-header h3 {
	float: left;
	font-weight: 300;
	text-transform: uppercase;
	letter-spacing: 4px;
}

.custom-header h2 {
	color: #fff;
	width: 60%;
}

.custom-header h2 a,
.custom-header h2 span {
	color: rgba(255,255,255,0.3);
	font-size: 18px;
	letter-spacing: 3px;
	white-space: nowrap;
}

.custom-header h2 a {
	color: rgba(255,255,255,0.5);
}

.no-touch .custom-header h2 a:hover {
	color: rgba(255,255,255,0.9);
}

.custom-header h3 {
	width: 40%;
	color: #000000;
	font-weight: 300;
	line-height: 30px;
	text-align: left;
	padding-right: 125px;
}

.custom-header nav {
	position: absolute;
	right: 20px;
	top: 20px;
	-webkit-touch-callout: none;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
}

.custom-header nav span {
	float: left;
	width: 30px;
	height: 30px;
	position: relative;
	color: transparent;
	cursor: pointer;
	background: rgba(255,255,255,0.3);
	margin: 0 1px;
	font-size: 20px;
	border-radius: 0 3px 3px 0;
	box-shadow: inset 0 1px rgba(255,255,255,0.2);
}

.custom-header nav span:first-child {
	border-radius: 3px 0 0 3px;
}

.custom-header nav span:hover {
	background: rgba(255,255,255,0.5);
}

.custom-header span:before {
	color: #000;
	display: inline-block;
	text-align: center;
	width: 100%;
	text-indent: 4px;
}

.custom-header nav span.custom-prev:before {
	content: '\25c2';
}

.custom-header nav span.custom-next:before {
	content: '\25b8';
}

.custom-header nav span:last-child {
	margin-left: 20px;
	border-radius: 3px;
}

.custom-header nav span.custom-current:before {
	content: '\27a6';
}


.fc-calendar {
	background: rgba(255,255,255,0.1);
	width: auto;
	top: 10px;
	bottom: 20px;
	left: 20px;
	right: 20px;
	height: auto;
	border-radius: 20px;
	position: absolute;
}
.fc-calendar, .fc-calendar:after, .fc-calendar:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 0 10px;
	margin: 0;
}
.fc-calendar .fc-head {
	background: rgba(240,234,221,1);
	color: #000000;
	box-shadow: inset 0 1px 0 rgba(0, 0, 0, 0.3);
	border-bottom: 1px solid #c4c4c4;
	border-radius: 20px 20px 0 0;
	height: 40px;
	line-height: 40px;
	padding: 0 20px;
}

.fc-calendar .fc-head > div {
	font-weight: 300;
	text-transform: uppercase;
	font-size: 14px;
	letter-spacing: 3px;
}

.fc-calendar .fc-row > div > span.fc-date {
	color: #000000;
	text-shadow: none;
	font-size: 16px;
	font-weight: 300;
	bottom: auto;
	right: auto;
	top: 10px;
	left: 10px;
	text-align: left;
	z-index:1000;
}

.fc-calendar .fc-body {
	border: none;
	padding: 20px;
}
.fc-calendar .fc-body, .fc-calendar .fc-body:after, .fc-calendar .fc-body:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	box-shadow: 0 1px 1px rgba(0, 0, 0, 0.5);
	padding: 0;
	margin: 0;
}

.fc-calendar .fc-row {
	box-shadow: 0 -1px 0 rgba(0, 0, 0, 0.3) inset;
	border: none;
}
.fc-calendar .fc-row, .fc-calendar .fc-row:after, .fc-calendar .fc-row:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0;
	margin: 0;
}

.fc-calendar .fc-row:last-child {
	box-shadow: none;
}

.fc-calendar .fc-row:first-child > div:first-child {
}

.fc-calendar .fc-row:first-child > div:last-child {
}

.fc-calendar .fc-row:last-child > div:first-child {
}

.fc-calendar .fc-row:last-child > div:last-child {
}

.fc-calendar .fc-row > div {
	box-shadow: -1px 0 0 rgba(0, 0, 0, 0.3);
	border: none;
	padding: 10px;
	cursor: pointer;
}
.fc-calendar .fc-row > div, .fc-calendar .fc-row > div:after, .fc-calendar .fc-row > div:before {
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	padding: 0 2%;
	margin: 0;
}

.fc-calendar .fc-row > div:first-child{
	box-shadow: none;
}

.fc-calendar .fc-row > div.fc-today {
	background: transparent;
	box-shadow: inset 0 0 100px rgba(255,255,255,0.1);
}

.fc-calendar .fc-row > div.fc-today:after {
	background: rgb(252,205,88); /* Old browsers */
	background: -moz-linear-gradient(top,  rgba(252,205,88,1) 0%, rgba(249,174,0,1) 100%); /* FF3.6+ */
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(252,205,88,1)), color-stop(100%,rgba(249,174,0,1))); /* Chrome,Safari4+ */
	background: -webkit-linear-gradient(top,  rgba(252,205,88,1) 0%,rgba(249,174,0,1) 100%); /* Chrome10+,Safari5.1+ */
	background: -o-linear-gradient(top,  rgba(252,205,88,1) 0%,rgba(249,174,0,1) 100%); /* Opera 11.10+ */
	background: -ms-linear-gradient(top,  rgba(252,205,88,1) 0%,rgba(249,174,0,1) 100%); /* IE10+ */
	background: linear-gradient(to bottom,  rgba(252,205,88,1) 0%,rgba(249,174,0,1) 100%); /* W3C */
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fccd58', endColorstr='#f9ae00',GradientType=0 ); /* IE6-9 */
	box-shadow: 1px 0 0 rgba(0, 0, 0, 0.3);
	content: '';
	display: block;
	height: 100%;
	left: 0;
	position: absolute;
	top: 0;
	width: 100%;
	z-index: 0;
}

.fc-calendar .fc-row > div > div {
	margin-top: 30px;
    position: relative;
    z-index: 999;
}

.fc-calendar .fc-row > div > div a,
.fc-calendar .fc-row > div > div span {
	color: #000000;
	font-size: 12px;
	text-transform: uppercase;
	display: inline-block;
	padding: 0 5px;
	border-radius: 3px;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	max-width: 100%;
	margin-bottom: 1px;
	background: rgba(255,255,255,0.1);
}

.no-touch .fc-calendar .fc-row > div > div a:hover {
	background: rgba(255,255,255,0.3);
}

/************************************************************************************
Calendario Jquery Responsive Styles
*************************************************************************************/
@media screen and (max-width: 880px) , screen and (max-height: 450px) {
	.events_container {
		height: auto;
		padding: 0 0 2%;
	}

	.custom-header,
	.custom-header nav,
	.custom-calendar-full,
	.fc-calendar-container,
	.fc-calendar,
	.fc-calendar .fc-head,
	.fc-calendar .fc-row > div > span.fc-date {
		position: relative;
		top: auto;
		left: auto;
		bottom: auto;
		right: auto;
		height: auto;
		width: auto;
	}

	.fc-calendar {
		margin: 0 20px 20px;
	}

	.custom-header h2,
	.custom-header h3 {
		float: none;
		width: auto;
		text-align: left;
		padding-right: 100px;
	}

	.fc-calendar .fc-row,
	.ie9 .fc-calendar .fc-row > div,
	.fc-calendar .fc-row > div {
		border: none;
		height: auto;
		padding: 2% 2% 0;
		width: 100%;
	}

	.fc-calendar .fc-row > div {
		float: none;
		min-height: 50px;
		box-shadow: 0 -1px rgba(0, 0, 0, .2) inset !important;
		border-radius: 0px !important;
	}

	.fc-calendar .fc-row > div:empty{
		min-height: 0;
		height: 0;
		box-shadow: none !important;
		padding: 0;
	}

	.fc-calendar .fc-row {
		box-shadow: none;
	}

	.fc-calendar .fc-head {
		display: none;
	}

	.fc-calendar .fc-row > div > div {
		margin-top: 0px;
		padding-left: 10px;
		max-width: 70%;
		display: inline-block;
	}

	.fc-calendar .fc-row > div.fc-today {
		background: rgba(255, 255, 255, 0.2);
	}

	.fc-calendar .fc-row > div.fc-today:after {
		display: none;
	}

	.fc-calendar .fc-row > div > span.fc-date {
		width: 30px;
		display: inline-block;
		text-align: right;
	}

	.fc-calendar .fc-row > div > span.fc-weekday {
		display: inline-block;
		width: 40px;
		color: #fff;
		color: rgba(0,0,0,0.7);
		font-size: 10px;
		text-transform: uppercase;
	}
	.fc-calendar .fc-body, .fc-calendar .fc-body:after, .fc-calendar .fc-body:before{
		background: none repeat scroll 0 0 rgba(0, 0, 0, 0.05);
		box-shadow: 0 0 2px rgba(0, 0, 0, 0.5);
	}
}

/************************************************************************************
CLEARFIX
*************************************************************************************/
.clearfix:after { visibility: hidden; display: block; font-size: 0; content: " "; clear: both; height: 0; }
.clearfix { display: inline-block; }
.clearfix { display: block; zoom: 1; }
.clear{clear:both; height:0;}
/************************************************************************************
smaller than 1280px
*************************************************************************************/
@media screen and (max-width: 1280px) {

	body{
	}
	/************* Content Areas *************/
	#header {

	}
	#header_inner{
		width: 95%;
	}
	#google_translate_element{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
		width: 95%;
	}
	.header-middle {
		padding: 2.5em 0;
	}
	.header-middle p.breakParagraph {
		display:block;
	}
	#container{
	}
	.orange_bar, .orange_bar_page{

	}
	.orange_bar{
		height: 400px;
	}
	.orange_bar_page{
	}
	#content_container {
		width: 95%;
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1, h1{
		font-size: 22px;
	}
	.home-article-image {
		max-width: 30%;
		margin: 0 20px 0 0;
	}
	#rotator {
		margin: -440px 0 50px;
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
		width: 95%;
	}
	#footer_left{
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
		padding: 0 15px;
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
		width: 85%;
	}
	.callout, .callout_last{
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
		width: 92%;
	}
	#upcoming_events h1{
		font-size: 22px;
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
	#listing_page_ads{
	}
}
/************************************************************************************
smaller than 1200px
*************************************************************************************/

@media screen and (max-width: 1200px) {
	.sf-menu a{
		font-size: 15px;
		padding: 0 10px;
	}
}

/************************************************************************************
smaller than 1100px
*************************************************************************************/

@media screen and (max-width: 1100px) {
	.orange_bar {
		height:320px;
	}
	#rotator {
		margin: -360px 0 50px;
	}
}


/************************************************************************************
smaller than 1080px
*************************************************************************************/
@media screen and (max-width: 1080px){
	.header-left {
		width: 40%;
		padding-top: 15px;
	}
	.header-middle {
		display:none;
	}
	.header-right {
		float: right;
		width: 45%;
		text-align: center;
	}

}


/************************************************************************************
smaller than 1050px
*************************************************************************************/
@media screen and (max-width: 1050px) {

	/************* Content Areas *************/
	#header {
	}
	#header_inner{
		width: 95%;
	}
	#header_inner img{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {

	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left img {
		width: 100%;
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
		margin: 0 10px 30px 15px;
		width: 20%;
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
		font-size: 15px;
		padding: 0 10px;
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
		width: 27%;
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
	}
	#upcoming_events h1{
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 980px) {

	/************* Content Areas *************/
	#header {
	}
	#header_inner{
	}
	#header_inner img{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
		max-width: 85%;
	}
	#icons a {
		padding: 0;
		font-size: 24px
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height: 280px;
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
		margin: -320px 0 50px;
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
		font-size: 14px;
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
	}
	#upcoming_events h1{
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
	#lis
}
/************************************************************************************
smaller than 980
*************************************************************************************/
@media screen and (max-width: 950px) {
	#google_translate_element{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
		font-size: 13px;
	}
}

/************************************************************************************
smaller than 900
*************************************************************************************/
@media screen and (max-width: 900px) {
	.header-right a.header-button {
		margin: 0 auto;
		max-width: 200px;
		font-size: 20px;
	}


}

/************************************************************************************
smaller than 800px
*************************************************************************************/
@media screen and (max-width: 800px) {

	/************* Content Areas *************/
	#header {
		height: 185px;
	}
	#header_inner{
	}
	#header_inner img{
	}
	.header-right {
		padding: 2.3em 0;
	}
	#top_nav {
	}
	#top_nav_inner {
		display: none;
	}
	#top_nav_responsive{
		display:inline-block;
		width:25%;
	}
	#mobile-header img{
		margin: 0;
		padding: 1%;
	}
	#icons a {
		padding: 0;
		margin-right: 15px;
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height: 255px;
	}
	#rotator {
		margin: -294.6px 0 50px;
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1, h1{
		line-height: 40px;
		font-size: 18px;
	}

	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
		font-size: 18px;
	}
	/************* Navigation Areas *************/
	.sidr.left{
		padding: 40px 0 0 !important;
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
		font-size: 40px;
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
	}
	#upcoming_events h1{
	}
	.upcoming_event{
		margin: 0 2% 40px !important;
		width: 46%;
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
}
/************************************************************************************
smaller than 770px
*************************************************************************************/
@media screen and (max-width: 770px) {

	/************* Content Areas *************/
	#header {
	}
	#header_inner{
	}

	#google_translate_element{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height: 243px;
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
		background-color: transparent;
		margin: -283px 0 50px;
	}
	.flex-caption{
		margin: -20% 0 0;
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
	}
	#upcoming_events h1{
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}

}

@media screen and (max-width:700px) {

	.header-left {
		width: 40%;
		padding-top: 20px;
	}
	.orange_bar{
	     height: 223px;
	}
	#rotator {
		margin: -263px 0 50px;
	}

}


/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {

	/************* Content Areas *************/
	#header {
		height: auto;
	}
	#header_inner{
		width: 95%;
	}
	#header_inner img{
	}
	.header-right {
		float: right;
	}
	#google_translate_element{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height:203px;
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
		margin: -243px 0 50px;
	}
	.flexslider .slides img{
		border: none;
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
		clear:both;
		float: none;
		margin: 0 0 30px;
		padding: 0;
		width: auto;
		text-align: center;
	}
	#footer_left img {
		width: 50%;
	}
	#footer_left p{
	}
	#footer_tell_us{
		margin: -15% 0 0;
		position: absolute;
		right: 2%;
		width: 45%;
	}
	#footer_tell_us img{
		width: 20%;
	}
	.tell_us{
	}
	#footer_middle{
		border-color: #ffffff -moz-use-text-color;
		border-left: medium none;
		border-right: medium none;
		border-style: dashed none;
		border-width: 1px medium;
		clear: both;
		float: none;
		margin: 0 0 30px;
		padding: 0 10% 0 22%;
		width: auto;
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
		clear:both;
		float: none;
		margin: 0;
		padding: 0 4%;
		width: auto;
		text-align: center;
	}
	#footer_right h5{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
		float: left !important;
		margin: 0 2% 50px;
		width: 42%;
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
	}
	#upcoming_events h1{
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
	#lis
	/************************* Form Generator *************************/
	#dynamic_recapcha{
		float: none;
		width: 96%;
	}
	#dynamic_submit{
		float: none;
		margin: 20px 2%;
		width: 96%;
	}
	.dynamic_group_cell_title{
		width: 80%;
	}
	/******************* LOGIN *******************/

	#login{
		width: 100%;
	}
	.login_field{
	}
	.login_submit{
		cursor: pointer
	}
	.login_submit input:hover{
	}

}
/************************************************************************************
smaller than 600px
*************************************************************************************/
@media screen and (max-width: 600px) {

	#header {
		height: 310px;
	}
	.home-article-image {
		display: none;
	}
	.index_content h1, h1, #footer_right h5 {
		font-size: 16px;
		font-weight: bold;
	}
	.header-left, .header-right {
		display: block;
		width: 90%;
		margin: 0 auto;
		padding: 0;

	}
	.header-left {
		padding-top: 8px;
	}
	.header-right {
		float: none;
	}
	.orange_bar {
		height:160px;
	}
	#rotator {
		margin: -200px 0 50px;
	}

}
@media screen and (max-width: 500px) {
	#header {
		height:290px;
	}
}
/************************************************************************************
smaller than 480
*************************************************************************************/
@media screen and (max-width: 480px) {

	/************* Content Areas *************/
	#header {
		height: 365px;
	}
	#header_inner{
		width: 95%;
	}
	#header_inner img{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height: 150px;
	}
	.orange_bar_page{
	}
	#content_container {
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
		margin: -190px 0 50px;
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left p{
	}
	#footer_tell_us{
	}
	#footer_tell_us img{
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	iframe{
		height: 210px;
	}
	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
		width: 95%;
	}
	.callout, .callout_last{
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
		width: 95%;
	}
	#upcoming_events h1{
	}
	.upcoming_event{
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
	#lis
	/************************* Form Generator *************************/
	.dynamic_form_input{
		float: none;
		margin: 10px 2%;
		width: 96%;
	}
	#dynamic_submit{
		width: 96%;
	}
	.dynamic_group_cell{
		float: none;
		width: 100%;
	}
	.dynamic_group_cell_title{
		width: 85%;
	}
	.dynamic_group_input{
	}
	#recaptcha_widget{
		padding: 4%;
	}
	#recaptcha_image img[style]{
		height: auto !important;
		width: 100% !important;
	}
	.recaptcha_link{
		width: 10%;
	}

}


@media screen and (max-width: 440px) {

	.orange_bar{
	     height: 138.6px;
	}
	#rotator {
		margin: -179px 0 50px;
	}


}

@media screen and (max-width: 440px) {

	.orange_bar{
	     height: 126px;
	}
	#rotator {
		margin: -165.6px 0 50px;
	}


}

@media screen and (max-width: 400px) {

	#header {
		height:270px;
	}
	#footer_middle {
		padding: 0 0 0 15%;
	}


}

@media screen and (max-width: 380px) {

	.orange_bar{
	     height: 118px;
	}
	#rotator {
		margin: -157.6px 0 50px;
	}
	#header {
		height: 255px;
	}


}

/************************************************************************************
smaller than 360px
*************************************************************************************/
@media screen and (max-width: 360px) {

	/************* Content Areas *************/
	#header {
		height: 345px;
	}
	#header_inner{
		width: 95%;
	}
	#header_inner img{
	}
	#top_nav {
	}
	#top_nav_responsive{
	}
	#top_nav_inner {
	}
	#container{
	}
	.orange_bar, .orange_bar_page{
	}
	.orange_bar{
		height: 106.2px;
	}
	#rotator {
		margin: -146.6px 0 50px;
	}
	.orange_bar_page{
	}
	#content_container {
		width: 90%;
	}
	.index_content{
	}
	.index_content p{
	}
	.index_content h1{
	}
	#rotator {
	}
	.flex-caption{
	}
	.flex-caption-title{
	}
	a.flex-caption-link, a.flex-caption-link:active, a.flex-caption-link:visited{
	}
	a.flex-caption-link:hover{
	}
	.triangle-right{
	}
	.flex-caption p{
	}
	#footer {
	}
	#footer_inner {
	}
	#footer_left{
	}
	#footer_left img {
		padding: 0 5%;
		width: 90%;
	}
	#footer_left p{
	}
	#footer_tell_us{
		margin: 20px 0 0;
		position: inherit;
		width: 100%;
	}
	#footer_tell_us img{
		padding: 0;
		width: 20%;
	}
	.tell_us{
	}
	#footer_middle{
	}
	#footer_left a, a:visited, a:active {
	}
	#footer_left a:hover {
	}
	#footer_right{
	}
	#footer_right h5{
	}
	/************* Navigation Areas *************/
	.sf-menu a{
	}

	/******************* Callouts *******************/
	#callouts{
	}
	#callouts_inner{
	}
	.callout, .callout_last{
		float: none !important;
		margin: 0 auto 50px;
		width: 82%;
	}
	.callout:hover, .callout_last:hover{
	}
	.callout {
	}
	.callout_last {
	}
	.callout_title{
	}
	.callout_title_text{
	}
	.callout_call {
	}
	/******************* Events *******************/
	#upcoming_events {
		width: 90%;
	}
	#upcoming_events h1{
	}
	.upcoming_event{
		float: none;
		margin: 0 0 60px !important;
		padding: 0;
		width: 100%;
	}
	.upcoming_event_date{
	}
	a.upcoming_event_title, a.upcoming_event_title:active, a.upcoming_event_title:visited {
	}
	a.upcoming_event_title:hover {
	}
	.upcoming_event_details{
	}
	.upcoming_event_content {
	}
	a.upcoming_event_read_more, a.upcoming_event_read_more:active, a.upcoming_event_read_more:visited {
	}
	#event_date_times{
	}
	#event_date_times h2{
	}
	/************************** Everything *******************/
	.element {
	}
	.element_title {
	}
	.element_tile{
	}
	.element_tile .element_data input{
	}
	.element_image {
	}
	.element_image img {
	}
	.element_content{
	}
	.element_content_no_photo{
	}
	a.element_name, a.element_name:active, a.element_name:visited {
	}
	a.element_name:hover {
	}
	.element_tile_image_container{
	}
	.element_tile_image{
	}
	.element_tile_image img{
	}
	.element_tile_content {
	}
	.element_left {
	}
	.element_right {
	}
	.element_data {
	}
	#lis
	/************************* Form Generator *************************/
	.dynamic_form_input{
		float: none;
		margin: 10px 2%;
		width: 96%;
	}
	#dynamic_submit{
		width: 96%;
	}
	.dynamic_group_cell_title{
		width: 85%;
	}
	/******************* LOGIN *******************/

	#login{
	}
	.login_field{
		float: none;
		margin: 0 5% 20px;
		width: 90%;
	}
	.login_submit{
	}
	.login_submit input:hover{
	}

}

@media screen and (max-width: 340px) {
	.orange_bar {
		height: 95px;
	}
	#rotator {
		margin: -134.6px 0 50px;
	}
}


@media screen and (max-width: 320px) {
	.orange_bar {
		height: 85px;
	}
	#rotator {
		margin:-124.6px 0 50px;
	}
}


@media screen and (max-width: 300px) {
	#header {
		height: 230px;
	}
	.header-right a.header-button {
		font-size: 16px;
	}
	#icons a {
		padding: 0;
		margin-right: 5px;
	}
}
