/* ---- Scroller ---- */
.scroller {
  display: inline-block;
  position: absolute;
  bottom: 5%;
  left: 0;
  right: 0;
  width: 140px;
  margin: 0 auto;
  font-size: 40px;
  text-align: center;
  color: rgba(242, 101, 34, 1);
  z-index:12;
}

@media(max-width: 991px) {
.scroller {
	display: none;
}
}


.scroller:focus {
  color: inherit;
  text-decoration: none;
}

.scroller:hover,
.scroller:focus {
  color: #555555;
  text-decoration:none;
}

.scroller:hover .scroller-text {
  -webkit-transform: translateY(-6px);
      -ms-transform: translateY(-6px);
          transform: translateY(-6px);
  opacity: 1;
}

.scroller .scroller-text {
  display: block;
  font-family: "Open Sans", Arial, sans-serif;
  font-size: 12px;
  letter-spacing: 2.5px;
  text-transform: uppercase;
  color: #ffffff;
	background: #555555;
	padding: 10px;
  -webkit-transform: translateY(3px);
      -ms-transform: translateY(3px);
          transform: translateY(3px);
  opacity: 0;
  -webkit-transition: all 0.3s;
          transition: all 0.3s;
}
@media (min-width: 768px) {
.lead {
    font-size: 22px !important;
	font-weight: 300!important;
}
}

.lead {
    margin-bottom: 20px;
    font-size: 16px;
    font-weight: 400;
    line-height: 1.6;
	color: #666d7c;
}


#pageloader {
    width: 100%;
    height: 100%;
    position: fixed;
    top:0;
    left:0;
    background-color: #fff;
    z-index: 9999;
}
.loader {
    position: absolute;
    width: auto;
    height: auto;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
}

.loader img {
	width: 200px;
	height: 76px;
    
}

.loader-line {
    height: 2px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background-color: #e3e5e5;
}
.loader-line:before{
    display: block;
    position: absolute;
    content: "";
    left: -200px;
    width: 200px;
    height: 4px;
    background-color: #f36523;
    animation: loading 2s linear infinite;
}

@keyframes loading {
    from {left: -200px; width: 30%;}
    50% {width: 30%;}
    70% {width: 70%;}
    80% { left: 50%;}
    95% {left: 120%;}
    to {left: 100%;}
}

.scrollcontroller {
	position: absolute;
	width: 80px;
	height: 80px;
	top: -80px;
	z-index: 99999;
	left: 14px;
}

@media(max-width: 991px) {
.scrollcontroller {
    position: absolute;
	width:93px;
	height:93px;
    top: 0;
	z-index:99999;
}
}

.posrel {
    position: relative;
}

/* ---- New Ghost Buttons ---- */

.btn-ghost-light {
  position: relative;
  display: inline-block;
  padding: 6px 33px;
  background: none !important;
  color: #ffffff !important;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue", Helvetica, sans-serif;
  text-transform: uppercase;
  text-align:center;
  letter-spacing: 2.5px;
  font-size: 0.75em;
  line-height: 1.8em;
  border-radius: 0;
  border: 2px solid #ffffff;
 -webkit-transition: all 0.5s;
          transition: all 0.5s;
}



@media (max-width: 991px) {
.btn-ghost-light.btn-block {
	width:70%;

}
}

/*
* Sell My Cabin
* Version: 1
*/

.btn-ghost-light {
  background: #ffffff;
  color: #ffffff;
  overflow: hidden;
  z-index: 1;
}

.btn-ghost-light:after {
  content: '';
  position: absolute;
  background: #ffffff;
  left: 0;
  top: 100%;
  width: 100%;
  height: 100%;
  -webkit-transition: top 0.3s;
          transition: top 0.3s;
  z-index: -1;
}

.btn-ghost-light:visited,
.btn-ghost-light:focus  {
  color: #ffffff !important;
  text-decoration: none;
}

.btn-ghost-light:hover {
  color: #f36523 !important;
  background: none;
  text-decoration: none;
}

.btn-ghost-light:hover:visited {
  color: #f36523;
  text-decoration: none;
}

.btn-ghost-light:hover:after {
  top: 0;
}

/* ---- Button Sizes ---- */
.btn-large {
  padding: 10px 54px;
  font-size: 1.1em;
  letter-spacing: 3px;
}

.btn-small {
  padding: 6px 33px !important;
  font-size: 0.75em !important;
}

/* ---- new ---- */

.big-header {
 width: 78%;
 margin: 0 auto;
 position: relative;
 padding-top: 161px;
}

@media (max-width: 1024px) {
	.big-header {
 	width: 90%;
}
}

@media (max-width: 991px) {
	.big-header {
 	width: 100%;
	margin: 0 auto;
		padding-top: 30px;
}
}

.carousel-caption {
  position: absolute;
	top: 50%;
	right: 0;
    left: 0;
    text-align:center;
}

.carousel-caption h2 {
	display:inline-block;
	font-family: 'Montserrat', sans-serif;
 	font-size: 34px;
	line-height:34px;
	font-weight:400;
	color: #ffffff;
	background:#f36523;
	padding:20px;
	text-shadow: none;
	margin-bottom:0;
	box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
	-webkit-font-smoothing: antialiased;
	-webkit-backface-visibility: hidden;
   	-webkit-perspective: 1000;
}

@media (max-width: 767px) {
.carousel-caption h2 {
	font-size: 26px;
	line-height:26px;
}
}

@media (max-width: 600px) {
.carousel-caption h2 {
	font-size: 20px;
	line-height:20px;
	padding:15px;
}
}

