body{
	letter-spacing: 1px;
	font-size: 15px;
	font-family: 'Roboto', sans-serif;
    font-weight: 300;
    color: #333333;
}

div{
	// background-color: rgba(0,0,0,0.1);
	// border: 1px solid red; 
}

a,
a:hover,
a:focus,
a:active{
	color: inherit;
	text-decoration: none;
	transition: 0.1s all ease;
}

.title{
	font-size: 17px;
	display: block;
	margin: 15px 0 10px;
	font-family: 'Montserrat', sans-serif;
}

.i-orange{
    color: #f58220;
}

.font-orange{
	color: #f58220;
}

.btn-link{
	color: #f58220;
}

.btn-link:focus,
.btn-link:hover{
	color: #b75d11;
}

.btn{
	border: 0;
	white-space: normal;
	text-transform: uppercase;
	font-family: 'Montserrat', sans-serif;
	transition : all 0.2s;
    -moz-transition : all 0.2s;
    -o-transition : all 0.2s;
    -ms-transition : all 0.2s;
    -webkit-transition : all 0.2s;
}

.mont{font-family: 'Montserrat', sans-serif;}

.btn-orange{
	color: #fff;
	background: #f58220;
}
.btn-lg.btn-orange{
	font-size: 25px;
	padding: 15px 30px;
}
.btn-md.btn-orange{
	font-size: 16px;
	padding: 15px 45px;
}
.btn-orange:hover{
	color: #fff;
	background-color: #ff7b0a;
	border-color: #ff7b0a;
}

.btn-border-orange{
	color: #f58220;
	background-color: transparent;
	border: 1px solid #f58220;
}

.btn-border-orange:hover{
	color: #fff;
	background-color: #f58220;
	border: 1px solid #f58220;
}

.clear{
	width: 100%;
	height: 15px;
	display: block;
	float: left;
}

.clear.mg-30{height: 30px;}
.clear.mg-45{height: 45px;}
.clear.mg-60{height: 60px;}
.clear.mg-90{height: 90px;}
.clear.mg-120{height: 120px;}

.text-cols{
	-moz-column-width: 400px; 
	-webkit-column-width: 400px;
	-moz-column-count: 2;
	-webkit-column-count: 2;
}

.form-control {
    height: 46px;
    padding: 12px;
    border: 2px solid #e5e7e9;
    -moz-border-radius: 6px;
    -webkit-border-radius: 6px;
    border-radius: 6px;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.form-control:focus {
    border-color: #ccc;
    -moz-box-shadow: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.media-object {
    max-width: 100px;
}

.media-body, .media-left, .media-right{
	vertical-align: middle;
}

.btn.active.focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn:active:focus, .btn:focus{
	outline: 0 !important;
	outline-offset: 0 !important;
}

.no-padding{
	margin-left: 0;
	margin-right: 0;
	padding-left: 0;
	padding-right: 0;
}

.bg-orange{
	background-color: #f58220;
}

.width-450{max-width: 450px;}
.width-600{max-width: 600px;}
.width-800{max-width: 800px;}
.width-900{max-width: 900px;}

.txt-white{
	color: #fff;
}

@media (max-width: 768px){
	.container {
	    width: auto;
	}

	.text-cols{
		-moz-column-width: 400px; 
		-webkit-column-width: 400px;
		-moz-column-count: 1;
		-webkit-column-count: 1;
	}
}

.fb-page{
	width: 100%;
}