@import "grid.css";
@import "application.css";
@import "font-awesome.min.css";
@import "tipso.min.css";
@import "queries.css";
@import url(https://fonts.googleapis.com/css?family=Open+Sans:400,600,700,800);
/* font-family: 'Open Sans', sans-serif; */


h1, h2, h3, h4, h5, h6{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	color: #252525;
	}

h1.nbm, h2.nbm, h3.nbm{
	margin-bottom: 5px !important;
	}

h3.line-through{
  	position: relative;
 	text-align: center;
 	font-size: 15px;
	}

h3.line-through span{
 	background: #e5e5e5;
  	padding: 0 15px;
  	position: relative;
  	z-index: 1;
  	font-family: 'Open Sans', sans-serif;
  	font-weight: 400;
  	color: #888;
	}

h3.line-through:before {
  	background: #ccc;
  	content: "";
  	display: block;
  	height: 1px;
  	position: absolute;
    top: 50%;
  	width: 100%;
  	left: 0;
	}

.caps{
	text-transform: uppercase;
	}
.alert p{
	font-size: 14px;
	}
	
a, a:visited{
	color: #3E96E2;
	text-decoration: none;
	}


.text-green{
	color: #39AE55;
	}

.text-blue{
	color: #3E96E2;
	}

.text-red{
	color: #E34E36;
	}
	
a:hover{
	color: #317AB7;
	text-decoration: none;
	}
	
.button{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	border-bottom: 1px solid rgba(0, 0, 0, .25);
	}

.lead{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	line-height: 1.8em;
	}

.pad-top{
	padding-top: 20px;
	}

.pad-all{
	padding: 25px;
	}
	
.pad-bottom{
	padding-bottom: 20px;
	}

.inline-block{
	display: inline-block;
	width: auto;
	margin-right: 3px;
	}

body{
	font-size: 15px;
	color: #666;
	background: #e5e5e5;
	}
	
.header{
	background: #fff;
	padding: 0;
	position: relative;
	}

.logo{
	float: left;
	margin-right: 30px;
	}

.logo a{
	display: inline-block;
	vertical-align: middle;
	line-height: 62px;
	}

.logo a img{
	display: inline-block;
	vertical-align: middle;
	}
	
.header .navbar .metanav{
	float: right;
	}

.header .navbar .member-nav{
	margin-top: 15px;
	}
	
.header .navbar .metanav li a{
	font-size: 14px;
	}

.header .navbar .metanav li.header-cta{
	display: inline-block;
	}
	
.header .navbar .metanav li.header-cta a{
	background: #FA6C00;
	color: #fff;
	display: block;
	padding: 0 20px;
	line-height: 36px;
	font-weight:400;
	text-decoration:none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.25);
	position:relative;
	cursor:pointer;
	font-size:14px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	}

.header .navbar .metanav li.header-cta a:hover{
	background: #E36200;
	}
	
.header .navbar ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: left;
	}

.header .navbar ol li{
	display: inline-block;
	}

.header .navbar ol li a{
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	display: block;
	padding: 0 10px;
	text-decoration: none;
	line-height: 62px;
	color: #4D2604;
	}

.header .navbar ol li a:hover, .header .navbar ol li.active a{
	color: #FA6C00;
	}

.drop-down li, .drop-down{
	position: relative;
	}
	
ol.drop-down ol, .drop-down .drop-panel{
	list-style-type: none;
	margin: 0;
	position: absolute;
	left: 0;
	top: 100%;
	background: #A49C94;
	min-width: 220px;
	display: none;
	opacity: 0;
	visibility: hidden;
	z-index: 99999;
	padding: 0px !important; 
	-webkit-box-shadow: 0px 0px 2px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 2px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 2px 0px rgba(50, 50, 50, 0.15);
	}

.drop-down.pos-right .drop-panel{
	right: 0;
	left: auto;
	margin-top: 8px;
	}
	
.drop-down li.active ol, .drop-down.active  .drop-panel{
	display: block;
	opacity: 1;
	visibility: visible;
	}

.drop-down ol:before, .drop-down .drop-panel:before{
	position: absolute;
	left: 20px;
	top: -8px;
	content: ' ';
	border-left: 8px solid transparent;
	border-right: 8px solid transparent;
	border-bottom: 8px solid #A49C94;
	}


.drop-down.pos-right .drop-panel:before{
	left: auto;
	right: 10px;
	}

.drop-down .drop-panel ol:before{
	content: none;
	border: 0 !important;
	}
	
.drop-down ol li{
	display: block !important;
	margin: 0 !important;
	}
	
.drop-down .drop-panel ol{
	display: block;
	width: 100%;
	}
	
.drop-down ol li a, .drop-down .drop-panel ol li a{
	display: block;
	margin: 0 !important;
	color: #fff !important;
	font-weight: 400 !important;
	opacity: 0.8;
	font-size: 14px !important;
	padding: 0 15px !important;
	line-height: 42px !important;
	text-transform: none !important;
	    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}

