/*
Theme Name: Rust Online
Version: 1.0
Description: Custom website for Rust Online
Author: Intervision Design
Author URI: http://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 {
	background: #3d332d url(_assets/img/bg.jpg) repeat center top;
	color: #000;
	font-family: 'Courier', cursive;
	font-size: 15px;
	font-weight: 300;
}
a {
	color:#000;
	font-weight: 400;
}
a:hover,
a:active {
	color: #c5452a;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	line-height: 1.2em;
	font-weight: 400;
	text-transform: uppercase;
	font-family: 'Special Elite', cursive;
}

/*a {-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}*/

/************************************/
/*************** MAIN ***************/

#header { position: fixed; top: 0; height: 80px; background: rgba(0,0,0,0.8); z-index: 999; width: 100%;}
#logo { padding: 20px 0;}

#home_slideshow {}
.blocktitle { font-size: 36px; margin: 30px 30px 20px 30px; position: relative;}
.blocktitle:before { content: ''; display: block; width: 20px; height: 2px; background: #000; position: absolute; top: -5px; left: 0;}
.hometext { padding: 0 30px 30px 30px !important;}

.promo_box { height: 340px; background: no-repeat center center; position: relative; margin: 1px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.promo_box h3 { display: block; position: absolute; top: 50%; left: 0; width: 100%; text-align: center; font-size: 30px; margin-top: -30px; z-index: 999; font-family: 'Special Elite', cursive; color: #fff; text-transform: uppercase; line-height: 1.1em;}
.promo_box span { position: absolute; top: 20px; left: 20px; width:300px; height: 300px; background: rgba(0,0,0,0.5); z-index: 9; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.promo_box:hover span { opacity: 1;}
#promoitem-1 span { display: none !important;}

.sidebox { height: 255px; background: no-repeat center center; position: relative; margin: 0 0 30px 0;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.sidebox h3 { display: block; position: absolute; top: 50%; left: 0; width: 100%; text-align: center; font-size: 30px; margin-top: -30px; z-index: 999; font-family: 'Special Elite', cursive; color: #fff; text-transform: uppercase; line-height: 1.1em;}
.sidebox span { position: absolute; top: 20px; left: 20px; width:215px; height: 215px; background: rgba(0,0,0,0.5); z-index: 9; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.sidebox:hover span { opacity: 1;}

#content { background: #e6dbc5 url(_assets/img/content.jpg) no-repeat center center; padding: 40px 0;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
}
.pagetitle { position: relative;}
.pagetitle:before { content: ''; display: block; width: 25px; height: 2px; background: #000; position: absolute; top: -5px; left: 0;}
.fullpage { padding-right: 40px;}
.feature {background: no-repeat center center; height: 220px;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.feature_blank { height: 100px;}

/* Posts */
.theposts { padding: 0 0 50px 0; margin-right: 30px;}
	.theposts .featureimg { position: relative; margin-right: 30px; background: #000; }
	.theposts .featureimg:hover img { opacity: 0.5; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
	.theposts .meta-date { position: absolute; top:0; left: 0; z-index: 3; width: 50px; height: 50px; color: #fff; text-align: center; font-family: 'Special Elite', cursive; font-size: 20px; padding: 12px 0 0 0; line-height: 1em; text-transform: uppercase;}
	.theposts .meta-date span { font-size: 30px; padding-top: 3px; display: block; line-height: 1em; font-family: 'Special Elite', cursive; font-weight: 400;}
	.posttitle { font-size: 30px; padding-bottom: 10px; color: #000;}
	.readmore { display: inline-block; font-size: 18px; padding: 10px 20px; line-height: 1em; margin-top: 15px; text-transform: uppercase; color: #000; border: 2px solid #000; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; }
	.readmore:hover { color: #fff; background: #000;}
	.blogtitle { position: relative; min-height: 50px; margin-bottom: 30px;}
	.blogtitle h1 { font-size: 30px; padding: 10px 0; line-height: 1em; margin-left: 70px;}

/* Sidebar */
.widget { padding:10px 0 20px 0;}
.widget h3 { font-size: 18px; position: relative;}
/*.widget h3:before {content: ''; display: block; width: 10px; height: 2px; background: #000; position: absolute; top: -5px; left: 0;}*/
.widget ul { padding: 10px;}
.widget ul li:before { content: '-'; display: inline-block;}
.widget ul li a {}
.widget ul li a:hover {}

#footer { padding: 40px 0;}
.address { text-align: center; font-family: 'Special Elite', cursive; color: #fff;}
.address a { color: #fff;}
.footer_menu {}
.footer_menu ul { text-align: center;}
.footer_menu ul li { display: inline-block; padding: 20px 10px;}
.footer_menu ul li a { color: #999; font-family: 'Special Elite', cursive; text-transform: uppercase;}

.social { text-align: center;}
.social li { display: inline-block; margin: 0 10px;}
.social li span { width: 46px; height: 46px; border: 2px solid #fff; color: #fff; text-align: center; font-size: 16px; line-height: 1em; display: block; position: relative; padding-top: 12px; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px;}
.social li span:after { content: ''; width: 46px; height: 46px; border: 1px solid #fff; display: block; position: absolute; top: 50%; left: 50%; margin: -23px 0 0 -23px; -webkit-border-radius:100px; -moz-border-radius:100px; border-radius:100px; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s; opacity: 0;}
.social li:hover span:after { width: 54px; height: 54px; margin: -27px 0 0 -27px; opacity: 1;}

#newsletter { background: rgba(0,0,0,0.5);}
#newsletter h3 {color: #fff; text-align: center; padding: 30px 0 10px 0;}
#newsletter .space { display: block; padding: 10px;}
#newsletter input { border: 2px solid #776b5f !important; background: #776b5f; color: #fff;}
#newsletter input[type="submit"] { border: 2px solid #fff !important; background: none !important; display: block; width: 100%; padding-top: 10px;}
#newsletter ::-webkit-input-placeholder { color:#ffffff;}
	 #newsletter :-ms-input-placeholder { color:#ffffff;}
	 	 #newsletter ::-moz-placeholder { color:#ffffff;}
		  #newsletter :-moz-placeholder { color:#ffffff;}

.copyright { text-align: center; font-size: 12px; color: #999; padding: 30px 0;}
.copyright a { color: #999;}

/* Super Box */
.superbox-list {
	display:inline-block;
	*display:inline;
	zoom:1;
	text-align: center;
	margin: 0 !important;
	padding: 0 !important;
	position: relative;
}
.superbox-list.wide {
	width:33.333%;
}
.superbox-list.tall {
	width:25%;
}
.superbox-list .prod_inner { margin: 10px 5px 0 5px; background: #000 url(_assets/img/bg-prod.jpg) no-repeat center center; overflow: hidden;
	position: relative;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
	-o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;
}
.superbox-list span.sold { position: absolute; top: 15px; right: 0; background: #000; color: #fff; padding: 5px 25px; z-index: 99; font-family: 'Special Elite', cursive; font-size: 18px;
-webkit-transform: rotate(15deg);
   -moz-transform: rotate(15deg);
     -o-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
        transform: rotate(15deg);
}
.superbox-list h2 { position: absolute; bottom:0; padding: 70px 0 20px 0; width: 100%; opacity: 0; font-size: 20px; color: #fff; font-family: 'Special Elite', cursive; text-transform: uppercase; text-align: center; background: url(_assets/img/grunge.png) repeat-x left bottom; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.superbox-list:hover h2 { opacity: 1;}
.superbox-list.selected:after { content:''; display: block; width: 0px; height: 0px; border-style: solid; border-width: 15px 15px 0 15px; border-color: #000 transparent transparent transparent; position: absolute; bottom: -15px; left: 50%; margin-left: -15px; z-index: 999;}
.superbox-list.selected img { opacity: 0.5; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.superbox-show {
	border-top: 3px solid #000;
	border-bottom: 3px solid #000;
	position:relative;
	background: rgba(0,0,0,0.1);
    float:left;
	padding:20px;
	display:none;
	margin: 0 5px;
}
.superbox-show .featimg { text-align: center; padding: 30px;}
.superbox-show span { background: #000; color: #fff; padding: 5px 25px; margin-bottom: 20px; display: inline-block; font-family: 'Special Elite', cursive; font-size: 18px;}
.superbox-show .text { padding: 30px 30px 15px 30px;}
.get_btn { display: block; border: 2px solid #000; text-align: center; font-family: 'Special Elite', cursive; text-transform: uppercase; font-size: 18px; margin: 0 30px; padding: 10px;}
.get_btn:hover { background: #000; color: #fff;}
.superbox-float { float: left;}
.superbox-close { position: absolute; top: 0 !important; right: 0 !important; width: 51px; height: 51px; line-height: 41px; cursor: pointer; z-index: 999; background: rgba(0,0,0,0.2);}
.superbox-close:before { content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 41px; height: 1px; margin: 0 0 0 -20px; background: #000;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.superbox-close:after {content: ''; display: block; position: absolute; top: 50%; left: 50%; width: 41px; height: 1px; margin: 0 0 0 -20px; background: #000;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}

/* Text Gallery */

.gallery_block { padding: 10px 0;}
.gallery_block .item { padding: 5px;}
.gallery_block .item:hover img { opacity: 0.7; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}

/* SlideShow Blocks */
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }
.cycle-slideshow { position: relative; min-height: 100px; overflow: hidden;}
.cycle-slideshow img { position: absolute; top: 0; left: 0; width: 100%; padding: 0; display: block;}
.cycle-slideshow img:first-child {position: static; z-index: 100;}
.cycle-pager > * { cursor: pointer;}
.cycle-pager { position: absolute; width: 100%; text-align: center; bottom: 10px; z-index: 991;}
.cycle-pager span { font-family: arial; font-size: 40px; width: 16px; height: 16px; display: inline-block; color: #fff; cursor: pointer;  opacity: 0.5;}
.cycle-pager span.cycle-pager-active { opacity: 1;}
.cycle-prev, .cycle-next { position: absolute; top: 50%; margin-top: -25px; width: 50px; height: 50px; background: #fff; z-index: 999; opacity: 0; cursor: pointer; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
.cycle-prev { left: 0;}
.cycle-next { right: 0;}
.cycle-prev i, .cycle-next i { display: block; width: 26px; height: 26px; position: absolute; top: 50%;}
.cycle-prev i { border-bottom: 1px solid #40464f; border-left: 1px solid #40464f; margin: -12px 0 0 -12px; left: 30px;
-webkit-transform: rotate(45deg);
   -moz-transform: rotate(45deg);
     -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
        transform: rotate(45deg);
}
.cycle-next i { border-bottom: 1px solid #40464f; border-right: 1px solid #40464f; margin: -12px 0 0 -12px; left: 20px;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
.cycle-slideshow:hover .cycle-prev, .cycle-slideshow:hover .cycle-next { opacity: 1;}
.slide_block { max-width: 100%; height: 600px; display: block; position: relative;}
.slide_block .slide { width: 100%; height: 100%; display: block; position: relative; background: no-repeat center center;
	-webkit-background-size: cover !important;
	-moz-background-size: cover !important;
	-o-background-size: cover !important;
	background-size: cover !important;
}
.slide h2 { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; z-index: 999; margin-top: -40px; font-size: 50px;}
.slide h4 { position: absolute; top: 50%; left: 0; width: 100%; text-align: center; color: #fff; z-index: 999; margin-top: 10px;}

/************************************/
/************** MENUS ***************/

#menu ul { text-align: right; padding-right: 5px;}
#menu ul li { position: relative; display: inline-block;}
#menu ul li a { display: block; font-size: 16px; line-height: 1em; padding:15px 5px; margin: 20px 0; color: #fff; font-weight: 400; font-family: 'Special Elite', cursive; text-transform: uppercase; -o-transition:.5s; -ms-transition:.5s; -moz-transition:.5s; -webkit-transition:.5s; transition:.5s;}
#menu ul li a:hover {}
#menu ul li.current-menu-item a, #menu ul li.current-menu-parent a {}
#menu ul li.current-menu-item a:after,
#menu ul li.current-menu-parent a:after { content: ''; display: block; width: 30px; height: 2px; background: #fff; margin: 0 auto; margin-top: 10px;}

/* Level 1 */
#menu ul ul:before { content: '+'; color: #fff; position: absolute; left: 50%; margin-left: -5px; top: -20px; line-height: 1em; font-size: 40px; font-weight: 300; font-family: 'Special Elite', cursive;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
#menu ul ul { position:absolute; left: 50%; top: 80px; margin-left: -100px; background: rgba(0,0,0,0.8); width: 200px; z-index:9999; text-align: center; padding: 15px 0;
	-webkit-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	-moz-box-shadow: 0 2px 5px rgba(0,0,0,0.1);
	box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}
#menu ul ul li { width: 200px; display: block; margin: 0;}
#menu ul ul li a, #menu ul li.current-menu-item li a { display: block; padding: 10px 20px; color: #fff; font-size: 14px; margin: 0; border: none; background: none; }
#menu ul ul li a:hover, #menu ul li.current-menu-item ul a, #menu ul li.current-menu-parent ul a, #menu ul ul li.current-menu-item a, #menu ul ul li.current-menu-parent a { background: none; border: none; color: #fff;}
#menu ul ul li a:hover, #menu ul ul li.current-menu-item a { color: #fff; }
/* level 2 */
#menu ul ul ul {display: none;}

/* mobile menu */
#menumobile { /*position: relative; z-index: 99; display: block;*/}
#menu-icon { width: 40px; height: 40px; padding: 10px 0 0 0; background: #000; border: 2px solid #000; text-align: center; font-size: 16px; text-transform: uppercase; cursor: pointer; display: block; position: absolute; top: 20px; right: 30px; z-index: 9999;}
#menu-icon.active { border: 2px solid #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; border-color: #fff;
-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; border-color: #fff;
-webkit-transform: rotate(-45deg);
   -moz-transform: rotate(-45deg);
     -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
        transform: rotate(-45deg);
}
#menumobile ul { clear: both; width: auto; z-index: 100; padding: 20px; /*background:#333;*/ position: relative; display: none; margin: 0;}
#menumobile ul li { clear: both; float: none; }
#menumobile ul a, #menumobile ul ul a {color: #fff; text-transform: uppercase; font-size: 16px; display: block; text-align: left; padding: 10px;}
#menumobile ul a:hover, #menumobile ul ul a:hover {color: #fff;}
#menumobile ul ul { top: 0; padding: 0; width: auto; position: relative; display: none; border: none; background: none;}
#menumobile ul ul li { padding:0 20px;}

/************************************/
/************** GRIDS ***************/

.container {
	margin:0 auto;
	width:1020px;
	display:block;
	padding: 0;
}


/* GRIDS TABLET */
@media (min-width: 768px) and (max-width: 1019px) {
	
	.container { width: 768px;}
	#header { position: relative;}
	#logo { padding: 20px 30px;}
	.slide_block { height: 400px;}
	.promo_box { height: 255px;}
	.promo_box span { width: 215px; height: 215px;}
	.sidebox { height: 192px;}
	.sidebox span { width: 152px; height: 152px;}
}

/* GRIDS MOBILE */
@media (max-width: 767px) {
	
	.container { width: 100%;}
	#logo { padding: 20px 30px;}
	#header { position: relative;}
	.slide_block { height: 200px;}
	.slide_block h2 { font-size: 20px; margin-top: -10px;}
	.slide_block h4 { font-size: 14px;}
	.promo_box span,
	.sidebox span { display: none;}
	.promo_box { height: 160px;}
	.sidebox { height: 200px; margin: 1px;}
	#newsletter { padding: 0 20px;}
	.homepage { padding: 0 !important;}
	.fullpage { padding: 0 30px;}
	.feature { height: 100px;}
	.feature_blank { display: none;}
	.superbox { padding: 0 15px;}
	.superbox-list.wide,
	.superbox-list.tall { width: 50%;}
	.superbox-list h2 { display: none;}
	.superbox-show { padding: 0 0 20px 0;}
	.product_gallery h1 { margin: 0 20px;}
	
	.theposts { padding:0 20px 50px 20px; margin-right: 0;}
	.posttitle { font-size: 24px;}
	.blogtitle { position: relative; min-height: 50px; margin-bottom: 30px;}
	.blogtitle h1 { font-size: 30px; padding: 10px 0; line-height: 1em; margin-left: 70px;}
	.widget { padding: 0 30px 30px 30px;}

}

/************************************/
/*********** 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;}

/* 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 #ccc;
	color: #999;
	font-size:14px ;
	padding: 10px;
	font-family: 'Arial', sans-serif;
}

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;
}

input[type="button"],
input[type="submit"] {
	border: 2px solid #000;
	background: none;
	color: #000;
	font-size: 18px;
	font-weight: 400;
	padding: 7px 10px;
	line-height: 1.3em;
	font-family: 'Special Elite', cursive;
}

input[type="button"]:hover,
input[type="submit"]:hover {
	color: #fff;
	background: #000;
}

input[type="radio"],
input[type="checkbox"] {
margin: 0 !important;
*margin-top: 0 !important;
line-height: normal;
}

.gfield select { font-size: 18px !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;}
.gform_title { font-weight: normal !important;}

/* TEXT STYLING */

.text 	 { padding: 0;}
.text a { text-decoration: underline; font-weight: bold;}
.text a:hover {}
.text h6 { font-size:16px;}
.text h5 { font-size:18px;}
.text h4 { font-size:18px;}
.text h3 { font-size:24px;}
.text h2 { font-size:30px;}
.text h1 { font-size:36px;}
.text h1,
.text h2,
.text h3,
.text h4,
.text h5,
.text h6 {
	padding-bottom: 15px;
	color: #000;
	text-transform: uppercase;
	position: relative;
}
.text h1:before,
.text h2:before,
.text h3:before,
.text h4:before,
.text h5:before,
.text h6:before { content: ''; display: block; width: 20px; height: 2px; background: #000; position: absolute; top: -5px; left: 0;}

/* 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;}

/* 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 */

.shortcode-list.custom li:before { color: #c5452a !important;}
.shortcode-alert.custom { background: #c5452a !important; color: #fff;}
.shortcode-button.custom { border: 3px solid #f79621 !important; color: #f79621 !important;}
.shortcode-button.custom:hover { background: #f79621 !important; color: #fff !important;}
.shortcode-divider,
.shortcode-divider.thick { border-color: #000 !important;}
.shortcode-divider span { background: #000 !important; color: #fff;}
.shortcode-quote,
.shortcode-quote em,
.shortcode-quote:before { color: #000 !important;}
.shortcode-toggle-title,
.shortcode-accordion-title { border-bottom: 2px solid #000 !important;}
.shortcode-toggle-content,
.shortcode-accordion-content { background: rgba(0,0,0,0.2) !important;}
.shortcode-price { border-bottom: 2px dotted #000 !important; }

/************************************/
/************* END CSS! *************/