
/* TABLE OF CONTENTS

1. Import section
2. Basic styles
3. BUTTONS
4. HEADER
 */



/* 1. IMPORT SECTION */


@import url("https://fonts.googleapis.com/css?family=Raleway:200,300,600,700&subset=latin,latin-ext");





/* 2. BASIC STYLES */

html, body {
	height: 100%;
}

section{
}


#st-preloader {
	background: #FFF;
	bottom: 0;
	left: 0;
	position: fixed;
	right: 0;
	top: 0;
	z-index: 9999 !important;
}

p {
	line-height: 1.5;
	font-size:16px;
}

h1, h2, h3, h4, h5, h6{
	font-family: 'Raleway', sans-serif;
	font-weight: 700;
	text-transform: uppercase;
}

#pre-status,
.preload-placeholder {
	background-image: url(../img/preloader.gif);
	background-position: center;
	background-repeat: no-repeat;
	height: 40px;
	left: 50%;
	margin: -20px 0 0 -20px;
	position: absolute;
	top: 50%;
	width: 40px;
}

.preload-placeholder {
	background: none;
	left: 0;
	margin: 0;
	text-align: center;
	top: 65%;
}

.st-border{
	width: 34px;
	height: 0px;
	display: block;
	background-color: #000;
}

.overlay{
	background-color: #000;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	opacity: 0.8;
}


/* 3. BUTTONS */

.btn-send{
	background-color: #383838;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 8px 14px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-send:hover{
	background-color: #000;
	color: #fff;
}

.btn-readmore{
	background-color: #383838;
	border-radius: 0;
	border: 0;
	color: #fff;
	padding: 10px 20px;
	margin-top: 20px;
	text-transform: uppercase;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.btn-readmore:hover{
	background-color: #000;
	color: #fff;
}




/* 4. HEADER */

#header{}

#header .navbar {
	min-height: 80px;
	margin-bottom: 0;
	border-radius: 0;
}

.navbar img {
	width: 50%;
	height:auto;
	transition: all 0.3s ease;
}

.st-navbar-float{
	transition: all 0.3s ease;
}

.st-navbar ul{
	margin-top: 30px !important;
}

.st-navbar-float ul li a{
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	margin: 14px;
	color:#FFF;
}

.st-navbar-float ul li a:hover,
.st-navbar-float ul li a:focus {
	background-color: transparent;
	color: #000;
}

/* -- STICKY NAV --*/
.sticky-navbar img {
	width:200px;
}

.sticky-navbar{
	background-color: #EEEEEE;
	border-bottom: 1px solid #AAA;
	opacity: 1;
}

.sticky-navbar ul li a{
	text-transform: uppercase;
	font-weight: 600;
	padding: 0;
	margin: 14px;
	color:#000;
}

.sticky-navbar ul li a:hover {
	color: #FF6600;

}

.sticky-navbar ul li a:focus {
	background-color: transparent;
	color: #000;
}

.st-navbar .navbar-header{
	margin-top: 25px;
	margin-bottom: 10px;
}

.st-navbar .navbar-toggle .icon-bar {
	background-color: #000;
}

.st-navbar .navbar-toggle{
	margin-top: 7px;
	margin-right: 25px;
	padding: 0;
	border-radius: 0;
}

.st-navbar i{
	color: #FF6600;
}


/* 5. BACKDROP */

#slider{
	margin-top: 0px;
}

#home-carousel  .item {
	background-position: center top;
	background-repeat: no-repeat;
	background-size:cover;
	width:100%;
	height: 950px;
}

#home-carousel .item:before{
	background-color: #000;
	content: "";
	height: 100%;
	top: 0;
	left: 0;
	opacity: 0.2;
	position: absolute;
	width: 100%;
}

.carousel-caption {
	left: 15px;
	right: 15px;
	top: 50%;
	font-size: 15px;
	text-align: right;
	color: #fff;
	text-shadow: none;
	margin-top: -130px;
}