.drop-down ol li a:hover{
	opacity: 1;
	background: #948C85 !important;
	color: #FFF !important;
	}

#nav-trigger{
	float: right;
	display: none;
	}

#nav-trigger a{
	font-size: 20px;
	color: #444;
	}

#nav-mobile{
	position: absolute;
	top: 100%;
	left: 0;
	background: #4C2600;
	width: 100%;
	z-index: 9999;
	display: none;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

#nav-mobile li a{
	padding: 10px 40px;
	display: block;
	border-bottom: 1px solid rgba(255, 255, 255, .05);
	text-decoration: none;
	font-family: 'Open Sans', sans-serif;
	font-size: 15px;
	font-weight: 400;
	color: #fff;
	color: rgba(255, 255, 255, .65);
	}

#nav-mobile li a:hover, #nav-mobile li.active > a{
	background: #582C00;
	color: #fff;
	}
	
#nav-mobile li ol{
	list-style-type: none;
	margin: 0;
	padding: 0;
	background: #582C00;
	padding: 15px 0;
	display: none;
	}

#nav-mobile li ol li a{
	border-bottom: 0 !important;
	font-size: 14px !important;
	padding: 5px 40px !important;
	}

#nav-mobile li ol li a:hover{
	background: none;
	}
	
/* Slider */
.slider-wrapper{
	position: relative;
	}
	
.slider{
     min-width:100%;
     width: 100%;
     position: relative;
     }

.slider-wrapper .slider-arrow{
	font-size: 48px;
	width: 48px;
	height: 48px;
	line-height: 48px;
	text-align: center;
	padding:10px;
	color: #fff;
	cursor: pointer;
	opacity: 0.9;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	position: absolute;
	top: 50%;
	margin-top: -36px;
	}

.slider-wrapper .slider-arrows{
	display: none;
	}
.slider-wrapper .slider-arrow.prev-arrow{
	left: 0;
	}
	
.slider-wrapper .slider-arrow.next-arrow{
	right: 0;
	}

.slider-wrapper:hover .slider-arrows{
	display: block;
	}	
	
.slider .slide{
     position: relative;
     background-repeat: no-repeat;
     background-position:  center top;
     background-size: cover;
     min-height: 590px;
     }

.slider .slide .slide-overlay{
	position: absolute;
	width: 100%;
	height: 100%;
	/*background: rgba(44, 21, 2, .35);*/
	background: rgba(0, 0, 0, .35);
	}
	     
.slider .slide .slidetext{
     width: 100%;
     padding-top: 110px;
     }
    
.slider .slide .slidetext .slideheading{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 500;
	font-size: 40px;
	margin-bottom: 30px;
	/* text-shadow: 3px 1px 2px rgba(10, 10, 10, 0.2); */
	}

.slider .slide .slidetext .slidesubheading{
	color: #fff;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 18px;
	margin-bottom: 30px;
	/* text-shadow: 3px 1px 2px rgba(10, 10, 10, 0.2); */
	}


.categories-icons{
	list-style-type: none;
	margin: 0;
	padding: 0;
	font-size: 0;
	}

.categories-icons li{
	display: inline-block;
	width: 16.666%;
	margin-bottom: 15px;
	}

.categories-icons li img{
	display: block;
	margin: auto;
	}

.categories-icons li a{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	line-height: 20px;
	text-decoration: none;
	color: #444;
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}

.categories-icons li a img{
	-moz-transition: all 0.2s linear;
	-webkit-transition: all 0.2s linear;
	-o-transition: all 0.2s linear;
	transition: all 0.2s linear;
	}
	
.categories-icons li a:hover{
	color: #3E96E2;
	}

.categories-icons li a:hover img{
	-webkit-filter: invert(100%);
	}

/* Star Rating */
.star-rating{
	  font-size: 0;
	  white-space: nowrap;
	  display: inline-block;
	  width: 100px;
	  height: 20px;
	  overflow: hidden;
	  border: 1px solid #333;
	  position: relative;
	  background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjREREREREIiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
	  background-size: contain;
	}

.star-rating span{
	opacity: 0;
	position: absolute;
	left: 0;
	top: 0;
	height: 100%;
	z-index: 1;
	background: url('data:image/svg+xml;base64,PHN2ZyB2ZXJzaW9uPSIxLjEiIHhtbG5zPSJodHRwOi8vd3d3LnczLm9yZy8yMDAwL3N2ZyIgeG1sbnM6eGxpbms9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkveGxpbmsiIHg9IjBweCIgeT0iMHB4IiB3aWR0aD0iMjBweCIgaGVpZ2h0PSIyMHB4IiB2aWV3Qm94PSIwIDAgMjAgMjAiIGVuYWJsZS1iYWNrZ3JvdW5kPSJuZXcgMCAwIDIwIDIwIiB4bWw6c3BhY2U9InByZXNlcnZlIj48cG9seWdvbiBmaWxsPSIjRkZERjg4IiBwb2ludHM9IjEwLDAgMTMuMDksNi41ODMgMjAsNy42MzkgMTUsMTIuNzY0IDE2LjE4LDIwIDEwLDE2LjU4MyAzLjgyLDIwIDUsMTIuNzY0IDAsNy42MzkgNi45MSw2LjU4MyAiLz48L3N2Zz4=');
	background-size: contain;
	}
	
