
/*  helpers.css v0.1  -  March 2015 */


/*  BOOTSTRAP OVERWRITES   */

.navbar-toggle {
	padding: 5px 10px;
}
.pull-none{
	float:none;
}
.width100{
	width:100% !important;
	max-width:100% !important;
}
h1, .h1, h2, .h2, h3, .h3 {
  margin-top: 0;
}
h1, .h1{
	font-size:50px
}
h2, .h2 {
  	font-size: 36px;
}
h3, .h3 {
  	font-size: 30px;
}
h4, .h4 {
  	font-size: 26px;
}
h5, .h6 {
  	font-size: 20px;
}
h6, .h6 {
  	font-size: 18px;
}
h1 small, h2 small, h3 small, h4 small, h5 small, h6 small, .h1 small, .h2 small, .h3 small, .h4 small, .h5 small, .h6 small, h1 .small, h2 .small, h3 .small, h4 .small, h5 .small, h6 .small, .h1 .small, .h2 .small, .h3 .small, .h4 .small, .h5 .small, .h6 .small {
	display:block;
}
hr{
	margin-top: 20px;
	margin-bottom: 20px;
	border: 0;
	border-top: 1px solid #ddd;
	clear:both;
	display:block;
}
hr.dashed{
	border-top: 1px dashed #ddd !important;
}
hr.small{
	margin-top: 10px;
	margin-bottom: 10px;
}
:focus {
  outline:none;
  outline-width: 0;
}
.help-block {
  margin-bottom: 5px;
}
.form-group.required .control-label:after {
	content:" *";
	color:#ff0600;
}
.img-responsive{
	width:100%;
}


/*  HELPERS   */
.cssdebug{
	background:rgba(0,0,0,0.1);
	padding:10px 15px;
}
.cssdebug p{
	font-family:"Courier New", Courier, monospace !important;
}
p.lead{
	font-size:1.2em;
}
.pointer:hover{
	cursor:pointer;
}
.italic{
	font-style:italic;
}
.maxwidth50{
	max-width:50px !important;
}
.maxwidth75{
	max-width:75px !important;
}
.maxwidth100{
	max-width:100px !important;
}
.maxwidth150{
	max-width:150px !important;
}
.maxwidth200{
	max-width:200px !important;
}
.maxwidth250{
	max-width:250px !important;
}
.maxwidth300{
	max-width:300px !important;
}
.maxwidth350{
	max-width:350px !important;
}
.maxwidth400{
	max-width:400px !important;
}
.maxwidth450{
	max-width:450px !important;
}
.maxwidth500{
	max-width:500px !important;
}
.height30{
	height:30px;
}
.height50{
	height:50px;
}
.height100{
	height:100px;
}
.height150{
	height:150px;
}
.height200{
	height:200px;
}
.height250{
	height:250px;
}
.height300{
	height:300px;
}
.height350{
	height:350px;
}
.height400{
	height:400px;
}
.height410{
	height:410px;
}
.height500{
	height:500px;
}
.height600{
	height:600px;
}
.height610{
	height:610px;
}
.height700{
	height:700px;
}
.height710{
	height:710px;
}
.height790{
	height:790px;
}
.height800{
	height:800px;
}
.height810{
	height:810px;
}
.height900{
	height:900px;
}
.height1000{
	height:1000px;
}