@media (max-width: 480px) {
.carousel-caption h2 {
	font-size: 15px;
	line-height:15px;
	padding:10px;
}
.carousel-caption {
  position: absolute;
	top: 85%;
	right: 0;
    left: 0;
    text-align:center;
}
}

/*Equal Height Columns*/
@media (max-width: 991px) {
	.equal-height-column {
		height: auto !important;
	}
}

.g-dp-table {
	display: table;
}

.g-dp-table-cell {
	display: table-cell;
}

.g-va-middle {
	vertical-align: middle;
}

.g-va-bottom {
	vertical-align: bottom;
}

.g-va-top {
	vertical-align: top;
}

.dont-break-out {
    overflow-wrap: break-word;
    word-wrap: break-word;
    -ms-word-break: break-all;
    word-break: break-all;
    word-break: break-word;
    -ms-hyphens: auto;
    -moz-hyphens: auto;
    -webkit-hyphens: auto;
    hyphens: auto;
}


.form-control-dk {
  display: block;
  width: 100%;
  height: 34px;
  padding: 6px 12px;
  font-size: 14px;
  line-height: 1.428571429;
  color: #929ba6;
  vertical-align: middle;
  background-color: #222222;
  background-image: none;
  border: 1px solid #141414;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
          box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
          transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
}

.form-control-dk:focus {
  border: 1px solid #000000;
  outline: 0;
 
}

textarea.form-control-dk {
  height: auto;
}

.form-control-dk:-moz-placeholder {
  color: #929ba6;
}

.form-control-dk::-moz-placeholder {
  color: #929ba6;
}

.form-control-dk:-ms-input-placeholder {
  color: #929ba6;
}

.form-control-dk::-webkit-input-placeholder {
  color: #929ba6;
}


.help-block li {
  color: #777777;
  font-family: 'Open Sans', sans-serif;
  font-weight:400;
  list-style:none;
  margin-left:-35px;
  margin-bottom: 10px;
  margin-top:0;
  font-size:14px;
}

.help-block li:before {
  content: '\f176' /*fontawesome char code inside the ''*/;
  font-family: FontAwesome; /* or whatever */
  font-size:18px;
  display: inline-block;
  color:#f36523;
  width: 1em; /*same as padding-left set on li*/

}

.control-group {
    margin-bottom: 5px;
}


.alert-success {
  background-color: transparent;
  border-color: transparent;
  color: #777 !important;
  padding: 0;
  font-size:14px;
}

.alert-danger {
  background-color: transparent;
  border-color: transparent;
  color: #777 !important;
  padding: 0;
  font-size:14px;
}

.close {
  float: right;
  font-size: 21px;
  font-weight: bold;
  line-height: 1;
  color: #ffffff !important;
  text-shadow: none;
  filter: alpha(opacity=50);
  opacity: .5;
}
.close:hover,
.close:focus {
  color: #ffffff !important;
  text-decoration: none;
  cursor: pointer;
  filter: alpha(opacity=100);
  opacity: 1;
}

button:focus {outline:0 !important;}

.topfmfield {
	display:none;
}

.nopadding {
    margin: 0 !important;
    padding: 0 !important;
}

.bordered-title{
    position: relative;
	margin: 40px 0;
}
.bordered-title:before {
    position: absolute;
    top: -20px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #666d7c;
    content: "";
}

.bordered-title:after {
    position: absolute;
    bottom: -30px;
    left: 0;
    right: 0;
    margin: auto;
    width: 20%;
    height: 1px;
    background: #666d7c;
    content: "";
}

/* bottom: More Articles Bar */

.outside-more-articles {
	background: #f36523;
  position: fixed;
  width: 100%;
  bottom: 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,.3);
  padding: 20px 0;
  z-index: 999;
  visibility: hidden;
  transition: all 500ms cubic-bezier(.265,.365,.26,.865);
  -webkit-transition-timing-function: cubic-bezier(.265,.365,.26,.865);
  -moz-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  -o-transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
  transition-timing-function: cubic-bezier(0.265,.365,.26,.865);
}

.outside-more-articles p{
	color:#ffffff;
	margin-bottom:0;
}

.outside-more-articles--bottom {
	bottom: -65px;
}


.outside-more-articles--show {
	visibility: visible;
}

.outside-more-articles--bottom.outside-more-articles--show {
	bottom: 0;
}

.outside-more-articles__close {
	color: #ffffff;
	position: absolute;
	top: 20px;
	right: 23px;
}

.outside-more-articles__close span{
	font-size: 26px !important;
	line-height:1;
	font-family: 'Open Sans', sans-serif;
}



.outside-more-articles ul {
	margin-bottom:0;
}

.outside-more-articles .dark-social li i {
    color: #ffffff;
}

.outside-more-articles .bold {
    color: #ffffff;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.outside-more-articles .mob-rev {
    color: #ffffff;
    font-size: 16px;
	margin-bottom: 0;
	display:none;
}

.outside-more-articles a {
    color: #ffffff;
    font-size: 16px;
}

.outside-more-articles a:hover {
    text-decoration: none;
    color: #ffffff;
}

@media (max-width: 991px) {
.outside-more-articles .nds {
	display:none;
}
.outside-more-articles__close {
	display:none;
}
}

@media (max-width: 767px) {
.outside-more-articles .nds2 {
	display:none;
}
}

@media (max-width: 600px) {
.outside-more-articles .bold {
	display:none;
}
.outside-more-articles .mob-rev {
   display:inline-block;
}

.mob-kill {
   display:none;
}
}