.star-rating .rating1{width: 20%; opacity: 1;}
.star-rating .rating2{width: 40%; opacity: 1;}
.star-rating .rating3{width: 60%; opacity: 1;}
.star-rating .rating4{width: 80%; opacity: 1;}
.star-rating .rating5{width: 100%; opacity: 1;}


/* Sections */
.section{
	padding:15px 0;
	}

.section-white{
	background-color: #fff;
	}

/* Wizard Steps */
.wizard-steps{
	list-style-type: none;
	margin: 0;
	padding:0;
	width: 100%;
	font-size: 0;
	}

.wizard-steps li{
	display:inline-block;
	width: 24%;
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	padding: 10px 0;
	color: #999;
	margin: 0 0.5%;
	border-bottom: 8px solid #ccc;
	}

.wizard-steps li a{
	color: #888;
	}
	
.wizard-steps li.active{
	color: #39AE55;
	border-color: #39AE55;
	}

/* White Box */
.category-panel{
	background:#fff;
	display: table;
	width: 100%;
	min-height: 180px; 
   	height: 180px; 
	border: 2px solid #fff;
	cursor: pointer;
	-webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -ms-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
	}

.category-panel:hover, .category-panel:focus{
	border-color: #39AE55;
	}
	
.category-panel .category-image{
	display: table-cell;
	padding: 5%;
	text-align: center;
	vertical-align: middle;
	width: 20%;
	}

.category-panel .category-image img{
	display: block;
	margin: auto;
	}

.category-panel .category-info{
	display: table-cell;
	vertical-align: middle;
	width: 60%;
	padding: 5%;
	}

.category-panel .category-info h4 a{
	text-decoration: none;
	color: #444;
	}

.block-form label{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 600;
	margin-bottom: 15px;
	}

.block-form .row{
	margin-bottom: 30px;
	}

input.field-error, textarea.field-error{
	border: 1px solid red;
	}

.field-error .selectWrapper, .field-error .multi-select{
	border: 1px solid red !important;
	}	

input[type="text"]:focus{
	border-color: transparent;
	}
	
.field-label{
	font-size: 16px;
	font-family: 'Open Sans', sans-serif;
	color: #444;
	font-weight: 400;
	margin-bottom: 5px;
	}


.fields-group{
	display: table;
	width: 100%;
	}
	
.fields-group label{
	display: table-cell;
	text-align: center;
	width: 16.666%;
	}

.fields-group label strong{
	display: block;
	margin-top: 2px;
	font-size: 12px;
	font-weight: normal;
	}
	
.block-form .field-label{
	display: block;
	}

.block-form .field-group{
	margin-bottom: 20px;
	}

.required:before{
	content: '\f069';
	color: red;
	font-size: 8px;
	margin-right: 2px;
	font-family: FontAwesome;
	margin-top: -3px;
	vertical-align: top;
	}

.field-tip{
	font-size: 12px;
	color: #999;
	}
	
.field-tip:before{
	content: '\f0eb';
	color: #999;
	margin-right: 5px;
	font-family: FontAwesome;
	}

.progress{
	height: 5px;
	}

.progress .bar{
	 background: #39AE55; 
	 height: 5px; 
	 width: 0%;
	}
	
.files-container p{
	background:#fff;
	padding: 15px;
	margin-bottom:0px;
	position: relative;
	}


.files-container p:before{
	content: '\f0c6';
	font-family: FontAwesome;
	margin-right: 10px;
	}

.files-container p.alert-danger:before{
	content: '\f05e';
	font-family: FontAwesome;
	margin-right: 10px;
	color: red;
	}

.files-container p.alert-danger .error-msg{
	margin-top: 5px;
	color: #B00000;
	}

.files-container .fname{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 16px;
	color: #444;
	}

.files-container .fsize{
	color: #888;
	margin-left: 10px;
	font-size: 11px;
	}

.files-container .fa{
	position: absolute;
	right: 20px;
	top: 15px;
	cursor: pointer;
	color: #999;
	}
	
.files-container .fa:hover{
	color: #444;
	}

/* Package List */

ul.packagelist li{
	padding:15px 25px;
	margin:0;
	background: #fff;
	border-bottom:1px solid #e8e8e8;
	position: relative;
	}

ul.packagelist li.readyonly, ul.packagelist li.readyonly:hover{
	background:#f9f9f9;
	color:#999 !important;
	}

ul.packagelist li.readyonly .price-panel h5, ul.packagelist li.readyonly .info-panel h4{
	color:#999 !important;
	}

ul.packagelist li:hover{
	background:#f9f9f9;
	}



ul.packagelist li:last-child{
	border:0;
	}