.spacer-tiny{
	margin-bottom:5px !important;
}
.spacer-small{
	margin-bottom:10px !important;
}
.spacer{
	margin-bottom:20px !important;
}
.spacer-large{
	margin-bottom:30px !important;
}
.spacer-huge{
	margin-bottom:40px !important;
}
.no-gutter{
	paddingleft:0;
	padding-right:0;
}
.no-gutter-r{
	padding-right:0;
}
.no-gutter-l{
	padding-left:0;
}
.padding5{
	padding:5px;
}
.padding10{
	padding:10px;
}
.padding15{
	padding:15px;
}
.padding20{
	padding:20px;
}
.padding30{
	padding:30px;
}
.padding40{
	padding:40px;
}
.noPadding{
	padding:0 !important;
}
.padding5-x{
	padding-left:5px;
	padding-right:5px;
}
.padding5-y{
	padding-top:5px;
	padding-bottom:5px;
}
.padding10-x{
	padding-left:10px;
	padding-right:10px;
}
.padding10-y{
	padding-top:10px;
	padding-bottom:10px;
}
.padding20-x{
	padding-left:20px;
	padding-right:20px;
}
.padding20-y{
	padding-top:20px;
	padding-bottom:20px;
}
.padding40-x{
	padding-left:40px;
	padding-right:40px;
}
.padding40-y{
	padding-top:40px;
	padding-bottom:40px;
}
.padding50-x{
	padding-left:50px;
	padding-right:50px;
}
.padding50-y{
	padding-top:50px;
	padding-bottom:50px;
}
.padding100-x{
	padding-left:100px;
	padding-right:100px;
}
.padding100-y{
	padding-top:100px;
	padding-bottom:100px;
}
.padding10-t{
	padding-top:10px;
}
.padding10-b{
	padding-bottom:10px;
}
.padding20-t{
	padding-top:20px;
}
.padding20-b{
	padding-bottom:20px;
}
.padding30-t{
	padding-top:30px;
}
.padding30-b{
	padding-bottom:30px;
}
.padding40-t{
	padding-top:40px;
}
.padding40-b{
	padding-bottom:40px;
}
.padding50-t{
	padding-top:50px;
}
.padding50-b{
	padding-bottom:50px;
}
.noMargin{
	margin:0 !important;
}
.noMargin-top{
	margin-top:0 !important;
} 
.margin-pullup-20{
	margin-top:-20px !important;
}
.margin-pullup-40{
	margin-top:-40px !important;
}
.margin-pullup-50{
	margin-top:-50px !important;
}
.margin-pullup-60{
	margin-top:-60px !important;
}
.margin-pullup-70{
	margin-top:-70px !important;
}
.margin-pullup-80{
	margin-top:-80px !important;
}
.margin-pullup-90{
	margin-top:-90px !important;
}
.margin-pullup-100{
	margin-top:-100px !important;
}
.margin-pullup-110{
	margin-top:-110px !important;
}
.margin-pullup-120{
	margin-top:-120px !important;
}
.margin-pullup-130{
	margin-top:-130px !important;
}
.margin-pullup-140{
	margin-top:-140px !important;
}
.margin-pullup-150{
	margin-top:-150px !important;
}
.margin-pullup-200{
	margin-top:-200px !important;
}
.margin-pullup-250{
	margin-top:-250px !important;
}
.margin-pullup-300{
	margin-top:-300px !important;
}
.noMargin-bottom{
	margin-bottom:0 !important;
}
.border{
	border:1px solid #ddd;
}
.noBorder{
	border:0 !important;
}
.border-t{
	border-top:1px solid #ddd;
}
.border-r{
	border-right:1px solid #ddd;
}
.border-b{
	border-bottom:1px solid #ddd;
}
.border-l{
	border-left:1px solid #ddd;
}
smaller {
	font-size: 70%;
}
.bg-white{
	background-color:#fff;
}
.animate-slow{
	-webkit-transition: all 1.5s ease-in-out;
	-moz-transition: all 1.5s ease-in-out;
	-o-transition: all 1.5s ease-in-out;
	transition: all 1.5s ease-in-out;
}
.animate-med{
	-webkit-transition: all 1.0s ease-in-out;
	-moz-transition: all 1.0s ease-in-out;
	-o-transition: all 1.0s ease-in-out;
	transition: all 1.0s ease-in-out;
}
.animate-fast{
	-webkit-transition: all 0.3s ease-in-out;
	-moz-transition: all 0.3s ease-in-out;
	-o-transition: all 0.3s ease-in-out;
	transition: all 0.3s ease-in-out;
}
.shadow {
	-webkit-box-shadow: 0px 7px 10px -3px rgba(50, 50, 50, 0.5);
	-moz-box-shadow:    0px 7px 10px -3px rgba(50, 50, 50, 0.5);
	box-shadow:         0px 7px 10px -3px rgba(50, 50, 50, 0.5);
}
.bg-cover{
	background-repeat: no-repeat;
	background-position: center center;
	overflow:hidden;
    -webkit-background-size: 100%;
    -moz-background-size: 100%;
    -o-background-size: 100%;
    background-size: 100%;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
	width:100%;
}
.bg-cover-y{ 
	background-size:auto 100% !important;
}
.bg-cover-x{
	background-size:100% auto !important;
}
.text-bg-black {
	background:rgba(0, 0, 0, 0.5);
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}
.text-bg-white {
	background:rgba(255, 255, 255, 0.5);
	box-shadow: 10px 0 0 rgba(255, 255, 255, 0.5), -10px 0 0 rgba(255, 255, 255, 0.5);
}
.text-shadow{
	text-shadow: 1px 1px 1px rgba(0,0,0,0.8);
}
.text-shadow-white{
	text-shadow: 1px 1px 1px rgba(255,255,255,0.3);
}
.text-white{
	color:#fff !important;
}
.text-black {
	color:#333 !important;
}
.text-300 {
	font-weight:300 !important;
}
.text-400 {
	font-weight:400 !important;
}
.text-500 {
	font-weight:500 !important;
}
.text-600 {
	font-weight:600 !important;
}
.text-700 {
	font-weight:700 !important;
}
.black-bg-10{
	background-color:rgba(0,0,0,0.1);
}
.black-bg-20{
	background-color:rgba(0,0,0,0.2);
}
.black-bg-30{
	background-color:rgba(0,0,0,0.3);
}
.black-bg-40{
	background-color:rgba(0,0,0,0.4);
}
.black-bg-50{
	background-color:rgba(0,0,0,0.5);
}
.black-bg-60{
	background-color:rgba(0,0,0,0.6);
}
.black-bg-70{
	background-color:rgba(0,0,0,0.7);
}
.black-bg-80{
	background-color:rgba(0,0,0,0.8);
}
.black-bg-90{
	background-color:rgba(0,0,0,0.9);
}
.black-bg{
	background-color:rgba(0,0,0,1);
}
.black-bg-fade-top{
	background: rgba(19,19,19,0.5);
	background: -moz-linear-gradient(top, rgba(19,19,19,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(19,19,19,0.5)), color-stop(100%, rgba(0,0,0,0)));
	background: -webkit-linear-gradient(top, rgba(19,19,19,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -o-linear-gradient(top, rgba(19,19,19,0.5) 0%, rgba(0,0,0,0) 100%);
	background: -ms-linear-gradient(top, rgba(19,19,19,0.5) 0%, rgba(0,0,0,0) 100%);
	background: linear-gradient(to bottom, rgba(19,19,19,0.5) 0%, rgba(0,0,0,0) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#131313', endColorstr='#000000', GradientType=0 );
}
.black-bg-fade-btm{
	background: rgba(0,0,0,0);
	background: -moz-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0.5) 100%);
	background: -webkit-gradient(left top, left bottom, color-stop(0%, rgba(0,0,0,0)), color-stop(100%, rgba(19,19,19,0.5)));
	background: -webkit-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0.5) 100%);
	background: -o-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0.5) 100%);
	background: -ms-linear-gradient(top, rgba(0,0,0,0) 0%, rgba(19,19,19,0.5) 100%);
	background: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(19,19,19,0.5) 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#000000', endColorstr='#131313', GradientType=0 );
}
.table{
	height:100%;
	margin-bottom:0;
}
.table-cell{
	display:table-cell;
}
.valign-t{
	vertical-align:top;
}
.valign-m{
	vertical-align:middle;
}
.valign-b{
	vertical-align:bottom;
}
.place-top{
	position:relative;
	top:0;
}
.nav>li>a{
	margin-bottom:5px;
}
.nav-xs>li>a {
	padding-top:3px;
	padding: 5px;
	font-size:13px;
}
.nav-sm>li>a {
	padding-top:7px;
	padding-bottom:7px;
	font-size:0.9em;
}
.nav-md>li>a {
	padding-top:15px;
	padding-bottom:15px;
}
.nav-lg>li>a {
	padding-top:20px;
	padding-bottom:20px;
	font-size:1.2em;
}
.nav .nav{
	margin-left:5px;
	font-size:0.8em;
}
.nav .nav a:before{
	content:"- ";	
}
.inline{
	display:inline !important;
}
.dashed-left{
	border-left: 1px dashed #777;
}
.dashed-right{
	border-right: 1px dashed #777;
}
.dashed-left-white{
	border-left: 1px dashed #fff;
}
.dashed-right-white{
	border-right: 1px dashed #fff;
}
.float-tl{
	position:absolute;
	top:0;
	left:0;
}
.float-tr{
	position:absolute;
	top:0;
	right:0;
}
.float-bl{
	position:absolute;
	bottom:0;
	left:0;
}
.float-br{
	position:absolute;
	bottom:0;
	right:0;
}
.truncate {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.columns-2 {
    -webkit-column-count: 2;
    -webkit-column-width: 50%;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0;
    -moz-column-count: 2;
    -moz-column-width: 50%;
    -moz-column-gap: 20px;
    -moz-column-rule: 0;
    -o-column-count: 2;
    -o-column-width: 50%;
    -o-column-gap: 20px;
    -o-column-rule: 0;
    column-count: 2;
    column-width: 50%;
    column-gap: 20px;
    column-rule: 0;
}
.columns-3 {
    -webkit-column-count: 3;
    -webkit-column-width: 33.33%;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0;
    -moz-column-count: 3;
    -moz-column-width: 33.33%;
    -moz-column-gap: 20px;
    -moz-column-rule: 0;
    -o-column-count: 3;
    -o-column-width: 33.33%;
    -o-column-gap: 20px;
    -o-column-rule: 0;
    column-count: 3;
    column-width: 33.33%;
    column-gap: 20px;
    column-rule: 0;
}
.columns-4 {
    -webkit-column-count: 4;
    -webkit-column-width: 25%;
    -webkit-column-gap: 20px;
    -webkit-column-rule: 0;
    -moz-column-count: 4;
    -moz-column-width: 25%;
    -moz-column-gap: 20px;
    -moz-column-rule: 0;
    -o-column-count: 4;
    -o-column-width: 25%;
    -o-column-gap: 20px;
    -o-column-rule: 0;
    column-count: 4;
    column-width: 25%;
    column-gap: 20px;
    column-rule: 0;
}
.well-trans{
	background:rgba(0,0,0,0.05);
}

.transparent10{
	opacity:0.1;
}
.transparent20{
	opacity:0.2;
}
.transparent30{
	opacity:0.3;
}
.transparent40{
	opacity:0.4;
}
.transparent50{
	opacity:0.5;
}
.transparent60{
	opacity:0.6;
}
.transparent70{
	opacity:0.7;
}
.transparent80{
	opacity:0.8;
}
.transparent90{
	opacity:0.9;
}
.noTransparent{
	opacity:1;
}	
.noMargin {
	margin:0 !important;
}
.textBG-black {
	background:rgba(0, 0, 0, 0.5);
	box-shadow: 10px 0 0 rgba(0, 0, 0, 0.5), -10px 0 0 rgba(0, 0, 0, 0.5);
}
.textBG-white {
	background:rgba(255, 255, 255, 1);
	box-shadow: 10px 0 0 rgba(255, 255, 255, 1), -10px 0 0 rgba(255, 255, 255, 1);
}
.whiteBG {
	background:rgba(255, 255, 255, 0.9);
}
.blackBG {
	background:rgba(0, 0, 0, 0.9);
}


/* VIDEO */
.vid {
	position: relative;
	padding-bottom: 56.25%;
	padding-top: 30px;
	height: 0;
	overflow: hidden;
}
.vid iframe, .vid object, .vid embed {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}


/* BACK TO TOP */
 .back-to-top {
	cursor: pointer;
	position: fixed;
	bottom: 20px;
	right: 20px;
	display:none;
	z-index:10;
}


/* LAZY LOAD */
.lazyload {
	opacity: 0;
	transform: scale(0.8);
}
.lazyloaded {
	opacity: 1;
	transform: scale(1);
	transition: all 700ms;
}


/* DEVICE WRAPPER */
.deviceWrapper {
	position:fixed;
	bottom:10px;
	left:10px;
	border:1px dashed #ccc;
	background:rgba(0, 0, 0, 0.8);
	z-index:100;
	color:#fff;
	text-align:center;
	padding:5px;
	font-family:Arial, Helvetica, sans-serif;
	font-size:12px;
}
.deviceWrapper span {
	display:block;
	font-size:0.8em;
}



@media (min-width: 768px) { /*  TABLET - small - sm  */
}

@media (min-width: 992px) { /*  LAPTOP - medium  - md  */
}

@media (min-width: 1200px) { /*  DESKTOP - large - lg   */
}
