/* * {transition: all .5s ease;} */

h1, h2, h3, h4, h5, h6 {font-family: 'Raleway', sans-serif; font-weight: 200;}

h1 {font-size: 45px;}
h2 {font-size: 38px;}
h3 {font-size: 24px;}

p, a, u, dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, 
td, article, aside, footer, header, hgroup, 
menu, input {font-family: 'Raleway', sans-serif; font-weight: 400;}

b, strong {font-family: 'Raleway', sans-serif; font-weight: 700;}

.light {color: #ebe3d7;}

.fullwidth { width: 100%; clear: both; }

li:focus {
	outline:none;
}

.modal-header {
    padding: 15px;
    border-bottom: 1px solid #e5e5e5;
    background: #2e2e2e;
    color: #FFF;
}

.modal-header-problem{
    background-color: #BF3542;
}

textarea {
    border-color: #cccccc;
    padding: 7px 10px;
}

.close {
    float: right;
    /* font-size: 24px; */
    font-size: 30px;
    font-weight: 500;
    color: #fff;
    text-shadow: 0 1px 0 #000;
    filter: alpha(opacity=100);
    opacity: 1;
}
.close:hover {
	color:#f2f2f2;
}

.panel {
    border-radius: 2px;
    padding: 10px 15px;
}

.select2-container-multi .select2-choices, 
.select2-container-multi.select2-container-active .select2-choices {
    border: 1px solid #ccc;
    outline: none;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.select2-container-multi .select2-choices .select2-search-field input {
   /*  height: 34px;
    padding: 6px 12px; */
    font-family: 'Raleway', sans-serif;
    font-weight: 400;
    font-size: 14px;
}

.modal-content {
	border-radius: 3px;
}

.form-control:focus {
    border: 1px solid #ccc;
    outline: 0;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn {
    text-transform: uppercase;
    font-weight: 500;
    transition: all .3s ease;
    border-width: 1px;
    border-style: solid;
    border-radius: 4px;
    outline: none;
}

btn:focus {
	outline: none;
}

.btn.btn-nostyle {
	padding: 7px 25px;
    background-color: transparent;
	border-color: rgb(46, 46, 46);
    color: rgb(46, 46, 46);
    text-transform: initial;
}

.btn.btn-nostyle:hover,
.btn.btn-nostyle:focus {
    background-color: transparent;
    text-decoration: underline;
}

.btn.btn-default {
	padding: 7px 25px;
    background-color: rgb(46, 46, 46);
    border-color: rgb(46, 46, 46);
    color: #FFFFFF;
}

.btn.btn-default:hover,
.btn.btn-default:focus {
    background-color: #2e2e2e;
    color: #ebe3d7;
}

.btn.btn-primary {
	padding: 7px 25px;
    background-color: #ff6171;
    border-color: #ff6171;
    color: #FFFFFF;
    text-transform: capitalize;
    font-weight: bold;
}

.btn.btn-primary:hover,
.btn.btn-primary:focus {
    background-color: #ec5463;
    border-color: #ec5463;
    color: #FFFFFF;
}

.btn.btn-invert {
	background: white;
 	color: #ff6171;
    border: 2px solid #ff6171;  
    text-transform: capitalize;
    font-weight: 700;
}

.btn.btn-invert:hover,
.btn.btn-invert:focus {
    background-color: #ff6171;
    color: white;
}

.btn.btn-load-more {
    background-color: rgba(0, 0, 0, .5);
    border-color: #aaa;
    color: #FFFFFF;
}

.btn.btn-load-more:focus,
.btn.btn-load-more:hover {
	background-color: rgba(0, 0, 0, .6);
    border-color: #bbb;
    color: #FFFFFF;
}

.btn.btn-cta {
	padding: 7px 25px;
    background-color: #bf3542;
    border-color: #bf3542;
    color: #FFF;
}

.btn.btn-cta:hover {
    background-color: #FFF;
    color: #bf3542;
}

.btn-lg,
.btn-group-lg > .btn {
  padding: 10px 16px !important;
}

::-webkit-scrollbar {
  -webkit-appearance: none;
  width: 7px;
  height: 7px;
}
::-webkit-scrollbar-thumb {
  border-radius: 4px;
  background-color: rgba(0, 0, 0, .5);
  -webkit-box-shadow: 0 0 1px rgba(255, 255, 255, .5);
}

input[type=checkbox], input[type=radio] {
    margin-right: 5px;
}

.noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.ellipsis {
  text-overflow: ellipsis;

  /* Required for text-overflow to do anything */
  white-space: nowrap;
  overflow: hidden;
}


/* 
  Allow angular.js to be loaded in body, hiding cloaked elements until 
  templates compile.  The !important is important given that there may be 
  other selectors that are more specific or come later and might alter display.  
 */
.ng-cloak {
	display: none;
}
[ng\:cloak], [ng-cloak], [data-ng-cloak], [x-ng-cloak], .ng-cloak, .x-ng-cloak {
	display: none !important;
}