ul.packagelist li h4{
     margin-top: 5px;
     font-weight: 700;
	}
	
ul.packagelist li h4 span{
	margin-left:10px;
	font-size: 12px;
	font-weight: 400;
	color: #F67F00;
	}
	
ul.packagelist .input-panel{
	}

ul.packagelist .input-panel h4{
	display: inline;
	vertical-align: middle;
	margin-left: 10px;
	}
	

ul.packagelist .info-panel{
	margin-top: 20px;
	margin-left: 50px;
	}

ul.packagelist .price-panel{
	position: absolute;
	right: 30px;
	top: 25px;
	}

ul.packagelist .price-panel h5{
	font-size:18px;
	color:#39AE55;
	}


ul.packagelist li ul{
	margin: 0;
	padding: 0;
	}
	
ul.packagelist li ul li{
	margin:0;
	padding:0px;
	border:0;
	}

ul.packagelist li:hover ul li{
	background:none;
	}

ul.packagelist li.readyonly, ul.packagelist li.readyonly:hover{
	background:#f9f9f9;
	color:#999 !important;
	}

ul.packagelist li.featured, ul.packagelist li.featured:hover{
     background: #ECFAE6;
     }

.contest-table{
	background: #fff;
	margin-bottom: 10px;
	width: 100%;
	position: relative;
	border: 1px solid #ddd;
	border-collapse: collapse;
	}

.contest-table td{
	border: 1px solid #ddd;
	}

.contest-table .column_2, .contest-table .column_3, .contest-table .column_4{
	text-align: center;
	}

.contest-table .column_award{
	text-align: center;
	font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}
	
.contest-table .contest-meta{
	margin-bottom: 0;
	font-size: 14px;
	color: #777;
	}

.contest-table h4{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	margin-bottom: 15px;
	}

.contest-table th{
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 16px;
	color: #444;
	}


.contest-table .contest-cell{
	padding: 25px;
	display: table-cell;
	}

.contest-award-ribbon{
    position: absolute;
    top: 10px;
    right: 0;
    height: 40px;
    line-height: 40px;
    padding: 0 10px 0 0;
    background: #39AE55;
    color: #fff;
    font-size: 18px !important;
    font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

.contest-award-ribbon::before,
.contest-award-ribbon::after {
    content: '';
    position: absolute;
    width: 0;
    height: 0;
    left: -25px;
    border-style: solid;
}
  
.contest-award-ribbon::before {
    top: 0px;
    border-width: 25px 0 0  25px;
    border-color: #39AE55 transparent transparent transparent;
}

  
.contest-award-ribbon::after {
    bottom: 0px;
    border-width: 0 0 25px 25px;
    border-color: transparent  transparent  #39AE55 transparent ;
}


.contest-table .price{
	font-weight: 700;
	margin-bottom: 5px;
	color: #222;
	}

.icon_field_group .icon_field{
	display: inline-block;
	}
	
.icon_field span.icon{
	font-weight: 700;
	font-family: 'Open Sans', sans-serif;
	}

.login-form{
	margin: auto;
	}

.tbl{
	display: table;
	width: 100%;
	}

.cell{
	display: table-cell;
	}


.payment-form-wrapper{
	background:#fff;
	padding: 30px;
	}
.payment-form{
	
	}

.credit-cards{
	background:url('../images/cards.png') no-repeat 0 0;
	width: 170px;
	height:30px;
	margin-bottom: 20px;
	}

.payment-table{
	background:#ECF7ED;
	border-color: #B5E0B9;
	}

.payment-table td{
	border-color: #B5E0B9;
	}

.payment-table tr.total-amount td{
	background:#B5E0B9;
	}

.payment-table tr.total-amount h4, .payment-table tr.total-amount .price{
	color: #287C3C;
	}

.item-info{
	background: #f5f5f5;
	display: table;
	width: 100%;
	}

.item-info div{
	display: table-cell;
	padding:20px;
	}

.item-info .item-price{
	text-align:center;
	vertical-align: middle;
	background: #E34E36;
	}

.item-info .item-price h4{
	color: #fff;
	}

.account-thumb{
	display: block;
	width: 32px;
	height: 32px;
	position: relative;
	}

.account-thumb .label{
	position: absolute;
	right: -5px;
	top: -5px;
	}

.account-info-meta{
	background:#333;
	padding: 15px;
	color: #fff;
	}

.account-info-meta h3{
	color: #fff;
	margin: 0;
	}

.metanav .drop-panel ol li .fa{
	width: 32px;
	text-align: center;
	margin-right: 5px;
	}

.account-header{
	background: #4C2600;
	color: #fff;
	}

.user_avatar{
	width: 150px;
	height: 150px;
	}

.user_stats, .user_info{
	font-size: 18px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	}

.account-header .user_info .user_meta h3{
	color: #fff;
	}		
	
.user_stats ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	float: right;
	margin-top: 20px;
	display: table;
	}

.user_stats ul li{
	display: table-cell;
	padding: 0 20px;
	text-align: left;
	border-right: 1px solid #444;
	}