.carousel-caption h1 {
	font-size:40px;
	margin-bottom:0;
	line-height:27px;
	letter-spacing:2px;
	font-weight:100;
}

.carousel-caption h2 {
	font-size:30px;
	font-weight:600;
	margin-top:0px;
	text-transform:lowercase;
	letter-spacing:2px;
	margin-bottom:20px;
}

.home-carousel-left,
.home-carousel-right {
	background-color: #f0f0f0;
	color:#000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.home-carousel-left {
	left:-32px;
}

.home-carousel-right {
	right:-32px;
}

#home-carousel:hover .home-carousel-left {
	left:0;
}

#home-carousel:hover .home-carousel-right {
	right:0;
}
/* Carousel animation */

#home-carousel .item h1,
#home-carousel .item h2,
#home-carousel .item p {
	opacity:0;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

#home-carousel .item h1 {
	-webkit-transition: all 0.5s ease-in-out 0.15s;
	-moz-transition: all 0.5s ease-in-out 0.15s;
	-ms-transition: all 0.5s ease-in-out 0.15s;
	-o-transition: all 0.5s ease-in-out 0.15s;
	transition: all 0.5s ease-in-out 0.15s;
}

#home-carousel .item.active h1,
#home-carousel .item.active h2,
#home-carousel .item.active p {
	opacity:1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

#home-carousel .item h2 {
	-webkit-transition: all 0.5s ease-in-out 0.30s;
	-moz-transition: all 0.5s ease-in-out 0.30s;
	-ms-transition: all 0.5s ease-in-out 0.30s;
	-o-transition: all 0.5s ease-in-out 0.30s;
	transition: all 0.5s ease-in-out 0.30s;
}

#home-carousel .item p {
	-webkit-transition: all 0.5s ease-in-out 0.45s;
	-moz-transition: all 0.5s ease-in-out 0.45s;
	-ms-transition: all 0.5s ease-in-out 0.45s;
	-o-transition: all 0.5s ease-in-out 0.45s;
	transition: all 0.5s ease-in-out 0.45s;
}



/* 6. ABOUT US */

#about-us{
	background-color: #FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 50px;
}

.section-title h1{
	margin-top: 0;
}

.st-about-us{
	margin-top: 30px;
}

.st-about-us h2{
	font-size: 18px;
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 15px;
}

.st-about-us h2 i{
	margin-right: 10px;
}

.st-about-us h3{
	font-size: 14px;
	margin-top: 0;
	margin-bottom: 15px;
}

.st-about-us p{}


/* 7. SERVICES */

#services{
	background-color: #2A5A7A;
	color: #FFFFFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 50px;
}

.section-title h1{
	margin-top: 0;
}

.st-service{
	margin-top: 30px;
}

.st-service h2{
	font-size: 18px;
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 15px;
}

.st-service h2 i{
	margin-right: 10px;
}

.st-service p{}


/* 8. ORDES */

#orders{
	background-image: url(../img/order-backdrop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	color:#fff;
}

.st-orders{
	background-color: #F8F8F8;
	padding: 40px;
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #DDD;
	box-shadow: 0px 0px 10px #ddd;
}

.st-orders:hover{
	box-shadow: 0px 0px 10px #ddd;
}

.orders-title h1 {
}

.st-orders .st-border{
	width: 100%;
	height:1px;
	margin-bottom: 15px;
	background-color: #ccc;
}

.st-orders ul{
	color:#000;
	list-style: none;
	padding: 0;
}

.st-orders h5{
	color: #FF6600;

}

.st-orders ul li{
	padding: 12px 0;
	font-size: 15px;
}

.st-orders a.btn-send{
	background-color: #FF6600;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 25px;
}

.orange-font{
	color:#FF6600;
}


/* 9. PLACE ORDER */

#place-order{
	background-color: #FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 50px;
}

.section-title h1{
	margin-top: 0;
}



/* 6. APPRAISERS */

#appraisers{
	background-color: #FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 50px;
}

.section-title h1{
	margin-bottom: 30px;
}

.st-appraisers{
}

