/*
Theme Name: AURA Asia Pacific 2014
Version: 1.0
Description: Custom website for Aura Asia-Pacific Pty Ltd
Author: Intervision Design 
Author URI: https://www.intervision.com.au
*/





/************************************/
/*** CSS CODED BY EHREN FERGUSSON ***/
/************************************/






/************************************/
/************ START CSS *************/
@font-face {
  font-family: 'fontello';
  src: url('_assets/fonts/fontello.eot');
  src: url('_assets/fonts/fontello.eot?#iefix') format('embedded-opentype'),
       url('_assets/fonts/fontello.woff') format('woff'),
       url('_assets/fonts/fontello.ttf') format('truetype'),
       url('_assets/fonts/fontello.svg#fontello') format('svg');
  font-weight: normal;
  font-style: normal;
}

/************************************/
/*********** CUSTOM CSS *************/

body {
	color:#666;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	background:#535960 url(_assets/img/bg-footer.jpg) no-repeat fixed center bottom;
	-webkit-background-size: 100% auto !important;
	-moz-background-size: 100% auto !important;
	-o-background-size: 100% auto !important;
	background-size: 100% auto !important;
}
a {
	color:#000;
}
a:hover,
a:active {
	color:#AFCC33;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	font-family: 'Oswald', sans-serif;
	line-height: 1.2em;
	font-weight: 300;
	text-transform: uppercase;
}

/*a {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}*/

/************************************/
/*************** MAIN ***************/

#header { width: 100%; min-height: 110px; background: #fff; position: fixed; display: block; z-index: 9999;
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
#logo {text-align: left; padding-top:5px; min-height: 110px;}
#headergap { display: block; height: 110px;}

#featureblock { min-height: 470px; background: url(_assets/img/bg-feature.jpg) no-repeat center center; text-align: center; color: #fff;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
#featureblock .slogan { padding: 70px 0 50px 0;}
#featureblock .slogan h3 { line-height: 1.1em; font-size: 26px; text-shadow: 2px 2px 2px #333;}
#featureblock .slogan h2 { line-height: 1em; font-size: 26px; text-shadow: 2px 2px 2px #333;}
#featureblock .slogan h1 { line-height: 1em; font-size: 55px; text-shadow: 2px 2px 2px #333; padding-bottom: 20px;}