.user_stats ul li:last-child{
	border: 0;
	}

.account-header small{
	font-size: 14px;
	color: #999;
	display: block;
	}

.user_info ul{
	display: table;
	list-style-type: none;
	margin: 0;
	padding: 0;
	}

.user_info ul li{
	display: table-cell;
	vertical-align: middle;
	}

.user_info p{
	margin-bottom: 10px;
	}
	
.user_info .user_avatar{
	margin-right: 30px;
	position: relative;
	}

.user_info .user_avatar .edit_avatar{
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	text-align: center;
	line-height: 28px;
	}

.user_info .user_avatar .edit_avatar a{
	color: #333;
	font-size: 20px;
	outline: none;
	opacity: 0.7;
	text-shadow: 0px 0px 8px rgba(255, 255, 255, 1);
	}



.user_info .user_avatar .edit_avatar a:hover{
	opacity: 1;
	}

.user_info h3{
	font-weight: 400;
	}

.star-ratings-sprite{
    background: url("../images/stars.png") repeat-x;
    font-size: 0;
    height: 16px;
    line-height: 0;
    overflow: hidden;
    width: 85px;
    margin-bottom: 10px;
  	}
  	
.rating {
    background: url("../images/stars.png") repeat-x;
    background-position: 0 100%;
    float: left;
    height: 16px;
    display:block;
    }
   
.popup{
	background:#fff;
	padding: 20px;
	width: 80%;
	margin: auto;
	position: relative;
	}

.popup-small{
	max-width: 500px;
	}


.popup-banner{
	max-width: 400px;
	}
.banner-crop-container{
	width: 400px; 
	height: 250px; 
	margin-bottom: 20px; 
	overflow: hidden;
	background: #ccc;
	position: relative;
	}

.popup-banner .button-group{
	width: 100% !important;
	display: table;
	}

.popup-banner .button-group .button{
	display: table-cell;
	text-align: center;
	border: 1px solid #d8d8d8 !important;
	border-right: 0 !important;
	}

.popup-banner .button-group .button:last-child{
	border-right: 1px solid #d8d8d8 !important;
	}
	
.banner-crop-container img{
	display: block;
	}



.popup-avatar{
	max-width: 350px;
	}
.avatar-crop-container{
	width: 100%; height: 250px; margin-bottom: 20px; overflow: hidden;
	background: #ccc;
	position: relative;
	}

.popup-avatar .button-group{
	width: 100% !important;
	display: table;
	}

.popup-avatar .button-group .button{
	display: table-cell;
	text-align: center;
	border: 1px solid #d8d8d8 !important;
	border-right: 0 !important;
	}

.popup-avatar .button-group .button:last-child{
	border-right: 1px solid #d8d8d8 !important;
	}
	
.avatar-crop-container img{
	display: block;
	}

.account-tabs-wrapper{
	background:#fff;
	border-bottom: 1px solid #d8d8d8;
	}

.account-tabs{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-size: 0;
	display: table;
	width: 100%;
	}

.account-tabs li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}

.account-tabs li:last-child{
	border-right: 1px solid #d8d8d8;
	}
.account-tabs li a{
	display: block;
	padding: 0 5px;
	line-height: 48px;
	font-size: 13px;
	font-weight: 600;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #888;
	border-left: 1px solid #d8d8d8;
	border-bottom: 3px solid transparent;
	}

.account-tabs li a:hover{
	color: #F17000;
	}
	
.account-tabs li.active a{
	border-bottom: 3px solid #F17000;
	color: #333;
	}

.contest-tabs{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-size: 0;
	display: table;
	}

.contest-tabs li{
	display: table-cell;
	text-align: center;
	vertical-align: middle;
	}

.contest-tabs li:last-child{
	border-right: 1px solid #d8d8d8;
	}
	
.contest-tabs li a{
	display: block;
	padding: 0 25px;
	line-height: 48px;
	font-size: 14px;
	font-weight: 400;
	font-family: 'Open Sans', sans-serif;
	text-decoration: none;
	color: #888;
	border-left: 1px solid #d8d8d8;
	border-bottom: 3px solid transparent;
	}

.contest-tabs li a:hover{
	color: #39AE55;
	}
	
.contest-tabs li.active a{
	border-bottom: 3px solid #39AE55;
	color: #333;
	}

.btn-wait{
	content: 'aasdfasdf';
	}

.button_right{
	text-align:right;
	}

.pagination{
	text-align:center;
	}

.pagination a{
	color: #717171;
	text-decoration: none;
	}

.contest-header{
	/* background: #f5f5f5 url('../images/grid.png') repeat left top; */
	background: #222;
	border-bottom: 1px solid #d8d8d8;
	}

.breadcrumbs{
	list-style-type: none;
	margin: 0;
	padding:0;
	display: block;
	width: 100%;
	margin-bottom: 15px;
	}

.breadcrumbs li{
	display: inline;
	margin-right: 5px;
	}

.breadcrumbs li a{
	margin-right: 5px;
	font-size: 12px;
	}