.st-appraisers-box{
	background-color: #F8F8F8;
	padding: 40px;
	margin-bottom:25px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
	border: 1px solid #ddd;
	box-shadow: 0px 0px 5px #ddd;
}

.st-appraisers h2{
	font-size: 18px;
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 15px;
}

.st-appraisers h2 i{
	margin-right: 10px;
}

.st-appraisers p{
	font-size:16px;
}

.st-appraisers a.btn-send{
	background-color: #FF6600;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 25px;
}

.btn-send2{
	background-color: #FF6600;
	color:#fff;
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 25px;
}

/* 8. SIGN UP */

#signup{
	background-color: #FFF;
	color:#FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.st-signup{
	background-color: #fff;
	padding: 40px;
	margin-top: 30px;
	-webkit-transition: all 0.2s ease-in-out;
	-moz-transition: all 0.2s ease-in-out;
	-ms-transition: all 0.2s ease-in-out;
	-o-transition: all 0.2s ease-in-out;
	transition: all 0.2s ease-in-out;
}

.st-signup:hover{
	box-shadow: 0px 0px 18px #ddd;
}

.signup-title h1 {
}
.st-signup h5{
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 25px;
}

.st-signup h3{
	margin-top: 0;
	margin-bottom: 25px;
}

.st-signup .st-border{
	width: 100%;
	margin-bottom: 15px;
	background-color: #ccc;
}

.st-signup ul{
	list-style: none;
	padding: 0;
}

.st-signup ul li{
	padding: 12px 0;
	font-size: 15px;
}

.st-signup a.btn-send{
	text-transform: uppercase;
	margin-top: 20px;
	padding: 10px 25px;
}


/* 10. OUR TEAM */

#our-team{
	padding-top: 130px;
	padding-bottom: 120px;
}

.team-member{
	margin-top: 30px;
}

.member-image{
	position: relative;
}

.member-info{
	background-color: #f5f5f5;
	padding: 15px;
}

.member-info h4{
	margin-top: 0;
	margin-bottom: 6px;
}

.member-info span{
	text-transform: uppercase;
}

.team-member .member-social{
	position: absolute;
	width: 100%;
	height: 100%;
	background-color: rgba(0, 0, 0, 0.6);
	left: 0;
	top: 0;
	text-align: center;
	opacity: 0;
	-webkit-transition: all 0.3s ease-out 0s;
	-moz-transition: all 0.3s ease-out 0s;
	-ms-transition: all 0.3s ease-out 0s;
	-o-transition: all 0.3s ease-out 0s;
	transition: all 0.3s ease-out 0s;
	-moz-transform: scale(0.5);
	-webkit-transform: scale(0.5);
	-o-transform: scale(0.5);
	-ms-transform: scale(0.5);
	transform: scale(0.5);
}

.team-member:hover .member-social{
	opacity: 1;
	-moz-transform: scale(1);
	-webkit-transform: scale(1);
	-o-transform: scale(1);
	-ms-transform: scale(1);
	transform: scale(1);
}

.team-member .member-social a{
	position: relative;
	font-size: 16px;
	color: #fff;
	top: 47%;
}

.team-member:hover .member-social a{
	margin: 6px;
}



/* 11. TESTIMONIAL */

#testimonial{
	background-image: url(../img/slider/02.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
}

.st-testimonials{
	color: #e0e0e0;
}

.st-testimonials .st-border{
	background-color: #e0e0e0;
	margin: 20px auto;
}

.st-testimonials p{
	font-style: italic;
}

.st-testimonials .client-info h5{
	margin-top: 0;
	margin-bottom: 5px;
}

.st-testimonials .client-info span{
	font-size: 12px;
	text-transform: uppercase;
}



/* 12. FUN FACTS */

#fun-facts{
	background-color: #f5f5f5;
	padding-top: 40px;
	padding-bottom: 40px;
}

#fun-facts .fun-fact{
	border-right: 1px solid #ddd;
}