.home-signup { padding-bottom: 70px; color: #333;}
.home-signup span { display: block; padding-bottom: 20px; font-size: 16px;}
.home-signup h4 { padding: 15px 0; font-size: 24px; /*text-shadow: 1px 1px 1px #333;*/}
.home-signup .forms { margin: 0 auto; width: 50%; background: rgba(255,255,255,0.9); padding:15px 40px;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
.home-signup a.button { display: inline-block;}
/*.home-signup input[type="email"], .home-signup input[type="submit"] {padding: 12px 2%; border: none; margin: 0; font-size: 14px; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.home-signup input[type="email"] { width: 66%; border: 1px solid #999;}
.home-signup input[type="submit"] { width: 26%; border: 1px solid #d35e00; color: #fff;
	background-color: #e07a26;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#ff9139), to(#e07a26)); 
	background-image: -webkit-linear-gradient(top, #ff9139, #e07a26); 
	background-image:    -moz-linear-gradient(top, #ff9139, #e07a26); 
	background-image:     -ms-linear-gradient(top, #ff9139, #e07a26); 
	background-image:      -o-linear-gradient(top, #ff9139, #e07a26); 
	background-image:         linear-gradient(top, #ff9139, #e07a26);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#ff9139', EndColorStr='#e07a26');
}
.home-signup input[type="submit"]:hover { border: 1px solid #d35e00; color: #fff; text-shadow: 0 0 5px #fff;}*/

.lionhead01 { display: block; width: 106px; height: 106px; background: url(_assets/img/auraswirl.png) no-repeat center center; position: absolute; left: 50%; margin: -53px 0 0 -53px; z-index: 99;}

#pagetitle { background: url(_assets/img/bg-title.jpg) no-repeat;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}

#content { background: #fff;}
.homeblocks { padding: 50px 0 30px 0;}
.homeblock h2 { font-size: 30px; padding: 0 0 20px 0; color: #4a4a4a;}
.homeblock { padding:30px;}

.homeblock h3 a {color:#AFCC33;}
.homeblock h4 a {color:#AFCC33;}

.leftpost { float: left; width: 100px; margin:0 20px 30px 0;}
.leftpost h4 { background: #AFCC33; color: #fff; display: block; padding: 7px 0; text-align: center; margin-bottom: 5px; font-size: 24px;}
.homeblock1 { border-bottom: 1px solid #ddd; padding-bottom: 30px;}

.maincontent { border-right: 1px solid #e6e8e9; border-left: 1px solid #e6e8e9;}
.maincontent .page { padding: 40px;}
.maincontent .post { padding: 40px 40px 20px 40px;}

.maincontent .post h2 { padding-bottom: 20px;}
.bloginfo { display: block; border: 1px solid #EFFFBF; min-height: 30px; font-size: 12px; line-height: 1em; margin-top: 17px;}
.bloginfo li { float: left;}
.bloginfo .date, .bloginfo .cats { padding: 9px 3px 9px 3px; display: block; color: #999; text-transform: uppercase; width:170px;}
.bloginfo .date a, .bloginfo .cats a { color: #999;}
.bloginfo .readmore { display: block;}
.bloginfo .readmore a { background: #AFCC33; display: block; text-align: center; color: #fff; padding: 9px; text-transform: uppercase; font-size: 12px; line-height: 1em; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.bloginfo .readmore a:hover { background: #4a4a4a;}
.bloginfo i { margin-right: 10px;}
.feature_large { padding: 0 30px 30px 0;}
.feature_large img { width: 100%; height: auto;}

.logos { padding-bottom: 50px;}
.logo { border-bottom: 1px solid #ddd; border-right: 1px solid #ddd; text-align: center; padding: 20px;}
.logo p { padding-top: 20px; color: #999;}
.logo.third {border-right: 1px solid #fff;}

h2.title { font-size: 40px; line-height: 1em; padding: 30px 0 30px 0; font-weight: 300; color: #fff; text-shadow: 2px 2px 2px #333;}
h2.title a { color: #fff;}

.side_icon { min-height: 120px; display: block; background: rgba(255,255,255,0.5); border-right: 1px solid rgba(255,255,255,0.6); border-left: 1px solid rgba(255,255,255,0.6);}
#sidebar { background: #f9f9f9; border-left: 1px solid #e6e8e9; border-bottom: 1px solid #e6e8e9; padding: 60px 20px; height: 100%;}
	.box { padding: 0 0 30px 0;}
	.box h3 { font-size: 24px; color: #666; padding-bottom: 20px;}
	.box ul { padding: 0;}
	.box ul li { padding: 3px 0; position: relative;  border-bottom: 1px solid #ddd;}
	.box ul li:before { content: '-'; position: absolute; left: -10px; top: 0px; width: 10px; height: 0px; color: #ccc;}
	.box ul li a { font-size: 13px; color: #999;}
	.box ul li a:hover { color: #0278a6;}
	.box .textwidget { padding: 15px 0;}

#searchform { position: relative;}
	#searchform input[type="text"] { display: block; width: 90%;}
	#searchform .searchsubmit { position: absolute; top: 5px; right: 5px; border: none ; background: none; width: 30px; height: 30px ; margin: 0; font-size: 18px; line-height: 1em; display: block; cursor:pointer; color: #ddd;}
	#searchform .searchsubmit:hover { color: #0278a6;}

.bigbutton { display: block; text-align: center; color: #fff; border: 1px solid #005f83; -webkit-border-radius:5px; -moz-border-radius:5px; border-radius:5px; font-size: 24px; padding: 20px; text-transform: uppercase; margin: 15px 0;
	background-color: #00668e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0078a6), to(#00668e)); 
	background-image: -webkit-linear-gradient(top, #0078a6, #00668e); 
	background-image:    -moz-linear-gradient(top, #0078a6, #00668e); 
	background-image:     -ms-linear-gradient(top, #0078a6, #00668e); 
	background-image:      -o-linear-gradient(top, #0078a6, #00668e); 
	background-image:         linear-gradient(top, #0078a6, #00668e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0078a6', EndColorStr='#00668e');
	-webkit-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	-moz-box-shadow: 0 1px 5px rgba(0,0,0,0.2);
	box-shadow: 0 1px 5px rgba(0,0,0,0.2);
}
.bigbutton:hover {color: #fff; text-shadow: 0 0 5px #fff;
	-webkit-box-shadow: 0 1px 5px #0078a6;
	-moz-box-shadow: 0 1px 5px #0078a6;
	box-shadow: 0 1px 5px #0078a6;
}


/* breadcrumbs */
#crumbs { border-bottom: 1px solid #ddd; padding: 15px; font-size: 11px; text-transform: uppercase;}
#crumbs a { color: #999; padding:0 10px;}
#crumbs a:hover { /*color: #ff8a55;*/}
#crumbs span { color: #999; padding:0 10px;}
#crumbs i { color: #999; padding:0 10px; font-size: 10px;}

#footer, #footer a { color: #fff; font-size: 12px;}
#footertrans { display: block; height: 40px; background: rgba(255,255,255,0.7);}

#footer { padding: 40px 0;}
#footer ul { clear: both; padding: 20px 0;}
#footer ul li { display: block;}
#footer ul li a { font-size: 12px; text-transform: uppercase;}
.copyright { text-align: center; font-size: 11px; padding: 15px 0;}

.footer-signup { padding: 0 30px;}
.footer-signup p { padding: 0px 0; font-size: 13px;}
.footer-signup .forms { padding:15px 0;}
.footer-signup input[type="email"], .footer-signup input[type="submit"] {padding: 12px 2%; border: none; margin: 0; font-size: 14px; -webkit-border-radius:0; -moz-border-radius:0; border-radius:0;}
.footer-signup input[type="email"] { width: 66%; border: 1px solid #999;}
.footer-signup input[type="submit"] { width: 26%; border: 1px solid #005f83; color: #fff;
	background-color: #00668e;
	background-image: -webkit-gradient(linear, left top, left bottom, from(#0078a6), to(#00668e)); 
	background-image: -webkit-linear-gradient(top, #0078a6, #00668e); 
	background-image:    -moz-linear-gradient(top, #0078a6, #00668e); 
	background-image:     -ms-linear-gradient(top, #0078a6, #00668e); 
	background-image:      -o-linear-gradient(top, #0078a6, #00668e); 
	background-image:         linear-gradient(top, #0078a6, #00668e);
	filter: progid:DXImageTransform.Microsoft.gradient(startColorStr='#0078a6', EndColorStr='#00668e');
}
.footer-signup input[type="submit"]:hover { border: 1px solid #005f83; color: #fff; text-shadow: 0 0 5px #fff;}

#scrollto { padding: 15px 0; text-align: center; font-size: 14px; color: #fff; background: #333; cursor: pointer; margin: 0 0 10px 0;}

/************************************/
/************** MENUS ***************/

#menu ul { float: right;}
#menu ul li { float: left; position: relative; }
#menu ul li a {font-size: 14px; line-height: 1em; color: #999; padding:50px 10px; display: block; position: relative; text-transform: uppercase;}
#menu ul li a:hover { color:#333;}
#menu ul li.current-menu-item:before, #menu ul li.current-menu-parent:before { content: ''; position: absolute; left: 50%; top: 60px; margin-left: -5px; width: 0px; height: 0px; border-style: solid; border-width: 10px 10px 0 10px; border-color: #ffffff transparent transparent transparent;}

#menu ul ul:before { content: ''; position: absolute; left: 50%; top: -10px; margin-left: -5px; width: 0px; height: 0px; border-style: solid; border-width: 0 10px 10px 10px; border-color: transparent transparent #333 transparent;}
#menu ul ul { position:absolute; left: 50%; margin-left: -125px; top: 80px; background:#333; width: 250px; z-index:9999; text-align: left; padding: 10px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.5);
	box-shadow: 0 2px 5px rgba(0,0,0,0.5);
}
#menu ul ul li { width: 250px;}
#menu ul ul li a { display: block; text-align: center; color: #fff; padding: 10px 0; font-size: 14px;}
#menu ul ul li a:hover { color: #fff; background: #1a1a1a; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul ul li:hover a, #menu ul ul li.current-menu-item a {/* color: #fff; background: #4b4b4e;*/}
#menu ul ul li.current-menu-item:before, #menu ul ul li.current-menu-parent:before { display: none;}

/* mobile menu */
#menumobile {/*position: relative;*/ z-index: 9999 !important; display: block; width: 100%; background: #fff;}
#menu-icon {width: 40px; height: 40px; padding: 10px 0 0 0; background:#666; text-align: center; font-size: 16px; color: #fff; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 35px; right: 30px;}
#menu-icon.active {background: #AFCC33; color: #fff;}

#menu-icon:before, #menu-icon:after { -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu-icon:before { content: ''; display: block; width: 20px; height: 8px; border-bottom: 2px solid #fff; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: -8px 0 0 -10px;}
#menu-icon:after { content: ''; display: block; width: 20px; height: 1px; border-top: 2px solid #fff; position: absolute; top: 50%; left: 50%; margin: 5px 0 0 -10px;}
#menu-icon.active:before { border-bottom: none; width: 28px; margin: -2px 0 0 -16px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
#menu-icon.active:after { width: 28px; margin: -1px 0 0 -14px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}


#menumobile ul {clear: both; width: 100%; z-index: 10000 !important; padding: 20px 0; background: #f1f1f1; display: none; text-align: left;}
#menumobile ul li { clear: both; float: none; }
#menumobile ul a, #menumobile ul ul a {color: #333; text-transform: uppercase; font-size: 14px; display: block; padding: 5px 20px;}
#menumobile ul a:hover, #menumobile ul ul a:hover {color: #000;}
#menumobile ul ul {top: 0; padding: 0;width: auto;position: relative;display: none;border: none;background: none;}
#menumobile ul ul li { padding:0 15px;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1000px;
	display:block;
}
.container.padding { padding: 0 40px;}

/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 999px) {
	
	.container {
		margin:0;
		width:100%;
	}
	h2.title { padding: 30px;}
	#logo { padding-left: 30px;}

}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
body {
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;}

#header {/*min-height: 60px;*/ position: relative;}
#logo { padding-left: 30px;}
#headergap { display: none;}
/*.home-signup { background: rgba(0,0,0,0.3);}*/
.home-signup .forms { width: 80%;}
.home-signup h4 { font-size: 18px;}

#featureblock .slogan h3 { line-height: 1em; font-size: 18px; padding: 0 15px;}
#featureblock .slogan h1 { line-height: 1em; font-size: 40px; padding: 0 15px;}

.lionhead01 {width: 54px; height: 54px; background: url(images/auraswirl.png) no-repeat center center; position: absolute; left: 50%; margin: -27px 0 0 -27px; z-index: 99;
	-webkit-background-size: 100% 100% !important;
	-moz-background-size: 100% 100% !important;
	-o-background-size: 100% 100% !important;
	background-size: 100% 100% !important;
}

.logo.third {border-right: 1px solid #ddd;}

.home-signup input[type="email"] { width: 56%;}
.home-signup input[type="submit"] { width: 36%;}

.homeblock h2 { text-align: center; font-size: 30px;}
.leftpost { margin:0 20px 10px 0;}
h2.title { text-align: center;}
.address { padding: 0 30px; text-align: center;}
#footer ul { padding: 30px;}

.tc-media iframe { width: 100%;}
	
}

/************************************/
/*********** ICON STYLING ***********/

[class^="icon-"]:before, [class*=" icon-"]:before {
	font-family: "fontello";
  	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;
	-webkit-font-smoothing: antialiased;
	text-align: center;
}
.icon-quote:before { content: '\e800'; } /* '' */
.icon-mail:before { content: '\e810'; } /* '' */
.icon-heart:before { content: '\e802'; } /* '' */
.icon-heart-empty:before { content: '\e804'; } /* '' */
.icon-star:before { content: '\e806'; } /* '' */
.icon-star-empty:before { content: '\e807'; } /* '' */
.icon-user:before { content: '\e80f'; } /* '' */
.icon-camera:before { content: '\e814'; } /* '' */
.icon-layout:before { content: '\e813'; } /* '' */
.icon-menu:before { content: '\e80d'; } /* '' */
.icon-plus:before { content: '\e85d'; } /* '' */
.icon-minus:before { content: '\e85f'; } /* '' */
.icon-info-circled:before { content: '\e816'; } /* '' */
.icon-home:before { content: '\e818'; } /* '' */
.icon-link:before { content: '\e83e'; } /* '' */
.icon-attach:before { content: '\e842'; } /* '' */
.icon-eye:before { content: '\e817'; } /* '' */
.icon-tag:before { content: '\e819'; } /* '' */
.icon-bookmarks:before { content: '\e81a'; } /* '' */
.icon-thumbs-up:before { content: '\e81b'; } /* '' */
.icon-download:before { content: '\e81c'; } /* '' */
.icon-comment:before { content: '\e81d'; } /* '' */
.icon-chat:before { content: '\e820'; } /* '' */
.icon-map:before { content: '\e81f'; } /* '' */
.icon-docs:before { content: '\e83d'; } /* '' */
.icon-book:before { content: '\e81e'; } /* '' */
.icon-rss:before { content: '\e821'; } /* '' */
.icon-basket:before { content: '\e803'; } /* '' */
.icon-calendar:before { content: '\e841'; } /* '' */
.icon-clock:before { content: '\e843'; } /* '' */
.icon-down-arrow:before { content: '\e840'; } /* '' */
.icon-left-arrow:before { content: '\e811'; } /* '' */
.icon-right-arrow:before { content: '\e812'; } /* '' */
.icon-up-arrow:before { content: '\e82e'; } /* '' */
.icon-search:before { content: '\e838'; } /* '' */
.icon-play:before { content: '\e822'; } /* '' */
.icon-stop:before { content: '\e823'; } /* '' */
.icon-pause:before { content: '\e824'; } /* '' */
.icon-target:before { content: '\e826'; } /* '' */
.icon-list:before { content: '\e827'; } /* '' */
.icon-trophy:before { content: '\e828'; } /* '' */
.icon-network:before { content: '\e82a'; } /* '' */
.icon-cd:before { content: '\e829'; } /* '' */
.icon-flash:before { content: '\e82b'; } /* '' */
.icon-paper-plane:before { content: '\e82d'; } /* '' */
.icon-leaf:before { content: '\e82c'; } /* '' */
.icon-suitcase:before { content: '\e83f'; } /* '' */
.icon-chart-area:before { content: '\e82f'; } /* '' */
.icon-ticket:before { content: '\e831'; } /* '' */
.icon-megaphone:before { content: '\e830'; } /* '' */
.icon-rocket:before { content: '\e832'; } /* '' */
.icon-gauge:before { content: '\e833'; } /* '' */
.icon-cw:before { content: '\e825'; } /* '' */

.icon-paypal:before { content: '\e801'; } /* '' */
.icon-android:before { content: '\e836'; } /* '' */
.icon-google-plus:before { content: '\e834'; } /* '' */
.icon-fivehundredpx:before { content: '\e83a'; } /* '' */
.icon-pinterest:before { content: '\e83b'; } /* '' */
.icon-appstore:before { content: '\e815'; } /* '' */
.icon-flickr:before { content: '\e83c'; } /* '' */
.icon-linkedin:before { content: '\e808'; } /* '' */
.icon-rss:before { content: '\e809'; } /* '' */
.icon-twitter:before { content: '\e80a'; } /* '' */
.icon-youtube:before { content: '\e80b'; } /* '' */
.icon-vimeo:before { content: '\e80c'; } /* '' */
.icon-facebook:before { content: '\e80e'; } /* '' */
.icon-tumblr:before { content: '\e839'; } /* '' */
.icon-deviantart:before { content: '\e805'; } /* '' */
.icon-picasa:before { content: '\e835'; } /* '' */
.icon-instagram:before { content: '\e837'; } /* '' */

/************************************/
/************** OTHER ***************/

/* SELECT & PLACEHOLDER */
::selection,
::-moz-selection { background: #f1f1f1; color:#333;}

::-webkit-input-placeholder { color:#999999;}
	 :-ms-input-placeholder { color:#999999;}
	 	 ::-moz-placeholder { color:#999999;}
		  :-moz-placeholder { color:#999999;}

.section-dark ::-webkit-input-placeholder { color:#ffffff;}
	 .section-dark :-ms-input-placeholder { color:#ffffff;}
	 	 .section-dark ::-moz-placeholder { color:#ffffff;}
		  .section-dark :-moz-placeholder { color:#ffffff;}

/* FORMS */
textarea,
input[type="text"],
input[type="password"],
input[type="datetime"],
input[type="datetime-local"],
input[type="date"],
input[type="month"],
input[type="time"],
input[type="week"],
input[type="number"],
input[type="email"],
input[type="url"],
input[type="search"],
input[type="tel"],
input[type="color"] {
	background:#fff;
	border: 1px solid #d9d6cf;
	color:#2d3035;
	font-size:14px !important;
	padding: 10px !important;
}

.section-dark textarea,
.section-dark input[type="text"],
.section-dark input[type="password"],
.section-dark input[type="datetime"],
.section-dark input[type="datetime-local"],
.section-dark input[type="date"],
.section-dark input[type="month"],
.section-dark input[type="time"],
.section-dark input[type="week"],
.section-dark input[type="number"],
.section-dark input[type="email"],
.section-dark input[type="url"],
.section-dark input[type="search"],
.section-dark input[type="tel"],
.section-dark input[type="color"] {
	background: #6f8990;
	border: none;
	color: #fff;
}

textarea:focus,
input[type="text"]:focus,
input[type="password"]:focus,
input[type="datetime"]:focus,
input[type="datetime-local"]:focus,
input[type="date"]:focus,
input[type="month"]:focus,
input[type="time"]:focus,
input[type="week"]:focus,
input[type="number"]:focus,
input[type="email"]:focus,
input[type="url"]:focus,
input[type="search"]:focus,
input[type="tel"]:focus,
input[type="color"]:focus {
	background:#fff;
}

.section-dark textarea:focus,
.section-dark input[type="text"]:focus,
.section-dark input[type="password"]:focus,
.section-dark input[type="datetime"]:focus,
.section-dark input[type="datetime-local"]:focus,
.section-dark input[type="date"]:focus,
.section-dark input[type="month"]:focus,
.section-dark input[type="time"]:focus,
.section-dark input[type="week"]:focus,
.section-dark input[type="number"]:focus,
.section-dark input[type="email"]:focus,
.section-dark input[type="url"]:focus,
.section-dark input[type="search"]:focus,
.section-dark input[type="tel"]:focus,
.section-dark input[type="color"]:focus {
	background:#799ea8;
}

a.button,
button,
input[type="button"],
input[type="submit"] {
	border:none;
	background:#f47821;
	color:#fff;
	font-size:14px; 
	text-transform: uppercase;
	font-weight: 400;
}

a.button:hover,
button:hover,
input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #eb6100;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

input:-webkit-autofill {
    color: #fff !important;
}

.gform_wrapper { margin: 0 !important;}
.gform_wrapper br { display: none !important;}
.gfield_label { font-size: 13px !important; padding: 0;}
.gfield_checkbox li { margin: 0 !important; font-size: 12px !important;}
.gfield_html ol { font-size: 12px !important;}
.gfield_html ol li { margin: 0 !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text h6 { font-size:12px;}
.text h5 { font-size:14px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px; padding:20px 0;}
.text h2 { font-size:32px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	font-family: 'Oswald', sans-serif;
	padding-bottom: 15px;
	text-transform: uppercase;
}

/* PAGE NAVIGATION */
.page_navigation { border: none; padding: 0;}
.page_navigation ul li a { border-color: #ddd;}
.page_navigation ul li a {background: #f9f9f9; color: #4b4b50;}
.page_navigation ul li a:hover { background: #f1f1f1;}
.page_navigation ul li a.current { color: #4b4b50; background: #ffdd00; border: 1px solid #ffd200;}

/* FANCYBOX */
.fancybox-skin{ background: #fff; color: #323a45;}
.fancybox-next span { background-image: url(../img/fancybox_sprite.png);}
.fancybox-close{ background-color: #000;}
.fancybox-close i { color: #fff;}
.fancybox-prev span i { color: #000;}
.fancybox-next span i { color: #000;}

/* COMMENTS */
#respond .comment-notes, #comments ol li .myquote, #comments ol li cite, #comments ol li .commentmetadata, #comments .reply a { color: #ccc;}
#respond label, #comments .reply a:hover, #comments ol li cite a, .comment-reply-title small a, #comments ol.commentlist #respond .comment-notes, #comments ol li.bypostauthor .myquote { color: #666;}
#respond .comment-notes { border-color: #f1f1f1;}
#comments ol.commentlist, #comments ol li, #comments ol .children { border-color: #f0f0f0;}
#respond .comment-notes, #comments ol li { background: #f9f9f9;}
#comments ol.commentlist #respond, #comments ol.commentlist #respond .comment-notes, #comments ol.commentlist #respond h3 { border-color: #e1eaed;}
.comment-reply-title small a, #comments ol.commentlist #respond .comment-notes { background: #e1eaed;}
#comments h3 { border-bottom:1px solid #ddd;}
#comments ol li.odd { background: #fff;}
#comments .reply a:hover { background: #ccc;}
.comment-reply-title small a:hover { background: #c7d4d9;}
#comments ol.commentlist #respond { background: #eef4f6;}

/* ALIGNMENTS */
.wp-caption {
	border: 1px solid #ddd;
	background-color:#fff;
	color:#999;
	-webkit-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	   -moz-box-shadow: 0 1px 3px rgba(0,0,0,0.1);
	        box-shadow: 0 1px 3px rgba(0,0,0,0.1);
}

/* SHORTCODES */

.tc-quote-style-normal { font-size: 20px;}
.tc-quote-style-large { font-size: 28px;}

.tc-divider a {background: #e7e3dc; color: #2d3035;}
.section-dark .tc-divider a {background: #2d3035; color: #fff;}
.tc-solid, .tc-dashed, .tc-dotted, .tc-thick.tc-solid, .tc-thick.tc-dashed, .tc-thick.tc-dotted { border-color: #9c9a97;}
.section-dark .tc-solid, .section-dark .tc-dashed, .section-dark .tc-dotted, .section-dark .tc-thick.tc-solid, .section-dark .tc-thick.tc-dashed, .section-dark .tc-thick.tc-dotted { border-color: #6f8990;}

.tc-toggle, .tc-accordion {margin-top:0; position: relative;}
.tc-toggle-title { padding: 10px 35px; border: none; border-bottom: 2px solid #d9d6cf; cursor: pointer; background: none; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.section-dark .tc-toggle-title { border-bottom: 2px solid #6f8990;}
.tc-toggle-title:hover { background: #efebe5;}
.section-dark .tc-toggle-title:hover { background: none;}
.tc-toggle-content { padding: 15px; border: none; border-top: none; display: none;}
.tc-toggle-open .tc-toggle-title { background: #efebe5; color: #c6491c; font-weight: 400; border-bottom: none;}
.section-dark .tc-toggle-open .tc-toggle-title { background: none;}
.tc-toggle-open .tc-toggle-content { display:block; background: #f7f5f0; border-top: 2px solid #c6491c;}
.section-dark .tc-toggle-open .tc-toggle-content{ background: #25292c;}
.tc-toggle-title:before { content: "+"; display: block; position: absolute; left: 5px; top: 10px; font-size: 20px; line-height: 1em; text-align: center; z-index: 99; width: 20px; height: 20px;}
.tc-toggle-open .tc-toggle-title:before {content: "-";}

/************************************/
/************* END CSS! *************/