.breadcrumbs li:after{
	content: '\f105';
	color: #999;
	font-family: FontAwesome;
	}

.breadcrumbs li:last-child:after{
	content: '';
	margin: 0;
	}

.breadcrumbs li:last-child a{
	margin:0;
	color: #666;
	}

.contest-header .breadcrumbs li:last-child a{
	margin:0;
	color: #aaa;
	}

.contest-header{
	padding:5px 0;
	}

.contest-header .contest-meta h2{
	margin-bottom: 10px;
	color: #fff;
	}
.contest-header .contest-options{
	text-align:right;
	}

.contest-header .award_amount{
	margin-bottom: 20px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-size: 28px;
	color: #fff;
	}

.contest-header .contest-meta-info{
	list-style-type: none;
	margin: 0;
	padding:0;
	}

.contest-header .contest-meta-info li{
	display: inline;
	margin-right: 10px;
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	color: #fff;
	}

.selectedfile{
	
	}

.single-image-preview{
	position: relative;
	min-width: 200px;
	min-height: 0px;
	max-width: 300px;
	max-height: auto !important;
	}

.single-image-preview .selectedfile{
	background: #fff;
	}

.single-image-preview .selectedfile img{
	display: block;
	}

.link{
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;	
	}

.link:after{
	font-family: 'FontAwesome';
	content: '\f04e';
	font-size: 14px;
	margin-left: 5px;
	text-decoration: none !important;
	}

.link.lg{
	font-size: 18px;
	}

.featured-members-slider, .featured-members-slider-large{
	margin: 0 -10px;
	padding-bottom: 50px;
	}
	

.featured-members-slider .slick-slide, .featured-members-slider-large .slick-slide, .featured-businesses-slider .slick-slide{
	margin: 10px 10px;
	}

.featured-members-slider .slick-dots li button:before, .featured-members-slider-large .slick-dots li button:before, .featured-businesses-slider .slick-dots li button:before{
    font-size: 28px;
    opacity: .35;
    color: #333;
	}

.featured-members-slider .slick-dots li.slick-active button:before, .featured-members-slider-large .slick-dots li.slick-active button:before, .featured-businesses-slider .slick-dots li.slick-active button:before{
    opacity: .75;
    color: #333;
	}
	
.featured-member, .featured-member-large{
	background:#fff;
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.15);
	}

.featured-member.noshadow{
	-webkit-box-shadow: none;
	-moz-box-shadow:    none;
	box-shadow:         none;
	}
.featured-member .member-thumb{
	}

.featured-member-large{
	display: table;
	width: 100%;
	}

.featured-member-large:hover{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(84, 167, 250, 0.15);
	-moz-box-shadow:    0px 0px 10px 0px rgba(84, 167, 250, 0.15);
	box-shadow:         0px 0px 10px 0px rgba(84, 167, 250, 0.15);
	}
.featured-member-large .member-thumb{
	display: table-cell;
	width: auto;
	height: 100%;
	}

.featured-member-large .member-thumb img{
	height: 100%;
	}
	
.featured-member-large .member-info{
	display: table-cell;
	vertical-align: middle;
	}
	
.featured-member .member-thumb img, .featured-member-large .member-thumb img{
	display: block;
	width: 100%;
	}

.featured-member .member-thumb img{
	opacity: 0.8;
	}

.featured-member:hover .member-thumb img{
	opacity: 1;
	}
.featured-member .member-info, .featured-member-large .member-info{
	padding:15px
	}

.featured-member.noshadow .member-info{
	padding: 15px 0 !important;
	}

.featured-member .member-info h4, .featured-member-large .member-info h4{
	margin-bottom: 10px;
	font-size: 1.1em;
	font-weight: 400;
	}

.featured-member .member-info h4 a{
	
	}

.featured-member .member-info p, .featured-member-large .member-info p{
	margin-bottom:5px;
	font-size: 13px;
	}

.heading-link a{
	font-size: 14px;
	vertical-align: middle;
	font-weight: normal;
	margin-left: 5px;
	}

.social-login-buttons{
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
	margin-bottom: 30px;
	}

.social-login-buttons li a{
	display: block;
	background: #333;
	margin:5px auto !important;
	max-width: 300px;
	padding: 15px 0;
	color: #fff;
	font-weight:400;
	text-decoration:none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.25);
	position:relative;
	cursor:pointer;
	font-size:15px;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	opacity: 0.85;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	text-align: center;
	}

.social-buttons-alt li a{
	max-width: 100%;
	}

.social-login-buttons li a .fa{
	font-size: 20px;
	margin-right: 10px;
	}
.social-login-buttons li a:hover{
	opacity: 1;
	}

.social-login-buttons li.facebook a{
	background: #3B56A0;
	}

.social-login-buttons li.linkedin a{
	background:#1779C4;
	}

.panel{
	background: #fff;
	padding: 20px;
	}

.block-image img{
	width: 100%;
	max-width: 100%;
	display: block !important;
	}