#fun-facts .col-md-3:last-child .fun-fact{
	border-right: 0px solid #ddd;
}

#fun-facts .fun-fact i{
	margin-right: 5px;
}

#fun-facts .fun-fact p{
	font-size: 16px;
}



/* 13. CONTACT */
#contact{
	background-color: #2A5A7A;
	padding-top: 130px;
	padding-bottom: 120px;
	background-image: url(../img/contact-backdrop.jpg);
	background-repeat: no-repeat;
	background-size: cover;
	background-attachment: fixed;
	padding-top: 100px;
	padding-bottom: 100px;
	position: relative;
	color:#fff;
}
.contact-title{
	color: #FFF;
	margin-bottom: 50px;
}

.contact-info .contact-content{
	margin-bottom: 30px;
}

.contact-info p{
	color: #FF6600;
	margin-bottom: 20px;
}

.contact-info p i{
	font-size: 16px;
	color: #FFF;
	margin-right: 10px;
}

.contact-form{
	color: #000;
}

.contact-form input[type="text"],
.contact-form input[type="email"]{
	border: 1px solid #E8E8E8;
	padding: 8px 14px;
	width: 100%;
	margin-bottom: 20px;
	color: #000;
	font-weight:bold;
}

.contact-form textarea{
	border: 1px solid #E8E8E8;
	padding: 8px 14px;
	width: 100%;
	margin-bottom: 20px;
}

.contact-form input.btn-send{
	background-color: #FF6600;
	text-transform: uppercase;
	padding: 10px 25px;
}

/* 14. BLOG */

#page-header{
	background-color: #f5f5f5;
	padding-top: 50px;
	padding-bottom: 0px;
	position: relative;
	margin-bottom: 50px;
	margin-top: 80px;
}

.single-blog{
	margin-top: 35px;
	margin-bottom: 35px;
}

.post-title{
	margin-top: 20px;
	margin-bottom: 5px;
}

.post-meta{
	margin-bottom: 15px;
}

.post-meta span{
	margin-right: 6px;
	font-size: 12px;
	font-weight: 600;
	opacity: 0.6;
}

.post-meta span:hover{
	opacity: 1;
}

.post-carousel-left,
.post-carousel-right {
	background-color: #f0f0f0;
	color:#000;
	font-size: 32px;
	height: 40px;
	line-height: 40px;
	margin-top: -20px;
	position: absolute;
	text-align: center;
	top: 50%;
	width: 32px;
	z-index: 999;
	-webkit-transition: 300ms;
	-moz-transition: 300ms;
	-o-transition: 300ms;
	-ms-transition: 300ms;
	transition: 300ms;
}

.post-carousel-left {
	left:-32px;
}

.post-carousel-right {
	right:-32px;
}

#post-carousel:hover .post-carousel-left {
	left:0;
}

#post-carousel:hover .post-carousel-right {
	right:0;
}

.post-link{
	background-color: #f5f5f5;
	text-align: center;
	padding: 40px 0;
	font-size: 16px;
	font-weight: 600;
}

.post-quote{
	background-color: #f5f5f5;
	padding: 30px;
	font-size: 16px;
	font-weight: 500;
	font-style: italic;
}

#blog .pagination{
	margin-bottom: 80px;
}

#blog .pagination li a{
	width: 35px;
	height: 35px;
	line-height: 31px;
	text-align: center;
	font-size: 16px;
	color: #a3a3a3;
	border: 1px solid #d1d1d1;
	padding: 0;
	margin-right: 5px;
	border-radius: 0;
}

#blog .pagination li.active a,
#blog .pagination li a:hover{
	background-color: transparent;
	border-color: #000;
	color: #000;
}

.sidebar-widget{
	margin-top: 35px;
	margin-bottom: 50px;
}

.sidebar-widget .sidebar-title{
	margin-top: 0;
	margin-bottom: 20px;
}

.sidebar-widget ul{
	list-style: square;
	margin: 0;
	padding-left: 18px;
}

.sidebar-widget ul li{
	margin-bottom: 10px;
	font-weight: 500;
}

.blog-search{
	position: relative;
}

.blog-search input {
	border: 1px solid #d6d6d6;
	color: #8d8d8d;
	height: 44px;
	outline: medium none;
	padding: 0 50px 0 17px;
	width: 100%;
}

.blog-search span {
	color: #252525;
	font-size: 12px;
	position: absolute;
	right: 10px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
}

.blog-search .search-submit {
	background: none;
	border: none;
}

.blog-search:after {
	background-color: #d6d6d6;
	content: "";
	display: block;
	height: 27px;
	position: absolute;
	right: 40px;
	top: 50%;
	transform: translateY(-50%);
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	width: 1px;
}

.sidebar-widget .tagcloud a{
	padding: 4px 10px;
	border: 1px solid #ccc;
	margin: 3px 1px;
	display: inline-block;
}

.sidebar-widget .tagcloud a:hover{
	border-color: #000;
	color: #000;
}

ul.content-flickr {
	margin: 0;
	overflow: hidden;
	padding: 0;
}

ul.content-flickr li {
	display: block;
	float: left;
	padding: 5px 10px 5px 0;
	width: 33.33%;
}

.content-flickr li a {
	display: block;
	position: relative;
	width: 100%;
}



/* 15. FOOTER */

#footer{
	background-color: #262626;
	padding-top: 40px;
	padding-bottom: 40px;
	color: rgba(255, 255, 255, 0.4);
}

#footer a{
	color: rgba(255, 255, 255, 0.4);
}
#footer a:hover{
	color: #fff;
}

.footer-social-icons{
	text-align: right;
}

.footer-social-icons a{
	margin: 0 5px;
	font-size: 16px;
}

.footer-social-icons span{
	margin-right: 10px;
}


/* 16. SCROLL TO TOP */

.scroll-up {
	position: fixed;
	display: none;
	z-index: 999;
	bottom: 1.8em;
	right: 1.8em;
}

.scroll-up ul{
	margin: 0;
	padding: 0;
}

.scroll-up li{
	list-style: none;
	margin: 0;
	padding: 0;
}

.scroll-up a {
	background-color: #fff;
	display: block;
	width: 40px;
	height: 40px;
	text-align: center;
	color: #000;
	font-size: 20px;
	line-height: 38px;
	box-shadow: 0px 0px 6px #ccc;
}

.scroll-up a:hover,
.scroll-up a:active {
	background-color: #f5f5f5;
	color: #000;
}


/*  TRACK ORDER */

#track-order{
	background-color: #FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 20px;
}

.section-title h1{
	margin-top: 0;
}

.st-track-order{
	margin-top: 30px;
}

.st-track-order h2{
	font-size: 18px;
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 10px;
}

.st-track-order span{
	color:#333;
}

.st-track-order p{}

.table-track-order{
	background-color: #F8F8F8;
}

.st-track-order a.btn-send{
	background-color: #FF6600;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 25px;
}

/*  APPRAISER APPLICATION */

#appraiser-app{
	background-color: #FFF;
	padding-top: 130px;
	padding-bottom: 120px;
}

.section-title{
	margin-bottom: 20px;
}

.section-title h1{
	margin-top: 0;
}

.st-appraiser-app{
	margin-top: 20px;
}

.st-appraiser-app h2{
	font-size: 18px;
	color: #FF6600;
	margin-top: 0;
	margin-bottom: 15px;
	margin-right: 10px;
}

.st-appraiser-app span{
	color:#333;
}

.table-appraiser-app{
	background-color: #F8F8F8;
}

.st-appraiser-app a.btn-send{
	background-color: #FF6600;
	text-transform: uppercase;
	margin-top: 10px;
	padding: 10px 25px;
}

.st-appraiser-app-box{
    background-color: #F8F8F8;
    padding: 40px;
    margin-top: 30px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #DDD;
}

.st-appraiser-app-box h4{
	color: #FF6600;
	margin-bottom: 10px;
	margin-top: 20px;
}