.membership-type{
	background: #fff;
	}

.membership-type h3{
	text-align: center;
	padding: 20px 20px 0 20px;
	margin: 0;
	margin-bottom: 10px;
	}

.membership-type .membership-info{
	padding: 25px 15px;
	color: #888;
	background: #f5f5f5;
	margin-top: 20px;
	
	}

.membership-type .select-plan{
	text-align: center;
	padding: 15px 0;
	}

.membership-type .membership-info p{
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	margin: 0;
	}

.membership-type .membership-benefits{
	padding: 20px;
	
	}

.membership-type .membership-benefits ul{
	list-style-type: none;
	margin: 0;
	padding: 0;
	color: #888;
	}

.membership-type .membership-benefits ul li{
	margin-bottom: 15px;
	padding-left: 30px;
	line-height: normal !important;
	position: relative;
	}

.membership-type .membership-benefits ul li:before{
	font-family: 'FontAwesome';
	content: '\f00c';
	position: absolute;
	left: 0;
	top: 0;
	color: #252525;
	}

.membership-type .social-login-buttons{
	margin-top: 0 !important;
	margin-bottom: 0 !important;
	padding: 0 !important;
	}

.membership-type .social-login-buttons li a{
	margin:0 !important;
	padding: 15px 0;
	color: #fff;
	width: 100% !important;
	max-width: 100% !important;
	font-weight:400;
	text-decoration:none;
	text-shadow: 0px -1px 0px rgba(30, 30, 30, 0.25);
	position:relative;
	font-size:15px;
	-webkit-border-radius: 0px;
	-moz-border-radius: 0px;
	border-radius: 0px;
	opacity: 0.85;
	font-weight: 600;
	}

.membership-type .social-login-buttons li a:hover{
	opacity: 1;
	}

.membership-type.gray{
	border-top: 5px solid #96A5A6;
	}
	
.membership-type.orange{
	border-top: 5px solid #E28000;
	}

.membership-type.brown{
	border-top: 5px solid #4F3B2A;
	}

.membership-type.blue{
	border-top: 5px solid #3D96E1;
	}

.event-image-upload{
	background-color: #fff;
	border: 1px dashed #ccc;
	display: block;
	padding: 15px;
	text-align: center;
	background-image: url('../images/image-placeholder.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 180px;
	}

.event-image-upload img{
	display:block;
	margin: auto;
	}
.banner-image{
	background-color: #fff;
	border: 1px dashed #ccc;
	display: block;
	padding: 15px;
	text-align: center;
	background-image: url('../images/image-placeholder.jpg');
	background-repeat: no-repeat;
	background-position: center center;
	min-height: 180px;
	}

.banner-image img{
	display:block;
	margin: auto;
	}
.events-grid{
	
	}

.event{
	background:#fff;
	padding-bottom: 36px;
	position: relative;
	}

.event .event-image img{
	display: block;
	}
.event .event-info{
	padding:20px
	}

.event .event-links{
	position: absolute;
	left: 0;
	bottom:0;
	width: 100%;
	height:36px;
	background:#f5f5f5;
	}

.home-event .event-image{
	margin-bottom: 10px;
	}

.home-event .event-image img{
	display: block;
	}
	
.home-event .home-event-info ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	font-size: 12px;
	margin-top: 10px;
	}

.search-form-wrapper{
	background:rgba(49, 49, 64, .15);
	display: inline-block;
	text-align: center;
	padding: 10px;
	width:80%;
	}

.search-form-inner{
	display: table;
	width: 100%;
	}

.search-form-inner .search-input{
	display: table-cell;
	}

.search-form-inner .search-input input{
	width: 100%;
	display: block;
	font-size: 18px;
	}

.search-form-inner .search-input button{
	display:block;
	background:#4594E7;
	color: #fff;
	height: 40px;
	padding: 0 10px;
	width: 100%;
	margin:0;
	font-size: 16px;
	position: relative;
	top: -1px;
	}

.footer{
	padding:20px 0;
	background: #2B2B2B;
	}

.footer .footernav{
	list-style-type: none;
	margin: 0;
	padding:0;
	text-align: center;
	}

.footer .footernav li{
	display:inline;
	margin: 0 10px;
	}

.footer .footernav li a{
	font-family: 'Open Sans', sans-serif;
	color: #fff;
	opacity:0.5
	}

.footer .footernav li a:hover{
	opacity: 1;
	}

.social-links{
	list-style-type: none;
	margin: 0;
	padding: 0;
	margin-top: 25px;
	margin-bottom: 15px;
	text-align: center;
	}

.social-links li{
	display: inline-block;
	margin-right: 2px;
	}

.social-links li a{
	display: block;
	width: 42px;
	height:42px;
	line-height: 42px;
	font-size: 18px;
	text-align: center;
	border-radius: 21px;
	opacity: 1;
	color: #fff;
	}

.social-links li.email a{
	background:#FA6C00;
	}
	
.social-links li.facebook a{
	background:#3C579D;
	}