.st-appraiser-agreement{
	height:300px;
	font-size: 13px;
	overflow-y:scroll;
	border:1px solid #E8E8E8;
	background-color: #FFF;
	margin-bottom: 20px;
}

.appraiser-form{
    color: #000;
}

.appraiser-form input[type="text"],
.appraiser-form input[type="email"],
.appraiser-form input[type="password"]{
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
}

.appraiser-form select{
	border: 1px solid #E8E8E8;
    width: 50%;
	height: 35px;
	padding: 5px;
	margin-bottom:10px;
	background-color: #FFF;
}

.appraiser-form textarea{
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
}

.appraiser-form span{
	font-weight: bold;
	color:#333;
}

.appraiser-form input.btn-send{
    background-color: #FF6600;
    text-transform: uppercase;
    padding: 10px 25px;
}

/* LOGIN PAGE */
#login{
    background-color: #FFF;
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title{
    margin-bottom: 20px;
}

.section-title h1{
    margin-top: 0;
}

.st-login{
    margin-top: 20px;
}

.st-login h2{
    font-size: 18px;
    color: #FF6600;
    margin-top: 0;
    margin-bottom: 15px;
    margin-right: 10px;
}

.st-login span{
    color:#333;
}

.st-login-box{
    background-color: #F8F8F8;
    padding: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #DDD;
}

.st-login-box h4{
    color: #FF6600;
    margin-bottom: 30px;
}

.login-form{
    color: #000;
}

.login-form input[type="text"],
.login-form input[type="email"],
.login-form input[type="password"]{
    border: 1px solid #E8E8E8;
    padding: 8px 14px;
    width: 100%;
    margin-bottom: 20px;
    color: #000;
}

.login-form span{

    color:#333;
}

.login-form input.btn-send{
    background-color: #FF6600;
    text-transform: uppercase;
    padding: 10px 25px;
}

.login-form a {
    color: #0099FF;

}

.st-login-box a.btn-send{
	background-color: #FF6600;
    text-transform: uppercase;
    margin-top: 20px;
    padding: 10px 25px;
}

/* PRIVACY POLICY */

#privacy-policy{
    background-color: #FFF;
    padding-top: 130px;
    padding-bottom: 120px;
}

.section-title{
    margin-bottom: 20px;
}

.section-title h1{
    margin-top: 0;
}

.st-privacy-box{
    background-color: #F8F8F8;
    padding: 40px;
    margin-top: 20px;
    -webkit-transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -ms-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    border: 1px solid #DDD;
}

.st-privacy-box h4{
    color: #FF6600;
    margin-bottom: 30px;
}
.dropdown-menu{
	background:transparent;
	border:0px;
}

.sticky-navbar .dropdown-menu{
	background:#eeeeee;
	border:0px;
}


.dropdown-menu .sub-menu {
    left: 100%;
    position: absolute;
    top: 0;
    visibility: hidden;
    margin-top: -1px;
}



.nav-tabs .dropdown-menu, .nav-pills .dropdown-menu, .navbar .dropdown-menu {
    margin-top: 0;
}

.navbar .sub-menu:before {
    border-bottom: 7px solid transparent;
    border-left: none;
    border-right: 7px solid rgba(0, 0, 0, 0.2);
    border-top: 7px solid transparent;
    left: -7px;
    top: 10px;
}
.navbar .sub-menu:after {
    border-top: 6px solid transparent;
    border-left: none;
    border-right: 6px solid #fff;
    border-bottom: 6px solid transparent;
    left: 10px;
    top: 11px;
    left: -6px;
}
::-webkit-input-placeholder { /* Chrome/Opera/Safari */
  font-weight:bold;
  color:black;
}
::-moz-placeholder { /* Firefox 19+ */
  font-weight:bold;
  color:black;
}
:-ms-input-placeholder { /* IE 10+ */
  font-weight:bold;
  color:black;
}
:-moz-placeholder { /* Firefox 18- */
  font-weight:bold;
  color:black;
}