.social-links li.twitter a{
	background:#3AA8E6;
	}

.social-links li.linkedin a{
	background:#1571B7;
	}

.social-links li.gplus a{
	background:#F14119;
	}

.social-links li a:hover{
	background: #F1861C;
	}

p.copyrights{
	text-align:center;
	margin: 0;
	font-size: 13px;
	}

.breadcrumbs-wrapper{
	background:#e9e9e9;
	padding: 8px 0;
	}

.breadcrumbs-wrapper ul{
	list-style-type: none;
	margin: 0;
	padding:0;
	}

.breadcrumbs-wrapper ul li{
	display:inline;
	font-size: 12px;
	margin: 0 5px;
	}

.breadcrumbs-wrapper ul li:after{
	font-family: 'FontAwesome';
	content: '\f105';
	margin-left: 10px;
	font-size: 13px;
	color: #808C8D;
	}

.breadcrumbs-wrapper ul li:last-child:after{
	content: '';
	}

.breadcrumbs-wrapper ul li a{
	color: #333;
	opacity: 0.7;
	}

.breadcrumbs-wrapper ul li a:hover{
	opacity: 1;
	}

.member-thumb img{
	display: block;
	width: 100%;
	}

.member-bio{
	padding:0 20px
	}

.member-benefits{
	display: table;
	width: 90%;
	padding: 5%;
	background: #fff;
	}

.member-benefits .member-benefits-icon{
	display: table-cell;
	width: 25%;
	}

.member-benefits .member-benefits-data{
	display: table-cell;
	vertical-align: top;
	width: 75%;
	}

.reveal-text{
	display: none;
	}

.member-info-right .member-info-box{
	background:#f5f5f5;
	padding: 15px;
	margin-bottom: 20px;
	}

.member-info-right .member-info-box p{
	font-size: 13px;
	margin-bottom: 10px;
	}

.member-info-right .member-info-box ul{
	font-size: 13px;
	}

.phone-center-right{
	text-align:right;
	}

.grid-wrapper{
	margin-left: -2.83333333333333%;
	margin-right: -2.83333333333333%;
	}

.business-listing{
	-webkit-box-shadow: 0px 0px 10px 0px rgba(50, 50, 50, 0.25);
	-moz-box-shadow:    0px 0px 10px 0px rgba(50, 50, 50, 0.25);
	box-shadow:         0px 0px 10px 0px rgba(50, 50, 50, 0.25);
	outline: 2px solid transparent;
	margin: 0 2%;
	margin-bottom: 25px;
	height: 263px;
	}

.business-listing .business-thumb img{
	display: block;
	width: 100%;
	}

.business-listing .business-info{
	border-top: 1px solid #eee;
	padding: 20px 15px;
	}

.business-listing .business-info h5{
	margin-bottom: 15px;
	font-weight: 500;
	}
.business-listing .business-info p{
	font-size: 12px;
	color: #888;
	margin-bottom: 10px;
	}
.business-listing.featured{
	display: table;
	width: 100%;
	background: #fff;
	outline: none;
	border: 0;
	}

.featured-businesses-slider{
	padding-bottom: 50px;
	margin: 0 -10px;
	}

.business-listing.featured .business-thumb, .business-listing.featured .business-info{
	display: table-cell;
	vertical-align: middle;
	}

.business-listing.featured .business-thumb{
	width: 55%;
	}

.business-image-large img{
	display: block;
	width: 100%;
	max-width: 100%;
	}

.business-image-large{
	margin-bottom: 25px;
	}

.business-meta{
	background:#fff;
	padding: 20px;
	}

.business-meta p{
	color: #333;
	margin-bottom: 10px !important;
	}

.business-meta p:last-child{
	margin-bottom: 0 !important;
	}

.side-categories{
	list-style-type: none;
	margin: 0;
	padding: 0;
	padding-right: 20px;
	}

.side-categories li a{
	display:block;
	color: #FA6C00;
	border-bottom: 1px dotted #ccc;
	padding:5px 0
	}

.event-listing{
	background:#fff;
	height: 326px;
	}

.event-listing .event-info{
	padding:20px
	}

.no-pad-left{
	padding-left: 0 !important;
	}

.event-listing .event-info ul{
	font-size: 13px;
	}

.featured-member-small{
	max-width: 180px;
	margin: auto;
	}

.popup-wrapper{
	background: #fff;
	position: relative;
	padding: 30px;
	}

.popup-wrapper .popup-close{
	color: #333 !important;
	cursor: pointer;
	font-size: 16px;
	position: absolute;
	right: 10px;
	top: 10px;
	}
.featured-member-small{
	height: 330px;
	border: 5px double #e5e5e5;
	padding: 5px;
}
.article{
	height: 500px;
	max-width: 220px;
}
.article-thumb{
	width: 25%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}
.opportunity{
	height: 500px;
	max-width: 220px;
}
.opportunity-thumb{
	width: 25%;
	height: auto;
	display: table-cell;
	vertical-align: middle;
	padding: 5px;
}